| 
					
				 | 
			
			
				@@ -26,23 +26,32 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <rangeDate ref="receiptDate" :value="receiptDate" @change="receiptDateChange" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </a-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <a-col :md="4" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <a-form-item label="付款方类型"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <v-select 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  v-model="queryParam.payerType" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  code="PAYER_TYPE" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  placeholder="请选择付款方类型" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                ></v-select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </a-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <a-col :md="6" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-form-item label="付款方"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-input id="financialCollectionList-payerName" v-model.trim="queryParam.payerName" allowClear placeholder="请输入付款方"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </a-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <a-col :md="6" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <a-col :md="4" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-form-item label="财务编码"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-input id="collectionDetail-kdMidCustomerFnumber" placeholder="请输入财务编码" v-model="queryParam.kdMidCustomerFnumber"></a-input> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </a-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <a-col :md="6" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <a-col :md="4" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-form-item label="付款账户"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-input id="collectionDetail-payerAccountInfo" placeholder="请输入付款账户" v-model="queryParam.payerAccountInfo"></a-input> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </a-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <template v-if="advanced"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <a-col :md="6" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <a-col :md="4" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-form-item label="足额打款"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <v-select 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     v-model="queryParam.fullPaymentFlag" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -70,7 +79,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   </a-select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </a-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <a-col :md="6" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <a-col :md="4" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-form-item label="开票状态"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <a-select v-model="queryParam.invoiceDateType" style="width: 100%" placeholder="请选择开票状态"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <a-select-option value="1"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -82,12 +91,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   </a-select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </a-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <a-col :md="6" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <a-form-item label="收款日期"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  <rangeDate ref="receiptDate" :value="receiptDate" @change="receiptDateChange" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              </a-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <a-col :md="6" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <a-col :md="4" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-form-item label="所属区域"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <subarea id="collectionDetail-subarea" v-model="queryParam.subareaSn"></subarea> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </a-form-item> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -206,7 +210,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         bankName: undefined, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         subareaSn: undefined, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         provinceSn: undefined, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        invoiceDateType: undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        invoiceDateType: undefined, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        payerType: undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       invoiceIsShow: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       noteIsShow: false, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -354,6 +359,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.subareaSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.provinceSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.invoiceDateType = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.queryParam.payerType = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$refs.table.refresh(true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //  导出 
			 |