新增页面,国际化
This commit is contained in:
@@ -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}
|
||||
})
|
||||
Reference in New Issue
Block a user