|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
<el-input v-model="filterQuery.nameCode" placeholder="产品标识DI"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
<el-input v-model="filterQuery.productsName" placeholder="产品名称"></el-input>
|
|
|
|
|
<el-input v-model="filterQuery.cpmctymc" placeholder="产品名称"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
<el-input v-model="filterQuery.batchNo" placeholder="批次号"></el-input>
|
|
|
|
@ -193,6 +193,7 @@ export default {
|
|
|
|
|
busTypes: [],
|
|
|
|
|
idQuery: null,
|
|
|
|
|
showSup: false,
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
@ -330,7 +331,7 @@ export default {
|
|
|
|
|
getBussinessType(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.busTypes = response.data.list || [];
|
|
|
|
|
this.filterQuery.billAction = this.busTypes[0].action;
|
|
|
|
|
// this.filterQuery.billAction = this.busTypes[0].action;
|
|
|
|
|
// this.getList();
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|