[update] -统计 调整菜单顺序;打包-添加打包项目-增加来款用途 查询项

This commit is contained in:
fengchenchen
2022-07-07 10:46:17 +08:00
parent 61a049c99f
commit 66307087bd
10 changed files with 93 additions and 76 deletions
@@ -265,6 +265,14 @@ const defaultTableColumns = [
dataIndex: 'pack',
scopedSlots: {customRender: 'pack'}
},
{
title: '合同金额',
align: 'center',
width: 150,
dataIndex: 'allMoney',
sorter: true,
scopedSlots: {customRender: 'allMoney'}
},
{
title: '确认收入金额',
align: 'center',
@@ -282,21 +290,14 @@ const defaultTableColumns = [
scopedSlots: {customRender: 'allMoney'}
},
{
title: '实收金额',
title: '到账金额',
align: 'center',
width: 150,
sorter: true,
dataIndex: 'comeAllMoney',
scopedSlots: {customRender: 'allMoney'}
},
{
title: '应收金额',
align: 'center',
width: 150,
dataIndex: 'allMoney',
sorter: true,
scopedSlots: {customRender: 'allMoney'}
},
{
title: '来款用途',
align: 'center',
@@ -121,6 +121,14 @@ const defaultTableColumns = [
dataIndex: 'departName',
scopedSlots: {customRender: 'text'}
},
{
title: '合同总金额',
align: 'center',
width: 160,
dataIndex: 'allMoney',
sorter: true,
scopedSlots: {customRender: 'allMoney'}
},
{
title: '确认收入金额',
align: 'center',
@@ -145,14 +153,7 @@ const defaultTableColumns = [
sorter: true,
scopedSlots: {customRender: 'allMoney'}
},
{
title: '合同总金额',
align: 'center',
width: 160,
dataIndex: 'allMoney',
sorter: true,
scopedSlots: {customRender: 'allMoney'}
},
{
title: '确收率',
align: 'center',
@@ -184,6 +184,14 @@ const defaultTableColumns = [
dataIndex: 'pack',
scopedSlots: { customRender: 'status-pack' }
},
{
title: '合同金额',
align: 'center',
width: 160,
sorter: true,
dataIndex: 'allMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '确认收入金额',
align: 'center',
@@ -208,14 +216,7 @@ const defaultTableColumns = [
dataIndex: 'comeAllMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '合同金额',
align: 'center',
width: 160,
sorter: true,
dataIndex: 'allMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '来款用途',
align: 'center',
@@ -164,6 +164,14 @@ const defaultTableColumns = [
dataIndex: 'principalName',
scopedSlots: { customRender: 'projectName' }
},
{
title: '合同金额',
align: 'center',
width: 140,
dataIndex: 'allMoney',
sorter: true,
scopedSlots: {customRender: 'allMoney'}
},
{
title: '确认收入金额',
align: 'center',
@@ -188,14 +196,7 @@ const defaultTableColumns = [
sorter: true,
scopedSlots: {customRender: 'allMoney'}
},
{
title: '合同金额',
align: 'center',
width: 140,
dataIndex: 'allMoney',
sorter: true,
scopedSlots: {customRender: 'allMoney'}
},
{
title: '个人完成率',
align: 'center',
@@ -212,6 +212,14 @@ const defaultTableColumns = [
dataIndex: 'pack',
scopedSlots: { customRender: 'status-pack' }
},
{
title: '合同金额',
align: 'center',
width: 160,
dataIndex: 'allMoney',
sorter: true,
scopedSlots: { customRender: 'allMoney' }
},
{
title: '确认收入金额',
align: 'center',
@@ -236,14 +244,7 @@ const defaultTableColumns = [
sorter: true,
scopedSlots: { customRender: 'allMoney' }
},
{
title: '合同金额',
align: 'center',
width: 160,
dataIndex: 'allMoney',
sorter: true,
scopedSlots: { customRender: 'allMoney' }
},
{
title: '来款用途',
align: 'center',
@@ -186,6 +186,14 @@ const defaultTableColumns = [
dataIndex: 'pack',
scopedSlots: { customRender: 'pack' }
},
{
title: '合同金额',
align: 'center',
width: 160,
sorter: true,
dataIndex: 'allMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '确认收入金额',
align: 'center',
@@ -210,14 +218,7 @@ const defaultTableColumns = [
dataIndex: 'comeAllMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '合同金额',
align: 'center',
width: 160,
sorter: true,
dataIndex: 'allMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '来款用途',
@@ -165,7 +165,14 @@ const defaultTableColumns = [
dataIndex: 'chargeCompanyName',
scopedSlots: { customRender: 'text' }
},
{
title: '合同总金额',
align: 'center',
width: 160,
sorter: true,
dataIndex: 'allMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '确认收入金额',
align: 'center',
@@ -190,14 +197,7 @@ const defaultTableColumns = [
dataIndex: 'comeAllMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '合同总金额',
align: 'center',
width: 160,
sorter: true,
dataIndex: 'allMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '确收率',
align: 'center',
@@ -198,6 +198,14 @@ const defaultTableColumns = [
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
},
{
title: '合同金额',
align: 'center',
width: 160,
sorter: true,
dataIndex: 'allMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '确认收入金额',
align: 'center',
@@ -222,14 +230,7 @@ const defaultTableColumns = [
dataIndex: 'comeAllMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '合同金额',
align: 'center',
width: 160,
sorter: true,
dataIndex: 'allMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '来款用途',
align: 'center',
@@ -172,6 +172,14 @@ const defaultTableColumns = [
dataIndex: 'workGroup',
scopedSlots: { customRender: 'text' }
},
{
title: '合同总金额',
align: 'center',
width: 160,
sorter: true,
dataIndex: 'allMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '确认收入金额',
align: 'center',
@@ -196,14 +204,7 @@ const defaultTableColumns = [
dataIndex: 'comeAllMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '合同总金额',
align: 'center',
width: 160,
sorter: true,
dataIndex: 'allMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '实收完成率',
align: 'center',