chenrui 1 vuosi sitten
vanhempi
commit
15a00a3e79

+ 3 - 3
src/views/inventoryManagement/inventoryImport/detailList.vue

@@ -33,7 +33,7 @@
           </a-col>
           </a-col>
           <a-col :md="typeInfo != 'STOCK_IMPORT'?5:6" :sm="24">
           <a-col :md="typeInfo != 'STOCK_IMPORT'?5:6" :sm="24">
             <a-form-item label="仓库名称">
             <a-form-item label="仓库名称">
-              <a-input id="warehouseList-name" v-model.trim="queryParam.productEntity.warehouseName" allowClear placeholder="请输入仓库名称"/>
+              <a-input id="warehouseList-name" v-model.trim="queryParam.warehouseName" allowClear placeholder="请输入仓库名称"/>
             </a-form-item>
             </a-form-item>
           </a-col>
           </a-col>
           <a-col :md="typeInfo != 'STOCK_IMPORT'?4:6" :sm="24" style="margin-bottom: 10px;">
           <a-col :md="typeInfo != 'STOCK_IMPORT'?4:6" :sm="24" style="margin-bottom: 10px;">
@@ -102,11 +102,11 @@ export default {
         importType: undefined,
         importType: undefined,
         productEntity: {
         productEntity: {
           code: '', //  产品编码
           code: '', //  产品编码
-          name: '', //  产品名称
+          name: '' //  产品名称
         },
         },
         stockImportNo: '',
         stockImportNo: '',
         supplierName: '',
         supplierName: '',
-         warehouseName: ''// 仓库名称
+        warehouseName: ''// 仓库名称
       },
       },
       countInfo: 0,
       countInfo: 0,
       disabled: false, //  查询、重置按钮是否可操作
       disabled: false, //  查询、重置按钮是否可操作