|
@@ -105,6 +105,7 @@
|
|
|
agentName: '',
|
|
|
},
|
|
|
onChange:(value)=>{
|
|
|
+ let { totalTime ,count = 1, } = getFieldsValue()
|
|
|
updateSchema([{
|
|
|
field: 'incrementTypeId',
|
|
|
suffix:`${t('routes.equity.syks')} ${value == 3?agent.value.highSubNum:agent.value.majorSubNum} ${value == 3?t('routes.equity.unit.-2'):t('routes.equity.unit.-1')}`,
|
|
@@ -116,6 +117,7 @@
|
|
|
},
|
|
|
},{
|
|
|
field: 'totalTime',
|
|
|
+ suffix:(totalTime && count)?`${t('routes.equity.jjxs')} ${totalTime * count} ${value == 3?t('routes.equity.unit.-2'):t('routes.equity.unit.-1')}`:'',
|
|
|
componentProps: {
|
|
|
options: timeOption(value)
|
|
|
},
|
|
@@ -127,7 +129,7 @@
|
|
|
}
|
|
|
},
|
|
|
colProps: {
|
|
|
- span: 22,
|
|
|
+ span: 23,
|
|
|
},
|
|
|
},{
|
|
|
field: 'count',
|
|
@@ -178,7 +180,7 @@
|
|
|
}
|
|
|
},
|
|
|
colProps: {
|
|
|
- span: 22,
|
|
|
+ span: 23,
|
|
|
},
|
|
|
},{
|
|
|
field: 'incrementEndTime',
|