From 5ce6209db5d97a8eb3359a826fa13154a6dbb86d Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 8 Jan 2025 10:03:41 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=AD=90=E5=8D=B7=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++ pages/SecondPhase/production/ZjInStore.vue | 125 +++++++++++++++++++++ utils/getData3.js | 15 +++ utils/mork2.js | 13 +++ 4 files changed, 161 insertions(+) create mode 100644 pages/SecondPhase/production/ZjInStore.vue diff --git a/pages.json b/pages.json index 39a541a..1c7c2b2 100644 --- a/pages.json +++ b/pages.json @@ -551,6 +551,14 @@ } } + ,{ + "path" : "pages/SecondPhase/production/ZjInStore", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/production/ZjInStore.vue b/pages/SecondPhase/production/ZjInStore.vue new file mode 100644 index 0000000..b617424 --- /dev/null +++ b/pages/SecondPhase/production/ZjInStore.vue @@ -0,0 +1,125 @@ + + + \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index c8bf0ba..088b8d1 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -304,6 +304,10 @@ export const doSubRollWeightBinding = (cn, pw, rw) => request({ url:'api/pda/slitter/doSubRollWeightBinding', data: {container_name: cn, paper_weight: pw, roll_weight: rw} }) +export const doSubRollWeightBindingTip = (cn) => request({ + url:'api/pda/slitter/doSubRollWeightBindingTip', + data: {container_name: cn} +}) /** * 分切上轴 */ @@ -326,3 +330,14 @@ export const doUpShaftToSlitterByDevice = (area, code) => request({ url:'api/pda/slitter/doUpShaftToSlitterByDevice', data: {area: area, device_code: code} }) +/** + * 子卷入库(生产管理) + */ +export const zjInBound = (code) => request({ + url:'api/pdmBiSubpackagerelation/zjInBound', + data: {container_name: code} +}) +export const zjInBoundConfirm = (code) => request({ + url:'api/pdmBiSubpackagerelation/zjInBoundConfirm', + data: {search: code} +}) diff --git a/utils/mork2.js b/utils/mork2.js index 1b02e14..f823165 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -74,6 +74,7 @@ export const allAuthority = () => { {menu_id: '5', title: '人工烘烤', path: '/pages/SecondPhase/production/ManmadeBake'}, {menu_id: '6', title: '子卷质检', path: '/pages/SecondPhase/production/ZjCheck'}, {menu_id: '8', title: '子卷装箱', path: '/pages/SecondPhase/production/ZjContainer'}, + {menu_id: '8', title: '子卷入库', path: '/pages/SecondPhase/production/ZjInStore'}, {menu_id: '8', title: '标签打印', path: '/pages/SecondPhase/production/PrintTable'} ]}, {menu_id: '5', path: 'RF03', title: '分切管理', sonTree: [ @@ -245,4 +246,16 @@ export const queryDeviceByarea = () => { data: [{value: '01', text: 'a'}, {value: '02', text: 'bc'}] } return res +} +export const zjInBound = () => { + let res = { + content: [{package_box_sn: '01'}, {package_box_sn: '02'}] + } + return res +} +export const doSubRollWeightBindingTip = () => { + let res = { + tip: '111111' + } + return res } \ No newline at end of file