snow 2 anos atrás
pai
commit
6b4f183a16
2 arquivos alterados com 6 adições e 5 exclusões
  1. 0 0
      dist/static/js/0.js
  2. 6 5
      src/views/sellOut/sellOutOrder/index.vue

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/0.js


+ 6 - 5
src/views/sellOut/sellOutOrder/index.vue

@@ -449,9 +449,9 @@ export default {
       console.log( this.parmValue);
       const { page, size } = this.parmValue;
 
-      if (this.parmValue.customerCode.length > 0) {
-        this.customerCode = [this.parmValue.customerCode];
-      }
+      // if (this.parmValue.customerCode.length > 0) {
+      //   this.customerCode = [this.parmValue.customerCode];
+      // }
 
       this.pageInfo = {
         size: size,
@@ -749,12 +749,13 @@ export default {
       }
     },
     async customerChange(e) {
+      console.log(e)
+
       if (e && e.id) {
-        this.customerCode = [e.code];
         this.parmValue.customerName = e.label;
         this.parmValue.customerCode = e.code ? [e.code] : ""
       } else {
-        this.customerCode = [];
+        this.parmValue.customerCode = [];
         this.parmValue.customerName = "";
       }
       this.pageInfo.curr = 1;

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff