diff --git a/pages.json b/pages.json
index 762a9d5..1b54045 100644
--- a/pages.json
+++ b/pages.json
@@ -639,6 +639,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/slitting/RollCacheManage",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/slitting/RollCacheManage.vue b/pages/SecondPhase/slitting/RollCacheManage.vue
new file mode 100644
index 0000000..3d7fc4c
--- /dev/null
+++ b/pages/SecondPhase/slitting/RollCacheManage.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+ 母卷暂存架
+
+
+
+
+
+ 提示:{{obj.msg}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index 7ebb1e7..e08c9c7 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -472,3 +472,19 @@ export const downRolls2 = (device, code) => request({
container: code
}
})
+/**
+ * 母卷暂存管理(分切管理二期)
+ */
+export const rollCacheManageTip = (code) => request({
+ url:'api/pda/slitter/rollCacheManageTip',
+ data: {
+ point_code: code
+ }
+})
+export const rollCacheManage = (code, flag) => request({
+ url:'api/pda/slitter/rollCacheManage',
+ data: {
+ point_code: code,
+ flag: flag
+ }
+})
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index 670e406..d6936bc 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -102,7 +102,8 @@ export const allAuthority = () => {
{menu_id: '8', title: '分切上轴', path: '/pages/SecondPhase/slitting/UpperShaftCut'},
{menu_id: '8', title: '分切上轴2', path: '/pages/SecondPhase/slitting/UpperShaftCut2'},
{menu_id: '8', title: '分切呼叫送轴', path: '/pages/SecondPhase/slitting/CallShaft'},
- {menu_id: '8', title: '人工呼叫套轴顺序', path: '/pages/SecondPhase/slitting/CallAxisSeq'}
+ {menu_id: '8', title: '人工呼叫套轴顺序', path: '/pages/SecondPhase/slitting/CallAxisSeq'},
+ {menu_id: '8', title: '母卷暂存管理', path: '/pages/SecondPhase/slitting/RollCacheManage'}
]},
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'}