Browse Source

修复开单bug

dev
qb 2 months ago
parent
commit
6edfa2eb36
  1. 1
      src/api/distribution/CreateOrder.js

1
src/api/distribution/CreateOrder.js

@ -18,6 +18,7 @@ export const postOpenOrderOpenWaybill = data => {
return request({
url: '/api/logpm-trunkline/openOrder/openWaybill',
method: 'post',
data,
});
};

Loading…
Cancel
Save