xiaodai2022 2 years ago
parent
commit
85fd7e865d

File diff suppressed because it is too large
+ 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: "",

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