|
@@ -25,7 +25,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-item label="关联单号">
|
|
<a-form-item label="关联单号">
|
|
- <a-input id="billFlowModal-tradeOrderNo" v-model.trim="queryParam.tradeOrderNo" allowClear placeholder="请输入关联单号"/>
|
|
|
|
|
|
+ <a-input id="billFlowModal-dealerSalesNo" v-model.trim="queryParam.dealerSalesNo" allowClear placeholder="请输入关联单号"/>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="5" :sm="24">
|
|
<a-col :md="5" :sm="24">
|
|
@@ -135,7 +135,7 @@ export default {
|
|
endDate: '', // 创建结束时间
|
|
endDate: '', // 创建结束时间
|
|
customerName: undefined, // 客户名称
|
|
customerName: undefined, // 客户名称
|
|
customerSn: undefined, // 客户Sn
|
|
customerSn: undefined, // 客户Sn
|
|
- tradeOrderNo: '', // 关联单号
|
|
|
|
|
|
+ dealerSalesNo: '', // 关联单号
|
|
inOutType: undefined, // 收支类型
|
|
inOutType: undefined, // 收支类型
|
|
tradeType: undefined, // 交易类型
|
|
tradeType: undefined, // 交易类型
|
|
dealState: undefined // 交易状态
|
|
dealState: undefined // 交易状态
|
|
@@ -145,7 +145,7 @@ export default {
|
|
{ title: '序号', dataIndex: 'no', width: '6%', align: 'center' },
|
|
{ title: '序号', dataIndex: 'no', width: '6%', align: 'center' },
|
|
{ title: '创建时间', dataIndex: 'createDate', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '创建时间', dataIndex: 'createDate', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '客户名称', dataIndex: 'customerName', width: '12%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
{ title: '客户名称', dataIndex: 'customerName', width: '12%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
- { title: '关联单号', dataIndex: 'tradeOrderNo', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
|
|
|
+ { title: '关联单号', dataIndex: 'dealerSalesNo ', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '金额(¥)', dataIndex: 'tradeAmount', width: '8%', align: 'right', scopedSlots: { customRender: 'tradeAmount' } },
|
|
{ title: '金额(¥)', dataIndex: 'tradeAmount', width: '8%', align: 'right', scopedSlots: { customRender: 'tradeAmount' } },
|
|
{ title: '交易类型', dataIndex: 'tradeTypeDictValue', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '交易类型', dataIndex: 'tradeTypeDictValue', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '交易状态', dataIndex: 'dealStateDictValue', width: '8%', align: 'center', scopedSlots: { customRender: 'status' } }
|
|
{ title: '交易状态', dataIndex: 'dealStateDictValue', width: '8%', align: 'center', scopedSlots: { customRender: 'status' } }
|
|
@@ -206,7 +206,7 @@ export default {
|
|
this.queryParam.endDate = ''
|
|
this.queryParam.endDate = ''
|
|
this.queryParam.customerName = undefined
|
|
this.queryParam.customerName = undefined
|
|
this.queryParam.customerSn = undefined
|
|
this.queryParam.customerSn = undefined
|
|
- this.queryParam.tradeOrderNo = ''
|
|
|
|
|
|
+ this.queryParam.dealerSalesNo = ''
|
|
this.queryParam.inOutType = undefined
|
|
this.queryParam.inOutType = undefined
|
|
this.queryParam.tradeType = undefined
|
|
this.queryParam.tradeType = undefined
|
|
this.queryParam.dealState = undefined
|
|
this.queryParam.dealState = undefined
|