diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 6d73b5859..f9bb2931d 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -3722,41 +3722,18 @@ export default { }, { _this: this }, res => { - // displayLocation.map(item => { - // if (item.value === '2URVBGR2Y4UG77KZ5YPL') { - // item.child.forEach(items =>{ - // let accessCountry = JSON.parse(sessionStorage.getItem("accessCountry")); - // if (accessCountry.country === undefined) { - // accessCountry.country = '文本' - // } - // if(items.attrField === 'SSRQ') { - // items.attrName = '实施日期' + '(' + accessCountry.country + ')' + ':' - // if (accessCountry.ssrq !== undefined) { - // item.value = accessCountry.ssrq - // } - // } else if (items.attrField === 'ZCCSSRQ') { - // items.attrName = '在产车实施日期' + '(' + accessCountry.country + ')' + ':' - // if (accessCountry.zccssrqgj !== undefined) { - // item.value = accessCountry.zccssrqgj - // } - // } else if(items.attrField === 'XCXSSRQ') { - // items.attrName = '新车型实施日期' + '(' + accessCountry.country + ')' + ':' - // if (accessCountry.xcxssrqgj !== undefined) { - // item.value = accessCountry.xcxssrqgj - // } - // - // } - // }) - // for (let key in res.data) { - // item.one.push({ - // attrName: key, - // value: res.data[key].join(','), - // isShowImp: '0', - // id: key - // }) - // } - // } - // }) + displayLocation.map(item => { + if (item.value === '2URVBGR2Y4UG77KZ5YPL') { + for (let key in res.data) { + item.one.push({ + attrName: key, + value: res.data[key].join(','), + isShowImp: '0', + id: key + }) + } + } + }) this.dynamicFormField = displayLocation }) sessionStorage.setItem('displayLocation', JSON.stringify(displayLocation)) diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue index 97fad8e2b..730458af1 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue @@ -164,10 +164,10 @@ -

技术管理中心主任

+

技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任

- +
@@ -175,10 +175,10 @@ -

工程研究总院院长

+

工程研究总院院长或标准法规主管副院长

- +
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue index 2ae9cd88d..cdb198016 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue @@ -35,6 +35,7 @@ @@ -164,11 +165,11 @@ -

技术管理中心主任

+

技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任

- +
@@ -176,10 +177,10 @@ -

工程研究总院院长

+

工程研究总院院长或标准法规主管副院长

- +
@@ -263,6 +264,11 @@ export default { name: "bzdyStep1", data() { return { + pickerOptions: { + disabledDate(time) { + return time.getTime() < Date.now() - 8.64e7;//如果没有后面的-8.64e7就是不可以选择今天的 + } + }, drawerTitle2: '', type2: '', bpnId: '', @@ -397,14 +403,14 @@ export default { this.nodeList2 = this.roleForm.dockUserList.split(',') } } else { - this.drawerTitle2 = '选择技术管理中心主任' + this.drawerTitle2 = '选择技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任' if ( this.roleForm.directorUser.length > 0) { this.nodeList2 = this.roleForm.directorUser.split(',') } } this.modalshowflag2 = true }, - choiceZRR (type, title, id) { + choiceZRR (type, title, id) { this.nodeList = [] this.nodeList.push(id) this.type = type diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue index cf40474f6..a4a438917 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue @@ -47,7 +47,7 @@ {{ item.name }} @@ -63,7 +63,7 @@ {{ item.name }} @@ -127,19 +127,19 @@ - - -
- - -
-
-
+ + + + + + + + + + + + +
{ this.saveLoading = false @@ -425,7 +428,7 @@ this.json.dyhz = this.form.dyhz this.isSubmit = true var json = this.json - json.commentText = this.commentText + // json.commentText = this.commentText json.fileId = this.form.fileId json.fileName = this.form.fileName this.$http.post('lawss/activiti/completeTask', { diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue index 1e1404123..9dde7dcb7 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue @@ -47,7 +47,7 @@ {{ item.name }} @@ -63,7 +63,7 @@ {{ item.name }} @@ -322,6 +322,10 @@ updateFile (fileId) { window.location.href = '/api/att/attFile/downloadFile?fileId=' + fileId }, + updateFile2 (item) { + let id = item.id + window.location.href = '/api/att/attFile/downloadFile?fileId=' + id + }, handleTabs(name) { this.active = name }, diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue index 98493163f..381d36b17 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue @@ -3,7 +3,7 @@ - +
基础信息
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue index 85927dd47..7af7467dc 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue @@ -137,7 +137,7 @@ + @click.native="choiceZRRS('1')">
@@ -161,13 +161,13 @@ -

技术管理中心主任

+

技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任

@@ -176,13 +176,13 @@ -

工程研究总院院长

+

工程研究总院院长或标准法规主管副院长

@@ -287,7 +287,7 @@
0) { - this.nodeList2 = this.roleForm.dockUserList.split(',') + if (type === '1') { + this.drawerTitle2 = '选择责任部门对接人' + if ( this.roleForm.dockUserList.length > 0) { + this.nodeList2 = this.roleForm.dockUserList.split(',') + } + } else { + this.drawerTitle2 = '选择技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任' + if (this.roleForm.directorUser.length > 0) { + this.nodeList2 = this.roleForm.directorUser.split(',') + } } this.modalshowflag2 = true }, diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue index ebc145333..398ec19b8 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue @@ -138,7 +138,7 @@ + @click.native="choiceZRRS('1')">
@@ -162,13 +162,13 @@ -

技术管理中心主任

+

技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任

@@ -177,13 +177,13 @@ -

工程研究总院院长

+

工程研究总院院长或标准法规主管副院长

@@ -289,7 +289,7 @@ 0) { - this.nodeList2 = this.roleForm.dockUserList.split(',') + if (type === '1') { + this.drawerTitle2 = '选择责任部门对接人' + if ( this.roleForm.dockUserList.length > 0) { + this.nodeList2 = this.roleForm.dockUserList.split(',') + } + } else { + this.drawerTitle2 = '选择技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任' + if (this.roleForm.directorUser.length > 0) { + this.nodeList2 = this.roleForm.directorUser.split(',') + } } this.modalshowflag2 = true }, diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue index 90b9e7da4..a5a771887 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue @@ -464,7 +464,7 @@ export default { if (this.commentText) { this.isSubmit = true var json = this.json - json.directorFlag = '0' + json.directorFlag = '1' json.commentText = this.commentText this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue index 6a39b188b..fdd493c52 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue @@ -3,7 +3,7 @@ - +
基础信息