diff --git a/src/option/reportforms/DeliveryCustomers.js b/src/option/reportforms/DeliveryCustomers.js index 5327bdba..22dbb6bc 100644 --- a/src/option/reportforms/DeliveryCustomers.js +++ b/src/option/reportforms/DeliveryCustomers.js @@ -200,6 +200,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'reservationNum', @@ -211,6 +212,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'reservationStockListNum', @@ -222,6 +224,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'loadedNum', @@ -233,6 +236,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'invnLoadedNum', @@ -244,6 +248,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'exLoadedNum', @@ -255,6 +260,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'reNum', @@ -266,6 +272,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'invnReNum', @@ -277,6 +284,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'exReNum', @@ -288,6 +296,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'sjsigningTime', diff --git a/src/option/reportforms/DeliveryTrainNumber.js b/src/option/reportforms/DeliveryTrainNumber.js index 30408e20..aae54c01 100644 --- a/src/option/reportforms/DeliveryTrainNumber.js +++ b/src/option/reportforms/DeliveryTrainNumber.js @@ -123,7 +123,22 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, + + { + prop: 'planLoadingNumber', + label: '计划装车', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true,//开启统计 + }, + + { prop: 'price', label: '配送价格', @@ -134,6 +149,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'orderNumber', @@ -145,6 +161,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'reservationNum', @@ -156,6 +173,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'reservationStockListNum', @@ -167,6 +185,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'loadedNum', @@ -178,6 +197,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'invnLoadedNum', @@ -189,6 +209,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'exLoadedNum', @@ -200,6 +221,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'reNum', @@ -211,6 +233,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'invnReNum', @@ -222,6 +245,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'exReNum', @@ -233,6 +257,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'dsNum', @@ -244,6 +269,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'ssNum', @@ -255,6 +281,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'unloadingTeamName', diff --git a/src/option/reportforms/Inventory.js b/src/option/reportforms/Inventory.js index 936028f3..ee2b40cb 100644 --- a/src/option/reportforms/Inventory.js +++ b/src/option/reportforms/Inventory.js @@ -79,6 +79,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'outboundQuantity', @@ -90,6 +91,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'currentQuantity', @@ -101,6 +103,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'quantityOccupied', @@ -112,6 +115,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'usableQuantity', @@ -123,6 +127,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'allocationTitle', diff --git a/src/option/reportforms/InventoryOutbound.js b/src/option/reportforms/InventoryOutbound.js index c3929c1f..05f0e8eb 100644 --- a/src/option/reportforms/InventoryOutbound.js +++ b/src/option/reportforms/InventoryOutbound.js @@ -243,6 +243,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'goodsAllocationName', diff --git a/src/option/reportforms/InventoryReceipt.js b/src/option/reportforms/InventoryReceipt.js index 1d8b4b2c..a686cdf7 100644 --- a/src/option/reportforms/InventoryReceipt.js +++ b/src/option/reportforms/InventoryReceipt.js @@ -123,6 +123,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true,//开启统计 }, { prop: 'allocationTitle', diff --git a/src/views/basicdata/brand/basicClient.vue b/src/views/basicdata/brand/basicClient.vue index 0fac26ef..a35c46e3 100644 --- a/src/views/basicdata/brand/basicClient.vue +++ b/src/views/basicdata/brand/basicClient.vue @@ -554,6 +554,17 @@ export default { sortable: true, head: false, }, + { + prop: 'phone', + label: '联系电话', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'typeServiceName', label: '配送类型',