新增页面,国际化

This commit is contained in:
2026-01-21 11:27:09 +08:00
parent 28c09888d9
commit b1fa28b8e6
48 changed files with 173 additions and 49 deletions

View File

@@ -627,4 +627,11 @@ export const packagerelation = (sn, cname, cn, cd, product, desc, weight, think,
thickness: think,
material_type: type
}
})
/**
* 三码合一校验(二期打包间管理-三码合一)
*/
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}
})

View File

@@ -58,7 +58,8 @@ export const allAuthority = () => {
{menu_id: '1', zh_title: '装箱口木箱回库', path: '/pages/SecondPhase/BoxReturn'},
{menu_id: '1', zh_title: '人工点维护', path: '/pages/SecondPhase/ManMaintain'},
{menu_id: '1', zh_title: '包装关系维护', path: '/pages/SecondPhase/PackRelation'},
{menu_id: '1', zh_title: '客户标签打印', path: '/pages/SecondPhase/CustomerLabelPrint'}
{menu_id: '1', zh_title: '客户标签打印', path: '/pages/SecondPhase/CustomerLabelPrint'},
{menu_id: '1', zh_title: '三码合一', path: '/pages/SecondPhase/ThreeCodeToOne'}
]},
{menu_id: '6', path: 'RF04', zh_title: '点位管理', sonTree: [
{menu_id: '1', zh_title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},