diff --git a/manifest.json b/manifest.json
index 4c4d9d0..0faccdd 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "海亮铜箔",
"appid" : "__UNI__3A002CD",
"description" : "海亮铜箔二期手持系统",
- "versionName" : "1.1.7",
- "versionCode" : 117,
+ "versionName" : "1.1.8",
+ "versionCode" : 118,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages.json b/pages.json
index 285549e..19c1c12 100644
--- a/pages.json
+++ b/pages.json
@@ -607,6 +607,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/SubRollPackUnbind",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/SubRollPackUnbind.vue b/pages/SecondPhase/SubRollPackUnbind.vue
new file mode 100644
index 0000000..77ec54b
--- /dev/null
+++ b/pages/SecondPhase/SubRollPackUnbind.vue
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+ 子卷号
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/image/menu/RF15.png b/static/image/menu/RF15.png
new file mode 100644
index 0000000..9f03826
Binary files /dev/null and b/static/image/menu/RF15.png differ
diff --git a/utils/getData3.js b/utils/getData3.js
index 7d7bbd4..530ad56 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -420,3 +420,12 @@ export const twoBoxOut = (data) => request({
data: data
}
})
+/**
+ * 子卷包装解绑(二期打包间管理)
+ */
+export const toEndSub = (code) => request({
+ url:'api/twoPda/vehicle/toEndSub',
+ data: {
+ container_name: code
+ }
+})
diff --git a/utils/mork2.js b/utils/mork2.js
index 42d1262..c5e022a 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -101,6 +101,9 @@ export const allAuthority = () => {
{menu_id: '8', title: '分切上轴2', path: '/pages/SecondPhase/slitting/UpperShaftCut2'},
{menu_id: '8', title: '分切呼叫送轴', path: '/pages/SecondPhase/slitting/CallShaft'}
]},
+ {menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
+ {menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'}
+ ]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},
{menu_id: '2', title: '异常出库解锁', path: '/pages/SecondPhase/point/ErrorOutUnlock'},