发货申请

This commit is contained in:
2023-01-09 12:18:58 +08:00
parent 9c2a249b6f
commit 115bb8d4f3

View File

@@ -171,6 +171,14 @@ export const stoutPrint = (bjo) => request({
box_jo: bjo
}
})
// 1.4发货申请
export const stdeliverApply = (bno, pcode) => request({
url: 'api/pda/st/deliverApply',
data: {
box_no: bno,
point_code: pcode
}
})
/**
* 虚拟区发货确认