From aa0aec3704a5a0a80ada3da413c100dd993c66d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B3=89=E4=BD=B3?= <1107186916@qq.com> Date: Wed, 23 Sep 2026 15:39:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=B9=E9=87=8F=E8=BD=AC=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E5=BC=B9=E7=AA=97=E6=96=B0=E5=A2=9E=E5=8D=95=E6=8D=AE?= =?UTF-8?q?=E5=8F=B7=E5=92=8C=E5=90=88=E5=90=8C=E7=BC=96=E7=A0=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/settlement/receivable-payable-detail.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/option/settlement/receivable-payable-detail.js b/src/option/settlement/receivable-payable-detail.js index 7987665..8819a99 100644 --- a/src/option/settlement/receivable-payable-detail.js +++ b/src/option/settlement/receivable-payable-detail.js @@ -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' },