This commit is contained in:
蔡玲
2024-11-27 15:31:54 +08:00
parent 92bb7fb9a6
commit 424296e52f
3 changed files with 9 additions and 9 deletions

View File

@@ -224,19 +224,19 @@ export const outStorageConfirm = (obj) => request({
// 扫描合格证获取物料信息
export const getCertificateInfo = (id) => request({
url:'api/pda/outStorage/getCertificateInfo/' + id,
url:'api/pda/inStorage/getCertificateInfo/' + id,
method: 'GET'
})
// export const getCertificateInfo = (id) => {
// let res = {
// MONumber: '订单号',
// moNumber: '订单号',
// material_code: 'material_code',
// material_name: 'material_name',
// material_spec: 'material_spec',
// unit_name: 'unit_name',
// qty: '100',
// StockOrgId: 'StockOrgId',
// OwnerId_Id: 'OwnerId_Id',
// stockOrgId: 'StockOrgId',
// ownerId_id: 'OwnerId_Id',
// single_weight: '500',
// pcsn: 'pcsn'
// }