diff --git a/src/pages/localTool/standardRecognition/index.vue b/src/pages/localTool/standardRecognition/index.vue index a7cdcad16..656a7b7f0 100644 --- a/src/pages/localTool/standardRecognition/index.vue +++ b/src/pages/localTool/standardRecognition/index.vue @@ -1357,7 +1357,13 @@ export default { this.$http.get('lawss/sarStandAttrDetails/getListData', '', { _this: this }, res => { - this.options = res.data + let option = [] + res.data.map(item => { + if (item.sarType === 'STAND' || item.sarType === 'INLAND_STAND') { + option.push(item) + } + }) + this.options = option }) this.getTableData(); }, diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step1.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step1.vue index 21a407305..a3cdcc630 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step1.vue @@ -516,6 +516,9 @@ export default { this.fileList = res.data }) }) + this.qbfsForm.standId = this.selectList[0].id + this.qbfsForm.standtextStatus = "3lqnlgmgcn" + this.qbfsForm.textStatusBuss = this.selectList[0].textStatusBuss || '--' this.qbfsForm.entNumber = this.selectList[0].standCode || '--' this.qbfsForm.cnName = this.selectList[0].standName || '--' this.qbfsForm.enName = this.selectList[0].standEnName || '--' diff --git a/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue b/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue index fce97e9d6..8c8eee2a6 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue @@ -556,6 +556,9 @@ export default { }else if(this.selectList.length < 1){ this.$message.warning('请至少选择一条数据进行带入') }else{ + this.standardSearch.standId = this.selectList[0].id + this.standardSearch.standtextStatus = "3lqnlgmgcn" + this.standardSearch.textStatusBuss = this.selectList[0].textStatusBuss || '--' this.standardSearch.standCode = this.selectList[0].standCode || '--' this.standardSearch.standName = this.selectList[0].standName || '--' this.standardSearch.enName = this.selectList[0].standEnName || '--' diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue index 9d55151cc..8f1018e18 100644 --- a/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue +++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step7.vue @@ -113,10 +113,6 @@ {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format("YYYY-MM-DD") : "" }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ '-' }} - + {{ item.name }} {{ ';' }} @@ -415,7 +415,7 @@ export default { padding: 10px 0px 10px 10px; } .content_form { - min-width: 135vh; + min-width: 90vh!important; padding-top: 15px; padding-left: 30px; diff --git a/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue b/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue index 0a7418d9c..770ea59ad 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-ch/step4.vue @@ -60,7 +60,7 @@ {{ '-' }} - + {{ item.name }} {{ ';' }} @@ -415,7 +415,7 @@ export default { padding: 10px 0px 10px 10px; } .content_form { - min-width: 90vh; + min-width: 90vh!important; padding-top: 15px; padding-left: 30px; diff --git a/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue b/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue index 9c5498e11..be4341f0c 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-ch/step6.vue @@ -62,7 +62,7 @@ {{ '-' }} - + {{ item.name }} {{ ';' }} @@ -478,7 +478,7 @@ export default { padding: 10px 0px 10px 10px; } .content_form { - min-width: 90vh; + min-width: 90vh!important; padding-top: 15px; padding-left: 30px; diff --git a/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue b/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue index 5527083c6..e303ba5c6 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-hh/step2.vue @@ -456,7 +456,7 @@ export default { padding: 10px 0px 10px 10px; } .content_form { - min-width: 90vh; + min-width: 90vh!important; padding-top: 15px; padding-left: 30px; diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue index 7cbbefc03..3c97c30ac 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step2.vue @@ -67,7 +67,7 @@ {{ '-' }} - + {{ item.name }} {{ ';' }} @@ -422,7 +422,7 @@ export default { padding: 10px 0px 10px 10px; } .content_form { - min-width: 90vh; + min-width: 90vh!important; padding: 15px; .comityTel_btn { diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue index 2de460504..44117ee36 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step4.vue @@ -67,7 +67,7 @@ {{ '-' }} - + {{ item.name }} {{ ';' }} @@ -110,7 +110,7 @@ @@ -457,7 +457,7 @@ export default { padding: 10px 0px 10px 10px; } .content_form { - min-width: 90vh; + min-width: 90vh!important; padding: 15px; .comityTel_btn { diff --git a/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue b/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue index 015ec1db8..2e51410a7 100644 --- a/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue +++ b/src/pages/processCenter/pages/phone/bzhHd-rh/step6.vue @@ -69,7 +69,7 @@ {{ '-' }} - + {{ item.name }} {{ ';' }} @@ -114,7 +114,7 @@ @@ -470,7 +470,7 @@ export default { padding: 10px 0px 10px 10px; } .content_form { - min-width: 90vh; + min-width: 90vh!important; padding: 15px; .comityTel_btn { diff --git a/src/pages/processCenter/pages/phone/xmpg/step2.vue b/src/pages/processCenter/pages/phone/xmpg/step2.vue index 9edcfa4a0..703717f69 100644 --- a/src/pages/processCenter/pages/phone/xmpg/step2.vue +++ b/src/pages/processCenter/pages/phone/xmpg/step2.vue @@ -181,7 +181,7 @@ +
+ + + + +
+
基础信息
+
审批历史
+
+
+
+ + + + + +
+ + + + + + + + + + +
+
+ 隐藏基础信息 + 展开基础信息 + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + diff --git a/src/pages/processCenter/pages/phone/xmpg2/step7.vue b/src/pages/processCenter/pages/phone/xmpg2/step7.vue new file mode 100644 index 000000000..9429b17af --- /dev/null +++ b/src/pages/processCenter/pages/phone/xmpg2/step7.vue @@ -0,0 +1,580 @@ + + + + + diff --git a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue index 8683ac293..3d2e79b8e 100644 --- a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue +++ b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue @@ -173,7 +173,7 @@ align="center" width="150">
@@ -262,7 +262,7 @@ align="center" width="150">
import('@/pages/processCenter/pages/phone/xmpg2/step2.vue'), + meta: { + isBoolean: true, + requireAuth: true, + title: '项目合规评估流程' + } + }, + { + path: '/phoneXmpg2Step7', + name: 'phoneXmpg2Step7', + component: () => import('@/pages/processCenter/pages/phone/xmpg2/step7.vue'), + meta: { + isBoolean: true, + requireAuth: true, + title: '项目合规评估流程' + } + }, { path: '/phoneWfhxStep5', name: 'phoneWfhxStep5',