|
@@ -33,7 +33,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="4" :sm="24">
|
|
<a-col :md="4" :sm="24">
|
|
<a-form-item label="付款方">
|
|
<a-form-item label="付款方">
|
|
- <a-input id="financialCollectionList-dealerName" v-model.trim="queryParam.dealerName" allowClear placeholder="请输入付款方"/>
|
|
|
|
|
|
+ <a-input id="financialCollectionList-payerNames" v-model.trim="queryParam.payerNames" allowClear placeholder="请输入付款方"/>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
@@ -179,7 +179,7 @@ export default {
|
|
applyPersonSn: undefined,
|
|
applyPersonSn: undefined,
|
|
bookReason: '',
|
|
bookReason: '',
|
|
status: undefined,
|
|
status: undefined,
|
|
- dealerName: ''
|
|
|
|
|
|
+ payerNames: ''
|
|
},
|
|
},
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
creatDate: [], // 创建时间
|
|
creatDate: [], // 创建时间
|
|
@@ -217,9 +217,9 @@ export default {
|
|
{ title: '创建时间', dataIndex: 'createDate', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '创建时间', dataIndex: 'createDate', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '收款单号', scopedSlots: { customRender: 'bookNo' }, width: '8%', align: 'center' },
|
|
{ title: '收款单号', scopedSlots: { customRender: 'bookNo' }, width: '8%', align: 'center' },
|
|
{ title: '关联备货单', scopedSlots: { customRender: 'dispatchNum' }, width: '6%', align: 'center' },
|
|
{ title: '关联备货单', scopedSlots: { customRender: 'dispatchNum' }, width: '6%', align: 'center' },
|
|
- { title: '申请人', dataIndex: 'applyPersonName', align: 'center', width: '6%', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
|
|
|
+ { title: '申请人', dataIndex: 'applyPersonName', align: 'center', width: '5%', customRender: function (text) { return text || '--' } },
|
|
{ title: '收款事由', dataIndex: 'bookReason', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '收款事由', dataIndex: 'bookReason', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
- { title: '付款方', dataIndex: 'dealerName', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
|
|
|
+ { title: '付款方', dataIndex: 'payerNames', width: '9%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
{ title: '订单总金额', dataIndex: 'orderTotalAmount', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
{ title: '订单总金额', dataIndex: 'orderTotalAmount', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
{ title: '收款总金额', dataIndex: 'receiptTotalAmount', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
{ title: '收款总金额', dataIndex: 'receiptTotalAmount', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
{ title: '使用授信总金额', dataIndex: 'useTotalAmount', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
{ title: '使用授信总金额', dataIndex: 'useTotalAmount', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
@@ -253,7 +253,7 @@ export default {
|
|
if (this.advanced) {
|
|
if (this.advanced) {
|
|
this.$refs.rangeAuditDate.resetDate(this.auditDate)
|
|
this.$refs.rangeAuditDate.resetDate(this.auditDate)
|
|
}
|
|
}
|
|
- this.queryParam.dealerName = ''
|
|
|
|
|
|
+ this.queryParam.payerNames = ''
|
|
this.queryParam.auditBeginDate = ''
|
|
this.queryParam.auditBeginDate = ''
|
|
this.queryParam.auditEndDate = ''
|
|
this.queryParam.auditEndDate = ''
|
|
this.queryParam.bookNo = ''
|
|
this.queryParam.bookNo = ''
|