diff --git a/src/option/distribution/Unstoreddetails.js b/src/option/distribution/Unstoreddetails.js index ebf4df37..a9c1ca49 100644 --- a/src/option/distribution/Unstoreddetails.js +++ b/src/option/distribution/Unstoreddetails.js @@ -12,7 +12,7 @@ export const columnList = [ { prop: 'waybillNumber', label: '运单号', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -23,7 +23,7 @@ export const columnList = [ { prop: 'orderCode', label: '订单自编号', - type: 1, + type:2, values: '', width: '150', checkarr: [], @@ -34,7 +34,7 @@ export const columnList = [ { prop: 'warehouse', label: '仓库', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -56,7 +56,7 @@ export const columnList = [ { prop: 'orderPackageCode', label: '包条码', - type: 1, + type: 2, values: '', width: '180', checkarr: [], @@ -66,7 +66,7 @@ export const columnList = [ { prop: 'goodsAllocation', label: '货位信息', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -76,7 +76,7 @@ export const columnList = [ { prop: 'pallet', label: '所在托盘', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -86,7 +86,7 @@ export const columnList = [ { prop: 'firsts', label: '一级品', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -96,7 +96,7 @@ export const columnList = [ { prop: 'second', label: '二级品', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -106,7 +106,7 @@ export const columnList = [ { prop: 'thirdProduct', label: '三级品', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -116,7 +116,7 @@ export const columnList = [ { prop: 'materialName', label: '物料名称', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -126,7 +126,7 @@ export const columnList = [ { prop: 'materialCode', label: '物料编码', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -143,6 +143,7 @@ export const columnList = [ checkarr: [], fixed: false, sortable: true, + isshowSummary: true,//开启统计 }, { prop: 'warehouseEntryTimeEnd', @@ -157,7 +158,7 @@ export const columnList = [ { prop: 'trainNumber', label: '客户车次号', - type: 1, + type: 2, values: '', width: '150', checkarr: [], @@ -167,7 +168,7 @@ export const columnList = [ { prop: 'sendWarehouseName', label: '发站仓', - type: 1, + type: 2, values: '', width: '150', checkarr: [], diff --git a/src/views/distribution/inventory/delivery/Unstoreddetails.vue b/src/views/distribution/inventory/delivery/Unstoreddetails.vue index 13265043..f782c3e5 100644 --- a/src/views/distribution/inventory/delivery/Unstoreddetails.vue +++ b/src/views/distribution/inventory/delivery/Unstoreddetails.vue @@ -166,7 +166,7 @@