From e97542bda46ae78153e1bb0353ef21b03792b912 Mon Sep 17 00:00:00 2001 From: hwj Date: Fri, 26 Jun 2026 16:48:02 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E5=85=A5=E5=BA=93=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8/=E5=87=BA=E5=BA=93=E5=AE=A1=E6=A0=B8-=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E6=B7=BB=E5=8A=A0=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/materialInbound/index.vue | 4 +- .../pages/materialOutbound/index.vue | 2 +- .../pages/productInbound/index.vue | 4 +- .../pages/productOutbound/index.vue | 4 +- .../pages/sparepartInbound/index.vue | 4 +- .../pages/sparepartOutbound/index.vue | 890 +++++++++++++++--- 6 files changed, 766 insertions(+), 142 deletions(-) diff --git a/src/pages_function/pages/materialInbound/index.vue b/src/pages_function/pages/materialInbound/index.vue index 9b3426c..7dfbee1 100644 --- a/src/pages_function/pages/materialInbound/index.vue +++ b/src/pages_function/pages/materialInbound/index.vue @@ -157,9 +157,9 @@ - + diff --git a/src/pages_function/pages/materialOutbound/index.vue b/src/pages_function/pages/materialOutbound/index.vue index e31710e..1b10e34 100644 --- a/src/pages_function/pages/materialOutbound/index.vue +++ b/src/pages_function/pages/materialOutbound/index.vue @@ -87,7 +87,7 @@ - + + diff --git a/src/pages_function/pages/productInbound/index.vue b/src/pages_function/pages/productInbound/index.vue index 5b0935f..6e05507 100644 --- a/src/pages_function/pages/productInbound/index.vue +++ b/src/pages_function/pages/productInbound/index.vue @@ -82,9 +82,9 @@ - + diff --git a/src/pages_function/pages/productOutbound/index.vue b/src/pages_function/pages/productOutbound/index.vue index 8d5ba57..7afe907 100644 --- a/src/pages_function/pages/productOutbound/index.vue +++ b/src/pages_function/pages/productOutbound/index.vue @@ -81,10 +81,10 @@ - + diff --git a/src/pages_function/pages/sparepartInbound/index.vue b/src/pages_function/pages/sparepartInbound/index.vue index 50c9778..c2e17f4 100644 --- a/src/pages_function/pages/sparepartInbound/index.vue +++ b/src/pages_function/pages/sparepartInbound/index.vue @@ -157,9 +157,9 @@ - + diff --git a/src/pages_function/pages/sparepartOutbound/index.vue b/src/pages_function/pages/sparepartOutbound/index.vue index 83ae1d4..4921023 100644 --- a/src/pages_function/pages/sparepartOutbound/index.vue +++ b/src/pages_function/pages/sparepartOutbound/index.vue @@ -6,34 +6,45 @@ - {{ currentStatusLabel }} + {{ currentStatusLabel + }} - + - - + + - + {{ t('functionCommon.moreFilter') }} - {{ t('sparepartOutbound.sparepartInfo') }} + {{ t('sparepartOutbound.sparepartInfo') + }} - {{ t('sparepartOutbound.creator') }} + {{ t('sparepartOutbound.creator') + }} - {{ selectedCreatorLabel }} + {{ selectedCreatorLabel + }} - + {{ item.label }} @@ -41,7 +52,9 @@ {{ t('sparepartOutbound.outboundTime') }} - + @@ -53,22 +66,30 @@ - + {{ textValue(item.no) }} - {{ statusText(item.status) }} + {{ + statusText(item.status) }} - {{ t('sparepartOutbound.sparepartInfo') }}{{ textValue(item.productNames) }} - {{ t('sparepartOutbound.outboundTime') }}{{ formatDateTime(item.outTime || item.createTime) }} - {{ t('sparepartOutbound.creator') }}{{ textValue(item.creatorName || item.creator) }} - 经办人{{ textValue(item.stockUserName) }} - {{ t('sparepartOutbound.quantity') }}{{ textValue(item.totalCount) }} - {{ t('sparepartOutbound.reviewer') }}{{ textValue(item.auditUserName) }} + {{ t('sparepartOutbound.sparepartInfo') }}{{ textValue(item.productNames) }} + {{ t('sparepartOutbound.outboundTime') }}{{ + formatDateTime(item.outTime || item.createTime) }} + {{ t('sparepartOutbound.creator') }}{{ + textValue(item.creatorName || item.creator) }} + 经办人{{ textValue(item.stockUserName) + }} + {{ t('sparepartOutbound.quantity') }}{{ textValue(item.totalCount) }} + {{ t('sparepartOutbound.reviewer') }}{{ + textValue(item.auditUserName) }} 提交审核 @@ -85,23 +106,27 @@ - + - + + - 提交审核 + 提交审核 *审核人 - {{ selectedAuditor ? selectedAuditor.label : '请选择' }} + {{ selectedAuditor ? selectedAuditor.label : '请选择' + }} - + {{ u.label }} @@ -111,7 +136,8 @@ 备注 -