Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # src/sysConfig/index.js
This commit is contained in:
+1
-1
@@ -36,4 +36,4 @@ export function getRoleAndUserByOrgIdPage (params) {
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,11 +93,11 @@ export default {
|
||||
path: '/standardForComments',
|
||||
menuId: ''
|
||||
},
|
||||
// {
|
||||
// title: '海外标准法规',
|
||||
// path: '/foreignStandardsAndRegulations',
|
||||
// menuId: '6K8A2RZYRE'
|
||||
// },
|
||||
{
|
||||
title: '海外标准法规',
|
||||
path: '/foreignStandardsAndRegulations',
|
||||
menuId: '6K8A2RZYRE'
|
||||
},
|
||||
// {
|
||||
// title: '国内外政策',
|
||||
// path: '/foreignRegulationsDatabase',
|
||||
@@ -143,11 +143,11 @@ export default {
|
||||
path: '/localProductsOrProjectLibrary',
|
||||
menuId: 'PCZKM8TQJAH5UP5EAXTJ'
|
||||
},
|
||||
// {
|
||||
// title: '未符合项跟踪',
|
||||
// path: '/nonConfomity',
|
||||
// menuId: 'HQSK8WWPDJG7R5F53LTK'
|
||||
// },
|
||||
{
|
||||
title: '未符合项跟踪',
|
||||
path: '/nonConfomity',
|
||||
menuId: 'HQSK8WWPDJG7R5F53LTK'
|
||||
},
|
||||
// {
|
||||
// title: '标准法规工作组',
|
||||
// path: '/workGroup',
|
||||
|
||||
@@ -2826,7 +2826,6 @@ export default {
|
||||
font-weight: bold;
|
||||
color: #e88218;
|
||||
margin-top: -80px;
|
||||
background: #E5E5E5;
|
||||
}
|
||||
/deep/.details-content{
|
||||
/*padding: 0 67px;*/
|
||||
|
||||
@@ -104,7 +104,7 @@ export default {
|
||||
height: 50px;
|
||||
border: 0;
|
||||
border-radius: 0px;
|
||||
background-color: #76b3f1;
|
||||
background-color: #5ea9f6;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -16,8 +16,17 @@
|
||||
<el-form-item label="适用车型">
|
||||
<el-input clearable size="small"
|
||||
v-model="dynamic.keyword"
|
||||
placeholder="根据适用车型查找"
|
||||
@keyup.enter="searchBtnClick"></el-input>
|
||||
placeholder="根据适用车型查找">
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button
|
||||
icon="el-icon-search"
|
||||
type="primary"
|
||||
size="small"
|
||||
@click="searchBtnClick"
|
||||
class="common-button-primary">
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
|
||||
@@ -2250,7 +2250,7 @@ export default {
|
||||
type: 'warning',
|
||||
roundButton: false
|
||||
}).then(() => {
|
||||
this.$http.post('lawss/sarStandardsInfo/deleteSarStandards', {ids: itemid}, {
|
||||
this.$http.post('sarStandardsInfo/sar-standards-info/deleteSarStandards', {ids: itemid}, {
|
||||
_this: this,
|
||||
loading: 'delLoading'
|
||||
}, res => {
|
||||
@@ -2350,7 +2350,7 @@ export default {
|
||||
validateStandNumber (standinfo) {
|
||||
return new Promise((resolve, reject) => {
|
||||
let obj = JSON.parse(JSON.stringify(standinfo))
|
||||
this.$http.post('lawss/sarStandardsInfo/validateStandNumber', obj, {
|
||||
this.$http.post('sarStandardsInfo/sar-standards-info/updateSarStandardsInfo', obj, {
|
||||
_this: this
|
||||
}, res => {
|
||||
if (res.ok) {
|
||||
@@ -2493,7 +2493,8 @@ export default {
|
||||
formData.standType = 'INLAND'
|
||||
this.SarExportSearchEo = formData
|
||||
this.loading = true
|
||||
this.$http.get('lawss/sarStandardsInfo/getSarStandardsInfoPage', formData, {
|
||||
console.log(2496)
|
||||
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', formData, {
|
||||
_this: this, loading: 'loading'
|
||||
}, res => {
|
||||
this.isAdvancedSearch = false
|
||||
@@ -3313,7 +3314,7 @@ export default {
|
||||
*/
|
||||
queryDisplayLocation () {
|
||||
return new Promise((resolve, reject) => {
|
||||
this.$http.get('lawssBase/utArea/getAreaList', {
|
||||
this.$http.get('sarStandardsInfo/sar-standards-info/addarStandardsInfo', {
|
||||
sarType: this.sarType
|
||||
}, {
|
||||
_this: this
|
||||
@@ -3612,7 +3613,8 @@ export default {
|
||||
},
|
||||
async mounted () {
|
||||
// 进入页面后查询树形结构目录
|
||||
await this.selectMenu()
|
||||
// await this.selectMenu()
|
||||
|
||||
this.treeReload = true
|
||||
// 从数据库中查询各下拉框数据
|
||||
this.$http.get('sys/dictype/getDicTypeListCode', '', {
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<div class="back" title="返回" @click="back">
|
||||
<i class="el-icon-back"></i>
|
||||
</div>
|
||||
<div class="title">{{opinionList.standardName }}<i class="el-icon-s-order" @click="heightShow = !heightShow"></i></div>
|
||||
<div class="title">管理征求意见<i class="el-icon-s-order" @click="heightShow = !heightShow"></i></div>
|
||||
</div>
|
||||
<transition name="el-zoom-in-top">
|
||||
@@ -64,7 +65,6 @@
|
||||
label="提出人"
|
||||
width="170">
|
||||
</el-table-column>
|
||||
|
||||
</el-table>
|
||||
</div>
|
||||
</div>
|
||||
@@ -226,7 +226,7 @@ export default {
|
||||
line-height: 35px;
|
||||
.transition-box-label{
|
||||
display: inline-block;
|
||||
width: 80px;
|
||||
width: 100px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.transition-box-span{
|
||||
@@ -268,6 +268,10 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.effect {
|
||||
margin-left: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.container {
|
||||
//height: calc(~'100% - 52px - 55px - 50px');
|
||||
flex: auto;
|
||||
|
||||
@@ -297,6 +297,7 @@ export default {
|
||||
}
|
||||
.effect {
|
||||
margin-left: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.container {
|
||||
height: calc(~'100% - 52px - 55px - 50px');
|
||||
|
||||
Reference in New Issue
Block a user