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'},