diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
index 937ad9e75..2e94c804e 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
@@ -94,7 +94,7 @@
width="190px"
label="新车型实施日期">
- {{scope.row.xcxssrqgj ? $moment(scope.row.xcxssrqgj).format('YYYY-MM-DD') : '-' }}
+ {{scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format('YYYY-MM-DD') : '-' }}
- {{ scope.row.zccssrqgj ? $moment(scope.row.zccssrqgj).format('YYYY-MM-DD') : '-' }}
+ {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '-' }}
+
+
+ {{zrbmMap[scope.row.zrbm]}}
+
+
+
+
+ {{scope.row.attrInfoCaseMap.xcxssrq ? $moment(scope.row.attrInfoCaseMap.xcxssrq).format('YYYY-MM-DD') : '-'}}
+
+
+
+
+ {{scope.row.attrInfoCaseMap.zccssrq ? $moment(scope.row.attrInfoCaseMap.zccssrq).format('YYYY-MM-DD') : '-'}}
+
+
+
+
+ {{textStatusMap[scope.row.textStatus]}}
+
+
@@ -312,6 +332,8 @@ export default {
standList1:[],//调取添加的数据
id:'',//批量删除.
saveExportType: '',// 导出文件模态框控制,和文件名称
+ zrbmMap: {},
+ textStatusMap: {} // 文本状态id与name对应
}
},
methods: {
@@ -596,17 +618,21 @@ export default {
} else if (this.saveExportType === 'all') {
console.log(this.selectList);
let ids = ''
- if (this.selectList.length === 0) {
- ids='\''+this.dataList[0].standId+'\''
- for(let i=1;i {
+ this.$set(key, item.value, item.label)
+ })
+ }
},
computed: {
...mapGetters(['getLocalPro'])
@@ -645,6 +677,8 @@ export default {
loading: 'loading'
}, res => {
this.standSortOptions = res.data.STANDCLASSIFY // 标准类别
+ this.setMap(this.zrbmMap,res.data.ZRBMCLASS)
+ this.setMap(this.textStatusMap,res.data.WBZTCLASS)
this.showLocalProductData(this.getLocalPro)
}, e => {
})