no message

parent 6ac13e6b
......@@ -766,12 +766,14 @@ const pdaApi = {
//在途查询
getqueryinfo: ({
box_number, //箱号
ordernum,//订单号
regid, //注册号
pacid, //零件号
code,//经销商站点号
}) => {
return http.post(IP + '/api/server/getqueryinfo', {
box_number,
ordernum,
regid,
pacid,
code
......@@ -780,13 +782,11 @@ const pdaApi = {
//签收查询
getquerysign: ({
boxno, //箱号
ordernum,//订单号
vdrno, //交接单号
rec_date, //
}) => {
return http.post(IP + '/api/server/getquerysign', {
boxno,
ordernum,
vdrno,
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