|
@@ -23,7 +23,7 @@
|
|
|
<template v-if="advanced">
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-form-item label="原厂编码">
|
|
|
- <a-input id="shortageStatisticsPList-productOrigCode" v-model.trim="queryParam.productOrigCode" allowClear placeholder="请输入原厂编码"/>
|
|
|
+ <a-input id="shortageStatisticsPList-origCode" v-model.trim="queryParam.origCode" allowClear placeholder="请输入原厂编码"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
</template>
|
|
@@ -83,7 +83,7 @@ export default {
|
|
|
endDate: getDate.getCurrMonthDays().endtime,
|
|
|
productName: '',
|
|
|
productCode: '',
|
|
|
- productOrigCode: ''
|
|
|
+ origCode: ''
|
|
|
},
|
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
|
time: [
|
|
@@ -158,7 +158,7 @@ export default {
|
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
|
this.queryParam.productName = ''
|
|
|
this.queryParam.productCode = ''
|
|
|
- this.queryParam.productOrigCode = ''
|
|
|
+ this.queryParam.origCode = ''
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|
|
|
setTableH () {
|