feat: There is no way the, 企标 入库 企标复审 监控流程 可以看发起节点
This commit is contained in:
@@ -1071,7 +1071,7 @@
|
|||||||
:defaultProps="defaultModelProps" :checkedKeys="defaultCheckedKeys3"
|
:defaultProps="defaultModelProps" :checkedKeys="defaultCheckedKeys3"
|
||||||
:nodeKey="nodeKeyModel" @popoverHide="popoverHideModel"
|
:nodeKey="nodeKeyModel" @popoverHide="popoverHideModel"
|
||||||
@popoverHideCancel="popoverHideModelCancel()"></tree-select-module>
|
@popoverHideCancel="popoverHideModelCancel()"></tree-select-module>
|
||||||
<loading :loading="replaceLoading"></loading>
|
<loading :loading="ccc"></loading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -1124,6 +1124,7 @@
|
|||||||
callback()
|
callback()
|
||||||
};
|
};
|
||||||
return {
|
return {
|
||||||
|
ccc:true,
|
||||||
planDisabled:true,
|
planDisabled:true,
|
||||||
disabledXX:!!this.$route.query.disabledXX,
|
disabledXX:!!this.$route.query.disabledXX,
|
||||||
opinionsStand:[
|
opinionsStand:[
|
||||||
@@ -1964,6 +1965,7 @@
|
|||||||
this.XGDFileList=this.assemble(this.form.XGD,this.form.XGDName);
|
this.XGDFileList=this.assemble(this.form.XGD,this.form.XGDName);
|
||||||
this.roleForm = mes.roleForm
|
this.roleForm = mes.roleForm
|
||||||
this.commentText = mes.commentText
|
this.commentText = mes.commentText
|
||||||
|
this.ccc = false
|
||||||
})
|
})
|
||||||
}else {
|
}else {
|
||||||
this.form.XCSJBUSS = this.dateFormatter()
|
this.form.XCSJBUSS = this.dateFormatter()
|
||||||
|
|||||||
@@ -1106,6 +1106,7 @@
|
|||||||
:defaultProps="defaultModelProps" :checkedKeys="defaultCheckedKeys4"
|
:defaultProps="defaultModelProps" :checkedKeys="defaultCheckedKeys4"
|
||||||
:nodeKey="nodeKeyModel" @popoverHide="popoverCarHideModel"
|
:nodeKey="nodeKeyModel" @popoverHide="popoverCarHideModel"
|
||||||
@popoverHideCancel="popoverCarHideModelCancel()"></tree-select-module>
|
@popoverHideCancel="popoverCarHideModelCancel()"></tree-select-module>
|
||||||
|
<loading :loading="ccc"></loading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -1214,6 +1215,7 @@
|
|||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
ccc:true,
|
||||||
disabledXX:!!this.$route.query.disabledXX,
|
disabledXX:!!this.$route.query.disabledXX,
|
||||||
bpnId: this.$route.query.bpnId,
|
bpnId: this.$route.query.bpnId,
|
||||||
fileList: [],
|
fileList: [],
|
||||||
@@ -1873,6 +1875,7 @@
|
|||||||
this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName);
|
this.GLWJBUSSFileList=this.assemble(this.form.GLWJBUSS,this.form.GLWJBUSSName);
|
||||||
this.roleForm = mes.roleForm
|
this.roleForm = mes.roleForm
|
||||||
this.commentText = mes.commentText
|
this.commentText = mes.commentText
|
||||||
|
this.ccc = false
|
||||||
})
|
})
|
||||||
}else {
|
}else {
|
||||||
this.form.XCSJBUSS = this.dateFormatter()
|
this.form.XCSJBUSS = this.dateFormatter()
|
||||||
|
|||||||
@@ -225,86 +225,161 @@ export default {
|
|||||||
this.setHandleInfo((JSON.stringify(row)))
|
this.setHandleInfo((JSON.stringify(row)))
|
||||||
this.setPrcLastDetail((JSON.stringify(row)))
|
this.setPrcLastDetail((JSON.stringify(row)))
|
||||||
// 根据type判断跳转具体流程页面
|
// 根据type判断跳转具体流程页面
|
||||||
|
// 根据type判断跳转具体流程页面
|
||||||
if (prcType === '1') {
|
if (prcType === '1') {
|
||||||
// 标准入库流程数据
|
// 标准入库流程数据
|
||||||
this.toProcessDetail('bzrkStep1',row)
|
this.toProcessDetail('bzrkStep5',row)
|
||||||
}else if(prcType === 'laws1'){
|
}else if(prcType === 'laws1'){
|
||||||
//政策入库
|
//政策入库
|
||||||
this.toProcessDetail('zcrkStep1',row)
|
this.toProcessDetail('zcrkStep5',row)
|
||||||
}else if(prcType === 'laws2'){
|
}else if(prcType === 'laws2'){
|
||||||
//政策征求意见流程
|
//政策入库
|
||||||
this.toProcessDetail('zczqyjStep1',row)
|
this.toProcessDetail('zczqyjStep9Detil',row)
|
||||||
}else if(prcType === 'buss1'){
|
}else if(prcType === 'buss1'){
|
||||||
//企标入库
|
//企标入库
|
||||||
this.toProcessDetail('bussLibraryDetail',row)
|
this.toProcessDetail('bussLibrary1',row)
|
||||||
}else if(prcType === 'buss2'){
|
}else if(prcType === 'buss2'){
|
||||||
//企标入库
|
//企标入库
|
||||||
this.toProcessDetail('bussLibraryProductDetail',row)
|
this.toProcessDetail('bussLibraryProduct1',row)
|
||||||
}else if(prcType === 'buss3'){
|
}else if(prcType === 'buss3'){
|
||||||
//企标复审
|
|
||||||
this.toProcessDetail('qbfsStep1',row)
|
|
||||||
}else if(prcType === '4'){
|
|
||||||
//标准清单发布流程数据
|
|
||||||
this.toProcessDetail('bzqdfbStep1',row)
|
|
||||||
}else if (prcType === '5'){
|
|
||||||
//标准项目合规评估
|
|
||||||
this.toProcessDetail('bzpgStep1',row)
|
|
||||||
}else if(prcType === '6'){
|
|
||||||
//标准项目合规评估 项目维度
|
|
||||||
this.toProcessDetail('xmpg2Step1',row)
|
|
||||||
} else if (prcType === '8') {
|
|
||||||
// 未符合项整改
|
|
||||||
this.toProcessDetail('wfhxzgStep1',row)
|
|
||||||
} else if(prcType === '9'){
|
|
||||||
this.toProcessDetail('bzjdStep1',row)
|
|
||||||
//标准调研流程
|
|
||||||
}else if(prcType === '2'){
|
|
||||||
this.toProcessDetail('bzdyStep1',row)
|
|
||||||
}else if(prcType === '3'){
|
|
||||||
//标准征求意见
|
|
||||||
this.toProcessDetail('bzzqyjStep1',row)
|
|
||||||
}else if(prcType === '10'){
|
|
||||||
//项目清单确认
|
|
||||||
this.toProcessDetail('xmqdqrStep1',row, 'unShowReceipt')
|
|
||||||
}else if(prcType === '14'){
|
|
||||||
//加入标准化协会信息备案流程
|
|
||||||
this.toProcessDetail('cywbbzzxdStep1',row,)
|
|
||||||
}else if(prcType === '15'){
|
|
||||||
//加入标准化协会信息备案流程
|
|
||||||
this.toProcessDetail('jrbzhxhStep1',row,)
|
|
||||||
} else if(prcType === '16'){
|
|
||||||
//外部署名
|
|
||||||
this.toProcessDetail('wbsmStep1',row)
|
|
||||||
}else if(prcType === '20') {
|
|
||||||
// 入会流程
|
|
||||||
this.toProcessDetail('bzrhStep1',row)
|
|
||||||
} else if(prcType === '21') {
|
|
||||||
// 参会流程
|
|
||||||
this.toProcessDetail('bzchStep1',row)
|
|
||||||
} else if(prcType === '23'){
|
|
||||||
//企标复审
|
//企标复审
|
||||||
this.toProcessDetail('qbfsStep1',row)
|
this.toProcessDetail('qbfsStep1',row)
|
||||||
|
}else if(prcType === '4'){
|
||||||
|
//标准清单发布流程数据
|
||||||
|
this.toProcessDetail('bzqdfbStep1-4',row)
|
||||||
|
}else if (prcType === '5'){
|
||||||
|
//标准项目合规评估
|
||||||
|
this.toProcessDetail('bzpgStep8-1',row)
|
||||||
|
}else if(prcType === '6'){
|
||||||
|
//标准项目合规评估 项目维度
|
||||||
|
this.toProcessDetail('xmpgStep1-5',row)
|
||||||
|
} else if (prcType === '8') {
|
||||||
|
// 未符合项整改
|
||||||
|
this.toProcessDetail('wfhxzgStep5-1',row)
|
||||||
|
} else if(prcType === '9'){
|
||||||
|
this.toProcessDetail('bzjdStep1-6',row)
|
||||||
|
//标准调研流程
|
||||||
|
}else if(prcType === '2'){
|
||||||
|
this.toProcessDetail('bzdyStep1-9',row)
|
||||||
|
}else if(prcType === '3'){
|
||||||
|
//标准征求意见
|
||||||
|
this.toProcessDetail('bzzqyjStep1-9',row)
|
||||||
|
}else if(prcType === '10'){
|
||||||
|
//项目清单确认
|
||||||
|
this.toProcessDetail('xmqdqrStep1-4',row, 'unShowReceipt')
|
||||||
|
} else if(prcType === '16'){
|
||||||
|
//外部署名
|
||||||
|
this.toProcessDetail('wbsmStep1-5',row)
|
||||||
|
}else if(prcType === '20') {
|
||||||
|
// 入会流程
|
||||||
|
this.toProcessDetail('bzrhStep6-1',row)
|
||||||
|
} else if(prcType === '21') {
|
||||||
|
// 参会流程
|
||||||
|
this.toProcessDetail('bzchStep6-1',row)
|
||||||
|
} else if(prcType === '23'){
|
||||||
|
//企标复审
|
||||||
|
this.toProcessDetail('qbfsStep1-4',row)
|
||||||
}else if(prcType === '24'){
|
}else if(prcType === '24'){
|
||||||
//企标废止
|
//企标废止
|
||||||
this.toProcessDetail('qbfzStep1',row)
|
this.toProcessDetail('qbfzStep1-7',row)
|
||||||
}else if(prcType === '25'){
|
}else if(prcType === '25'){
|
||||||
//企标制修订计划管控
|
//企标制修订计划管控
|
||||||
this.toProcessDetail('qbzxdjhgkStep1',row)
|
this.toProcessDetail('qbzxdjhgkStep1-5',row)
|
||||||
}else if(prcType === '26'){
|
}else if(prcType === '26'){
|
||||||
//企标制修订计划立项
|
//企标制修订计划立项
|
||||||
this.toProcessDetail('qbzxdlxStep1',row)
|
this.toProcessDetail('qbzxdlxStep1-2',row)
|
||||||
}else if(prcType === '17'){
|
|
||||||
//政策课题入会发起流程
|
|
||||||
this.toProcessDetail('zcrhStep1',row)
|
|
||||||
}else if(prcType === '18'){
|
|
||||||
//政策课题参会发起流程
|
|
||||||
this.toProcessDetail('zcchStep1',row)
|
|
||||||
}else if(prcType === '12'){
|
|
||||||
//政策课题参会发起流程
|
|
||||||
this.toProcessDetail('zdrzbzORzchgxxmscStep1',row)
|
|
||||||
}
|
}
|
||||||
|
// if (prcType === '1') {
|
||||||
|
// // 标准入库流程数据
|
||||||
|
// this.toProcessDetail('bzrkStep1',row)
|
||||||
|
// }else if(prcType === 'laws1'){
|
||||||
|
// //政策入库
|
||||||
|
// this.toProcessDetail('zcrkStep1',row)
|
||||||
|
// }else if(prcType === 'laws2'){
|
||||||
|
// //政策征求意见流程
|
||||||
|
// this.toProcessDetail('zczqyjStep1',row)
|
||||||
|
// }else if(prcType === 'buss1'){
|
||||||
|
// //企标入库
|
||||||
|
// this.toProcessDetail('bussLibraryDetail',row)
|
||||||
|
// }else if(prcType === 'buss2'){
|
||||||
|
// //企标入库
|
||||||
|
// this.toProcessDetail('bussLibraryProductDetail',row)
|
||||||
|
// }else if(prcType === 'buss3'){
|
||||||
|
// //企标复审
|
||||||
|
// this.toProcessDetail('qbfsStep1',row)
|
||||||
|
// }else if(prcType === '4'){
|
||||||
|
// //标准清单发布流程数据
|
||||||
|
// this.toProcessDetail('bzqdfbStep1',row)
|
||||||
|
// }else if (prcType === '5'){
|
||||||
|
// //标准项目合规评估
|
||||||
|
// this.toProcessDetail('bzpgStep1',row)
|
||||||
|
// }else if(prcType === '6'){
|
||||||
|
// //标准项目合规评估 项目维度
|
||||||
|
// this.toProcessDetail('xmpg2Step1',row)
|
||||||
|
// } else if (prcType === '8') {
|
||||||
|
// // 未符合项整改
|
||||||
|
// this.toProcessDetail('wfhxzgStep1',row)
|
||||||
|
// } else if(prcType === '9'){
|
||||||
|
// this.toProcessDetail('bzjdStep1',row)
|
||||||
|
// //标准调研流程
|
||||||
|
// }else if(prcType === '2'){
|
||||||
|
// this.toProcessDetail('bzdyStep1',row)
|
||||||
|
// }else if(prcType === '3'){
|
||||||
|
// //标准征求意见
|
||||||
|
// this.toProcessDetail('bzzqyjStep1',row)
|
||||||
|
// }else if(prcType === '10'){
|
||||||
|
// //项目清单确认
|
||||||
|
// this.toProcessDetail('xmqdqrStep1',row, 'unShowReceipt')
|
||||||
|
// }else if(prcType === '14'){
|
||||||
|
// //加入标准化协会信息备案流程
|
||||||
|
// this.toProcessDetail('cywbbzzxdStep1',row,)
|
||||||
|
// }else if(prcType === '15'){
|
||||||
|
// //加入标准化协会信息备案流程
|
||||||
|
// this.toProcessDetail('jrbzhxhStep1',row,)
|
||||||
|
// } else if(prcType === '16'){
|
||||||
|
// //外部署名
|
||||||
|
// this.toProcessDetail('wbsmStep1',row)
|
||||||
|
// }else if(prcType === '20') {
|
||||||
|
// // 入会流程
|
||||||
|
// this.toProcessDetail('bzrhStep1',row)
|
||||||
|
// } else if(prcType === '21') {
|
||||||
|
// // 参会流程
|
||||||
|
// this.toProcessDetail('bzchStep1',row)
|
||||||
|
// } else if(prcType === '23'){
|
||||||
|
// //企标复审
|
||||||
|
// this.toProcessDetail('qbfsStep1',row)
|
||||||
|
// }else if(prcType === '24'){
|
||||||
|
// //企标废止
|
||||||
|
// this.toProcessDetail('qbfzStep1',row)
|
||||||
|
// }else if(prcType === '25'){
|
||||||
|
// //企标制修订计划管控
|
||||||
|
// this.toProcessDetail('qbzxdjhgkStep1',row)
|
||||||
|
// }else if(prcType === '26'){
|
||||||
|
// //企标制修订计划立项
|
||||||
|
// this.toProcessDetail('qbzxdlxStep1',row)
|
||||||
|
// }else if(prcType === '17'){
|
||||||
|
// //政策课题入会发起流程
|
||||||
|
// this.toProcessDetail('zcrhStep1',row)
|
||||||
|
// }else if(prcType === '18'){
|
||||||
|
// //政策课题参会发起流程
|
||||||
|
// this.toProcessDetail('zcchStep1',row)
|
||||||
|
// }else if(prcType === '12'){
|
||||||
|
// //政策课题参会发起流程
|
||||||
|
// this.toProcessDetail('zdrzbzORzchgxxmscStep1',row)
|
||||||
|
// }
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning('当前流程未全部办理完成,无法查看')
|
if(prcType === 'buss1'){
|
||||||
|
//企标入库
|
||||||
|
this.toProcessDetail('bussLibrary1',row)
|
||||||
|
}else if(prcType === 'buss2'){
|
||||||
|
//企标入库
|
||||||
|
this.toProcessDetail('bussLibraryProduct1',row)
|
||||||
|
}else if(prcType === 'buss3'){
|
||||||
|
//企标复审
|
||||||
|
this.toProcessDetail('qbfsStep1',row)
|
||||||
|
}else {
|
||||||
|
this.$message.warning('当前流程未全部办理完成,无法查看')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
toProcessDetail(componentName,row,unShowReceipt) {
|
toProcessDetail(componentName,row,unShowReceipt) {
|
||||||
|
|||||||
Reference in New Issue
Block a user