新增查询参数订单号

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