单据出库修改

This commit is contained in:
蔡玲
2024-11-24 21:28:36 +08:00
parent 36c30539ed
commit a42d288bc8
3 changed files with 60 additions and 42 deletions

View File

@@ -159,7 +159,7 @@ export const outStorageOrderList = (page, size, type) => request({
// "code": "22984980",
// "form_type": "单据类型",
// "remark": "备注",
// "create_time": "创建时间",
// "create_time": "2024-10-20 21:41:50",
// "create_name": "创建人",
// "material_code": "物料编码",
// "qty": 0.0,
@@ -169,34 +169,30 @@ export const outStorageOrderList = (page, size, type) => request({
// "pcsn": "批次",
// "children": [
// {
// "id": "",
// "code": "bbb",
// "proc_inst_id": "",
// "source_form_id": "",
// "source_form_type": "",
// "source_form_date": "",
// "form_type": "",
// "status": "",
// "remark": "",
// "create_time": "",
// "create_name": "",
// "material_id": "",
// "material_name": "物料名称",
// "material_code": "物料编码",
// "material_spec": "物料类型",
// "single_weight": "",
// "stor_code": "FStockPallet",
// "product_area": "A4",
// "qty": 10.0,
// "plan_qty": 0.0,
// "assign_qty": 0.0,
// "unit_id": "单位",
// "pcsn": "批次",
// "vehicle_code": "",
// "vehicle_id": "",
// "form_data": {
// "": {}
// },
// "parent_id": "",
// "HasChildren": "public static final Boolean FALSE = new Boolean(false);"
// "pcsn": "批次"
// },
// {
// "code": "CCC",
// "material_name": "物料名称",
// "material_code": "物料编码",
// "material_spec": "物料类型",
// "stor_code": "FStockPallet",
// "product_area": "A4",
// "qty": 10.0,
// "plan_qty": 0.0,
// "assign_qty": 0.0,
// "unit_id": "单位",
// "pcsn": "批次"
// }
// ]
// }
@@ -210,4 +206,11 @@ export const outStorageOrderList = (page, size, type) => request({
export const outStorageConfirm = (obj) => request({
url:'api/pda/outStorage/confirm',
data: obj
})
})
// export const outStorageConfirm = (obj) => {
// let res = {
// code: '200',
// msg: 'ok'
// }
// return res
// }