新增查询参数订单号

parent 416456ee
...@@ -780,11 +780,13 @@ const pdaApi = { ...@@ -780,11 +780,13 @@ 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