release/3.0.0.2502.01-合并业务线
This commit is contained in:
parent
54adc6cc2e
commit
7c85cbae4f
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
import React, { Component } from "react";
|
||||
import { inject, observer } from "mobx-react";
|
||||
import { WeaDialog, WeaFormItem, WeaHelpfulTip, WeaLocaleProvider, WeaTools } from "ecCom";
|
||||
import { WeaDialog, WeaFormItem, WeaHelpfulTip, WeaLocaleProvider, WeaSelect, WeaTools } from "ecCom";
|
||||
import FormInfo from "../../../components/FormInfo";
|
||||
import { WeaSwitch } from "comsMobx";
|
||||
import { Button, Modal } from "antd";
|
||||
|
|
@ -126,6 +126,8 @@ class LedgerAdjustRuleAddModal extends Component {
|
|||
<div className="cust">
|
||||
<div className="child">
|
||||
<div className="lbl">{fieldMap["dayOfMonth"].label}</div>
|
||||
<WeaSelect value={dayOfMonth} options={monthDays}/>
|
||||
<div className="rbl">{getLabel(111, "(含)之前")}</div>
|
||||
</div>
|
||||
</div>
|
||||
</WeaFormItem>
|
||||
|
|
|
|||
Loading…
Reference in New Issue