From 7d3a61b74fdc1b8a45e96ef5792e65fd9d03fc27 Mon Sep 17 00:00:00 2001 From: "LAPTOP-R6EHHS26\\86155" <2217640373@qq.com> Date: Tue, 5 Dec 2023 18:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=B4=A8=E9=87=8F=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 10 +- src/pages.json | 64 ++ src/pages/equipment/Inspection/details.vue | 14 +- .../equipment/Inspection/detailsview.vue | 14 +- src/pages/equipment/Inspection/index.vue | 4 +- src/pages/equipment/Inspection/model.ts | 4 +- src/pages/equipment/Repair/details.vue | 10 +- src/pages/equipment/Repair/index.vue | 4 +- src/pages/equipment/Repair/model.ts | 4 +- src/pages/equipment/Repair/repairing.vue | 30 +- src/pages/equipment/Repair/repairingview.vue | 18 +- src/pages/equipment/Repairbx/index.vue | 29 +- src/pages/equipment/Repairbx/model.ts | 17 +- src/pages/equipment/Spotcheck/details.vue | 14 +- src/pages/equipment/Spotcheck/detailsview.vue | 14 +- src/pages/equipment/Spotcheck/index.vue | 6 +- src/pages/equipment/Spotcheck/model.ts | 4 +- src/pages/equipment/Upkeep/details.vue | 10 +- src/pages/equipment/Upkeep/index.vue | 4 +- src/pages/equipment/Upkeep/model.ts | 4 +- src/pages/equipment/Upkeep/repairing.vue | 12 +- src/pages/equipment/Upkeep/repairingview.vue | 12 +- src/pages/equipment/equipmentlist.vue | 409 +++++++ src/pages/equipment/index.vue | 7 +- src/pages/mes/Pallethandling/model.ts | 4 +- src/pages/quality/Belowstandard/detail.vue | 303 +++++ src/pages/quality/Belowstandard/index.vue | 1016 +++++++++++++++++ src/pages/quality/Belowstandard/model.ts | 56 + src/pages/quality/Inspectionitem/index.vue | 414 +++++++ src/pages/quality/Inspectionitem/model.ts | 65 ++ src/pages/quality/Inspectionrule/index.vue | 401 +++++++ src/pages/quality/Inspectionrule/model.ts | 65 ++ src/pages/quality/Inspectionunit/index.vue | 393 +++++++ src/pages/quality/Inspectionunit/model.ts | 65 ++ .../quality/Materialinspection/detail.vue | 303 +++++ .../quality/Materialinspection/index.vue | 1002 ++++++++++++++++ src/pages/quality/Materialinspection/model.ts | 56 + src/pages/quality/Records/detail.vue | 303 +++++ src/pages/quality/Records/index.vue | 979 ++++++++++++++++ src/pages/quality/Records/model.ts | 56 + src/pages/quality/index.vue | 198 ++++ src/pages/shouye/index.vue | 2 +- src/pages/shouye/me.vue | 2 +- src/pages/wms/Raw/PurchaseWHPO/detail.vue | 38 +- src/pages/wms/Raw/PurchaseWHPO/index.vue | 135 ++- src/pages/wms/Raw/PurchaseWHPO/model.ts | 35 +- src/pages/wms/Raw/ReceivePO/detail.vue | 2 +- src/pages/wms/Raw/ReceivePO/index.vue | 45 +- src/pages/wms/Raw/ReceivePO/model.ts | 19 +- src/pages/wms/index.vue | 7 +- src/utils/image.ts | 3 + src/utils/url.ts | 71 +- 52 files changed, 6561 insertions(+), 195 deletions(-) create mode 100644 src/pages/equipment/equipmentlist.vue create mode 100644 src/pages/quality/Belowstandard/detail.vue create mode 100644 src/pages/quality/Belowstandard/index.vue create mode 100644 src/pages/quality/Belowstandard/model.ts create mode 100644 src/pages/quality/Inspectionitem/index.vue create mode 100644 src/pages/quality/Inspectionitem/model.ts create mode 100644 src/pages/quality/Inspectionrule/index.vue create mode 100644 src/pages/quality/Inspectionrule/model.ts create mode 100644 src/pages/quality/Inspectionunit/index.vue create mode 100644 src/pages/quality/Inspectionunit/model.ts create mode 100644 src/pages/quality/Materialinspection/detail.vue create mode 100644 src/pages/quality/Materialinspection/index.vue create mode 100644 src/pages/quality/Materialinspection/model.ts create mode 100644 src/pages/quality/Records/detail.vue create mode 100644 src/pages/quality/Records/index.vue create mode 100644 src/pages/quality/Records/model.ts create mode 100644 src/pages/quality/index.vue diff --git a/src/App.vue b/src/App.vue index 791dcc8..f476862 100644 --- a/src/App.vue +++ b/src/App.vue @@ -80,11 +80,11 @@ page { // .uni-input-input:disabled{ // background:red; // } -.uni-input-input[disabled] { - //background: rgb(233 231 231 / 38%); - background: #ecefefb3; - color: rgb(158, 157, 157); -} +// .uni-input-input[disabled] { +// //background: rgb(233 231 231 / 38%); +// background-color: #ffffff;; +// color: rgb(158, 157, 157); +// } .u-mode-center-box { padding: 5px; diff --git a/src/pages.json b/src/pages.json index 23c9b55..332981a 100644 --- a/src/pages.json +++ b/src/pages.json @@ -52,6 +52,14 @@ "navigationBarTextStyle": "white" } }, + { + "path": "pages/equipment/equipmentlist", + "style": { + "navigationBarTitleText": "设备列表", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/equipment/Inspection/index", "style": { @@ -188,6 +196,62 @@ "navigationBarTextStyle": "white" } }, + { + "path": "pages/quality/index", + "style": { + "navigationBarTitleText": "质量管理", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Belowstandard/index", + "style": { + "navigationBarTitleText": "不合格处置", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Inspectionitem/index", + "style": { + "navigationBarTitleText": "检验项目", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Inspectionrule/index", + "style": { + "navigationBarTitleText": "检验规则", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Inspectionunit/index", + "style": { + "navigationBarTitleText": "检验单位", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Materialinspection/index", + "style": { + "navigationBarTitleText": "质量检验", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/quality/Records/index", + "style": { + "navigationBarTitleText": "历史记录", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/index/index", "style": { diff --git a/src/pages/equipment/Inspection/details.vue b/src/pages/equipment/Inspection/details.vue index d6478fe..f649e40 100644 --- a/src/pages/equipment/Inspection/details.vue +++ b/src/pages/equipment/Inspection/details.vue @@ -18,8 +18,8 @@
+
+