snow 2 years ago
parent
commit
97e87e6270

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 2 - 2
src/views/goodStore/goodsCost/index.vue

@@ -150,8 +150,8 @@
                 >
                   <el-option label="商品编号" value="1" />
                   <el-option label="商品名称" value="2" />
-                  <el-option label="业务企业编号" value="3" />
-                  <el-option label="供应商编号" value="4" />
+                  <!-- <el-option label="业务企业编号" value="3" /> -->
+                  <!-- <el-option label="供应商编号" value="4" /> -->
                   <!-- <el-option label="创建人部门" value="5" /> -->
                 </el-select></el-input
               >

+ 4 - 2
src/views/stock/survey/index.vue

@@ -400,7 +400,7 @@ export default {
       let model = {
         companyNo: this.parmValue.companyNo,
         supplier_code: this.supplier_code,
-        stock_code: this.stock_code,
+        wsm_code: this.stock_code,
       };
       const res = await asyncRequest.getstockwsm(model);
 
@@ -450,7 +450,9 @@ export default {
       this.loading = true;
       let model = JSON.parse(JSON.stringify(this.parmValue));
       model.supplier_code = this.supplier_code;
-      model.stock_code = this.stock_code;
+      model.wsm_code = Array.isArray(this.stock_code) ? this.stock_code[0] : this.stock_code;
+      delete model['stock_code']
+      
       const res = await asyncRequest.list({
         ...model,
         needRela: true

Some files were not shown because too many files changed in this diff