xiaodai2022 2 年之前
父節點
當前提交
85fd7e865d
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 0 0
      dist/static/js/0.js
  2. 3 3
      src/views/goodStore/goodsCost/index.vue
  3. 3 3
      src/views/sellOut/sellOutOrder/index.vue

文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/0.js


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

@@ -540,10 +540,10 @@ export default {
       // this.sselect = this.parmValue.sselect;
       this.sinput = this.parmValue.sinput;
     } else {
-      this.select = "1";
+      this.select = "2";
       //  this.sselect = "创建时间"
     }
-    this.select = "1";
+    this.select = "2";
     this.supplierNo = [];
 
     this.searchList();
@@ -591,7 +591,7 @@ export default {
       }
     },
     restSearch() {
-      this.select = "1";
+      this.select = "2";
       this.sinput = "";
       this.supplierNo = [];
       this.brandid = [];

+ 3 - 3
src/views/sellOut/sellOutOrder/index.vue

@@ -257,7 +257,7 @@ export default {
   },
   data() {
     return {
-      select: "orderCode",
+      select: "cgdNo",
       s_input: "",
       customerCode: [], //客户公司code
       fileUrl: urlConfig.baseURL,
@@ -344,7 +344,7 @@ export default {
       // this.sselect = this.parmValue.sselect;
       this.s_input = this.parmValue.s_input;
     } else {
-      this.select = "orderCode";
+      this.select = "cgdNo";
       //  this.sselect = "创建时间"
     }
     this.searchList();
@@ -465,7 +465,7 @@ export default {
     },
     restSearch() {
       this.customerCode = [];
-      this.select = "orderCode";
+      this.select = "cgdNo";
       this.s_input = "";
       this.parmValue = {
         order_type: "",

部分文件因文件數量過多而無法顯示