标准合规评估流程
- 业务经理审批
+ 批准
@@ -212,7 +307,7 @@ import axios from "axios";
import ProcessHeader from "process/components/ProcessHeader";
export default {
- name: "phoneXmpgStep2",
+ name: "phoneBzpgStep8",
components: {
ProcessHeader,
ProcessFooter,
@@ -222,7 +317,9 @@ export default {
data() {
return {
phoneshowflag: false,
+ activeName: '',
phoneRoleList: [],
+ projectTabName: [],
phoneDrawerTitle: '',
//折叠的标志,true为折叠,false为不折叠
foldFormFlag: false,
@@ -306,6 +403,9 @@ export default {
};
},
methods: {
+ handleClick(tab) {
+ this.projectName = tab.name
+ },
//折叠/展开基础信息方法
foldForm() {
this.foldFormFlag = !this.foldFormFlag
@@ -416,30 +516,32 @@ export default {
/**
* @description: 动态表单读取
*/
- getFormFieldList (item) {
+ getFormFieldList(item) {
this.$nextTick(() => {
- this.listForm = JSON.parse(JSON.stringify(item))
- this.listForm.prcNum = this.prcNum
- this.listForm.prcName = this.prcName
- this.listForm['id'] = item.id
- this.listForm.dataList = item.dataList
- this.dataList = item.dataList
- this.dataList.distributePerson = item.dataList[0].distributePerson
- this.listForm.breakdownList = item.breakdownList
- })
- },
- //驳回事件
- beforeBack () {
- if(this.commentText === null || this.commentText === undefined || this.commentText === ''){
- this.$message.warning('请填写审批意见')
- }else{
- this.listForm.passFlag = '1'
- this.handleSubmit()
- }
+ this.listForm = JSON.parse(JSON.stringify(item));
+ if (item.form === undefined) {
+ this.fileType = item.fileType
+ this.listForm.prcNum = this.prcNum
+ this.listForm.prcName = this.prcName
+ this.listForm['id'] = item.id
+ this.dataList = item.dataList
+ item.dataList.forEach(item => {
+ if(!this.projectTabName.includes(item.projectName)){
+ this.projectTabName.push(item.projectName)
+ }
+ })
+ this.projectName = this.activeName = this.projectTabName[Object.keys(this.projectTabName)[0]]
+ } else {
+ this.listForm = item.form;
+ this.dataList = item.form.dataList;
+ }
+
+ });
},
//提交事件
handleSubmit() {
- this.listForm.commentText = this.commentText
+ this.listForm.dataList = this.dataList
+ this.listForm.commentText = this.commentText;
const json = JSON.stringify(this.listForm);
this.isSubmit = true
this.$http.post('lawss/activiti/completeTask', {
@@ -491,7 +593,7 @@ export default {
diff --git a/src/pages/processCenter/pages/phone/qbrk/common/formList.vue b/src/pages/processCenter/pages/phone/qbrk/common/formList.vue
new file mode 100644
index 000000000..7f90c0bdf
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk/common/formList.vue
@@ -0,0 +1,637 @@
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk/common/formListIn.vue b/src/pages/processCenter/pages/phone/qbrk/common/formListIn.vue
new file mode 100644
index 000000000..5da7364f7
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk/common/formListIn.vue
@@ -0,0 +1,672 @@
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk/step10.vue b/src/pages/processCenter/pages/phone/qbrk/step10.vue
new file mode 100644
index 000000000..f30ee8162
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk/step10.vue
@@ -0,0 +1,2047 @@
+
+
+
+
+ 企标制修订-技术标准
+ 审定
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ {{scope.row.commentText}}
+
+
+
+
+ {{ scope.row.endTime ? '已完成' : '未完成'}}
+
+
+
+ 流程列表加载中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk/step11.vue b/src/pages/processCenter/pages/phone/qbrk/step11.vue
new file mode 100644
index 000000000..44b1b78c0
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk/step11.vue
@@ -0,0 +1,2047 @@
+
+
+
+
+ 企标制修订-技术标准
+ 批准
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ {{scope.row.commentText}}
+
+
+
+
+ {{ scope.row.endTime ? '已完成' : '未完成'}}
+
+
+
+ 流程列表加载中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk/step13.vue b/src/pages/processCenter/pages/phone/qbrk/step13.vue
new file mode 100644
index 000000000..a69e5a357
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk/step13.vue
@@ -0,0 +1,2047 @@
+
+
+
+
+ 企标制修订-技术标准
+ 发布
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ {{scope.row.commentText}}
+
+
+
+
+ {{ scope.row.endTime ? '已完成' : '未完成'}}
+
+
+
+ 流程列表加载中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk/step4.vue b/src/pages/processCenter/pages/phone/qbrk/step4.vue
new file mode 100644
index 000000000..65d3a039f
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk/step4.vue
@@ -0,0 +1,1996 @@
+
+
+
+
+ 企标制修订-技术标准
+ 标准化初审
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/qbrk/step8.vue b/src/pages/processCenter/pages/phone/qbrk/step8.vue
new file mode 100644
index 000000000..6d4aa495b
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/qbrk/step8.vue
@@ -0,0 +1,2200 @@
+
+
+
+
+ 企标制修订-技术标准
+ 审核
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD') : '' }}
+
+
+
+
+ {{scope.row.commentText}}
+
+
+
+
+ {{ scope.row.endTime ? '已完成' : '未完成'}}
+
+
+
+ 流程列表加载中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/xmpg2/step12.vue b/src/pages/processCenter/pages/phone/xmpg/step4.vue
similarity index 94%
rename from src/pages/processCenter/pages/phone/xmpg2/step12.vue
rename to src/pages/processCenter/pages/phone/xmpg/step4.vue
index fa696026d..c24e83246 100644
--- a/src/pages/processCenter/pages/phone/xmpg2/step12.vue
+++ b/src/pages/processCenter/pages/phone/xmpg/step4.vue
@@ -2,7 +2,7 @@
项目合规评估流程
- 分发负责人审批
+ 产品工程经理审核