From 1d3d6872ffe35419630735c80c431256e61d56d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Mon, 16 Jun 2025 11:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E4=BD=93=E5=90=8D=E7=A7=B0=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E4=B8=BA=E5=BC=80=E6=BB=8B=E9=98=80=E9=97=A8=EF=BC=88?= =?UTF-8?q?=E6=98=86=E5=B1=B1=EF=BC=89=E6=9C=89=E9=99=90=E5=85=AC=E5=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 +- README.en.md | 4 +- .../DeviceScreen/components/logo.vue | 2 +- .../OrderScreen/components/logo.vue | 2 +- .../ProdScreen/components/logo.vue | 2 +- .../QualityScreen/components/logo.vue | 2 +- .../ReportScreen/components/logo.vue | 2 +- .../可视化素材包/components/kbLogo.vue | 2 +- src/views/index.vue | 337 +++++++++--------- .../productManagement/ProReportwork/index.vue | 142 +++++--- .../productManagement/ProWorkorder/index.vue | 2 +- 11 files changed, 262 insertions(+), 239 deletions(-) diff --git a/.env b/.env index 577c2e3..182a206 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ # 页面标题 -VITE_APP_TITLE = '北泽阀门MES' +VITE_APP_TITLE = '开滋阀门MES' -VITE_APP_LOGINFO="北泽阀门(昆山)有限公司成立于2003年09月10日,注册地位于江苏省昆山综合保税区B区中央大道188号,法定代表人为高岛江(TAKASHIMA +VITE_APP_LOGINFO="开滋阀门(昆山)有限公司成立于2003年09月10日,注册地位于江苏省昆山综合保税区B区中央大道188号,法定代表人为高岛江(TAKASHIMA KOH)。经营范围包括各类阀门及零配件的生产及销售,从事与本企业同类商品的批发及进出口业务。" \ No newline at end of file diff --git a/README.en.md b/README.en.md index fcd2617..cfe00ff 100644 --- a/README.en.md +++ b/README.en.md @@ -1,7 +1,7 @@ -# 北泽阀门MES-Vue前端 +# 开滋阀门MES-Vue前端 #### Description -北泽阀门mes 前端 vue端 +开滋阀门mes 前端 vue端 #### Software Architecture Software architecture description diff --git a/src/views/SmartScreen/DeviceScreen/components/logo.vue b/src/views/SmartScreen/DeviceScreen/components/logo.vue index 0df57fe..09a3a65 100644 --- a/src/views/SmartScreen/DeviceScreen/components/logo.vue +++ b/src/views/SmartScreen/DeviceScreen/components/logo.vue @@ -2,7 +2,7 @@
- 北泽阀门(昆山)有限公司 + 开滋阀门(昆山)有限公司
diff --git a/src/views/SmartScreen/OrderScreen/components/logo.vue b/src/views/SmartScreen/OrderScreen/components/logo.vue index 0df57fe..09a3a65 100644 --- a/src/views/SmartScreen/OrderScreen/components/logo.vue +++ b/src/views/SmartScreen/OrderScreen/components/logo.vue @@ -2,7 +2,7 @@
- 北泽阀门(昆山)有限公司 + 开滋阀门(昆山)有限公司
diff --git a/src/views/SmartScreen/ProdScreen/components/logo.vue b/src/views/SmartScreen/ProdScreen/components/logo.vue index 0df57fe..09a3a65 100644 --- a/src/views/SmartScreen/ProdScreen/components/logo.vue +++ b/src/views/SmartScreen/ProdScreen/components/logo.vue @@ -2,7 +2,7 @@
- 北泽阀门(昆山)有限公司 + 开滋阀门(昆山)有限公司
diff --git a/src/views/SmartScreen/QualityScreen/components/logo.vue b/src/views/SmartScreen/QualityScreen/components/logo.vue index 0df57fe..09a3a65 100644 --- a/src/views/SmartScreen/QualityScreen/components/logo.vue +++ b/src/views/SmartScreen/QualityScreen/components/logo.vue @@ -2,7 +2,7 @@
- 北泽阀门(昆山)有限公司 + 开滋阀门(昆山)有限公司
diff --git a/src/views/SmartScreen/ReportScreen/components/logo.vue b/src/views/SmartScreen/ReportScreen/components/logo.vue index 0df57fe..09a3a65 100644 --- a/src/views/SmartScreen/ReportScreen/components/logo.vue +++ b/src/views/SmartScreen/ReportScreen/components/logo.vue @@ -2,7 +2,7 @@
- 北泽阀门(昆山)有限公司 + 开滋阀门(昆山)有限公司
diff --git a/src/views/SmartScreen/可视化素材包/components/kbLogo.vue b/src/views/SmartScreen/可视化素材包/components/kbLogo.vue index 464b1b2..8a73744 100644 --- a/src/views/SmartScreen/可视化素材包/components/kbLogo.vue +++ b/src/views/SmartScreen/可视化素材包/components/kbLogo.vue @@ -2,7 +2,7 @@
- 北泽阀门(昆山)有限公司 + 开滋阀门(昆山)有限公司
diff --git a/src/views/index.vue b/src/views/index.vue index f1e66fa..6fb391c 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,214 +1,203 @@ diff --git a/src/views/productManagement/ProReportwork/index.vue b/src/views/productManagement/ProReportwork/index.vue index 019676c..2a19df2 100644 --- a/src/views/productManagement/ProReportwork/index.vue +++ b/src/views/productManagement/ProReportwork/index.vue @@ -8,94 +8,124 @@ - + - + - + {{ $t('btn.search') }}全部 - {{ $t('btn.search') - }}仓库确认数大于0 + {{ $t('btn.search') }}仓库确认数大于0 {{ $t('btn.reset') }} - + {{ $t('btn.add') }} - 报工导出 + + 报工导出 + - 打印 + + 打印 + - + - - - - - - - + + + - + - - - - + + + + - + @@ -121,8 +151,7 @@ - + @@ -173,12 +202,20 @@ - - + + :disabled="upload.isUploading" + :on-progress="handleFileUploadProgress" + :on-success="handleFileSuccess" + :on-error="handleFileError" + :auto-upload="false" + drag> @@ -186,8 +223,7 @@ @@ -197,12 +233,10 @@ - + - +