zxz преди 3 години
родител
ревизия
02df70f123
променени са 2 файла, в които са добавени 6 реда и са изтрити 3 реда
  1. 2 1
      src/views/customer/customerList.vue
  2. 4 2
      src/views/financialManagement/collectionManagementList.vue

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

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

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

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