瀏覽代碼

Merge branch 'sit'

xiaodai2022 2 年之前
父節點
當前提交
a6067ad1b0

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


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


二進制
dist/static/js/chunk-e23f5a74.118fd432.js.gz


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


二進制
dist/static/js/chunk-e23f5a74.3e84b3fb.js.gz


+ 1 - 1
src/views/stock/goodsRepertory/columns.js

@@ -127,7 +127,7 @@ const listCol = [
     width: "85px",
   },
   {
-    prop: "market_price",
+    prop: "sale_price",
     label: "售价",
     width: "70px",
   },

+ 2 - 2
src/views/stock/stockCount/components/dataWeido/index.vue

@@ -269,8 +269,8 @@ export default {
       const { code } = e;
       this.parmValue.stock_code = code ? [code] : [];
       this.stock_code = code || "";
-      this.parmValue.stock_code = [];
-      this.stock_code = "";
+      // this.parmValue.stock_code = [];
+      // this.stock_code = "";
       this.parmValue.page = 1;
       this.pageInfo.curr = 1;
       await this.searchList();

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