zxz 2 years ago
parent
commit
d8ac8ddee5

+ 2 - 1
src/views/profitable/cashout.vue

@@ -542,7 +542,8 @@
         searchType: this.searchType,
         searchKeyWord: this.searchKeyWord,
         goodsName: this.goodsName,
-        goodsSource: this.goodsSource == '全部客户' ? '' : this.goodsSource
+        goodsSource: this.goodsSource == '全部客户' ? '' : this.goodsSource,
+        confirmFlag : this.confirmFlag
       })
         .toPromise()
         .then((response) => {

+ 2 - 1
src/views/profitable/cashoutaduitNQ.vue

@@ -387,7 +387,8 @@
         searchType: this.searchType,
         searchKeyWord: this.searchKeyWord,
         goodsName: this.goodsName,
-        goodsSource: this.goodsSource == '全部客户' ? '' : this.goodsSource
+        goodsSource: this.goodsSource == '全部客户' ? '' : this.goodsSource,
+        confirmFlag : this.confirmFlag
       })
         .toPromise()
         .then((response) => {

+ 2 - 1
src/views/profitable/expenseallot.vue

@@ -322,7 +322,8 @@
         searchType: this.searchType,
         searchKeyWord: this.searchKeyWord,
         goodsName: this.goodsName,
-        goodsSource: this.goodsSource == '全部客户' ? '' : this.goodsSource
+        goodsSource: this.goodsSource == '全部客户' ? '' : this.goodsSource,
+        confirmFlag : this.confirmFlag
       })
         .toPromise()
         .then((response) => {

+ 2 - 1
src/views/profitable/expensemanagentedit.vue

@@ -363,7 +363,8 @@ weight: 4000}]],
         searchType: this.searchType,
         searchKeyWord: this.searchKeyWord,
         goodsName: this.goodsName,
-        goodsSource: this.goodsSource == '全部客户' ? '' : this.goodsSource
+        goodsSource: this.goodsSource == '全部客户' ? '' : this.goodsSource,
+        confirmFlag : this.confirmFlag
       })
         .toPromise()
         .then((response) => {