|
|
@@ -340,6 +340,10 @@ const projTreeObj = {
|
|
|
return projTreeObj.getAddBtnDisabled(projectType.tender);
|
|
|
},
|
|
|
callback: function (key, opt) {
|
|
|
+ if (isStopCreate()) {
|
|
|
+ $('#stop-create-dialog').modal('show');
|
|
|
+ return;
|
|
|
+ }
|
|
|
//弹出新建单位工程之前,判断当前使用版本,且当前使用单位工程数是否已到最大值
|
|
|
let selectedItem = projTreeObj.tree.selected;
|
|
|
$("#add-tender-dialog").modal("show");
|