From dc5a2235ebb4676754207ad06d7ae02d2847f9c7 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Wed, 26 Aug 2026 02:31:12 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E8=B0=83=E6=95=B4=E5=90=88=E5=90=8C?= =?UTF-8?q?=202=E3=80=81=E8=B0=83=E6=95=B4=E9=A1=B9=E7=9B=AE=203=E3=80=81?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BB=98=E6=AC=BE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/business/contract-manage.js | 10 + .../components/business-crud-page.vue | 160 +++++- src/views/business/contract-manage-change.vue | 9 +- src/views/business/contract-manage.vue | 29 +- src/views/business/project-apply.vue | 180 +++++- src/views/business/temporary-credit-limit.vue | 121 +++- src/views/payment/bill-ledger-form.vue | 145 ++--- .../payment/invoice-application-form.vue | 17 +- .../payment/payment-application-form.vue | 528 +++++++++++++++++- .../components/pre-settlement-editor.vue | 1 + .../settlement-adjustment-editor.vue | 67 ++- src/views/settlement/pre-settlement.vue | 150 ++--- src/views/vehicle/customer-archive.vue | 2 +- 13 files changed, 1184 insertions(+), 235 deletions(-) diff --git a/src/option/business/contract-manage.js b/src/option/business/contract-manage.js index 3998182..c604260 100644 --- a/src/option/business/contract-manage.js +++ b/src/option/business/contract-manage.js @@ -148,6 +148,16 @@ export const config = { stage: ['formal'], permission: 'contract_manage_reject', }, + { + action: 'submitFormal', + label: '转正式合同', + statusProp: 'approvalStatus', + status: ['approved'], + stage: ['temporary'], + permission: 'contract_manage_formal', + confirmMessage: '确定将该临时合同提交正式合同审批吗?', + successMessage: '已提交正式合同审批', + }, { action: 'submitFormal', label: '重新提交转正', diff --git a/src/views/business/components/business-crud-page.vue b/src/views/business/components/business-crud-page.vue index 3c07944..ab42792 100644 --- a/src/views/business/components/business-crud-page.vue +++ b/src/views/business/components/business-crud-page.vue @@ -4552,7 +4552,7 @@ + + + + + + +