2.17 修改比选一阶段二次项目自定义流程的供应商报价逻辑
This commit is contained in:
@ -43,6 +43,8 @@ const Index: React.FC<{}> = () => {
|
||||
const [singUserId, singUserIdSet] = useState<any>([]); //评审专家id
|
||||
const userId = getSessionUserData().userId;
|
||||
const role = getSessionRoleData().roleCode;
|
||||
//获取比选一阶段二次项目,自定义流程,当前供应商
|
||||
const isBxOneSecondCustom = sessionStorage.getItem("isBxOneSecondCustom");
|
||||
function showConfirm(mes?: any, confirmFlag?: boolean) {
|
||||
//环节流转提示
|
||||
mes == '是否开启' ? (mes = mes + instTurnName + '?') : mes;
|
||||
@ -454,6 +456,7 @@ const Index: React.FC<{}> = () => {
|
||||
selectedKeys={selectedKeysTransfer}
|
||||
onChange={onChange}
|
||||
onSelectChange={onSelectChange}
|
||||
disabled={isBxOneSecondCustom == "1"}
|
||||
selectAllLabels={[, (info: { selectedCount: number, totalCount: number }) => <>
|
||||
{
|
||||
info.selectedCount != 0 && `${info.selectedCount}/`
|
||||
|
Reference in New Issue
Block a user