diff --git a/src/api/warehouse/OrderInTransit.js b/src/api/warehouse/OrderInTransit.js new file mode 100644 index 00000000..11a27ba1 --- /dev/null +++ b/src/api/warehouse/OrderInTransit.js @@ -0,0 +1,14 @@ +import request from '@/axios'; + +/** + * 获取在途订单列表 + * @param {*} params + * @returns + */ +export const getListTransfer = params => { + return request({ + url: '/api/logpm-distribution/distributionStockArticle/listTransfer', + method: 'get', + params, + }); +}; diff --git a/src/option/waybill/TemporaryStorageList.js b/src/option/waybill/TemporaryStorageList.js index 46f3d415..4544cbc1 100644 --- a/src/option/waybill/TemporaryStorageList.js +++ b/src/option/waybill/TemporaryStorageList.js @@ -45,6 +45,16 @@ export const columnList = [ fixed: false, sortable: true, }, + { + prop: 'senderFactory', + label: '发货工厂', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'storeName', label: '门店名称', diff --git a/src/views/distribution/inventory/delivery/OrderInTransit.vue b/src/views/distribution/inventory/delivery/OrderInTransit.vue new file mode 100644 index 00000000..a5aa2c46 --- /dev/null +++ b/src/views/distribution/inventory/delivery/OrderInTransit.vue @@ -0,0 +1,389 @@ + + + + + + + + + + + + + + + + + { + !val && delete details.query[item.prop.replace('Name', '')]; + } + " + > + + + + + + + + + 搜 索 + 清 空 + + + + + + + + + + + + + + + + + + + + + 查看 + + + + + + + 勾选数量: {{ selectionList.length }} + + + + + + + + + + + + + + diff --git a/src/views/waybill/orderPackageList.vue b/src/views/waybill/orderPackageList.vue index bb093abe..d3f6a85d 100644 --- a/src/views/waybill/orderPackageList.vue +++ b/src/views/waybill/orderPackageList.vue @@ -308,7 +308,12 @@ - +