Commit 52d54b7f authored by linweijiong's avatar linweijiong

fix:报表筛选项样式优化

parent ca2e1c4c
......@@ -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',
......
......@@ -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.enter' }),
placeholder: intl.formatMessage({ id: 'order.statistics.vendor' }),
},
},
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>
......
......@@ -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: [
{
......
......@@ -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: {
......
......@@ -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: 'common.enter' }),
placeholder: intl.formatMessage({ id: 'contract.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]': {
......
......@@ -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: 'common.enter' }),
placeholder: intl.formatMessage({ id: 'currency.title' }),
},
},
left: {
......
......@@ -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: {
......
......@@ -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: {
......
......@@ -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' },
},
},
......
......@@ -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: 'common.enter' }),
placeholder: intl.formatMessage({ id: 'currency.title' }),
},
},
'[startDate, endDate]': {
......
......@@ -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.enter' }),
placeholder: intl.formatMessage({ id: 'order.statistics.vendor' }),
},
},
status: {
type: 'string',
title: '付款状态',
// title: '付款状态',
'x-component-props': {
placeholder: '请选择',
placeholder: '付款状态',
},
enum: [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment