diff --git a/utils/getData3.js b/utils/getData3.js index c99169f..8763944 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -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