zxz 3 years ago
parent
commit
02df70f123

+ 2 - 1
src/views/customer/customerList.vue

@@ -292,7 +292,7 @@ export default {
       submitType: true,
       size: 10,
       spanArr: [],
-      depositRatio: '',
+      depositRatio: '700',
       id: '',
       money: '',
       compId: sessionStorage.getItem('ws-pf_compId'),
@@ -603,6 +603,7 @@ export default {
           this.outerVisibleReturn = false
           this.outerVisibleEdit = false
           this.getList()
+          this.money = ''
 
           //增加定金
           if (asdf == 1) {

+ 4 - 2
src/views/financialManagement/collectionManagementList.vue

@@ -496,8 +496,10 @@ export default {
         compId: sessionStorage.getItem('ws-pf_compId'),
         currentPage: this.currentPage,
         pageSize: this.pageSize,
-        contractNo: this.contractNo,
-        pcFlag: this.pcFlag
+        // contractNo: this.contractNo,
+        pcFlag: this.pcFlag,
+        searchType: this.searchType,
+        searchKeyWord: this.searchKeyWord
       })
         .toPromise()
         .then(response => {