diff --git a/pages.json b/pages.json index 7909402..bfaa8fa 100644 --- a/pages.json +++ b/pages.json @@ -146,6 +146,14 @@ } } + ,{ + "path" : "pages/manage/oven-store", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/manage/axis-application.vue b/pages/manage/axis-application.vue index 39282e1..830a1cb 100644 --- a/pages/manage/axis-application.vue +++ b/pages/manage/axis-application.vue @@ -49,7 +49,7 @@ - + 管芯尺寸 diff --git a/pages/manage/axis-bind.vue b/pages/manage/axis-bind.vue index 3fc6274..1e66f89 100644 --- a/pages/manage/axis-bind.vue +++ b/pages/manage/axis-bind.vue @@ -13,7 +13,7 @@ /> - + 分切设备 diff --git a/pages/manage/bake-process.vue b/pages/manage/bake-process.vue index 6b35440..e5c2e9e 100644 --- a/pages/manage/bake-process.vue +++ b/pages/manage/bake-process.vue @@ -60,7 +60,7 @@ - + 时间 @@ -83,7 +83,7 @@ {{obj.status}} - + 提示 diff --git a/pages/manage/call-sampling.vue b/pages/manage/call-sampling.vue index 742e0a5..a04a6db 100644 --- a/pages/manage/call-sampling.vue +++ b/pages/manage/call-sampling.vue @@ -13,7 +13,7 @@ /> - + 终点 diff --git a/pages/manage/oven-store.vue b/pages/manage/oven-store.vue new file mode 100644 index 0000000..f14fa79 --- /dev/null +++ b/pages/manage/oven-store.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/pages/manage/pack-storage.vue b/pages/manage/pack-storage.vue index 9f6fef7..bb7c766 100644 --- a/pages/manage/pack-storage.vue +++ b/pages/manage/pack-storage.vue @@ -21,7 +21,7 @@ /> - + 子卷号 diff --git a/pages/manage/point-reset.vue b/pages/manage/point-reset.vue index 572a4f9..419fc27 100644 --- a/pages/manage/point-reset.vue +++ b/pages/manage/point-reset.vue @@ -11,7 +11,7 @@ - + 终点 diff --git a/pages/manage/raw-foil-progess.vue b/pages/manage/raw-foil-progess.vue index f3ea51f..a5ead83 100644 --- a/pages/manage/raw-foil-progess.vue +++ b/pages/manage/raw-foil-progess.vue @@ -3,7 +3,7 @@ - + 点位 diff --git a/pages/manage/roll-manage.vue b/pages/manage/roll-manage.vue index df42798..e0efdfd 100644 --- a/pages/manage/roll-manage.vue +++ b/pages/manage/roll-manage.vue @@ -3,7 +3,7 @@ - + 点位 diff --git a/pages/manage/split-cut.vue b/pages/manage/split-cut.vue index ed6c4cd..6740607 100644 --- a/pages/manage/split-cut.vue +++ b/pages/manage/split-cut.vue @@ -3,7 +3,7 @@ - + 设备 diff --git a/pages/manage/sub-vol-bind.vue b/pages/manage/sub-vol-bind.vue index b916fb9..6aaa8c9 100644 --- a/pages/manage/sub-vol-bind.vue +++ b/pages/manage/sub-vol-bind.vue @@ -19,7 +19,7 @@ - + 子卷号 diff --git a/pages/manage/sub-vol-offline.vue b/pages/manage/sub-vol-offline.vue index de14467..2b8b640 100644 --- a/pages/manage/sub-vol-offline.vue +++ b/pages/manage/sub-vol-offline.vue @@ -3,7 +3,7 @@ - + 成品称重暂存区 diff --git a/pages/manage/tube-core-storage.vue b/pages/manage/tube-core-storage.vue index 3160fdc..a72e954 100644 --- a/pages/manage/tube-core-storage.vue +++ b/pages/manage/tube-core-storage.vue @@ -11,11 +11,11 @@ - - + + 管芯数量 - + diff --git a/pages/manage/waste-foil-move.vue b/pages/manage/waste-foil-move.vue index 73ff67b..326f313 100644 --- a/pages/manage/waste-foil-move.vue +++ b/pages/manage/waste-foil-move.vue @@ -3,7 +3,7 @@ - + 点位 diff --git a/pages/manage/weight-bind.vue b/pages/manage/weight-bind.vue index 7fa02ae..28a40a5 100644 --- a/pages/manage/weight-bind.vue +++ b/pages/manage/weight-bind.vue @@ -21,7 +21,7 @@ - + 子卷重量 diff --git a/utils/getData2.js b/utils/getData2.js index d9ae91e..a5eb800 100644 --- a/utils/getData2.js +++ b/utils/getData2.js @@ -204,4 +204,9 @@ export const doSubVolumeDown = (code) => request({ export const getWastePointList = (type) => request({ url:'api/schBasePoint/getWastePointList?point_type=' + type, method: 'get' -}) \ No newline at end of file +}) +// 烘箱暂存 +export const temporaryStorage = (plan, code) => request({ + url:'api/pda/baking/temporaryStorage', + data: {plan: plan, point_code: code} +}) diff --git a/utils/mork2.js b/utils/mork2.js index 73ca3dd..92366bb 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -11,7 +11,7 @@ export const authority = () => { {path: 'RF04', title: '内包间', sonTree: [{title: '管芯入库', path: '/pages/manage/tube-core-storage'}, {title: '管芯出库', path: '/pages/manage/tube-core-out'}, {title: '套轴绑定', path: '/pages/manage/axis-bind'}, {title: '重量维护', path: '/pages/manage/weight-bind'}, {title: '套轴申请', path: '/pages/manage/axis-application'}]}, {path: 'RF05', title: '装箱区', sonTree: [{title: '装箱暂存管理', path: '/pages/manage/pack-storage'}]}, {path: 'RF06', title: '分切管理', sonTree: [{title: '分切上料', path: '/pages/manage/split-feed'}, {title: '分切下料', path: '/pages/manage/split-cut'}, {title: '子卷维护', path: '/pages/manage/sub-vol-bind'}, {title: '子卷下线', path: '/pages/manage/sub-vol-offline'}]}, - {path: 'RF07', title: '生产管理', sonTree: [{title: '生箔工序', path: '/pages/manage/raw-foil-progess'}, {title: '烘烤工序', path: '/pages/manage/bake-process'}]} + {path: 'RF07', title: '生产管理', sonTree: [{title: '生箔工序', path: '/pages/manage/raw-foil-progess'}, {title: '烘烤工序', path: '/pages/manage/bake-process'}, {title: '烘箱暂存', path: '/pages/manage/oven-store'}]} ] } }}