微调了新增报销的表单
parent
080f469ac2
commit
439d924a03
|
@ -371,13 +371,13 @@ class ReimbursementCreate extends React.Component<any, any> {
|
|||
</Form.Item>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row style={{marginLeft: 11, fontSize: 14, marginTop: 0, marginBottom: 24, height: 24}} key={4}>
|
||||
<Row style={{marginLeft: 11, fontSize: 14, marginTop: 0, marginBottom: 24, height: 32, display: "flex",alignItems:"center"}} key={4}>
|
||||
补贴金额:
|
||||
<Popover content={this.calculateAddition().hint} title="出差补贴" trigger="hover">
|
||||
<Tag
|
||||
<Tag style={{fontSize:14, padding:'5px 8px 5px 5px'}}
|
||||
color={store.getState().staff.staffBase === this.formRef.current?.getFieldValue("destinationName") ?
|
||||
"red" : "green"}>
|
||||
{this.calculateAddition().value}元
|
||||
¥{this.calculateAddition().value}
|
||||
</Tag>
|
||||
</Popover>
|
||||
|
||||
|
|
Loading…
Reference in New Issue