This commit is contained in:
2026-03-31 09:35:43 +08:00
parent 9cf67f2dc8
commit 3a3ee611fc
5 changed files with 102 additions and 2 deletions

View File

@@ -674,3 +674,11 @@ export const checkCode = (ncode, gcode, bcode, ccode) => request({
url:'api/pdmBiSubpackagerelation/checkCode',
data: {nb_code: ncode, gb_code: gcode, box_code: bcode, customer_code: ccode}
})
/**
* ACS点位变更
*/
export const changePointMove = (code, move) => request({
url:'api/pda/raw/changePointMove',
data: {deviceCode: code, move: move}
})

View File

@@ -82,7 +82,8 @@ export const allAuthority = () => {
{menu_id: '8', title: '子卷装箱', path: '/pages/SecondPhase/production/ZjContainer'},
{menu_id: '8', title: '木箱库存', path: '/pages/SecondPhase/production/BoxStock'},
{menu_id: '8', title: '子卷入库', path: '/pages/SecondPhase/production/ZjInStore'},
{menu_id: '8', title: '标签打印', path: '/pages/SecondPhase/production/PrintTable'}
{menu_id: '8', title: '标签打印', path: '/pages/SecondPhase/production/PrintTable'},
{menu_id: '8', title: 'ACS点位变更', path: '/pages/SecondPhase/production/PointMove'}
]},
{menu_id: '5', path: 'RF03', title: '分切管理', sonTree: [
{menu_id: '1', title: '分切上料', path: '/pages/SecondPhase/slitting/SlittingFeeding'},