From 51eabb6334fc238523eb5e3539fc0840e1229801 Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 13 Apr 2026 17:18:53 +0800 Subject: [PATCH] =?UTF-8?q?1.1.14=20=E6=B7=BB=E5=8A=A0=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E5=8F=91=E8=B5=B7=E5=90=88=E5=90=8C=E6=B5=81=E7=A8=8B=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Process/approvalButton.vue | 1 + src/views/oa/crm/customerInfo/index.vue | 10 ++++---- src/views/oa/erp/contractInfo/index.vue | 31 +++++++++++++++++++++-- src/views/oa/erp/orderLedger/index.vue | 4 +-- 4 files changed, 37 insertions(+), 9 deletions(-) diff --git a/src/components/Process/approvalButton.vue b/src/components/Process/approvalButton.vue index e53ad3b..b5ccffb 100644 --- a/src/components/Process/approvalButton.vue +++ b/src/components/Process/approvalButton.vue @@ -40,6 +40,7 @@ const handleApprovalRecord = () => { const submitButtonShow = computed(() => { return ( props.pageType === 'add' || + props.pageType === 'reapprove' || (props.pageType === 'update' && props.status && (props.status === 'draft' || props.status === 'cancel' || props.status === 'back')) ); }); diff --git a/src/views/oa/crm/customerInfo/index.vue b/src/views/oa/crm/customerInfo/index.vue index dde29ec..ae939ad 100644 --- a/src/views/oa/crm/customerInfo/index.vue +++ b/src/views/oa/crm/customerInfo/index.vue @@ -257,11 +257,11 @@ - - - - - + + + + + diff --git a/src/views/oa/erp/contractInfo/index.vue b/src/views/oa/erp/contractInfo/index.vue index 02dc0cc..44a6d52 100644 --- a/src/views/oa/erp/contractInfo/index.vue +++ b/src/views/oa/erp/contractInfo/index.vue @@ -201,7 +201,7 @@ {{ parseTime(scope.row.updateTime, '{y}-{m}-{d} {h}:{i}:{s}') }} - +