release/2.15.2.2409.01
This commit is contained in:
parent
2664903959
commit
f2b17872f7
|
|
@ -144,20 +144,20 @@ export const conditions = [
|
||||||
title: getLabel(111, "薪资核算固定列头数"),
|
title: getLabel(111, "薪资核算固定列头数"),
|
||||||
defaultshow: true
|
defaultshow: true
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
items: [
|
// items: [
|
||||||
{
|
// {
|
||||||
conditionType: "SWITCH",
|
// conditionType: "SWITCH",
|
||||||
domkey: ["extEmpsWitch"],
|
// domkey: ["extEmpsWitch"],
|
||||||
fieldcol: 10,
|
// fieldcol: 10,
|
||||||
label: getLabel(111, "开启非系统人员"),
|
// label: getLabel(111, "开启非系统人员"),
|
||||||
labelcol: 8,
|
// labelcol: 8,
|
||||||
viewAttr: 2
|
// viewAttr: 2
|
||||||
}
|
// }
|
||||||
],
|
// ],
|
||||||
title: getLabel(111, "非系统人员"),
|
// title: getLabel(111, "非系统人员"),
|
||||||
defaultshow: true
|
// defaultshow: true
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,10 @@ import { WeaLocaleProvider, WeaTools, WeaTop } from "ecCom";
|
||||||
import { message, Modal } from "antd";
|
import { message, Modal } from "antd";
|
||||||
import * as API from "../../apis/ruleconfig";
|
import * as API from "../../apis/ruleconfig";
|
||||||
import { conditions, payloadList } from "./conditions";
|
import { conditions, payloadList } from "./conditions";
|
||||||
|
import ProgressModal from "../../components/progressModal";
|
||||||
import { renderRuleForm } from "./form";
|
import { renderRuleForm } from "./form";
|
||||||
import { getConditionDomkeys } from "../../util";
|
import { getConditionDomkeys } from "../../util";
|
||||||
import "./index.less";
|
import "./index.less";
|
||||||
import ProgressModal from "../../components/progressModal";
|
|
||||||
|
|
||||||
const getKey = WeaTools.getKey;
|
const getKey = WeaTools.getKey;
|
||||||
const getLabel = WeaLocaleProvider.getLabel;
|
const getLabel = WeaLocaleProvider.getLabel;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue