半成品出库

This commit is contained in:
2023-07-03 09:52:11 +08:00
parent c2bc8e1799
commit 91d7b3a39d
6 changed files with 129 additions and 57 deletions

View File

@@ -167,6 +167,12 @@ export const bcpInConfirm = (row) => post('api/pda/bcp/in/confirm', {
export const outgetBcpStor = () => post('api/pda/bcp/out/getBcpStor', {})
// 1.2单据类型下拉框
export const outgetBillType = () => post('api/pda/bcp/out/getBillType', {})
// export const outgetBillType = () => {
// let res = {
// data: [{value: '1', label: 'a'}, {value: '2', label: 'b'}]
// }
// return res
// }
// 1.3物料选择页面
export const outgetMaterial = (code, scode, is) => post('api/pda/bcp/out/getMaterial', {
material_code: code,
@@ -192,6 +198,12 @@ export const outgetAll = (id, btime, etime, code, scode, type) => post('api/pda/
storagevehicle_code: scode,
bill_type: type
})
// export const outgetAll = (id, btime, etime, code, scode, type) => {
// let res = {
// data: [{bill_code: '001', bill_status: '99', bill_type: '1'}, {bill_code: '002', bill_status: '99', bill_type: '2'}]
// }
// return res
// }
// 2.2强制确认(按钮)
export const bcpOutConfirm = (row) => post('api/pda/bcp/out/confirm', {
row: row