diff --git a/pc4mobx/organization/components/branchNumSetting/index.js b/pc4mobx/organization/components/branchNumSetting/index.js index 6f3aa56..68bdc8d 100644 --- a/pc4mobx/organization/components/branchNumSetting/index.js +++ b/pc4mobx/organization/components/branchNumSetting/index.js @@ -2,9 +2,9 @@ * Author: 黎永顺 * Description: 分部编号设置 * Date: 2022-05-17 14:30:57 - * LastEditTime: 2022-05-17 17:18:36 + * LastEditTime: 2022-05-18 14:13:24 */ -import React, { Component } from "react"; +import React, { Component, Fragment } from "react"; import { Button } from "antd"; import { WeaTop, WeaFormItem, WeaCheckbox, WeaSearchGroup } from "ecCom"; import StartReservedNumberSet from "./components/startReservedNumberSet"; @@ -77,16 +77,23 @@ export default class BranchNumSetting extends Component { {/* 内容区 */} -
- - - -
-
- - - -
+ {checkVal === "1" && ( + +
+ + + +
+
+ + + +
+
+ )} );