From 30b1ee066e900d1b87c4d0470188820db89011f9 Mon Sep 17 00:00:00 2001 From: sunzehua Date: Fri, 27 Sep 2024 17:01:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E5=BC=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bookingcabin/CabinInventory/columns.tsx | 17 +--- src/views/finance/feeSettlement/columns.tsx | 12 +-- .../finance/feeSettlement/detail/index.vue | 91 +++++++++++++------ .../feeSettlement/detail/invoiceTable.vue | 26 ++++-- src/views/taskmanage/index.vue | 6 +- 5 files changed, 96 insertions(+), 56 deletions(-) diff --git a/src/views/bookingcabin/CabinInventory/columns.tsx b/src/views/bookingcabin/CabinInventory/columns.tsx index 32c031d7..974da678 100644 --- a/src/views/bookingcabin/CabinInventory/columns.tsx +++ b/src/views/bookingcabin/CabinInventory/columns.tsx @@ -26,20 +26,9 @@ export const searchFormSchema: FormSchema[] = [ colProps: { span: 4 }, }, { - field: 'etD_START', - label: 'ETD开始', - component: 'DatePicker', - required: false, - dynamicDisabled: false, - colProps: { span: 4 }, - componentProps: { - allowClear: true, - } - }, - { - field: 'etD_END', - label: 'ETD结束', - component: 'DatePicker', + field: 'ETD', + label: 'ETD', + component: 'RangePicker', required: false, dynamicDisabled: false, colProps: { span: 4 }, diff --git a/src/views/finance/feeSettlement/columns.tsx b/src/views/finance/feeSettlement/columns.tsx index 88f46d4d..7549561b 100644 --- a/src/views/finance/feeSettlement/columns.tsx +++ b/src/views/finance/feeSettlement/columns.tsx @@ -155,12 +155,12 @@ export const columns: BasicColumn[] = [ }, { title: '申请单号', - dataIndex: 'applicationNO', + dataIndex: 'applicationNO2', width: 100, }, { title: '发票申请单号', - dataIndex: 'applicationNO', + dataIndex: 'applicationNO1', width: 100, }, { @@ -375,8 +375,8 @@ export const detailForm: FormSchema[] = [ }) }, immediate: false, - labelField: 'account', - valueField: 'account', + labelField: 'bankName', + valueField: 'bankName', resultField: 'data', onChange: (e, obj) => { if (obj) { @@ -738,10 +738,10 @@ export const invoiceSearchFormSchema: FormSchema[] = [ return { api: GetClientListByCode, labelField: 'pinYinCode', - valueField: 'shortName', + valueField: 'id', showName: 'shortName', resultField: 'data', - immediate: false + immediate: true } } }, diff --git a/src/views/finance/feeSettlement/detail/index.vue b/src/views/finance/feeSettlement/detail/index.vue index e2894446..3740eb02 100644 --- a/src/views/finance/feeSettlement/detail/index.vue +++ b/src/views/finance/feeSettlement/detail/index.vue @@ -37,10 +37,10 @@ -
+
锁定
-
+
未锁定
@@ -116,7 +116,7 @@