diff --git a/src/assets/styles/phone.less b/src/assets/styles/phone.less index 4a6ed2d29..ed8788584 100644 --- a/src/assets/styles/phone.less +++ b/src/assets/styles/phone.less @@ -1,20 +1,13 @@ .phoneBox { width: 100%; height: 100%; - .form-item-disabled { - color: #666 !important; - /deep/.el-form-item__label { - color: #666 !important; - } - /deep/.el-form-item__content { - color: #666 !important; - /deep/.el-input { - color: #666 !important; - /deep/.el-input__inner { - color: #666 !important; - } - } - } + .van-cell { + padding: 10px 0; + } + /deep/.van-field__label { + width: 100px; + margin-right: 0px; + padding-left: 10.38px; } .headerTabs { height: 52px; diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 2d49db0a1..54bb42167 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -90,7 +90,7 @@ -
+
{{ file.oldFileName }} diff --git a/src/pages/loginVerify/index.vue b/src/pages/loginVerify/index.vue index f45a94d97..5e7dca96e 100644 --- a/src/pages/loginVerify/index.vue +++ b/src/pages/loginVerify/index.vue @@ -135,7 +135,9 @@ if (res.ok) { this.loginNew(res) } else { - window.location.href = ssoLoginUrlDev + this.$message.warning('系统无权限访问') + window.location.href = 'http://sso.foton.com.cn/logout?service=' + // window.location.href = ssoLoginUrlDev } }) diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue index 730458af1..8dc7f0be1 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue @@ -35,6 +35,7 @@ @@ -261,6 +262,11 @@ name: "bzdyStep1-1", data() { return { + pickerOptions: { + disabledDate(time) { + return time.getTime() < Date.now() - 8.64e7;//如果没有后面的-8.64e7就是不可以选择今天的 + } + }, drawerTitle2: '', type2: '', foldFormFlag: false, @@ -355,7 +361,11 @@ bpnId: this.$route.query.bpnId }).then(res => { let mes = JSON.parse(res.mes) - mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) + if (mes.form.date) { + mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD')) + } else { + mes.form.date = '' + } this.form = mes.form this.roleForm = mes.roleForm this.commentText = mes.commentText @@ -395,7 +405,7 @@ this.roleForm.presidentUserName = data[0].name } }, - choiceZRRS () { + choiceZRRS (type) { this.type2 = type this.nodeList2 = [] if (type === '1') { diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue index cdb198016..152613b1a 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue @@ -535,6 +535,8 @@ export default { roleForm: this.roleForm, commentText: this.commentText })) + console.log(this.form); + return saveTaskFirst(_formData).then(res => { this.saveLoading = false this.$message.success('保存成功') diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue index 32df2bcfe..45d840009 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue @@ -69,7 +69,7 @@ 批量编辑
- - - - - - - - - - -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
- -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
- - - - -
-
+ + + + + +
+
+ {{ item.name }} +
+
+
+ - - +
+
+ +
+
+ {{ item.name }} +
+
+
+ - - +
+
+ + + + + +
隐藏基础信息 @@ -92,13 +66,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzdy/step4.vue b/src/pages/processCenter/pages/phone/bzdy/step4.vue index 0bc581b48..1d4b2d1a6 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step4.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step4.vue @@ -23,58 +23,30 @@
- - - - - - - - - - -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
- -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
-
-
+ + + + + +
+
+ {{ item.name }} +
+
+
+ - - +
+
+ +
+
+ {{ item.name }} +
+
+
+ - - +
+
隐藏基础信息 @@ -91,29 +63,15 @@
{{ form.fileName }}
- - - - - -
- -
- - - + + + @@ -122,13 +80,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzdy/step6.vue b/src/pages/processCenter/pages/phone/bzdy/step6.vue index e650dc453..83b9dd7ad 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step6.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step6.vue @@ -23,40 +23,18 @@
- - - - - - - - - - -
- {{ form.hzfileName }} - - - - - - -
-
- - - -
-
-
-
+ + + + + +
+ {{ form.hzfileName }} +
+
+ - - +
+
隐藏基础信息 @@ -107,13 +85,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzdy/step7.vue b/src/pages/processCenter/pages/phone/bzdy/step7.vue index c65a94785..374eb0fb6 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step7.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step7.vue @@ -22,34 +22,18 @@
- - - - - - - - - - -
- {{ form.hzfileName }} -
-
- - - -
-
-
-
+ + + + + +
+ {{ form.hzfileName }} +
+
+ - - +
+
隐藏基础信息 @@ -93,13 +77,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzdy/step8.vue b/src/pages/processCenter/pages/phone/bzdy/step8.vue index 240142473..11e64c409 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step8.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step8.vue @@ -22,41 +22,18 @@
- - - - - - - - - - -
- {{ form.hzfileName }} -
-
- - - -
-
- - - - - - - -
-
+ + + + + +
+ {{ form.hzfileName }} +
+
+ - - +
+
隐藏基础信息 @@ -100,13 +77,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzdy/step9.vue b/src/pages/processCenter/pages/phone/bzdy/step9.vue index 24d716ab1..32b7dd9fc 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step9.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step9.vue @@ -22,34 +22,18 @@
- - - - - - - - - - -
- {{ form.hzfileName }} -
-
- - - -
-
-
-
+ + + + + +
+ {{ form.hzfileName }} +
+
+ - - +
+
隐藏基础信息 @@ -93,13 +77,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzjd/step4.vue b/src/pages/processCenter/pages/phone/bzjd/step4.vue index 4b1877357..f8a0e0ab6 100644 --- a/src/pages/processCenter/pages/phone/bzjd/step4.vue +++ b/src/pages/processCenter/pages/phone/bzjd/step4.vue @@ -21,54 +21,14 @@
- - - - - - - - - - - - - - - - - - - - - - + + + + + + + +
隐藏基础信息 diff --git a/src/pages/processCenter/pages/phone/bzjd/step5.vue b/src/pages/processCenter/pages/phone/bzjd/step5.vue index 74c4437a3..0a5aaa32a 100644 --- a/src/pages/processCenter/pages/phone/bzjd/step5.vue +++ b/src/pages/processCenter/pages/phone/bzjd/step5.vue @@ -21,54 +21,12 @@
- - - - - - - - - - - - - - - - - - - - - - + + + + + +
隐藏基础信息 diff --git a/src/pages/processCenter/pages/phone/bzjd/step6.vue b/src/pages/processCenter/pages/phone/bzjd/step6.vue index 8da9a9684..aa52f364e 100644 --- a/src/pages/processCenter/pages/phone/bzjd/step6.vue +++ b/src/pages/processCenter/pages/phone/bzjd/step6.vue @@ -21,54 +21,12 @@
- - - - - - - - - - - - - - - - - - - - - - + + + + + +
隐藏基础信息 diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step2.vue b/src/pages/processCenter/pages/phone/bzzqyj/step2.vue index 6d2074f2b..704685e2a 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step2.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step2.vue @@ -22,83 +22,53 @@
- - - - - - - - - - - -
-
- {{ item.fileName }} - - - - - - -
-
-
- -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
- - - - -
-
+ + + + + + +
+
+ {{ item.fileName }} +
+
+
+ +
+
+ {{ item.name }} +
+
+
+ - - +
+
+ + + + + +
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue b/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue index 41a91f071..44b8500f1 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step4-1.vue @@ -22,70 +22,44 @@
- - - - - - - - - - - -
-
- {{ item.fileName }} - - - - - - -
-
-
- -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
- - - - -
-
+ + + + + + +
+
+ {{ item.fileName }} +
+
+
+ +
+
+ {{ item.name }} +
+
+
+ - - +
+
+ + + + + +
@@ -158,13 +132,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step4-2.vue b/src/pages/processCenter/pages/phone/bzzqyj/step4-2.vue index d18fb4b18..8ee40316b 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step4-2.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step4-2.vue @@ -22,62 +22,34 @@
- - - - - - - - - - - -
-
- {{ item.fileName }} - - - - - - -
-
-
- -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
-
-
+ + + + + + +
+
+ {{ item.fileName }} +
+
+
+ +
+
+ {{ item.name }} +
+
+
+ - - +
+
@@ -150,13 +122,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step6.vue b/src/pages/processCenter/pages/phone/bzzqyj/step6.vue index 2d2ccf72b..1c2cdefb2 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step6.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step6.vue @@ -22,62 +22,34 @@
- - - - - - - - - - - -
-
- {{ item.fileName }} - - - - - - -
-
-
- -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
-
-
+ + + + + + +
+
+ {{ item.fileName }} +
+
+
+ +
+
+ {{ item.name }} +
+
+
+ - - +
+
@@ -170,13 +142,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step7.vue b/src/pages/processCenter/pages/phone/bzzqyj/step7.vue index 5bbd4d91a..03240c55f 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step7.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step7.vue @@ -22,62 +22,34 @@
- - - - - - - - - - - -
-
- {{ item.fileName }} - - - - - - -
-
-
- -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
-
-
+ + + + + + +
+
+ {{ item.fileName }} +
+
+
+ +
+
+ {{ item.name }} +
+
+
+ - - +
+
@@ -170,13 +142,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step8.vue b/src/pages/processCenter/pages/phone/bzzqyj/step8.vue index fa154ef1e..c0401b9ae 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step8.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step8.vue @@ -22,62 +22,34 @@
- - - - - - - - - - - -
-
- {{ item.fileName }} - - - - - - -
-
-
- -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
-
-
+ + + + + + +
+
+ {{ item.fileName }} +
+
+
+ +
+
+ {{ item.name }} +
+
+
+ - - +
+
@@ -170,13 +142,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/phone/bzzqyj/step9.vue b/src/pages/processCenter/pages/phone/bzzqyj/step9.vue index 7873858e3..d89399ddb 100644 --- a/src/pages/processCenter/pages/phone/bzzqyj/step9.vue +++ b/src/pages/processCenter/pages/phone/bzzqyj/step9.vue @@ -22,62 +22,34 @@
- - - - - - - - - - - -
-
- {{ item.fileName }} - - - - - - -
-
-
- -
-
- {{ item.name }} - - - - - - -
-
-
- - - -
-
-
-
+ + + + + + +
+
+ {{ item.fileName }} +
+
+
+ +
+
+ {{ item.name }} +
+
+
+ - - +
+
@@ -170,13 +142,9 @@
- - + + +
diff --git a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue index 882d3509e..f14ccef02 100644 --- a/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue +++ b/src/pages/processCenter/pages/processList/tabComponents/processCenter/index.vue @@ -682,7 +682,7 @@ export default { }) } else if (row.taskInfo === '责任对接人审批') { this.$router.push({ - name: 'bzdyStep4', + name: 'phoneBzdyStep4', query: { taskIds: row.taskIds, prcId: row.prcId, diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue index ab065ceaf..193515233 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue @@ -8,9 +8,9 @@ - + @@ -39,7 +39,7 @@ export default { library: false, list: [], tabValue: "", - menuName: ["国家/地区清单", "车型类别清单", "重点标准跟踪清单", "其他清单", "项目清单"] + menuName: ["国家/地区清单", "车型类别清单"/*, "重点标准跟踪清单"*/, "其他清单", "项目清单"] }; }, methods: { diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index c64f123cf..a8b000438 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -26,7 +26,7 @@ {{ node.label }} - + @@ -375,7 +375,7 @@ @click="exportTestItem">提交
- + {{ node.label }} - + @@ -285,8 +285,9 @@ fontWeight: 'bold', height: '48px'}" @selection-change="standSelectChange" > + + diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 0ed587664..f8bb9b35a 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -24,7 +24,7 @@ {{ node.label }} - + diff --git a/src/router/index.js b/src/router/index.js index ee93e500b..0f5a22d51 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2906,7 +2906,7 @@ const routes = [ menuId: 'ABCLRLJUQN44ENBS93CQ' } }, - { + /*{ path: '/dataCenter', name: 'dataCenter', component: () => @@ -2916,7 +2916,7 @@ const routes = [ title: '资料中心', menuId: '' } - }, + },*/ { path: '/dataCenterDetail', name: 'dataCenterDetail',