no message

parent 6ac13e6b
...@@ -766,12 +766,14 @@ const pdaApi = { ...@@ -766,12 +766,14 @@ const pdaApi = {
//在途查询 //在途查询
getqueryinfo: ({ getqueryinfo: ({
box_number, //箱号 box_number, //箱号
ordernum,//订单号
regid, //注册号 regid, //注册号
pacid, //零件号 pacid, //零件号
code,//经销商站点号 code,//经销商站点号
}) => { }) => {
return http.post(IP + '/api/server/getqueryinfo', { return http.post(IP + '/api/server/getqueryinfo', {
box_number, box_number,
ordernum,
regid, regid,
pacid, pacid,
code code
...@@ -780,13 +782,11 @@ const pdaApi = { ...@@ -780,13 +782,11 @@ const pdaApi = {
//签收查询 //签收查询
getquerysign: ({ getquerysign: ({
boxno, //箱号 boxno, //箱号
ordernum,//订单号
vdrno, //交接单号 vdrno, //交接单号
rec_date, // rec_date, //
}) => { }) => {
return http.post(IP + '/api/server/getquerysign', { return http.post(IP + '/api/server/getquerysign', {
boxno, boxno,
ordernum,
vdrno, vdrno,
rec_date rec_date
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment