接口
This commit is contained in:
@@ -155,35 +155,34 @@ export const pointStatusQuery = (pcode, cname) => request({
|
||||
/**
|
||||
* 生产区发货确认
|
||||
*/
|
||||
// 1.1出库初始化查询
|
||||
export const stivtQuery = (bno, pcode) => request({
|
||||
// 1.1单据初始化查询
|
||||
export const stivtQuery = (bno, bcode) => request({
|
||||
url: 'api/pda/st/ivtQuery',
|
||||
data: {
|
||||
box_no: bno,
|
||||
point_code: pcode
|
||||
bill_code: bcode
|
||||
}
|
||||
})
|
||||
// 1.2出库确认
|
||||
export const stoutConfirm = (brows, bno) => request({
|
||||
url: 'api/pda/st/outConfirm',
|
||||
// 1.2【确认】按钮(二级页面)
|
||||
export const stivtDtlQuery = (bno, bcode) => request({
|
||||
url: 'api/pda/st/ivtDtlQuery',
|
||||
data: {
|
||||
box_no: bno,
|
||||
bill_code: bcode
|
||||
}
|
||||
})
|
||||
// 1.3木箱明细(点木箱超链接跳转)
|
||||
export const stivtbBoxDtlQuery = (bno) => request({
|
||||
url: 'api/pda/st/ivtbBoxDtlQuery',
|
||||
data: {
|
||||
box_rows: brows,
|
||||
box_no: bno
|
||||
}
|
||||
})
|
||||
// 1.3打印
|
||||
export const stoutPrint = (bjo) => request({
|
||||
url: 'api/pda/st/outPrint',
|
||||
// 1.4【出库确认】按钮(二级页面按钮)
|
||||
export const stoutConfirm = (bno) => request({
|
||||
url: 'api/pda/st/outConfirm',
|
||||
data: {
|
||||
box_jo: bjo
|
||||
}
|
||||
})
|
||||
// 1.4发货申请
|
||||
export const stdeliverApply = (bno, pcode) => request({
|
||||
url: 'api/pda/st/deliverApply',
|
||||
data: {
|
||||
box_no: bno,
|
||||
point_code: pcode
|
||||
box_no: bno
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user