chenrui 3 tahun lalu
induk
melakukan
64cd5710c2

+ 3 - 3
src/views/productManagement/priceChangeRecord/list.vue

@@ -25,9 +25,9 @@
                 <a-form-item label="品牌">
                   <a-select
                     placeholder="请选择"
-                    id="productChangeRecordList-brandSn"
+                    id="productChangeRecordList-productBrandSn"
                     allowClear
-                    v-model="queryParam.brandSn"
+                    v-model="queryParam.productBrandSn"
                     :showSearch="true"
                     option-filter-prop="children"
                     :filter-option="filterOption">
@@ -236,7 +236,7 @@ export default {
       this.queryParam.endDate = getDate.getCurrMonthDays().endtime
       this.queryParam.code = ''
       this.queryParam.name = ''
-      this.queryParam.brandSn = undefined
+      this.queryParam.productBrandSn = undefined
       this.queryParam.productTypeSn1 = ''
       this.queryParam.productTypeSn2 = ''
       this.queryParam.productTypeSn3 = ''

+ 3 - 3
src/views/salesManagement/shortageStatisticsP/list.vue

@@ -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 () {