From 57144e4a266290eee184dd2d3e7e3216e482556c Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Wed, 19 Jun 2024 08:46:26 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E5=8D=B7=E8=B4=A8=E6=A3=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 8 +++
pages/SecondPhase/production/ZjCheck.vue | 73 ++++++++++++++++++++++++
utils/getData3.js | 7 +++
utils/mork2.js | 3 +-
4 files changed, 90 insertions(+), 1 deletion(-)
create mode 100644 pages/SecondPhase/production/ZjCheck.vue
diff --git a/pages.json b/pages.json
index 899f2ff..30b9375 100644
--- a/pages.json
+++ b/pages.json
@@ -415,6 +415,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/production/ZjCheck",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/production/ZjCheck.vue b/pages/SecondPhase/production/ZjCheck.vue
new file mode 100644
index 0000000..93e6728
--- /dev/null
+++ b/pages/SecondPhase/production/ZjCheck.vue
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+ 子卷号
+
+
+
+
+
+
+ 检验结果
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 1db4b4b..9b720f5 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -146,4 +146,11 @@ export const getShaftPoint = () => request({
export const doInitShaftPoint = (code) => request({
url:'api/pda/slitter/doInitShaftPoint',
data: {point_code: code}
+})
+/**
+ * 子卷质检
+ */
+export const updatePackageInfo = (ivt, cn) => request({
+ url:'api/twoPda/vehicle/updatePackageInfo',
+ data: {ivt_status: ivt, container_name: cn}
})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index beb10ef..647bfb2 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -70,7 +70,8 @@ export const authority = () => {
{menu_id: '2', title: '生箔工序', path: '/pages/SecondPhase/production/SboProcess'},
{menu_id: '3', title: '烘烤工序', path: '/pages/SecondPhase/production/BakeProcess'},
{menu_id: '4', title: '表处工序', path: '/pages/SecondPhase/production/SurfaceProcess'},
- {menu_id: '5', title: '人工烘烤', path: '/pages/SecondPhase/production/ManmadeBake'}
+ {menu_id: '5', title: '人工烘烤', path: '/pages/SecondPhase/production/ManmadeBake'},
+ {menu_id: '6', title: '子卷质检', path: '/pages/SecondPhase/production/ZjCheck'}
]},
{menu_id: '5', path: 'RF03', title: '分切管理', sonTree: [
{menu_id: '1', title: '分切上料', path: '/pages/SecondPhase/slitting/SlittingFeeding'},