Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
52d54b7f
Commit
52d54b7f
authored
Mar 30, 2023
by
linweijiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:报表筛选项样式优化
parent
ca2e1c4c
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
105 additions
and
105 deletions
+105
-105
statisticRoute.ts
config/routes/statisticRoute.ts
+5
-5
index.tsx
src/pages/statistic/appraisal/index.tsx
+5
-5
index.tsx
src/pages/statistic/auditStatistics/auditPage/index.tsx
+8
-8
index.ts
...stic/contractStatistics/buyerSrmContract/schemas/index.ts
+10
-10
index.tsx
...ges/statistic/contractStatistics/contractExpend/index.tsx
+18
-18
index.tsx
src/pages/statistic/orderStatistics/orderSrm/index.tsx
+14
-14
index.tsx
...es/statistic/orderStatistics/proportionAnalysis/index.tsx
+17
-17
index.tsx
src/pages/statistic/priceManage/priceReport/index.tsx
+10
-10
index.tsx
...ges/statistic/purchaseStatistics/purchaseReport/index.tsx
+6
-6
index.tsx
...s/statistic/settleStatistics/readySettleRanking/index.tsx
+8
-8
index.tsx
...ages/statistic/settleStatistics/settleAuditPage/index.tsx
+4
-4
No files found.
config/routes/statisticRoute.ts
View file @
52d54b7f
...
...
@@ -32,11 +32,11 @@ const statisticRoute = {
name
:
'投诉报表'
,
component
:
'@/pages/statistic/complaintReport'
,
},
//
{
//
path: '/memberCenter/statisticAbility/supplierAggregate/appraisal',
//
name: '考评统计',
//
component: '@/pages/statistic/appraisal',
//
},
{
path
:
'/memberCenter/statisticAbility/supplierAggregate/appraisal'
,
name
:
'考评统计'
,
component
:
'@/pages/statistic/appraisal'
,
},
// {
// path:
// '/memberCenter/contract/ElectronicSignature/enterpriseCertified',
...
...
src/pages/statistic/appraisal/index.tsx
View file @
52d54b7f
...
...
@@ -88,16 +88,16 @@ const Index = () => {
properties
:
{
vendor
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.vendor'
}),
//
title: intl.formatMessage({ id: 'order.statistics.vendor' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.ente
r'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.vendo
r'
}),
},
},
templateId
:
{
type
:
'string'
,
title
:
'考评模板'
,
//
title: '考评模板',
'x-component-props'
:
{
placeholder
:
'
选择
考评模板'
,
placeholder
:
'考评模板'
,
},
},
'[startDate, endDate]'
:
{
...
...
@@ -198,7 +198,7 @@ const Index = () => {
presuppose
,
}
}
effects=
{
(
$
,
actions
)
=>
{
useAsyncInitSelect
([
'templateId'
],
getCurrencyIdList
)
//
useAsyncInitSelect(['templateId'], getCurrencyIdList)
}
}
/>
</
Card
>
...
...
src/pages/statistic/auditStatistics/auditPage/index.tsx
View file @
52d54b7f
...
...
@@ -81,31 +81,31 @@ const Index = () => {
properties
:
{
userName
:
{
type
:
'string'
,
title
:
'审核人姓名'
,
//
title: '审核人姓名',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'审核人姓名'
,
},
},
type
:
{
type
:
'string'
,
title
:
'审核类型'
,
//
title: '审核类型',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
审核类型
'
,
},
},
operate
:
{
type
:
'string'
,
title
:
'审核状态'
,
//
title: '审核状态',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
审核状态
'
,
disabled
:
true
},
},
agree
:
{
type
:
'string'
,
title
:
'审核结果'
,
//
title: '审核结果',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
审核结果
'
,
},
enum
:
[
{
...
...
src/pages/statistic/contractStatistics/buyerSrmContract/schemas/index.ts
View file @
52d54b7f
...
...
@@ -66,33 +66,33 @@ export const searchSchema = {
},
sapNo
:
{
type
:
'string'
,
title
:
'SAP物料编码'
,
//
title: 'SAP物料编码',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'SAP物料编码'
,
style
:
{
width
:
'120px'
},
},
},
manager
:
{
type
:
'string'
,
title
:
'产品经理'
,
//
title: '产品经理',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'产品经理'
,
style
:
{
width
:
'120px'
},
},
},
sapContractNo
:
{
type
:
'string'
,
title
:
'SAP合同编号'
,
//
title: 'SAP合同编号',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'SAP合同编号'
,
style
:
{
width
:
'120px'
},
},
},
status
:
{
type
:
'string'
,
title
:
'合同状态'
,
//
title: '合同状态',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
合同状态
'
,
style
:
{
width
:
'120px'
},
},
},
...
...
@@ -138,9 +138,9 @@ export const searchSchema = {
},
area
:
{
type
:
'string'
,
title
:
'到货区域'
,
//
title: '到货区域',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
到货区域
'
,
},
},
left
:
{
...
...
src/pages/statistic/contractStatistics/contractExpend/index.tsx
View file @
52d54b7f
...
...
@@ -130,46 +130,46 @@ const Index = () => {
},
SAP
:
{
type
:
'string'
,
title
:
'SAP物料编号'
,
//
title: 'SAP物料编号',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'SAP物料编号'
,
},
},
productNo
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.productNo'
}),
//
title: intl.formatMessage({ id: 'order.statistics.productNo' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.productNo
'
}),
},
},
productName
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.productName'
}),
//
title: intl.formatMessage({ id: 'order.statistics.productName' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.productName
'
}),
},
},
manager
:
{
type
:
'string'
,
title
:
'产品经理'
,
//
title: '产品经理',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'产品经理'
,
style
:
{
width
:
'120px'
},
},
},
sapContractNo
:
{
type
:
'string'
,
title
:
'SAP合同编号'
,
//
title: 'SAP合同编号',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'SAP合同编号'
,
style
:
{
width
:
'120px'
},
},
},
status
:
{
type
:
'string'
,
title
:
'合同状态'
,
//
title: '合同状态',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
合同状态
'
,
style
:
{
width
:
'120px'
},
},
},
...
...
@@ -187,23 +187,23 @@ const Index = () => {
},
contractType
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'contract.statistics.contractType'
}),
//
title: intl.formatMessage({ id: 'contract.statistics.contractType' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'co
mmon.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'co
ntract.statistics.contractType
'
}),
},
},
area
:
{
type
:
'string'
,
title
:
'到货区域'
,
//
title: '到货区域',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
到货区域
'
,
},
},
currencyType
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'currency.title'
}),
//
title: intl.formatMessage({ id: 'currency.title' }),
'x-component-props'
:
{
placeholder
:
'请选择'
,
placeholder
:
intl
.
formatMessage
({
id
:
'currency.title'
})
,
},
},
'[startDate, endDate]'
:
{
...
...
src/pages/statistic/orderStatistics/orderSrm/index.tsx
View file @
52d54b7f
...
...
@@ -118,33 +118,33 @@ const Index = () => {
properties
:
{
quoteNo
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.quoteNo'
}),
//
title: intl.formatMessage({ id: 'order.statistics.quoteNo' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.quoteNo
'
}),
style
:
{
width
:
'120px'
},
},
},
productNo
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.productNo'
}),
//
title: intl.formatMessage({ id: 'order.statistics.productNo' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.productNo
'
}),
style
:
{
width
:
'120px'
},
},
},
productName
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.productName'
}),
//
title: intl.formatMessage({ id: 'order.statistics.productName' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.productName
'
}),
style
:
{
width
:
'120px'
},
},
},
vendorContractNo
:
{
type
:
'string'
,
title
:
'供应商合同编号'
,
//
title: '供应商合同编号',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'供应商合同编号'
,
style
:
{
width
:
'120px'
},
},
},
...
...
@@ -166,9 +166,9 @@ const Index = () => {
// },
manager
:
{
type
:
'string'
,
title
:
'产品经理'
,
//
title: '产品经理',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'产品经理'
,
style
:
{
width
:
'120px'
},
},
},
...
...
@@ -186,16 +186,16 @@ const Index = () => {
},
area
:
{
type
:
'string'
,
title
:
'到货区域'
,
//
title: '到货区域',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
到货区域
'
,
},
},
currencyType
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'currency.title'
}),
//
title: intl.formatMessage({ id: 'currency.title' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'c
ommon.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'c
urrency.title
'
}),
},
},
left
:
{
...
...
src/pages/statistic/orderStatistics/proportionAnalysis/index.tsx
View file @
52d54b7f
...
...
@@ -72,7 +72,7 @@ const Index = () => {
}
else
{
delete
obj
.
left
}
console
.
log
(
'??????'
,
obj
);
//
console.log('??????',obj);
setParams
(
obj
)
}
...
...
@@ -214,16 +214,16 @@ const Index = () => {
properties
:
{
productNo
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'material.code'
}),
//
title: intl.formatMessage({ id: 'material.code' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
material.code
'
}),
},
},
productName
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'material.name'
}),
//
title: intl.formatMessage({ id: 'material.name' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
material.name
'
}),
},
},
categoryCode
:
{
...
...
@@ -243,46 +243,46 @@ const Index = () => {
},
manager
:
{
type
:
'string'
,
title
:
'产品经理'
,
//
title: '产品经理',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'产品经理'
,
style
:
{
width
:
'120px'
},
},
},
sapNo
:
{
type
:
'string'
,
title
:
'SAP物料编码'
,
//
title: 'SAP物料编码',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'SAP物料编码'
,
style
:
{
width
:
'120px'
},
},
},
currencyType
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'currency.title'
}),
//
title: intl.formatMessage({ id: 'currency.title' }),
'x-component-props'
:
{
placeholder
:
'请选择'
,
placeholder
:
intl
.
formatMessage
({
id
:
'currency.title'
})
,
},
},
payType
:
{
type
:
'string'
,
title
:
'付款方式'
,
//
title: '付款方式',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
付款方式
'
,
},
},
payConditionType
:
{
type
:
'string'
,
title
:
'付款条件'
,
//
title: '付款条件',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
付款条件
'
,
},
},
area
:
{
type
:
'string'
,
title
:
'到货区域'
,
//
title: '到货区域',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
到货区域
'
,
},
},
// isRead: {
...
...
src/pages/statistic/priceManage/priceReport/index.tsx
View file @
52d54b7f
...
...
@@ -114,37 +114,37 @@ const Index = () => {
properties
:
{
productNo
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.productNo'
}),
//
title: intl.formatMessage({ id: 'order.statistics.productNo' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.productNo
'
}),
},
},
productName
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.productName'
}),
//
title: intl.formatMessage({ id: 'order.statistics.productName' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.productName
'
}),
},
},
sapNo
:
{
type
:
'string'
,
title
:
'SAP物料编码'
,
//
title: 'SAP物料编码',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'SAP物料编码'
,
},
},
manager
:
{
type
:
'string'
,
title
:
'产品经理'
,
//
title: '产品经理',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'产品经理'
,
},
},
area
:
{
type
:
'string'
,
title
:
'到货区域'
,
//
title: '到货区域',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
到货区域
'
,
},
},
currencyType
:
{
...
...
src/pages/statistic/purchaseStatistics/purchaseReport/index.tsx
View file @
52d54b7f
...
...
@@ -151,25 +151,25 @@ const Index = () => {
},
sapNo
:
{
type
:
'string'
,
title
:
'SAP物料编码'
,
//
title: 'SAP物料编码',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'SAP物料编码'
,
style
:
{
width
:
'120px'
},
},
},
sapCode
:
{
type
:
'string'
,
title
:
'SAP请购单编码'
,
//
title: 'SAP请购单编码',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'SAP请购单编码'
,
style
:
{
width
:
'120px'
},
},
},
manager
:
{
type
:
'string'
,
title
:
'产品经理'
,
//
title: '产品经理',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'产品经理'
,
style
:
{
width
:
'120px'
},
},
},
...
...
src/pages/statistic/settleStatistics/readySettleRanking/index.tsx
View file @
52d54b7f
...
...
@@ -92,23 +92,23 @@ const Index = () => {
properties
:
{
productNo
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.productNo'
}),
//
title: intl.formatMessage({ id: 'order.statistics.productNo' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.productNo
'
}),
},
},
productName
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.productName'
}),
//
title: intl.formatMessage({ id: 'order.statistics.productName' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.productName
'
}),
},
},
sapNo
:
{
type
:
'string'
,
title
:
'SAP物料编码'
,
//
title: 'SAP物料编码',
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'common.enter'
})
,
placeholder
:
'SAP物料编码'
,
},
},
categoryCode
:
{
...
...
@@ -125,9 +125,9 @@ const Index = () => {
},
currencyType
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'currency.title'
}),
//
title: intl.formatMessage({ id: 'currency.title' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'c
ommon.enter
'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'c
urrency.title
'
}),
},
},
'[startDate, endDate]'
:
{
...
...
src/pages/statistic/settleStatistics/settleAuditPage/index.tsx
View file @
52d54b7f
...
...
@@ -84,16 +84,16 @@ const Index = () => {
},
vendor
:
{
type
:
'string'
,
title
:
intl
.
formatMessage
({
id
:
'order.statistics.vendor'
}),
//
title: intl.formatMessage({ id: 'order.statistics.vendor' }),
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'
common.ente
r'
}),
placeholder
:
intl
.
formatMessage
({
id
:
'
order.statistics.vendo
r'
}),
},
},
status
:
{
type
:
'string'
,
title
:
'付款状态'
,
//
title: '付款状态',
'x-component-props'
:
{
placeholder
:
'
请选择
'
,
placeholder
:
'
付款状态
'
,
},
enum
:
[
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment