@@ -15,16 +14,20 @@
-
+
-
+
@@ -35,6 +38,7 @@
:value="false"
>
-
-
-
-
-
-
-
- 流程发起人
-
-
-
-
-
-
-
-
-
-
- 标准法规工程师
-
-
-
-
-
-
-
-
-
-
-
- 分发责任人
-
-
-
-
-
-
-
-
-
-
- 负责人
-
-
-
-
-
-
-
-
-
-
- 分发责任人
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -285,22 +195,6 @@ export default {
uploadFileList: [],
// 责任部门
zNodesSItem: [],
-
-
- roleForm: {
- startUserName: this.$store.getters.userInfo.userName,
- startUser: this.$store.getters.userInfo.userId,
- },
- roleFormRules: {
- },
- nodeList: [],
- drawerTitle: '', //drawer标题
- modalshowflag: false, // drawer开关
- treeData: [], // 人员数据
- defaultProps: {
- children: 'children',
- label: 'name'
- },
}
},
components: {
@@ -341,50 +235,6 @@ export default {
// 提交按钮
handleSubmit() {},
- // 获取流程节点数据
- getTree () {
- this.$http.get('SarInstitution/institution/institutionAndUser', {}, {}, res=> {
- this.treeData = res.data
- })
- },
- // 流程阶段负责人选择
- choiceZRR (type, title, id) {
- this.nodeList = []
- this.nodeList.push(id)
- this.type = type
- this.drawerTitle = title
- this.modalshowflag = true
- },
- drawerCheck (data) {
- var getlist = this.$refs.tree.getCheckedNodes().concat(this.$refs.tree.getHalfCheckedNodes());
- if(getlist.length == 1) {
- this.roleRow = getlist[0]
- }else {
- this.$refs.tree.setCheckedKeys([data.id]);
- this.roleRow = this.$refs.tree.getCheckedNodes()[0]
- }
- },
- // 流程节点负责人抽屉保存按钮
- saveUserInfo () {
- if (this.type === 'dockUser') {
- this.roleForm.dockUser = this.roleRow.id
- this.roleForm.dockUserName = this.roleRow.name
- } else if (this.type === 'ministerUser') {
- this.roleForm.ministerUser = this.roleRow.id
- this.roleForm.ministerUserName = this.roleRow.name
- } else if (this.type === 'directorUser') {
- this.roleForm.directorUser = this.roleRow.id
- this.roleForm.directorUserName = this.roleRow.name
- } else if (this.type === 'presidentUser') {
- this.roleForm.presidentUser = this.roleRow.id
- this.roleForm.presidentUserName = this.roleRow.name
- }
- this.modalshowflag = false
- },
- // 流程节点负责人抽屉取消按钮
- cancleUserInfo () {
- this.modalshowflag = false
- },
//未整改项抽屉中的查询按钮
getTableByPage() {
},
@@ -450,19 +300,6 @@ export default {
justify-content: space-between;
height: calc(~'100% - 103px');
overflow: auto;
- .tableTitle {
- margin-bottom: 10px;
- height: 30px;
- line-height: 30px;
- position: relative;
- font-size: 13px;
- font-weight: bold;
- .tableButton {
- position: absolute;
- right: 0;
- top: 0;
- }
- }
}
}
diff --git a/src/pages/processCenter/pages/creatProcess/wfhxzg/step5.vue b/src/pages/processCenter/pages/creatProcess/wfhxzg/step5.vue
index 6b4411df1..c157cb998 100644
--- a/src/pages/processCenter/pages/creatProcess/wfhxzg/step5.vue
+++ b/src/pages/processCenter/pages/creatProcess/wfhxzg/step5.vue
@@ -6,7 +6,6 @@
@@ -15,16 +14,20 @@
-
+
-
+
@@ -35,6 +38,7 @@
:value="false"
>
-
-
-
-
-
-
-
- 流程发起人
-
-
-
-
-
-
-
-
-
-
- 标准法规工程师
-
-
-
-
-
-
-
-
-
-
-
- 分发责任人
-
-
-
-
-
-
-
-
-
-
- 负责人
-
-
-
-
-
-
-
-
-
-
- 分发责任人
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -259,34 +169,9 @@ export default {
myLoading: false,
// 责任部门
zNodesSItem: [],
- unqualidiedData: [{
- standId: '',
- productName: '',
- itemsNum: '',
- itemsName: '',
- planCloseTime: '',
- responsibleUnit: '',
- dutyEngineer: ''
- }],
- selectedList: [], //未整改项的选择框
- roleForm: {
- startUserName: this.$store.getters.userInfo.userName,
- startUser: this.$store.getters.userInfo.userId,
- },
- roleFormRules: {
- },
// 驳回弹窗状态
backDialog: false,
-
- nodeList: [],
- drawerTitle: '', //drawer标题
- modalshowflag: false, // drawer开关
- treeData: [], // 人员数据
- defaultProps: {
- children: 'children',
- label: 'name'
- },
}
},
components: {
@@ -297,80 +182,13 @@ export default {
created() {
},
methods: {
- getList() {
- this.myLoading.loadData = true
- this.$http.get('sarStandUnqualified/sar-stand-unqualified', {
- ...this.nonConformitySearch,
- current: this.pageNo,
- size: this.$store.getters.userInfo.configContent
- }, {
- _this: this
- }, res => {
- this.myLoading.loadData = false
- this.nonList = res.data.records
- this.total = res.data.total
- }, e => {
- this.myLoading.loadData = false
- })
- },
- // 批准俺妞妞操作
- handleBack() {
- this.backDialog = true
- },
- handleSuccess() {},
+
handleTabs(name) {
this.active = name
},
- // 保存按钮
- handleSave() {},
// 提交按钮
handleSubmit() {},
-
- // 获取流程节点数据
- getTree () {
- this.$http.get('SarInstitution/institution/institutionAndUser', {}, {}, res=> {
- this.treeData = res.data
- })
- },
- // 流程阶段负责人选择
- choiceZRR (type, title, id) {
- this.nodeList = []
- this.nodeList.push(id)
- this.type = type
- this.drawerTitle = title
- this.modalshowflag = true
- },
- drawerCheck (data) {
- var getlist = this.$refs.tree.getCheckedNodes().concat(this.$refs.tree.getHalfCheckedNodes());
- if(getlist.length == 1) {
- this.roleRow = getlist[0]
- }else {
- this.$refs.tree.setCheckedKeys([data.id]);
- this.roleRow = this.$refs.tree.getCheckedNodes()[0]
- }
- },
- // 流程节点负责人抽屉保存按钮
- saveUserInfo () {
- if (this.type === 'dockUser') {
- this.roleForm.dockUser = this.roleRow.id
- this.roleForm.dockUserName = this.roleRow.name
- } else if (this.type === 'ministerUser') {
- this.roleForm.ministerUser = this.roleRow.id
- this.roleForm.ministerUserName = this.roleRow.name
- } else if (this.type === 'directorUser') {
- this.roleForm.directorUser = this.roleRow.id
- this.roleForm.directorUserName = this.roleRow.name
- } else if (this.type === 'presidentUser') {
- this.roleForm.presidentUser = this.roleRow.id
- this.roleForm.presidentUserName = this.roleRow.name
- }
- this.modalshowflag = false
- },
- // 流程节点负责人抽屉取消按钮
- cancleUserInfo () {
- this.modalshowflag = false
- },
//未整改项抽屉中的查询按钮
getTableByPage() {
},
@@ -436,19 +254,6 @@ export default {
justify-content: space-between;
height: calc(~'100% - 103px');
overflow: auto;
- .tableTitle {
- margin-bottom: 10px;
- height: 30px;
- line-height: 30px;
- position: relative;
- font-size: 13px;
- font-weight: bold;
- .tableButton {
- position: absolute;
- right: 0;
- top: 0;
- }
- }
}
}
diff --git a/src/pages/processCenter/pages/creatProcess/zqyj/step1.vue b/src/pages/processCenter/pages/creatProcess/zqyj/step1.vue
deleted file mode 100644
index 041e1ceb1..000000000
--- a/src/pages/processCenter/pages/creatProcess/zqyj/step1.vue
+++ /dev/null
@@ -1,225 +0,0 @@
-