浏览代码

Merge branch 'sit'

xiaodai2022 2 年之前
父节点
当前提交
a6067ad1b0

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-e23f5a74.118fd432.js


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


文件差异内容过多而无法显示
+ 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();

部分文件因为文件数量过多而无法显示