This commit is contained in:
2024-08-05 08:55:56 +08:00
parent 7b27846367
commit 6a869b8215

View File

@@ -33,7 +33,7 @@ export const twoPdaBoxIn = (no, pcode, layer) => request({
*/
// 1.1单据初始化查询
export const twoPdaIvtQuery = (no, code) => request({
url:'api/twoPda/st/ivtQuery',
url:'api/twoPda/st/ivtQueryTwo',
data: {
box_no: no,
bill_code: code
@@ -41,7 +41,7 @@ export const twoPdaIvtQuery = (no, code) => request({
})
// 1.2【确认】按钮(二级页面)
export const twoPdaIvtDtlQuery = (no, code) => request({
url:'api/twoPda/st/ivtDtlQuery',
url:'api/twoPda/st/ivtDtlQueryTwo',
data: {
box_no: no,
bill_code: code