|
@@ -27,8 +27,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="name" label="操作" width="300px" align="center">
|
|
<el-table-column prop="name" label="操作" width="300px" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <!-- <el-button class="Colorbutton" @click="networkadd(scope.row.Id)">新增</el-button> -->
|
|
|
|
- <el-button class="Colorbutton" >修改</el-button>
|
|
|
|
|
|
+ <el-button class="Colorbutton" @click="networkmod(scope)">修改</el-button>
|
|
<el-button class="Colorbutton_red" @click="networkele(scope)">删除</el-button>
|
|
<el-button class="Colorbutton_red" @click="networkele(scope)">删除</el-button>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -38,11 +37,11 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="destination" align="center" label="目的地">
|
|
<el-table-column prop="destination" align="center" label="目的地">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="securite_result" align="center" label="行李标签">
|
|
|
|
|
|
+ <el-table-column prop="bagtag" align="center" label="行李标签">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="securite_result" align="center" label="安检结果(字符串)">
|
|
<el-table-column prop="securite_result" align="center" label="安检结果(字符串)">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="securite_result" align="center" label="安检标签">
|
|
|
|
|
|
+ <el-table-column prop="securite_tagname" align="center" label="安检标签">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="car_name" align="center" label="车辆匹配">
|
|
<el-table-column prop="car_name" align="center" label="车辆匹配">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -53,7 +52,7 @@
|
|
<el-table-column prop="name" label="操作" width="300px" align="center">
|
|
<el-table-column prop="name" label="操作" width="300px" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<!-- <el-button class="Colorbutton" >新增</el-button> -->
|
|
<!-- <el-button class="Colorbutton" >新增</el-button> -->
|
|
- <el-button class="Colorbutton">修改</el-button>
|
|
|
|
|
|
+ <el-button class="Colorbutton" @click="ordermod(scope)">修改</el-button>
|
|
<el-button class="Colorbutton_red" @click="orderele(scope)">删除</el-button>
|
|
<el-button class="Colorbutton_red" @click="orderele(scope)">删除</el-button>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -65,12 +64,12 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="ip" align="center" label="来源">
|
|
<el-table-column prop="ip" align="center" label="来源">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="state" align="center" label="是否启用">
|
|
|
|
|
|
+ <el-table-column prop="states" align="center" label="是否启用">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="name" label="操作" width="300px" align="center">
|
|
<el-table-column prop="name" label="操作" width="300px" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<!-- <el-button class="Colorbutton" >新增</el-button> -->
|
|
<!-- <el-button class="Colorbutton" >新增</el-button> -->
|
|
- <el-button class="Colorbutton" >修改</el-button>
|
|
|
|
|
|
+ <el-button class="Colorbutton" @click="labelConfigmod(scope)">修改</el-button>
|
|
<el-button class="Colorbutton_red" @click="labelConfigele(scope)">删除</el-button>
|
|
<el-button class="Colorbutton_red" @click="labelConfigele(scope)">删除</el-button>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -173,7 +172,12 @@
|
|
<Delepop :deleContent="deleContent" :dialogVisibledele='dialogVisibledele' :alarList='alarList' @delepop= 'delepop'/>
|
|
<Delepop :deleContent="deleContent" :dialogVisibledele='dialogVisibledele' :alarList='alarList' @delepop= 'delepop'/>
|
|
<!-- 新增/修改告警 -->
|
|
<!-- 新增/修改告警 -->
|
|
<AlarmConfigpop :dialogVisibledarm='dialogVisibledarm' :listdata= 'listdata' @arlem = "arlem" />
|
|
<AlarmConfigpop :dialogVisibledarm='dialogVisibledarm' :listdata= 'listdata' @arlem = "arlem" />
|
|
-
|
|
|
|
|
|
+ <!-- 新增/修改网络配置 -->
|
|
|
|
+ <NetworkConfigpop :dialogVisiblenetwork = 'dialogVisiblenetwork' :listdata= 'listdata' @workConadd = 'workConadd'/>
|
|
|
|
+ <!-- 新增/修改订单 -->
|
|
|
|
+ <OrderConfigpop :dialogVisibledoder='dialogVisibledoder' :listdata= 'listdata' @oderadd = 'oderadd'/>
|
|
|
|
+ <!-- 新增/修改标签 -->
|
|
|
|
+ <LabelConfigpop :dialogVisibledlabe='dialogVisibledlabe' :listdata= 'listdata' @labeladd = 'labeladd'/>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -192,6 +196,9 @@
|
|
import XLSX from "xlsx";
|
|
import XLSX from "xlsx";
|
|
import Delepop from "@/components/delepop/index.vue";
|
|
import Delepop from "@/components/delepop/index.vue";
|
|
import AlarmConfigpop from "@/components/alarmConfigpop/index.vue";
|
|
import AlarmConfigpop from "@/components/alarmConfigpop/index.vue";
|
|
|
|
+ import NetworkConfigpop from "@/components/networkConfigpop/index.vue";
|
|
|
|
+ import OrderConfigpop from "@/components/orderConfigpop/index.vue";
|
|
|
|
+ import LabelConfigpop from "@/components/labelConfigpop/index.vue";
|
|
export default {
|
|
export default {
|
|
name: "User",
|
|
name: "User",
|
|
data() {
|
|
data() {
|
|
@@ -219,7 +226,10 @@
|
|
return {
|
|
return {
|
|
currentPage3: 1,
|
|
currentPage3: 1,
|
|
totalPages: 0,
|
|
totalPages: 0,
|
|
- dialogVisibledarm:false,
|
|
|
|
|
|
+ dialogVisiblenetwork: false,//新增网络配置
|
|
|
|
+ dialogVisibledarm:false,//新增告警配置
|
|
|
|
+ dialogVisibledoder: false,//新增修改订单
|
|
|
|
+ dialogVisibledlabe: false,//新增标签
|
|
listdata: {},
|
|
listdata: {},
|
|
alarList: {},
|
|
alarList: {},
|
|
deleContent:{
|
|
deleContent:{
|
|
@@ -380,6 +390,15 @@
|
|
this.totalPages = res.pageNumber*10
|
|
this.totalPages = res.pageNumber*10
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ //修改网络配置
|
|
|
|
+ networkmod (data) {
|
|
|
|
+ this.dialogVisiblenetwork = true
|
|
|
|
+ this.listdata = {
|
|
|
|
+ name: '修改网络配置',
|
|
|
|
+ type: 1,
|
|
|
|
+ list: data.row
|
|
|
|
+ }
|
|
|
|
+ },
|
|
//网络配置删除
|
|
//网络配置删除
|
|
networkele (data) {
|
|
networkele (data) {
|
|
this.dialogVisibledele = true
|
|
this.dialogVisibledele = true
|
|
@@ -401,6 +420,15 @@
|
|
this.totalPages = res.pageNumber*10
|
|
this.totalPages = res.pageNumber*10
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ //订单修改
|
|
|
|
+ ordermod (data) {
|
|
|
|
+ this.dialogVisibledoder = true
|
|
|
|
+ this.listdata = {
|
|
|
|
+ name: '修改订单配置',
|
|
|
|
+ type: 1,
|
|
|
|
+ list: data.row
|
|
|
|
+ }
|
|
|
|
+ },
|
|
//订单删除
|
|
//订单删除
|
|
orderele (data) {
|
|
orderele (data) {
|
|
this.dialogVisibledele = true
|
|
this.dialogVisibledele = true
|
|
@@ -418,10 +446,22 @@
|
|
PageSize: 10
|
|
PageSize: 10
|
|
}
|
|
}
|
|
labelConfiguration(params).then(res => {
|
|
labelConfiguration(params).then(res => {
|
|
|
|
+ res.resultData.forEach(res => {
|
|
|
|
+ res.states = res.state == 1 ? '启用' : '停用'
|
|
|
|
+ });
|
|
this.tableData = res.resultData
|
|
this.tableData = res.resultData
|
|
this.totalPages = res.pageNumber*10
|
|
this.totalPages = res.pageNumber*10
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ //标签配置修改
|
|
|
|
+ labelConfigmod (data) {
|
|
|
|
+ this.dialogVisibledlabe = true
|
|
|
|
+ this.listdata = {
|
|
|
|
+ name: '修改标签配置',
|
|
|
|
+ type: 1,
|
|
|
|
+ list: data.row
|
|
|
|
+ }
|
|
|
|
+ },
|
|
//标签配置删除
|
|
//标签配置删除
|
|
labelConfigele (data) {
|
|
labelConfigele (data) {
|
|
this.dialogVisibledele = true
|
|
this.dialogVisibledele = true
|
|
@@ -443,7 +483,7 @@
|
|
this.totalPages = res.pageNumber*10
|
|
this.totalPages = res.pageNumber*10
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- //新增告警
|
|
|
|
|
|
+ //新增告警/网络/订单
|
|
newAdd () {
|
|
newAdd () {
|
|
if (this.actives == 3) {
|
|
if (this.actives == 3) {
|
|
this.dialogVisibledarm = true
|
|
this.dialogVisibledarm = true
|
|
@@ -451,6 +491,24 @@
|
|
name: '新增告警配置',
|
|
name: '新增告警配置',
|
|
type: 0,
|
|
type: 0,
|
|
}
|
|
}
|
|
|
|
+ } else if (this.actives == 0) {
|
|
|
|
+ this.dialogVisiblenetwork = true
|
|
|
|
+ this.listdata = {
|
|
|
|
+ name: '新增网络配置',
|
|
|
|
+ type: 0,
|
|
|
|
+ }
|
|
|
|
+ } else if (this.actives == 1) {
|
|
|
|
+ this.dialogVisibledoder = true
|
|
|
|
+ this.listdata = {
|
|
|
|
+ name: '新增订单配置',
|
|
|
|
+ type: 0,
|
|
|
|
+ }
|
|
|
|
+ } else if (this.actives == 2) {
|
|
|
|
+ this.dialogVisibledlabe = true
|
|
|
|
+ this.listdata = {
|
|
|
|
+ name: '新增标签配置',
|
|
|
|
+ type: 0,
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//修改告警
|
|
//修改告警
|
|
@@ -474,6 +532,7 @@
|
|
type: '告警'
|
|
type: '告警'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ //删除关闭
|
|
delepop () {
|
|
delepop () {
|
|
this.dialogVisibledele = false
|
|
this.dialogVisibledele = false
|
|
if (this.actives == 0) {
|
|
if (this.actives == 0) {
|
|
@@ -486,17 +545,25 @@
|
|
this.giveAn()
|
|
this.giveAn()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ //告警关闭
|
|
arlem () {
|
|
arlem () {
|
|
this.dialogVisibledarm = false
|
|
this.dialogVisibledarm = false
|
|
- if (this.actives == 0) {
|
|
|
|
- this.network();
|
|
|
|
- } else if (this.actives == 1) {
|
|
|
|
- this.orderConfig()
|
|
|
|
- }else if (this.actives == 2) {
|
|
|
|
- this.labelConfig()
|
|
|
|
- }else if (this.actives == 3) {
|
|
|
|
- this.giveAn()
|
|
|
|
- }
|
|
|
|
|
|
+ this.giveAn()
|
|
|
|
+ },
|
|
|
|
+ //关闭新增网络配置
|
|
|
|
+ workConadd () {
|
|
|
|
+ this.dialogVisiblenetwork = false
|
|
|
|
+ this.network();
|
|
|
|
+ },
|
|
|
|
+ //关闭订单
|
|
|
|
+ oderadd () {
|
|
|
|
+ this.dialogVisibledoder = false
|
|
|
|
+ this.orderConfig()
|
|
|
|
+ },
|
|
|
|
+ //关闭标签
|
|
|
|
+ labeladd () {
|
|
|
|
+ this.dialogVisibledlabe =false
|
|
|
|
+ this.labelConfig()
|
|
},
|
|
},
|
|
// GetUser() {
|
|
// GetUser() {
|
|
// GetUsers().then(res => {
|
|
// GetUsers().then(res => {
|
|
@@ -589,7 +656,10 @@
|
|
},
|
|
},
|
|
components: {
|
|
components: {
|
|
Delepop,
|
|
Delepop,
|
|
- AlarmConfigpop
|
|
|
|
|
|
+ AlarmConfigpop,
|
|
|
|
+ NetworkConfigpop,
|
|
|
|
+ OrderConfigpop,
|
|
|
|
+ LabelConfigpop
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|