فهرست منبع

Merge branch 'dev' into sit

xiaodai2022 2 سال پیش
والد
کامیت
255bc38b5c
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/views/stock/goodsRepertory/columns.js
  2. 2 2
      src/views/stock/stockCount/components/dataWeido/index.vue

+ 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();