标准属性自定义
This commit is contained in:
@@ -276,17 +276,17 @@ export default {
|
|||||||
// }
|
// }
|
||||||
// ]
|
// ]
|
||||||
// },
|
// },
|
||||||
// {
|
{
|
||||||
// title: '配置管理',
|
title: '配置管理',
|
||||||
// path: '/config',
|
path: '/config',
|
||||||
// 'icon-class': 'conf',
|
'icon-class': 'conf',
|
||||||
// menuId: '95KGANGWCV',
|
menuId: '95KGANGWCV',
|
||||||
// children: [
|
children: [
|
||||||
// {
|
{
|
||||||
// title: '标准法规属性管理',
|
title: '标准法规属性管理',
|
||||||
// path: '/standLawsAttrManage',
|
path: '/standLawsAttrManage',
|
||||||
// menuId: 'C5VHBSYRMA'
|
menuId: 'C5VHBSYRMA'
|
||||||
// },
|
},
|
||||||
// {
|
// {
|
||||||
// title: '资料中心管理',
|
// title: '资料中心管理',
|
||||||
// path: '/dynamicInformationManage',
|
// path: '/dynamicInformationManage',
|
||||||
@@ -330,11 +330,11 @@ export default {
|
|||||||
// path: '/DynamicInformations',
|
// path: '/DynamicInformations',
|
||||||
// menuId: '3C87BSHJUF'
|
// menuId: '3C87BSHJUF'
|
||||||
// },
|
// },
|
||||||
// {
|
{
|
||||||
// title: '标准属性自定义',
|
title: '标准属性自定义',
|
||||||
// path: '/attributeCustom',
|
path: '/attributeCustom',
|
||||||
// menuId: 'PGPZXNUFEXC85BVPV9AU'
|
menuId: 'PGPZXNUFEXC85BVPV9AU'
|
||||||
// },
|
},
|
||||||
// // {
|
// // {
|
||||||
// // title: '流程分类管理',
|
// // title: '流程分类管理',
|
||||||
// // path: '/processClassificationManage',
|
// // path: '/processClassificationManage',
|
||||||
@@ -355,8 +355,8 @@ export default {
|
|||||||
// path: '/enterpriseStandardNumberManagement',
|
// path: '/enterpriseStandardNumberManagement',
|
||||||
// menuId: '9YSFG39S3CBFUJCEU3QX'
|
// menuId: '9YSFG39S3CBFUJCEU3QX'
|
||||||
// }
|
// }
|
||||||
// ]
|
]
|
||||||
// },
|
},
|
||||||
// {
|
// {
|
||||||
// title: '个人中心',
|
// title: '个人中心',
|
||||||
// path: '/personal',
|
// path: '/personal',
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="attribute-custom v-class">
|
<div class="attribute-custom v-class">
|
||||||
<div class="action-bar1">
|
<div class="action-bar1">
|
||||||
<el-button class="common-button-primary add-button" v-btn-permission="'7UARYUBX8J8BX3ELZDH2'" type="primary" @click="showAddModel"><i class="iconfont"></i>新增</el-button>
|
<el-button class="common-button-primary add-button" size="mini" v-btn-permission="'7UARYUBX8J8BX3ELZDH2'" type="primary" @click="showAddModel"><i class="iconfont"></i>新增</el-button>
|
||||||
<el-button class="common-button-default" v-btn-permission="'8QSDDR8R7UMDS9S6M2HU'" @click="showDisplayLocationDialog" >展示区域管理</el-button>
|
<el-button class="common-button-default" size="mini" v-btn-permission="'8QSDDR8R7UMDS9S6M2HU'" @click="showDisplayLocationDialog" >展示区域管理</el-button>
|
||||||
</div>
|
</div>
|
||||||
<loading :loading="attributeDataLoading">数据处理中</loading>
|
<loading :loading="attributeDataLoading">数据处理中</loading>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="roleFormButton" class="demo-drawer-footer">
|
<div id="roleFormButton" class="demo-drawer-footer">
|
||||||
<el-button
|
<el-button
|
||||||
round
|
size="mini"
|
||||||
class="common-button-primary"
|
class="common-button-primary"
|
||||||
icon="el-icon-check"
|
icon="el-icon-check"
|
||||||
type="primary"
|
type="primary"
|
||||||
@@ -470,7 +470,7 @@ export default {
|
|||||||
this.$confirm('确认删除该条数据?', {
|
this.$confirm('确认删除该条数据?', {
|
||||||
title: '确认删除',
|
title: '确认删除',
|
||||||
confirmButtonClass: 'common-button-primary',
|
confirmButtonClass: 'common-button-primary',
|
||||||
roundButton: true,
|
roundButton: false,
|
||||||
callback: (action, instance) => {
|
callback: (action, instance) => {
|
||||||
if (action === 'confirm') {
|
if (action === 'confirm') {
|
||||||
const {id} = data
|
const {id} = data
|
||||||
@@ -674,7 +674,7 @@ export default {
|
|||||||
this.$confirm('确认删除选中数据?',{
|
this.$confirm('确认删除选中数据?',{
|
||||||
title: '提示',
|
title: '提示',
|
||||||
confirmButtonClass: 'common-button-primary',
|
confirmButtonClass: 'common-button-primary',
|
||||||
roundButton: true,
|
roundButton: false,
|
||||||
callback: (action, instance) => {
|
callback: (action, instance) => {
|
||||||
if (action === 'confirm') {
|
if (action === 'confirm') {
|
||||||
this.$http.put('lawss/sarStandAttrDetails/deleteByIds', {
|
this.$http.put('lawss/sarStandAttrDetails/deleteByIds', {
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="attribute-custom v-class">
|
<div class="attribute-custom v-class">
|
||||||
<div class="action-bar1">
|
<div class="action-bar1">
|
||||||
<el-button class="common-button-primary add-button" type="primary" v-btn-permission="'H9WU2ZJHG5WNTY5MDUXH'" @click="showAddModel"><i class="iconfont"></i>新增</el-button>
|
<el-button class="common-button-primary add-button" size="mini" type="primary" v-btn-permission="'H9WU2ZJHG5WNTY5MDUXH'" @click="showAddModel"><i class="iconfont"></i>新增</el-button>
|
||||||
<el-button class="common-button-default" @click="showDisplayLocationDialog" v-btn-permission="'XT94XKWBCTELWNJQVYCU'">展示区域管理</el-button>
|
<el-button class="common-button-default" size="mini" @click="showDisplayLocationDialog" v-btn-permission="'XT94XKWBCTELWNJQVYCU'">展示区域管理</el-button>
|
||||||
</div>
|
</div>
|
||||||
<loading :loading="attributeDataLoading">数据处理中</loading>
|
<loading :loading="attributeDataLoading">数据处理中</loading>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@@ -459,7 +459,7 @@ export default {
|
|||||||
removeDisplayLocation (data) {
|
removeDisplayLocation (data) {
|
||||||
this.$confirm('确认删除该条数据?', {
|
this.$confirm('确认删除该条数据?', {
|
||||||
confirmButtonClass: 'common-button-primary',
|
confirmButtonClass: 'common-button-primary',
|
||||||
roundButton: true,
|
roundButton: false,
|
||||||
title: '确认删除',
|
title: '确认删除',
|
||||||
callback: (action, instance) => {
|
callback: (action, instance) => {
|
||||||
if (action === 'confirm') {
|
if (action === 'confirm') {
|
||||||
@@ -658,7 +658,7 @@ export default {
|
|||||||
this.$confirm('确认删除选中数据?', {
|
this.$confirm('确认删除选中数据?', {
|
||||||
title: '提示',
|
title: '提示',
|
||||||
confirmButtonClass: 'common-button-primary',
|
confirmButtonClass: 'common-button-primary',
|
||||||
roundButton: true,
|
roundButton: false,
|
||||||
callback: (action, instance) => {
|
callback: (action, instance) => {
|
||||||
if (action === 'confirm') {
|
if (action === 'confirm') {
|
||||||
this.$http.put('lawss/sarStandAttrDetails/deleteByIds', {
|
this.$http.put('lawss/sarStandAttrDetails/deleteByIds', {
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="attribute-custom v-class">
|
<div class="attribute-custom v-class">
|
||||||
<div class="action-bar1">
|
<div class="action-bar1">
|
||||||
<el-button class="common-button-primary add-button" v-btn-permission="'EAT8LJFSP6P4QMR6M8F4'" type="primary" @click="showAddModel"><i class="iconfont"></i>新增</el-button>
|
<el-button class="common-button-primary add-button" size="mini" v-btn-permission="'EAT8LJFSP6P4QMR6M8F4'" type="primary" @click="showAddModel"><i class="iconfont"></i>新增</el-button>
|
||||||
<el-button class="common-button-default" v-btn-permission="'Q2AQMSUHKZDKLXJBHJEN'" @click="showDisplayLocationDialog">展示区域管理</el-button>
|
<el-button class="common-button-default" size="mini" v-btn-permission="'Q2AQMSUHKZDKLXJBHJEN'" @click="showDisplayLocationDialog">展示区域管理</el-button>
|
||||||
</div>
|
</div>
|
||||||
<loading :loading="attributeDataLoading">数据处理中</loading>
|
<loading :loading="attributeDataLoading">数据处理中</loading>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@@ -459,7 +459,7 @@ export default {
|
|||||||
this.$confirm('确认删除该条数据?', {
|
this.$confirm('确认删除该条数据?', {
|
||||||
title: '确认删除',
|
title: '确认删除',
|
||||||
confirmButtonClass: 'common-button-primary',
|
confirmButtonClass: 'common-button-primary',
|
||||||
roundButton: true,
|
roundButton: false,
|
||||||
callback: (action, instance) => {
|
callback: (action, instance) => {
|
||||||
if (action === 'confirm') {
|
if (action === 'confirm') {
|
||||||
const {id} = data
|
const {id} = data
|
||||||
@@ -657,7 +657,7 @@ export default {
|
|||||||
this.$confirm('确认删除选中数据?', {
|
this.$confirm('确认删除选中数据?', {
|
||||||
title: '提示',
|
title: '提示',
|
||||||
confirmButtonClass: 'common-button-primary',
|
confirmButtonClass: 'common-button-primary',
|
||||||
roundButton: true,
|
roundButton: false,
|
||||||
callback: (action, instance) => {
|
callback: (action, instance) => {
|
||||||
if (action === 'confirm') {
|
if (action === 'confirm') {
|
||||||
this.$http.put('lawss/sarStandAttrDetails/deleteByIds', {
|
this.$http.put('lawss/sarStandAttrDetails/deleteByIds', {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
class="common-button-primary"
|
class="common-button-primary"
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-search"
|
icon="el-icon-search"
|
||||||
round
|
size="mini"
|
||||||
@click="searchBtn"
|
@click="searchBtn"
|
||||||
></el-button>
|
></el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
class="common-button-default"
|
class="common-button-default"
|
||||||
icon="el-icon-refresh-left"
|
icon="el-icon-refresh-left"
|
||||||
@click="resetSelect"
|
@click="resetSelect"
|
||||||
round
|
size="mini"
|
||||||
></el-button>
|
></el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
@@ -51,12 +51,12 @@
|
|||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
class="common-button-primary"
|
class="common-button-primary"
|
||||||
round
|
size="mini"
|
||||||
@click="showAddModel(1, null)"
|
@click="showAddModel(1, null)"
|
||||||
v-btn-permission="'29YZ482LEHRJJXELWZGG'"
|
v-btn-permission="'29YZ482LEHRJJXELWZGG'"
|
||||||
><i class="iconfont"></i>新增</el-button
|
><i class="iconfont"></i>新增</el-button
|
||||||
>
|
>
|
||||||
<el-button @click="deleteAttr" round class="common-button-default" v-btn-permission="T97J4LTH3TP36CREJ62A"
|
<el-button @click="deleteAttr" size="mini" class="common-button-default" v-btn-permission="T97J4LTH3TP36CREJ62A"
|
||||||
><i class="iconfont"></i>删除</el-button
|
><i class="iconfont"></i>删除</el-button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@@ -262,13 +262,13 @@
|
|||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
class="common-button-primary"
|
class="common-button-primary"
|
||||||
round
|
size="mini"
|
||||||
icon="el-icon-check"
|
icon="el-icon-check"
|
||||||
@click="saveInfo"
|
@click="saveInfo"
|
||||||
>提交</el-button
|
>提交</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
round
|
size="mini"
|
||||||
icon="el-icon-close"
|
icon="el-icon-close"
|
||||||
class="common-button-default"
|
class="common-button-default"
|
||||||
@click="cancelModel"
|
@click="cancelModel"
|
||||||
@@ -520,7 +520,7 @@ export default {
|
|||||||
confirmButtonText: '确定',
|
confirmButtonText: '确定',
|
||||||
confirmButtonClass: 'common-button-primary',
|
confirmButtonClass: 'common-button-primary',
|
||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
roundButton: true,
|
roundButton: false,
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
@@ -604,7 +604,7 @@ export default {
|
|||||||
confirmButtonText: '确定',
|
confirmButtonText: '确定',
|
||||||
confirmButtonClass: 'common-button-primary',
|
confirmButtonClass: 'common-button-primary',
|
||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
roundButton: true,
|
roundButton: false,
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.$http.put(
|
this.$http.put(
|
||||||
|
|||||||
@@ -9,8 +9,6 @@
|
|||||||
<el-tab-pane label="标准预警" name="STANDARD">
|
<el-tab-pane label="标准预警" name="STANDARD">
|
||||||
<div class="dynamic-content">
|
<div class="dynamic-content">
|
||||||
<h5>实施预警</h5>
|
<h5>实施预警</h5>
|
||||||
<!-- <div class="dynamic-line"></div>-->
|
|
||||||
<!-- <span class="more" @click="dynamicWarning">更多</span> -->
|
|
||||||
<div class="more">
|
<div class="more">
|
||||||
<el-form :inline="true" :model="dynamic" class="demo-form-inline">
|
<el-form :inline="true" :model="dynamic" class="demo-form-inline">
|
||||||
<el-form-item label="适用车型">
|
<el-form-item label="适用车型">
|
||||||
@@ -425,42 +423,6 @@ export default {
|
|||||||
searchBtnClick() {
|
searchBtnClick() {
|
||||||
console.log("查找适用车型");
|
console.log("查找适用车型");
|
||||||
},
|
},
|
||||||
/**
|
|
||||||
* @author liruohao
|
|
||||||
* @date 2019/4/25
|
|
||||||
* @Description: 标准跳页
|
|
||||||
*/
|
|
||||||
// showStandDetails (item) {
|
|
||||||
// this.$store.commit('setDetailMap', this.$route.path)
|
|
||||||
// if (item.sortName === 'BUSINESS_STAND') {
|
|
||||||
// let routeUrl = this.$router.resolve({
|
|
||||||
// name: 'OtherBussStandardDetails',
|
|
||||||
// params: {
|
|
||||||
// id: item.sarId,
|
|
||||||
// pageType: item.sortName
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// window.open(routeUrl.href, '_blank')
|
|
||||||
// } else if (item.sortName === 'INLAND_STAND' || item.sortName === 'FOREIGN_STAND') {
|
|
||||||
// let routeUrl = this.$router.resolve({
|
|
||||||
// name: 'OtherStandardDetails',
|
|
||||||
// params: {
|
|
||||||
// id: item.sarId,
|
|
||||||
// pageType: item.sortName
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// window.open(routeUrl.href, '_blank')
|
|
||||||
// } else if (item.sortName === 'INLAND_LAWS' || item.sortName === 'FOREIGN_LAWS') {
|
|
||||||
// let routeUrl = this.$router.resolve({
|
|
||||||
// name: 'OtherLawsDetails',
|
|
||||||
// params: {
|
|
||||||
// id: item.sarId,
|
|
||||||
// pageType: item.sortName
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// window.open(routeUrl.href, '_blank')
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
showStandDetails(item) {
|
showStandDetails(item) {
|
||||||
let getStandId = item.sarId;
|
let getStandId = item.sarId;
|
||||||
let getStandType = item.sortName;
|
let getStandType = item.sortName;
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
* @date: 2018-09-04 17:47:46
|
* @date: 2018-09-04 17:47:46
|
||||||
*/
|
*/
|
||||||
// 服务器地址
|
// 服务器地址
|
||||||
// const devIp = '192.168.10.211'
|
const devIp = '39.98.140.126'
|
||||||
// const devInterfacePORT = '8888'
|
const devInterfacePORT = '10005'
|
||||||
const devIp = '192.168.10.145'
|
// const devIp = '192.168.10.145'
|
||||||
const devInterfacePORT = '9999'
|
// const devInterfacePORT = '9999'
|
||||||
// 云端端口号
|
// 云端端口号
|
||||||
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
|
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
|
||||||
const simpleFilePath = 'att/attFile/upload'
|
const simpleFilePath = 'att/attFile/upload'
|
||||||
|
|||||||
Reference in New Issue
Block a user