release/3.0.0.2502.01-合并业务线

This commit is contained in:
lys 2025-02-18 15:48:37 +08:00
parent 54adc6cc2e
commit 7c85cbae4f
1 changed files with 3 additions and 1 deletions

View File

@ -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>