+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -274,7 +290,6 @@ export default {
}, {}, res => {
if (res.ok) {
this.$message.success('配置岗位成功')
-
this.modalPost = false
this.getData()
}
@@ -350,6 +365,41 @@ export default {
this.id = data.id
this.getData()
},
+ // searchPeople(){
+ // console.log(this.filterText);
+ // },
+ // loadNode(node, resolve) {
+ // if (node.level === 0) {
+ // return resolve(this.treeData);
+ // }
+ // this.getChildren(node, resolve)
+ // },
+ // getChildren (node, resolve) {
+ // this.id = node.key
+ // this.getData()
+ // this.$http.get('SarInstitution/institution/getNext', {
+ // institutionId: node.key
+ // }, {}, res => {
+ // let people = [];
+ // res.forEach(item => {
+ // if(item.disabled === true){
+ // people.push(item)
+ // }
+ // })
+ // resolve(people)
+ // })
+ // },
+ // getTree() {
+ // this.$http.get('SarInstitution/institution/getFirstInstitution', {}, {
+ // _this: this,
+ // loading: 'treeLoading'
+ // }, res => {
+ // this.treeData = res
+ // this.nodeKeyId = this.treeData[0].id
+ // this.treeLoading = false
+ // }, e => {
+ // })
+ // },
getTree() {
this.$http.get('SarInstitution/institution', {}, {
_this: this,
@@ -378,7 +428,6 @@ export default {
_this: this,
loading: 'Loading'
}, res => {
- console.log(res.data)
res.data.records.forEach((item) => {
let NameList = ''
item.positions.forEach((items) => {
diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue
index e3656326e..3bbd4c9cf 100644
--- a/src/pages/details/otherBussStandardDetails/index.vue
+++ b/src/pages/details/otherBussStandardDetails/index.vue
@@ -124,8 +124,8 @@
:key="fileIndex"
>
{{ file.oldFileName }}
-
-
+
+
上传时间:{{ dateFormat(file.modifyTime) }}
diff --git a/src/pages/home1/components/release/index.vue b/src/pages/home1/components/release/index.vue
index 3fe4a1059..543adaa4a 100644
--- a/src/pages/home1/components/release/index.vue
+++ b/src/pages/home1/components/release/index.vue
@@ -28,7 +28,7 @@ export default {
mounted() {
this.getDate()
this.getAdvice()
- this.addDate()
+ // this.addDate()
},
methods: {
// 点击查看
diff --git a/src/pages/home2/components/release/index.vue b/src/pages/home2/components/release/index.vue
index b3b3d089f..62081407a 100644
--- a/src/pages/home2/components/release/index.vue
+++ b/src/pages/home2/components/release/index.vue
@@ -56,7 +56,7 @@ export default {
mounted() {
this.getDate()
this.getAdvice()
- this.addDate()
+ // this.addDate()
},
methods: {
// 点击查看
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
index c24f4f472..5920e1055 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
@@ -32,7 +32,7 @@ export default {
return {
list: [],
tabValue: "listProject",
- menuName: ["国家/地区清单", "项目类清单", "其他清单", "重点标准跟踪清单"]
+ menuName: ["国家/地区清单", "车型类别清单", "其他清单", "项目清单"]
};
},
methods: {},
@@ -49,7 +49,7 @@ export default {
var list = [];
const menuList = this.$store.getters.getMenuList;
let menuData = [];
- let menuID = ["b05b562950cb6d0aef539fad30b7386a", "63e05705d0c8013162caa34f9fe52865", "418123d180abf67bd2c46d5a694baaa5", "5a75523729b04102a565167004d640e9"];
+ let menuID = ["b05b562950cb6d0aef539fad30b7386a", "63e05705d0c8013162caa34f9fe52865", "a1170d77f4332e5f45ce520e63b00e15", "5a75523729b04102a565167004d640e9"];
this.menuName.forEach(item => {
for (let i = 0; i < menuList.length; i++) {
let entity = menuList[i];
@@ -74,7 +74,7 @@ export default {
name: "listOther"
});
continue;
- } else {
+ } else if (entity.id === "a1170d77f4332e5f45ce520e63b00e15") {
list.push({
label: "项目清单",
name: "localProductsOrProjectLibrary"
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
index 7bc6df506..72276a5e1 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
@@ -50,7 +50,7 @@
type="primary"
class="common-button-primary"
size="small"
- v-btn-permission="'d1b1bffb39a67dea0d452a8ba4e3ae35'"
+ v-btn-permission="'b1ac4fb12eeb08c525b018ef839dbd40'"
@click="getLocalProductTableBtn">查询
@@ -58,7 +58,7 @@
清空
@@ -67,7 +67,7 @@
type="primary"
class="common-button-primary"
size="mini"
- v-btn-permission="'e5ca15122f554414e6365eb09efac5c4'"
+ v-btn-permission="'11a6fc355f457eff8ad70278224a2f3b'"
@click="selectMoreBtn"
>高级查询
@@ -195,11 +195,11 @@
-
+
查看
-
-
+
+
发起确认流程
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
index 6fb4a4ee4..6a1a49764 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
@@ -54,7 +54,7 @@
type="primary"
class="common-button-default export-button"
size="mini" @click="exportStandard"
- v-btn-permission="''"
+ v-btn-permission="'b46217ac825d49933b0f7349ba924ea7'"
title="不勾选时默认导出所有筛选项;勾选时仅导出勾选项"
icon="export"
>导出
diff --git a/src/pages/regulatoryRepository/standardForComments/index.vue b/src/pages/regulatoryRepository/standardForComments/index.vue
index 4cff101d9..3d2404d61 100644
--- a/src/pages/regulatoryRepository/standardForComments/index.vue
+++ b/src/pages/regulatoryRepository/standardForComments/index.vue
@@ -41,12 +41,13 @@
type="primary"
size="mini"
class="common-button-primary"
-
+ v-btn-permission="'0514cd2c6b0e6311a7632f8bef87aecb'"
@click="sarStandCompareHisInfo">查询
清空