From 6a869b8215fc74c1d545878673540557364205fb Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 5 Aug 2024 08:55:56 +0800 Subject: [PATCH] url --- utils/getData3.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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