Browse Source

Merge branch 'develop_yh23' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh23

lilei 1 năm trước cách đây
mục cha
commit
3e5dce5c33
1 tập tin đã thay đổi với 2 bổ sung11 xóa
  1. 2 11
      src/views/salesManagement/salesCollection/detailModal.vue

+ 2 - 11
src/views/salesManagement/salesCollection/detailModal.vue

@@ -64,7 +64,7 @@
               </a-col>
               <a-col :md="6" :sm="24">
                 <a-form-item label="付款方">
-                  <dealerSearchList ref="custList" @change="custChange" />
+                  <a-input id="financialCollectionList-payerName" v-model.trim="queryParam.payerName" allowClear placeholder="请输入付款方"/>
                 </a-form-item>
               </a-col>
 
@@ -126,14 +126,13 @@ import { STable, VSelect } from '@/components'
 import { financeBookQueryPage } from '@/api/financeBook.js'
 import rangeDate from '@/views/common/rangeDate.vue'
 import commonModal from '@/views/common/commonModal.vue'
-import dealerSearchList from '@/views/common/dealerSearchList.vue'
 import detailModal from '@/views/financialManagement/financialCollection/detail.vue'
 import employee from '../../expenseManagement/expenseReimbursement/employee.js'
 import { settleReceiptBookBatch } from '@/api/settleReceipt'
 export default {
   name: 'GlDetailModal',
   mixins: [commonMixin],
-  components: { STable, VSelect, employee, commonModal, detailModal, rangeDate, dealerSearchList },
+  components: { STable, VSelect, employee, commonModal, detailModal, rangeDate },
   props: {
     openModal: { //  弹框显示状态
       type: Boolean,
@@ -224,13 +223,6 @@ export default {
     }
   },
   methods: {
-    custChange (val) {
-      if (val.row) {
-        this.queryParam.payerName = val.row.dealerSn
-      } else {
-        this.queryParam.payerName = val.key
-      }
-    },
     // 财务收款详情
     viewDetail (row) {
       this.showDetailModal = true
@@ -299,7 +291,6 @@ export default {
         applyPersonSn: undefined,
         status: 'AUDIT_PASS'
       }
-      this.$refs.custList.resetForm()
       this.orginData = []
       this.$nextTick(() => {
         this.$refs.rangeApply.resetDate()