|
@@ -133,14 +133,8 @@
|
|
|
<el-form-item prop="specification" label="规格型号">
|
|
|
<div style="display: flex">
|
|
|
<el-input v-model="specification" clearable style="margin-right: 10px" />
|
|
|
- <el-button
|
|
|
- @click="
|
|
|
- specification = ''
|
|
|
- getListInvoiceOrder()
|
|
|
- "
|
|
|
- >重置</el-button
|
|
|
- >
|
|
|
- <el-button type="primary" @click="handleReset">查询</el-button>
|
|
|
+ <el-button @click="handleReset">重置</el-button>
|
|
|
+ <el-button type="primary" @click="getArrivalNotice">查询</el-button>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
</el-col>
|