diff --git a/public/static/tpl/batch_import_order.xls b/public/static/tpl/batch_import_order.xls index 0289bf3..05376fc 100644 Binary files a/public/static/tpl/batch_import_order.xls and b/public/static/tpl/batch_import_order.xls differ diff --git a/src/api/oms/emisWaybill.js b/src/api/oms/emisWaybill.js index 99091c6..2a7eaa5 100644 --- a/src/api/oms/emisWaybill.js +++ b/src/api/oms/emisWaybill.js @@ -120,9 +120,9 @@ export function addEmisWaybill(data) { } // 草稿下单 -export function draftSubmitOrder(data) { +export function draftSubmitOrderByOms(data) { return request({ - url: '/oms2c/emisWaybill/draftSubmitOrder', + url: '/oms2c/emisWaybill/draftSubmitOrderByOms', method: 'post', data: data }) diff --git a/src/views/oms/emisWaybill/BatchOrderRecord.vue b/src/views/oms/emisWaybill/BatchOrderRecord.vue index 4c3fd3e..00500fc 100644 --- a/src/views/oms/emisWaybill/BatchOrderRecord.vue +++ b/src/views/oms/emisWaybill/BatchOrderRecord.vue @@ -145,7 +145,7 @@