- {{ dateFormat2(scope.row.issue_time) }}
+
+ {{ dateFormat2(scope.row.issueTime) }}
@@ -973,7 +973,7 @@
option.title = '监管类型'
option.index = 12
break
- case 'CYSDXX':
+ case 'WSCYSD':
option.title = '我司参与深度'
option.index = 13
break
@@ -1003,6 +1003,7 @@
})
}
this.searchOriginOptions = this.searchOptions
+ console.log(this.searchOriginOptions)
this.saveAllSortOptions = res.data.STANDCLASSIFY
this.saveAllFineOptions = res.data.BUSSFINECLASSSHOW
this.lawssStateOptions = res.data.LAWSSTATE // 文本状态数组
@@ -1027,20 +1028,20 @@
filterOptions.standSort = originOptions.standSort
filterOptions.standSort.index = 1
// 标准状态
- filterOptions.standState = originOptions.standState
- filterOptions.standState.title = '标准状态'
- filterOptions.standState.index = 2
+ // filterOptions.standState = originOptions.standState
+ // filterOptions.standState.title = '标准状态'
+ // filterOptions.standState.index = 2
// 我司参与状态
filterOptions.CYSD = originOptions.CYSD
filterOptions.CYSD.title = '我司参与深度'
- filterOptions.CYSD.index = 3
+ filterOptions.CYSD.index = 2
// 监管类型
- filterOptions.ZRLX = originOptions.ZRLX
- filterOptions.ZRLX.title = '监管类型'
- filterOptions.ZRLX.index = 4
+ // filterOptions.ZRLX = originOptions.ZRLX
+ // filterOptions.ZRLX.title = '监管类型'
+ // filterOptions.ZRLX.index = 4
// 适用车辆类型
filterOptions.CLLX = originOptions.CLLX
- filterOptions.CLLX.index = 5
+ filterOptions.CLLX.index = 3
// 采标程度
// filterOptions.CBCD = originOptions.CBCD
// filterOptions.CBCD.index = 6
@@ -1322,7 +1323,7 @@
return 'bussBigClass'
case 'ACCESSTYPE':
return 'ZRLX'
- case 'CYSDXX':
+ case 'WSCYSD':
return 'CYSD'
default:
return key
diff --git a/src/router/index.js b/src/router/index.js
index 590a4b6f0..010ac773b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1097,6 +1097,30 @@ const routes = [
menuId: 'A59EFAQ7AC'
}
},
+ //零部件编号申请
+ {
+ path: '/partCodeApply',
+ name: 'partCodeApply',
+ component: () =>
+ import('@/pages/regulatoryRepository/partCodeApply/index'),
+ meta: {
+ requireAuth: true,
+ title: '零部件编号申请',
+ menuId: ''
+ }
+ },
+ //标准法规工作组数据统计
+ {
+ path: '/dataStatisComments',
+ name: 'dataStatisComments',
+ component: () =>
+ import('@/pages/regulatoryRepository/dataStatis/index'),
+ meta: {
+ requireAuth: true,
+ title: '标准法规工作组数据统计',
+ menuId: ''
+ }
+ },
// 标准征求意见
{
path: '/standardForComments',
diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js
index d2960cf5d..8571d2d34 100644
--- a/src/sysConfig/index.js
+++ b/src/sysConfig/index.js
@@ -6,7 +6,7 @@
// 服务器地址
// const devIp = '10.96.10.171'
// const devInterfacePORT = '9999'
-const devIp = '10.96.170.156'
+const devIp = 'localhost'
const devInterfacePORT = '9999'
// 云端端口号
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
@@ -31,7 +31,7 @@ const processPort = '17210'
*****************************************************************/
// 生产环境配置
const prodIp = '62.234.136.153'
-const prodInterfacePORT = '8038'
+const prodInterfacePORT = '8033'
// 判断环境