|
|
|
|
@ -2100,7 +2100,7 @@ export default {
|
|
|
|
|
if (item.is_contract) {
|
|
|
|
|
//为合同 不为网上商城
|
|
|
|
|
flowStatus["shenpi"].setStatus(shenpi?.flow_status ?? 2)
|
|
|
|
|
if ((!shenpi?.flow_status || shenpi?.flow_status === 2) && ((item.is_tender_audit && item.invite_status === 1) && (caigou?.flow_status === 1 || common_purchase?.flow_status === 1))) {
|
|
|
|
|
if ((!shenpi?.flow_status || shenpi?.flow_status === 2) && ((item.is_tender_audit ? item.invite_status === 1 : true) && (caigou?.flow_status === 1 || common_purchase?.flow_status === 1))) {
|
|
|
|
|
//审批未开始 走招标招标完成或不走招标采购完成
|
|
|
|
|
flowStatus["shenpi"].setExecutable(true)
|
|
|
|
|
}
|
|
|
|
|
|