diff --git a/README.md b/README.md index caf9bdb..4d803de 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,5 @@ + 当前应用版本名称1.0.0 + 当前应用版本号100 + 线上菜单接口地址:(https://apifox.com/apidoc/shared-cb4996b0-0426-44a6-82a5-0cefe2540fb9/api-152616802) -+ 生产入库、退货入库、报废入库、拆分入库这几个页面的木箱输入框只能扫码,不能输入;盘点明细页面木箱输入框只能扫码,不能输入,点击确定按钮后再次获取焦点;虚拟区发货确认、生产区发货确认两个页面点击确认后会再次获取焦点 \ No newline at end of file ++ 生产入库、退货入库、报废入库、拆分入库这几个页面的木箱输入框只能扫码,不能输入;盘点明细页面木箱输入框只能扫码,不能输入,点击确定按钮后再次获取焦点;虚拟区发货确认、生产区发货确认两个页面点击确认后会再次获取焦点 ++ 一期二期菜单会公用一个页面 \ No newline at end of file diff --git a/common/style/layout.styl b/common/style/layout.styl index 484da12..30ddead 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -424,6 +424,9 @@ uni-button[disabled]:not([type]) { } /** 下拉框 */ +.uni-select { + height: 80rpx !important; +} .uni-select__selector { z-index: 300 !important; } diff --git a/pages.json b/pages.json index f37b48a..f6327ad 100644 --- a/pages.json +++ b/pages.json @@ -742,6 +742,14 @@ } } + ,{ + "path" : "pages/SecondPhase/slitting/Task", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/SecondPhase/production/ZjCheck.vue b/pages/SecondPhase/production/ZjCheck.vue index 1836796..d945ad1 100644 --- a/pages/SecondPhase/production/ZjCheck.vue +++ b/pages/SecondPhase/production/ZjCheck.vue @@ -4,6 +4,21 @@ + + + + + 点位 + + + + + + + + + + 子卷号 @@ -36,7 +51,7 @@ \ No newline at end of file diff --git a/utils/getData3.js b/utils/getData3.js index 07995ea..5fd97d6 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -156,14 +156,18 @@ export const doInitShaftPoint = (code, is) => request({ /** * 子卷质检 */ -export const updatePackageInfo = (ivt, cn, code) => request({ +export const updatePackageInfo = (point, ivt, cn, code) => request({ url:'api/twoPda/vehicle/updatePackageInfo', - data: {ivt_status: ivt, container_name: cn, pointCode: code} + data: {point_code: point, ivt_status: ivt, container_name: cn, pointCode: code} }) export const getControlList = () => request({ url:'api/twoPda/vehicle/getControlList', data: {} }) +export const getPointInfo = (code) => request({ + url:'api/twoPda/vehicle/getPointInfo', + data: {point_code: code} +}) /** * 纸管绑定 */ @@ -640,4 +644,11 @@ export const getTubeVehicleInfo = (point) => request({ export const vehicleRelabel = (code) => request({ url:'api/twoPda/vehicle/relabel', data: {box_no: code} +}) +/** + * 任务管理(二期分切管理) + */ +export const seeTaskByPoint = (code) => request({ + url:'api/pda/slitter/seeTaskByPoint', + data: {data: code} }) \ No newline at end of file diff --git a/utils/mork2.js b/utils/mork2.js index 3d6862d..8681f37 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -112,7 +112,8 @@ export const allAuthority = () => { {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: '11', title: '备货出入库', path: '/pages/SecondPhase/slitting/GdsPrepInOut'} + {menu_id: '11', title: '备货出入库', path: '/pages/SecondPhase/slitting/GdsPrepInOut'}, + {menu_id: '11', title: '任务管理', path: '/pages/SecondPhase/slitting/Task'} ]}, {menu_id: '10', path: 'RF15', title: '打包间管理', sonTree: [ {menu_id: '1', title: '子卷包装解绑', path: '/pages/SecondPhase/SubRollPackUnbind'},