diff --git a/src/option/warehouse/distributionStockArticle.js b/src/option/warehouse/distributionStockArticle.js index 8c4b3a1d..d2a6aa6c 100644 --- a/src/option/warehouse/distributionStockArticle.js +++ b/src/option/warehouse/distributionStockArticle.js @@ -81,7 +81,19 @@ export const columnList = [ sortable: true, head: false, }, - { + + { + prop: 'consigneeUnit', + label: '收货单位', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { prop: 'consigneePerson', label: '运单收货人', type: 2, @@ -93,9 +105,9 @@ export const columnList = [ head: false, }, { - prop: 'consigneeUnit', - label: '收货单位', - type: 2, + prop: 'totalNumber', + label: '订单总数', + type: 1, values: '', width: '150', checkarr: [], @@ -103,7 +115,62 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'handQuantity', + label: '在库数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + // { + // prop: 'reservationNumber', + // label: '预约数量', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, + { + prop: 'stockUpNumber', + label: '备货数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'deliveryNumber', + label: '出库数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'signForNumber', + label: '签收数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, // { // prop: 'deliveryListInfo', // label: '配送信息', @@ -248,72 +315,7 @@ export const columnList = [ head: false, }, - { - prop: 'deliveryNumber', - label: '出库数量', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'handQuantity', - label: '在库数量', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - // { - // prop: 'reservationNumber', - // label: '预约数量', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - { - prop: 'signForNumber', - label: '签收数量', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'stockUpNumber', - label: '备货数量', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'totalNumber', - label: '总数量', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, + { prop: 'createTime', diff --git a/src/views/aftersales/aftersalesWorkOrderAdd.vue b/src/views/aftersales/aftersalesWorkOrderAdd.vue index 93d60207..f10c1495 100644 --- a/src/views/aftersales/aftersalesWorkOrderAdd.vue +++ b/src/views/aftersales/aftersalesWorkOrderAdd.vue @@ -720,6 +720,7 @@