Merge branch '20220523-公开比选一阶段二次项目,资格审查合格供应商为一家时可增加自定义流程' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into 20220309-供应商关联关系疑似违规行为
This commit is contained in:
@ -32,6 +32,8 @@ const BiddingRoom = (props) => {
|
||||
const IPassDecode = getIPassDecode();
|
||||
//获取用户数据
|
||||
let data = getSessionUserData();
|
||||
//获取比选一阶段二次项目,自定义流程,当前供应商
|
||||
const isBxOneSecondCustom = sessionStorage.getItem("isBxOneSecondCustom");
|
||||
//获取评审室id
|
||||
const roomId = getRoomId();
|
||||
const [list, setList] = useState();
|
||||
@ -328,7 +330,7 @@ const BiddingRoom = (props) => {
|
||||
//供应商是否用ipass解密判断
|
||||
IPassDecode == 0 ? null : supplierList.splice(2, 1)
|
||||
//供应商是否显示评审进展判断(招标类不显示)
|
||||
isBidProcess ? supplierList.splice(1, 1) : null
|
||||
isBidProcess && (isBxOneSecondCustom != "1") ? supplierList.splice(1, 1) : null
|
||||
//项目经理澄清说明判断
|
||||
NoClarification.findIndex(item => item == defId) == -1 ? null : managerList.splice(5, 1)
|
||||
//专家算数错误调整判断
|
||||
|
Reference in New Issue
Block a user