diff --git a/pages.json b/pages.json
index 3cb3dfd..77eb7cb 100644
--- a/pages.json
+++ b/pages.json
@@ -726,6 +726,14 @@
}
}
+ ,{
+ "path" : "pages/SecondPhase/slitting/GdsPrepInOut",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/SecondPhase/slitting/GdsPrepInOut.vue b/pages/SecondPhase/slitting/GdsPrepInOut.vue
new file mode 100644
index 0000000..d561b04
--- /dev/null
+++ b/pages/SecondPhase/slitting/GdsPrepInOut.vue
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+
+ 点位
+
+
+
+
+
+
+
+ 托盘号
+
+
+
+
+
+
+
+
+
+
+
+ | 起点 |
+ 终点 |
+ 任务类型 |
+ 载具号 |
+ 创建时间 |
+ 更新时间 |
+
+
+
+
+ | {{e.point_code1}} |
+ {{e.point_code2}} |
+ {{e.vehicle_type}} |
+ {{e.vehicle_code}} |
+ {{e.create_time}} |
+ {{e.update_time}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/utils/getData3.js b/utils/getData3.js
index d46bb36..acbb101 100644
--- a/utils/getData3.js
+++ b/utils/getData3.js
@@ -615,3 +615,18 @@ export const applyCallShaft = (area, code, row) => request({
url:'api/wms/apply/callShaft',
data: {area: area, point_code: code, row: row}
})
+/**
+ * 备货出入库
+ */
+export const taskTubeVehicle = () => request({
+ url:'api/pda/slitter/taskTubeVehicle',
+ data: {}
+})
+export const fullTubeVehicleIn = (point, code) => request({
+ url:'api/pda/slitter/fullTubeVehicleIn',
+ data: {point_code: point, vehicle_code: code}
+})
+export const emptyTubeVehicleOut = (point, code) => request({
+ url:'api/pda/slitter/emptyTubeVehicleOut',
+ data: {point_code: point, vehicle_code: code}
+})
diff --git a/utils/mork2.js b/utils/mork2.js
index 8ef980c..de1caf8 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -107,12 +107,12 @@ export const allAuthority = () => {
{menu_id: '8', title: '人工呼叫套轴顺序', path: '/pages/SecondPhase/slitting/CallAxisSeq'},
{menu_id: '8', title: '母卷暂存管理', path: '/pages/SecondPhase/slitting/RollCacheManage'},
{menu_id: '8', title: '饵料下卷', path: '/pages/SecondPhase/slitting/BaitRoll'},
- {menu_id: '8', title: '空轴绑定', path: '/pages/SecondPhase/slitting/EmptyAxisBind'},
{menu_id: '8', title: '空轴退回', path: '/pages/SecondPhase/slitting/EmptyAxisReturn'},
{menu_id: '8', title: '分切暂存维护', path: '/pages/SecondPhase/slitting/CacheSave'},
{menu_id: '8', title: '呼叫套轴', path: '/pages/SecondPhase/slitting/CallAxis'},
{menu_id: '8', title: '子卷拼单', path: '/pages/SecondPhase/slitting/Zjpindan'},
- {menu_id: '8', title: '人工呼叫空轴', path: '/pages/SecondPhase/slitting/ManEmptyAxle'}
+ {menu_id: '8', title: '人工呼叫空轴', path: '/pages/SecondPhase/slitting/ManEmptyAxle'},
+ {menu_id: '11', title: '备货出入库', path: '/pages/SecondPhase/slitting/GdsPrepInOut'}
]},
{menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [
{menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},