Merge remote-tracking branch 'origin/develop' into develop

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