合格证入库

This commit is contained in:
蔡玲
2024-11-27 13:27:59 +08:00
parent bb84c26506
commit 92bb7fb9a6
5 changed files with 206 additions and 14 deletions

View File

@@ -28,6 +28,13 @@ export const storList = () => request({
url:'api/pda/common/storList',
data: {}
})
// export const storList = () => {
// let res = {
// code: '200',
// content: [{value: '1', label: 'aaaa'}]
// }
// return res
// }
export const groupMaterList = (page, size, search) => request({
url:'api/groupMater/maters',
data: {page: page, size: size, search: search}
@@ -229,7 +236,9 @@ export const getCertificateInfo = (id) => request({
// unit_name: 'unit_name',
// qty: '100',
// StockOrgId: 'StockOrgId',
// OwnerId_Id: 'OwnerId_Id'
// OwnerId_Id: 'OwnerId_Id',
// single_weight: '500',
// pcsn: 'pcsn'
// }
// return res
// }