feat: 批量转结算弹窗新增单据号和合同编码查询条件

This commit is contained in:
刘泉佳
2026-09-23 15:39:32 +08:00
parent 622705325b
commit aa0aec3704
@@ -88,6 +88,8 @@ export const updateFeeFormFields = [
];
export const transferSearchFields = [
{ label: '单据号', prop: 'documentNo', type: 'input' },
{ label: '合同编码', prop: 'contractNo', type: 'input' },
{ label: '合同名称', prop: 'contractName', type: 'input' },
{ label: '批次号', prop: 'batchNo', type: 'input' },
{ label: '生成日期', prop: 'generateDateRange', type: 'daterange' },