-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+
+
+
+
+ 查询-->
-
-
-
-
-
-
+ @click="sarStandCompareHisInfo">查询
+ 清空
+
+
@@ -332,10 +332,9 @@ export default {
},
// 标准征求意见数据可库
standCommonlySearch: {
- // categorg: '',
- // cname: '',
- // start: '',
- // end: '',
+ standSort: '',
+ standNumber: '',
+ standType: '',
page: 1,
pageSize: this.$store.getters.userInfo.configContent
},
@@ -383,6 +382,7 @@ export default {
label: 'name'
},
roleRow: {},
+ standSortOptions: [],
}
},
components: {
@@ -393,6 +393,12 @@ export default {
mounted () {
this.getTree()
this.sarStandCompareHis()
+ this.$http.get('sys/dictype/getDicTypeListCode', '', {
+ _this: this
+ }, res => {
+ this.standSortOptions = res.data.STANDCLASSIFY // 标准类别
+ }, e => {
+ })
this.tableHeight = $('.content').height() - 44
window.onresize = () => {
this.tableHeight = $('.content').height() - 44
@@ -408,15 +414,14 @@ export default {
// 清空
clearSearchStand () {
this.standCommonlySearch.page = 1
- this.standCommonlySearch.start = ''
- this.standCommonlySearch.end = ''
- this.standCommonlySearch.categorg = ''
- this.standCommonlySearch.cname = ''
+ this.standCommonlySearch.standSort = ''
+ this.standCommonlySearch.standNumber = ''
+ this.standCommonlySearch.standType = ''
this.sarStandCompareHis()
},
// 搜索
sarStandCompareHisInfo() {
- this.splitInfoPage = 1
+ this.standCommonlySearch.page = 1
this.sarStandCompareHis()
},
// 查询表格
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue
index 137f08c2b..793a68287 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue
@@ -234,7 +234,7 @@
handleSave() {},
handleSubmit() {
if (this.data.length < 1) {
- this.$message.warning('请输入征求意见搞')
+ this.$message.warning('请输入征求意见')
} else {
var a = 0
var b = 0
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step7.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step7.vue
index 5b85f6e87..4b003a4c5 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step7.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step7.vue
@@ -209,9 +209,6 @@
return '处理后上报'
}
},
- upload (row) {
- console.log(row);
- },
handleTabs(name) {
this.active = name
},
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue
index 755e59d0b..4a2cd66fd 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue
@@ -209,9 +209,6 @@
return '处理后上报'
}
},
- upload (row) {
- console.log(row);
- },
handleTabs(name) {
this.active = name
},
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue
index c1af9cd25..f7756a3c9 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue
@@ -209,9 +209,6 @@
return '处理后上报'
}
},
- upload (row) {
- console.log(row);
- },
handleTabs(name) {
this.active = name
},
diff --git a/src/pages/processCenter/pages/newProcess/index.vue b/src/pages/processCenter/pages/newProcess/index.vue
index e67bc49f0..709ebe063 100644
--- a/src/pages/processCenter/pages/newProcess/index.vue
+++ b/src/pages/processCenter/pages/newProcess/index.vue
@@ -7,8 +7,8 @@
标准调研流程
标准入库流程
标准征求意见流程
-
标准需求(翻译)申请流程
-
标准发放申请流程
+
+
标准清单发布/更新流程
项目合规评估流程
未符合项整改流程
From 62a6db8e98345604a393e4c7cc60024116adbba5 Mon Sep 17 00:00:00 2001
From: zhutianqi
Date: Mon, 19 Jul 2021 15:40:49 +0800
Subject: [PATCH 5/9] commit
---
src/pages/processCenter/pages/creatProcess/bzdy/step1.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzdy/step3.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzdy/step5.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzdy/step6.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzdy/step7.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzdy/step8.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzdy/step9.vue | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue
index b63a411c5..c6005f448 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue
@@ -343,11 +343,11 @@ export default {
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' || fileSuffix === '.xls' || fileSuffix === '.xlsx') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx'|| fileSuffix === '.pdf'|| fileSuffix === '.PDF'|| fileSuffix === '.jpg'|| fileSuffix === '.JPG'|| fileSuffix === '.png'|| fileSuffix === '.PNG') {
return true
} else {
this.spinShow = false
- this.$message.error('文件' + file.name + '格式不正确,请上传ZIP/DOCX或XLS文件')
+ this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS,PDF文件或图片')
return false
}
// 判断文件上传大小
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue
index 14af91974..b12708de0 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step3.vue
@@ -169,11 +169,11 @@
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' || fileSuffix === '.xls' || fileSuffix === '.xlsx') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx'|| fileSuffix === '.pdf'|| fileSuffix === '.PDF'|| fileSuffix === '.jpg'|| fileSuffix === '.JPG'|| fileSuffix === '.png'|| fileSuffix === '.PNG') {
return true
} else {
this.spinShow = false
- this.$message.error('文件' + file.name + '格式不正确,请上传ZIP/DOCX或XLS文件')
+ this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS,PDF文件或图片')
return false
}
// 判断文件上传大小
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue
index 00b5d764b..d4156d554 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue
@@ -193,11 +193,11 @@
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' || fileSuffix === '.xls' || fileSuffix === '.xlsx') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx'|| fileSuffix === '.pdf'|| fileSuffix === '.PDF'|| fileSuffix === '.jpg'|| fileSuffix === '.JPG'|| fileSuffix === '.png'|| fileSuffix === '.PNG') {
return true
} else {
this.spinShow = false
- this.$message.error('文件' + file.name + '格式不正确,请上传ZIP/DOCX或XLS文件')
+ this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS,PDF文件或图片')
return false
}
// 判断文件上传大小
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step6.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step6.vue
index 13cb22e11..76ab545cb 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step6.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step6.vue
@@ -191,11 +191,11 @@
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' || fileSuffix === '.xls' || fileSuffix === '.xlsx') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx'|| fileSuffix === '.pdf'|| fileSuffix === '.PDF'|| fileSuffix === '.jpg'|| fileSuffix === '.JPG'|| fileSuffix === '.png'|| fileSuffix === '.PNG') {
return true
} else {
this.spinShow = false
- this.$message.error('文件' + file.name + '格式不正确,请上传ZIP/DOCX或XLS文件')
+ this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS,PDF文件或图片')
return false
}
// 判断文件上传大小
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step7.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step7.vue
index e8cf6fc3e..a9fb712bb 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step7.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step7.vue
@@ -191,11 +191,11 @@
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' || fileSuffix === '.xls' || fileSuffix === '.xlsx') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx'|| fileSuffix === '.pdf'|| fileSuffix === '.PDF'|| fileSuffix === '.jpg'|| fileSuffix === '.JPG'|| fileSuffix === '.png'|| fileSuffix === '.PNG') {
return true
} else {
this.spinShow = false
- this.$message.error('文件' + file.name + '格式不正确,请上传ZIP/DOCX或XLS文件')
+ this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS,PDF文件或图片')
return false
}
// 判断文件上传大小
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step8.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step8.vue
index e7c97df17..2dcffae27 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step8.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step8.vue
@@ -191,11 +191,11 @@
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' || fileSuffix === '.xls' || fileSuffix === '.xlsx') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx'|| fileSuffix === '.pdf'|| fileSuffix === '.PDF'|| fileSuffix === '.jpg'|| fileSuffix === '.JPG'|| fileSuffix === '.png'|| fileSuffix === '.PNG') {
return true
} else {
this.spinShow = false
- this.$message.error('文件' + file.name + '格式不正确,请上传ZIP/DOCX或XLS文件')
+ this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS,PDF文件或图片')
return false
}
// 判断文件上传大小
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue
index 4d56b7895..9d5374da9 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step9.vue
@@ -191,11 +191,11 @@
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' || fileSuffix === '.xls' || fileSuffix === '.xlsx') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx'|| fileSuffix === '.pdf'|| fileSuffix === '.PDF'|| fileSuffix === '.jpg'|| fileSuffix === '.JPG'|| fileSuffix === '.png'|| fileSuffix === '.PNG') {
return true
} else {
this.spinShow = false
- this.$message.error('文件' + file.name + '格式不正确,请上传ZIP/DOCX或XLS文件')
+ this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS,PDF文件或图片')
return false
}
// 判断文件上传大小
From ebed4570341aff907775179a7aa230ab6e446203 Mon Sep 17 00:00:00 2001
From: shen_yan_pu <1975145892@qq.com>
Date: Mon, 19 Jul 2021 16:14:02 +0800
Subject: [PATCH 6/9] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../standAutoSplit/pages/itemSplitInfo.vue | 48 +++++--------------
1 file changed, 12 insertions(+), 36 deletions(-)
diff --git a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue
index bcddb0367..7c38fa00b 100644
--- a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue
+++ b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue
@@ -37,10 +37,10 @@
导入
- 导出
- 删除
+ 导出
+ 删除
模板下载
- 批量复制
+ 批量复制
合并条款
提交
审核
@@ -64,6 +64,7 @@
@@ -80,7 +81,6 @@
{{ scope.row.itermsConditions ? scope.row.itermsConditions.replace(/<.*?>/ig, ' ') : '' }}
-
-
-
-
-
- {{ getDicTypeName('applyArcticOptions', scope.row.applyArctic) }}
-
-
-
-
-
- 属性
- 编辑
- 复制
- 删除
+ 属性
+ 编辑
+ 复制
+ 删除
@@ -216,7 +192,7 @@
-
-
+ -->
内容简介
@@ -354,7 +330,7 @@
{{ showItemInfoEO.itermsConditions ? showItemInfoEO.itermsConditions.replace(/<.*?>/ig, ' ') : '' }}
-
+
From c63b364c9410a64b6b7fc2498010d6854499fa02 Mon Sep 17 00:00:00 2001
From: zhutianqi
Date: Mon, 19 Jul 2021 16:26:56 +0800
Subject: [PATCH 7/9] commit
---
.../standardForComments/pags/consultationDetails.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
index 2be14000d..1167efc10 100644
--- a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
+++ b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
@@ -42,20 +42,24 @@
From 41cd49ee036d60e466cdc3f035ebb3d17f6df2e5 Mon Sep 17 00:00:00 2001
From: super_liu <396572590@qq.com>
Date: Mon, 19 Jul 2021 16:28:09 +0800
Subject: [PATCH 8/9] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E6=A0=87?=
=?UTF-8?q?=E5=87=86=E5=8F=91=E5=B8=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/home1/components/release/index.vue | 7 +++----
src/pages/home1/index.vue | 20 +++++++++++++++++++-
2 files changed, 22 insertions(+), 5 deletions(-)
diff --git a/src/pages/home1/components/release/index.vue b/src/pages/home1/components/release/index.vue
index ae97964bb..1e38acb4f 100644
--- a/src/pages/home1/components/release/index.vue
+++ b/src/pages/home1/components/release/index.vue
@@ -46,12 +46,11 @@ export default {
//获取数据
getAdvice() {
let obj = {}
- obj.msgType = 'RESOURCE'
- obj.rowLimit = 8
- this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', obj, {
+ obj.limit = 8
+ this.$http.get('sarStandardsInfo/sar-standards-info/getStandInfoByList', obj, {
_this: this
}, res => {
- this.standardReleaseList = res.data.list
+ this.standardReleaseList = res.data
}, e => {
})
},
diff --git a/src/pages/home1/index.vue b/src/pages/home1/index.vue
index 7d097d8de..f8b5613b0 100644
--- a/src/pages/home1/index.vue
+++ b/src/pages/home1/index.vue
@@ -110,7 +110,25 @@ export default {
})
},
MORE() {
- this.$router.push({name: 'standardForComments'})
+ switch (this.activeName) {
+ case 'solicitOpinions':
+ this.$router.push({name: 'standardForComments'})
+ break
+ case 'release':
+ this.$confirm('请选择国内/海外标准', {
+ confirmButtonText: '国内标准',
+ cancelButtonText: '海外标准',
+ type: 'warning',
+ center: true
+ }).then(() => {
+ this.$router.push({name: 'domesticStandardsAndRegulations'})
+ }).catch(() => {
+ this.$router.push({name: 'foreignStandardsAndRegulations'})
+ });
+ break
+ default:
+ break
+ }
}
},
}
From 0898e5c590c0c65f3135cc01f0f60c2379a4a07e Mon Sep 17 00:00:00 2001
From: shen_yan_pu <1975145892@qq.com>
Date: Mon, 19 Jul 2021 16:49:17 +0800
Subject: [PATCH 9/9] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=B3=95=E8=A7=84?=
=?UTF-8?q?=E6=B8=85=E5=8D=95=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../attributeCustom/components/stand.vue | 8 +-
.../config/pages/attributeCustom/index.vue | 4 +-
.../page/listOfCountries.vue | 10 +-
.../page/listOther.vue | 8 +-
.../page/listProject.vue | 10 +-
.../pages/addEdit.vue | 123 +++++++++++++-----
.../pages/details.vue | 6 +-
.../pages/otherAddEit.vue | 79 +++++++++--
.../pages/projectAddEit.vue | 79 +++++++++--
9 files changed, 255 insertions(+), 72 deletions(-)
diff --git a/src/pages/config/pages/attributeCustom/components/stand.vue b/src/pages/config/pages/attributeCustom/components/stand.vue
index ecdc08ebb..364112bcc 100644
--- a/src/pages/config/pages/attributeCustom/components/stand.vue
+++ b/src/pages/config/pages/attributeCustom/components/stand.vue
@@ -2,8 +2,8 @@
- 新增
- 展示区域管理
+ 新增
+ 展示区域管理
数据处理中
@@ -76,8 +76,8 @@
- 编辑
- 删除
+ 编辑
+ 删除
diff --git a/src/pages/config/pages/attributeCustom/index.vue b/src/pages/config/pages/attributeCustom/index.vue
index b07ad6d53..20a4f0102 100644
--- a/src/pages/config/pages/attributeCustom/index.vue
+++ b/src/pages/config/pages/attributeCustom/index.vue
@@ -6,11 +6,11 @@
-
+
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue
index 138c08178..cb381e056 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue
@@ -117,7 +117,7 @@
}}
-
@@ -126,7 +126,7 @@
v-if="scope.row.applicationScope != null && scope.row.applicationScope !== ''">{{ scope.row.applicationScope
}}
-
+ -->
{
this.sarAccessListDatas = res.data.records;
+ this.sarAccessListDatas.forEach(item => {
+ this.$set(item,'relateFile','')
+ })
this.sarAccessListTotal = res.data.total
}, e => {
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue
index 2bcab6947..403e5e87a 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue
@@ -108,7 +108,7 @@
}}
-
@@ -117,14 +117,14 @@
v-if="scope.row.applicationScope != null && scope.row.applicationScope !== ''">{{ scope.row.applicationScope
}}
-
+ -->
- {{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD hh:mm:ss') : scope.row.updateTime }}
+ {{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD') : scope.row.updateTime }}
-
@@ -118,14 +118,14 @@
v-if="scope.row.applicationScope != null && scope.row.applicationScope !== ''">{{ scope.row.applicationScope
}}
-
+ -->
- {{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD hh:mm:ss') : scope.row.updateTime }}
+ {{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD') : scope.row.updateTime }}
-
+
+ prop="issueTime"
+ align="center"
+ width="180px"
+ label="英文名称">
+ prop="issueTime"
+ align="center"
+ width="180px"
+ label="适用车型">
+ prop="issueTime"
+ align="center"
+ width="180px"
+ label="能源类型">
+ prop="issueTime"
+ sortable
+ align="center"
+ width="210px"
+ label="标准实施日期">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
上移
下移
@@ -484,7 +537,7 @@ export default {
type: '',
relateFile: '',
remark: '', // 清单说明
- applicationScope: '' //适用领域
+ // applicationScope: '' //适用领域
},
fileInfoList: [], // 上传的附件
uploadFileListPath: 'api/att/attFile/upload', // 上传的地址
@@ -525,7 +578,7 @@ export default {
sarAccessInfoSearch: {
id: '',
countryArea: '', // 国家
- applicationScope: '', //适用区域
+ // applicationScope: '', //适用区域
keywords: '', // 关键字
detailedListName: '', //清单名称
applyArctic: '', // 能源种类
@@ -790,6 +843,7 @@ export default {
uploadBackSuccess (res, file, fileList) {
if (res.ok) {
this.fileInfoList = fileList
+ console.log(this.fileInfoList)
this.fileInfoList[this.fileInfoList.length - 1].id = res.data.id
this.$message.success('上传成功')
} else {
@@ -1122,7 +1176,7 @@ export default {
let sarAccessEO = JSON.parse(JSON.stringify(this.sarAccessEO))
sarAccessEO.inforlist = JSON.stringify(rowlist)
sarAccessEO.countryArea = sarAccessEO.countryArea.join(',')
- sarAccessEO.applicationScope = sarAccessEO.applicationScope.join(',')
+ // sarAccessEO.applicationScope = sarAccessEO.applicationScope.join(',')
// 判断是否有附件
if (this.fileInfoList.length > 0) {
let relateFile = []
@@ -1130,6 +1184,7 @@ export default {
relateFile.push(item.id)
})
sarAccessEO.relateFile = relateFile.join(',')
+ console.log(sarAccessEO.relateFile)
}
if (!sarAccessEO.id) {
// 新增
@@ -1140,10 +1195,15 @@ export default {
loading: 'loadData'
}, res => {
if (res.ok) {
+ this.$message.success('新增成功')
this.isNext = true
this.$router.push({
- name: 'AccessStandardsAndRegulations'
+ name: 'AccessStandardsAndRegulations',
+ query: {
+ relateFile: sarAccessEO.relateFile
+ }
})
+ console.log(sarAccessEO)
}
}, e => {
})
@@ -1154,6 +1214,7 @@ export default {
loading: 'loadData'
}, res => {
if (res.ok) {
+ this.$message.success('编辑成功')
this.isNext = true
this.$router.push({
name: 'AccessStandardsAndRegulations'
@@ -1376,8 +1437,8 @@ export default {
this.sarAccessInfoList.push(nowstandinfo)
this.sarAccessInfoList[this.sarAccessInfoList.length - 1].uuid = this.number
this.number++
- this.isSubmit = false
this.$message.success('添加成功')
+ this.isSubmit = false
} else {
this.sarAccessInfoList.map((item, index) => {
if (item.uuid === nowstandinfo.uuid) {
@@ -1678,7 +1739,7 @@ export default {
this.$nextTick(() => {
this.sarAccessEO.type = accessRow.type
this.sarAccessEO.countryArea = accessRow.countryArea.split(',')
- this.sarAccessEO.applicationScope = accessRow.applicationScope.split(',')
+ // this.sarAccessEO.applicationScope = accessRow.applicationScope.split(',')
this.sarAccessEO.detailedListName = accessRow.detailedListName
this.sarAccessEO.id = accessRow.id
this.sarAccessEO.remark = accessRow.remark || ''
@@ -1768,4 +1829,4 @@ export default {
margin: 2px;
}
}
-
\ No newline at end of file
+
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue
index 644a3cbf6..ff7774729 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue
@@ -26,13 +26,13 @@
title="下载"
@click="downloadFile(item.id)"
class="icon-download"
- v-btn-permission="'E5QPKLR9CFVXTV64N32C'"
+ v-btn-permission="''"
/>
@@ -452,6 +452,7 @@ export default {
},
// 请求上传的文件信息
getFileInfo() {
+ console.log(this.sarAccessEO)
this.$http.get("att/attFile/getMultiFileInfos", {
fileIds: this.sarAccessEO.relateFile
}, {
@@ -564,6 +565,7 @@ export default {
mounted() {
this.$nextTick(() => {
let accessRow = JSON.parse(sessionStorage.getItem("accessRow"));
+ console.log(accessRow)
this.pageId = accessRow.id
this.sarAccessEO = accessRow;
this.selectInfobyAccid();
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue
index aece23601..e2308f462 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue
@@ -13,7 +13,7 @@
-
+
+ align="center"
+ width="180px"
+ label="英文名称">
+
+
+
+
+ align="center"
+ width="210px"
+ label="标准实施日期">
+
+
+
+
+ width="180px"
+ align="center"
+ label="适用产品线">
+
+
+
+
+
+
@@ -469,7 +522,7 @@ export default {
type: '',
relateFile: '',
remark: '', // 清单说明
- applicationScope: '' //适用领域
+ // applicationScope: '' //适用领域
},
fileInfoList: [], // 上传的附件
uploadFileListPath: 'api/att/attFile/upload', // 上传的地址
@@ -510,7 +563,7 @@ export default {
sarAccessInfoSearch: {
id: '',
countryArea: '', // 国家
- applicationScope: '', //适用区域
+ // applicationScope: '', //适用区域
keywords: '', // 关键字
detailedListName: '', //清单名称
applyArctic: '', // 能源种类
@@ -1107,7 +1160,7 @@ export default {
let sarAccessEO = JSON.parse(JSON.stringify(this.sarAccessEO))
sarAccessEO.inforlist = JSON.stringify(rowlist)
// sarAccessEO.countryArea = sarAccessEO.countryArea.join(',')
- sarAccessEO.applicationScope = sarAccessEO.applicationScope.join(',')
+ // sarAccessEO.applicationScope = sarAccessEO.applicationScope.join(',')
// 判断是否有附件
if (this.fileInfoList.length > 0) {
let relateFile = []
@@ -1125,6 +1178,7 @@ export default {
loading: 'loadData'
}, res => {
if (res.ok) {
+ this.$message.success('新增成功')
this.isNext = true
this.$router.push({
name: 'AccessStandardsAndRegulations'
@@ -1139,6 +1193,7 @@ export default {
loading: 'loadData'
}, res => {
if (res.ok) {
+ this.$message.success('编辑成功')
this.isNext = true
this.$router.push({
name: 'AccessStandardsAndRegulations'
@@ -1669,7 +1724,7 @@ export default {
this.$nextTick(() => {
this.sarAccessEO.type = accessRow.type
this.sarAccessEO.countryArea = accessRow.countryArea.split(',')
- this.sarAccessEO.applicationScope = accessRow.applicationScope.split(',')
+ // this.sarAccessEO.applicationScope = accessRow.applicationScope.split(',')
this.sarAccessEO.detailedListName = accessRow.detailedListName
this.sarAccessEO.id = accessRow.id
this.sarAccessEO.remark = accessRow.remark || ''
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue
index 7b9220a28..ebe26cb48 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue
@@ -13,7 +13,7 @@
-
+
+ align="center"
+ width="180px"
+ label="英文名称">
+
+
+
+
+ align="center"
+ width="210px"
+ label="标准实施日期">
+
+
+
+
+ width="180px"
+ align="center"
+ label="适用产品线">
+
+
+
+
+
+
@@ -469,7 +522,7 @@ export default {
type: '',
relateFile: '',
remark: '', // 清单说明
- applicationScope: '' //适用领域
+ // applicationScope: '' //适用领域
},
fileInfoList: [], // 上传的附件
uploadFileListPath: 'api/att/attFile/upload', // 上传的地址
@@ -510,7 +563,7 @@ export default {
sarAccessInfoSearch: {
id: '',
countryArea: '', // 国家
- applicationScope: '', //适用区域
+ // applicationScope: '', //适用区域
keywords: '', // 关键字
detailedListName: '', //清单名称
applyArctic: '', // 能源种类
@@ -1108,7 +1161,7 @@ export default {
let sarAccessEO = JSON.parse(JSON.stringify(this.sarAccessEO))
sarAccessEO.inforlist = JSON.stringify(rowlist)
// sarAccessEO.countryArea = sarAccessEO.countryArea.join(',')
- sarAccessEO.applicationScope = sarAccessEO.applicationScope.join(',')
+ // sarAccessEO.applicationScope = sarAccessEO.applicationScope.join(',')
// 判断是否有附件
if (this.fileInfoList.length > 0) {
let relateFile = []
@@ -1126,6 +1179,7 @@ export default {
loading: 'loadData'
}, res => {
if (res.ok) {
+ this.$message.success('新增成功')
this.isNext = true
this.$router.push({
name: 'AccessStandardsAndRegulations'
@@ -1140,6 +1194,7 @@ export default {
loading: 'loadData'
}, res => {
if (res.ok) {
+ this.$message.success('编辑成功')
this.isNext = true
this.$router.push({
name: 'AccessStandardsAndRegulations'
@@ -1670,7 +1725,7 @@ export default {
this.$nextTick(() => {
this.sarAccessEO.type = accessRow.type
this.sarAccessEO.countryArea = accessRow.countryArea.split(',')
- this.sarAccessEO.applicationScope = accessRow.applicationScope.split(',')
+ // this.sarAccessEO.applicationScope = accessRow.applicationScope.split(',')
this.sarAccessEO.detailedListName = accessRow.detailedListName
this.sarAccessEO.id = accessRow.id
this.sarAccessEO.remark = accessRow.remark || ''