Browse Source

报表添加统计,客户列表展示联系电话

dev-xx
马远东 1 year ago
parent
commit
4c7f96df50
  1. 9
      src/option/reportforms/DeliveryCustomers.js
  2. 27
      src/option/reportforms/DeliveryTrainNumber.js
  3. 5
      src/option/reportforms/Inventory.js
  4. 1
      src/option/reportforms/InventoryOutbound.js
  5. 1
      src/option/reportforms/InventoryReceipt.js
  6. 11
      src/views/basicdata/brand/basicClient.vue

9
src/option/reportforms/DeliveryCustomers.js

@ -200,6 +200,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'reservationNum', prop: 'reservationNum',
@ -211,6 +212,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'reservationStockListNum', prop: 'reservationStockListNum',
@ -222,6 +224,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'loadedNum', prop: 'loadedNum',
@ -233,6 +236,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'invnLoadedNum', prop: 'invnLoadedNum',
@ -244,6 +248,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'exLoadedNum', prop: 'exLoadedNum',
@ -255,6 +260,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'reNum', prop: 'reNum',
@ -266,6 +272,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'invnReNum', prop: 'invnReNum',
@ -277,6 +284,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'exReNum', prop: 'exReNum',
@ -288,6 +296,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'sjsigningTime', prop: 'sjsigningTime',

27
src/option/reportforms/DeliveryTrainNumber.js

@ -123,7 +123,22 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{
prop: 'planLoadingNumber',
label: '计划装车',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
isshowSummary: true,//开启统计
},
{ {
prop: 'price', prop: 'price',
label: '配送价格', label: '配送价格',
@ -134,6 +149,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'orderNumber', prop: 'orderNumber',
@ -145,6 +161,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'reservationNum', prop: 'reservationNum',
@ -156,6 +173,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'reservationStockListNum', prop: 'reservationStockListNum',
@ -167,6 +185,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'loadedNum', prop: 'loadedNum',
@ -178,6 +197,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'invnLoadedNum', prop: 'invnLoadedNum',
@ -189,6 +209,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'exLoadedNum', prop: 'exLoadedNum',
@ -200,6 +221,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'reNum', prop: 'reNum',
@ -211,6 +233,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'invnReNum', prop: 'invnReNum',
@ -222,6 +245,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'exReNum', prop: 'exReNum',
@ -233,6 +257,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'dsNum', prop: 'dsNum',
@ -244,6 +269,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'ssNum', prop: 'ssNum',
@ -255,6 +281,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'unloadingTeamName', prop: 'unloadingTeamName',

5
src/option/reportforms/Inventory.js

@ -79,6 +79,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'outboundQuantity', prop: 'outboundQuantity',
@ -90,6 +91,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'currentQuantity', prop: 'currentQuantity',
@ -101,6 +103,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'quantityOccupied', prop: 'quantityOccupied',
@ -112,6 +115,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'usableQuantity', prop: 'usableQuantity',
@ -123,6 +127,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'allocationTitle', prop: 'allocationTitle',

1
src/option/reportforms/InventoryOutbound.js

@ -243,6 +243,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'goodsAllocationName', prop: 'goodsAllocationName',

1
src/option/reportforms/InventoryReceipt.js

@ -123,6 +123,7 @@ export const columnList = [
fixed: false, fixed: false,
sortable: true, sortable: true,
head: false, head: false,
isshowSummary: true,//开启统计
}, },
{ {
prop: 'allocationTitle', prop: 'allocationTitle',

11
src/views/basicdata/brand/basicClient.vue

@ -554,6 +554,17 @@ export default {
sortable: true, sortable: true,
head: false, head: false,
}, },
{
prop: 'phone',
label: '联系电话',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{ {
prop: 'typeServiceName', prop: 'typeServiceName',
label: '配送类型', label: '配送类型',

Loading…
Cancel
Save