From 8905d18558c9d1f067cb84f10032d03ee37ca4fd Mon Sep 17 00:00:00 2001 From: zhongwenkai <3478244299@qq.com> Date: Thu, 25 Jun 2026 17:20:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A8=A1=E5=85=B7=E7=82=B9=E6=A3=80?= =?UTF-8?q?=EF=BC=8C=E4=BF=9D=E5=85=BB=E6=90=9C=E7=B4=A2=E6=A1=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en-US.js | 10 +- src/locales/zh-CN.js | 8 +- src/pages_function/pages/moldCheck/index.vue | 433 +++++++++++++++--- src/pages_function/pages/moldLedger/index.vue | 22 +- .../pages/moldMaintain/index.vue | 422 ++++++++++++++--- 5 files changed, 761 insertions(+), 134 deletions(-) diff --git a/src/locales/en-US.js b/src/locales/en-US.js index b2be3d9..9502c06 100644 --- a/src/locales/en-US.js +++ b/src/locales/en-US.js @@ -1180,6 +1180,8 @@ export default { searchPlaceholder: 'Enter inspection No.', empty: 'No inspection records', add: 'Add', + basicInfo: 'Basic Info', + jobResult: 'Result', moldName: 'Mold Name', moldCode: 'Mold Code', product: 'Product', @@ -1239,7 +1241,9 @@ export default { submit: 'Submit Inspection', submitSuccess: 'Inspection submitted successfully', submitFailed: 'Failed to submit inspection', - reInspect: 'Re-inspect' + reInspect: 'Re-inspect', + allStatus: 'Job Status', + moreFilter: 'More Filters' }, moldMaintain: { moduleName: 'Mold Maintenance', @@ -1248,6 +1252,10 @@ export default { searchPlaceholder: 'Enter maintenance No.', empty: 'No maintenance records', add: 'Add', + allStatus: 'Job Status', + moreFilter: 'More Filters', + basicInfo: 'Basic Info', + jobResult: 'Result', moldName: 'Mold Name', moldCode: 'Mold Code', product: 'Product', diff --git a/src/locales/zh-CN.js b/src/locales/zh-CN.js index 5e05866..b12c1fa 100644 --- a/src/locales/zh-CN.js +++ b/src/locales/zh-CN.js @@ -1240,7 +1240,9 @@ export default { submit: '提交点检', submitSuccess: '点检提交成功', submitFailed: '点检提交失败', - reInspect: '再次点检' + reInspect: '再次点检', + allStatus: '作业状态', + moreFilter: '更多筛选' }, moldMaintain: { moduleName: '模具保养', @@ -1249,6 +1251,10 @@ export default { searchPlaceholder: '请输入保养单号', empty: '暂无保养记录', add: '新增', + allStatus: '作业状态', + moreFilter: '更多筛选', + basicInfo: '基础信息', + jobResult: '结果', moldName: '模具名称', moldCode: '模具编号', product: '产品', diff --git a/src/pages_function/pages/moldCheck/index.vue b/src/pages_function/pages/moldCheck/index.vue index e92876c..ae1a69c 100644 --- a/src/pages_function/pages/moldCheck/index.vue +++ b/src/pages_function/pages/moldCheck/index.vue @@ -2,20 +2,35 @@ - - - - - - - {{ currentJobStatusLabel }} - - - - {{ t('functionCommon.reset') }} + + + + + {{ currentJobStatusLabel }} + + + + + + + + + + + + + + + @@ -73,12 +88,51 @@ + - - + + + + + + {{ t('moldCheck.moreFilter') }} + + + + + {{ t('moldCheck.basicInfo') }} + + + + {{ t('moldCheck.jobResult') }} + + {{ selectedJobResultLabel }} + + + + + {{ item.label }} + + + + + + + + + {{ t('functionCommon.reset') }} + {{ t('functionCommon.confirm') }} + + + +