|
@@ -19,47 +19,80 @@
|
|
|
<!-- <el-button type="primary" class="addUser" v-if="isAdmin" @click="addUser">新增用户</el-button> -->
|
|
|
<div class="downlodTables" >导入</div>
|
|
|
<div class="downlodTable" @click="downlodTable">导出</div>
|
|
|
+ <div class="downlodTableer" @click="newAdd()">新增</div>
|
|
|
<el-table :data="tableData" id="userTableData" style="width: 100%;color: #2DAFF5;" v-show="actives == 0">
|
|
|
- <el-table-column prop="nickname" align="center" label="车辆">
|
|
|
+ <el-table-column prop="ipname" align="center" label="车辆">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="地址">
|
|
|
+ <el-table-column prop="adress" align="center" label="地址">
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="name" label="操作" width="300px" align="center">
|
|
|
+ <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_red" @click="networkele(scope)">删除</el-button>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
|
<el-table :data="tableData" id="userTableData" style="width: 100%;color: #2DAFF5;" v-show="actives == 1">
|
|
|
- <el-table-column prop="nickname" align="center" label="任务标签">
|
|
|
+ <el-table-column prop="tagname" align="center" label="任务标签">
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="destination" align="center" label="目的地">
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="securite_result" align="center" label="行李标签">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="目的地">
|
|
|
+ <el-table-column prop="securite_result" align="center" label="安检结果(字符串)">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="安检结果(字符串)">
|
|
|
+ <el-table-column prop="securite_result" align="center" label="安检标签">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="车辆匹配">
|
|
|
+ <el-table-column prop="car_name" align="center" label="车辆匹配">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="站点匹配">
|
|
|
+ <el-table-column prop="station_name" align="center" label="站点匹配">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="匹配订单号">
|
|
|
+ <el-table-column prop="order_id" align="center" label="匹配订单号">
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="name" label="操作" width="300px" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <!-- <el-button class="Colorbutton" >新增</el-button> -->
|
|
|
+ <el-button class="Colorbutton">修改</el-button>
|
|
|
+ <el-button class="Colorbutton_red" @click="orderele(scope)">删除</el-button>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
|
<el-table :data="tableData" id="userTableData" style="width: 100%;color: #2DAFF5;" v-show="actives == 2">
|
|
|
- <el-table-column prop="nickname" align="center" label="标签">
|
|
|
+ <el-table-column prop="tagname" align="center" label="标签">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="对应输送机">
|
|
|
+ <el-table-column prop="conv_name" align="center" label="对应输送机">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="来源">
|
|
|
+ <el-table-column prop="ip" align="center" label="来源">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="是否启用">
|
|
|
+ <el-table-column prop="state" align="center" label="是否启用">
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="name" label="操作" width="300px" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <!-- <el-button class="Colorbutton" >新增</el-button> -->
|
|
|
+ <el-button class="Colorbutton" >修改</el-button>
|
|
|
+ <el-button class="Colorbutton_red" @click="labelConfigele(scope)">删除</el-button>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
|
- <el-table :data="tableData" id="userTableData" style="width: 100%;color: #2DAFF5;" v-show="actives == 3">
|
|
|
- <el-table-column prop="nickname" align="center" label="标签" width="200px">
|
|
|
+ <el-table :data="tableData" id="userTableData" style="width: 100%;color: #2DAFF5;" v-show="actives == 3" :height="heighter">
|
|
|
+ <el-table-column prop="tagname" align="center" label="标签" width="200px">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="来源" width="200px">
|
|
|
+ <el-table-column prop="source" align="center" label="来源" width="200px">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="告警位置" width="200px">
|
|
|
+ <el-table-column prop="alarm_position" align="center" label="告警位置" width="200px">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="告警内容">
|
|
|
+ <el-table-column prop="alarm_content" align="center" label="告警内容">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="work_order_count" align="center" label="处理方法">
|
|
|
+ <el-table-column prop="handle_methode" align="center" label="处理方法">
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="name" label="操作" width="300px" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <!-- <el-button class="Colorbutton" >新增</el-button> -->
|
|
|
+ <el-button class="Colorbutton" >修改</el-button>
|
|
|
+ <el-button class="Colorbutton_red" @click="alarmele(scope)">删除</el-button>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
|
<el-table :data="tableData" id="userTableData" style="width: 100%;color: #2DAFF5;" v-show="actives == 4">
|
|
|
<el-table-column prop="nickname" align="center" label="项目">
|
|
@@ -67,6 +100,12 @@
|
|
|
<el-table-column prop="work_order_count" align="center" label="设置值">
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
+ <el-pagination
|
|
|
+ background
|
|
|
+ layout="prev, pager, next, jumper"
|
|
|
+ :current-page.sync="currentPage3"
|
|
|
+ :total="totalPages">
|
|
|
+ </el-pagination>
|
|
|
<!-- <el-table :data="userTableData" ref='userTableData' id="userTableData" style="width: 100%;color: #2DAFF5;max-height: 100%;overflow-y: auto;background-color: none;">
|
|
|
<el-table-column prop="username" align="center" label="用户名">
|
|
|
</el-table-column>
|
|
@@ -130,6 +169,11 @@
|
|
|
<el-button type="primary" @click="btnNO" id="sureBtn">取消</el-button>
|
|
|
</span>
|
|
|
</el-dialog> -->
|
|
|
+ <!-- 删除 -->
|
|
|
+ <Delepop :deleContent="deleContent" :dialogVisibledele='dialogVisibledele' :alarList='alarList' @delepop= 'delepop'/>
|
|
|
+ <!-- 新增/修改告警 -->
|
|
|
+ <AlarmConfigpop :dialogVisibledarm='dialogVisibledarm' :listdata= 'listdata' @arlem = "arlem" />
|
|
|
+
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -137,10 +181,17 @@
|
|
|
import {
|
|
|
Homeadduser,
|
|
|
GetUsers,
|
|
|
- homedeleteuser
|
|
|
+ homedeleteuser,
|
|
|
+ networkConfiguration,
|
|
|
+ orderConfiguration,
|
|
|
+ labelConfiguration,
|
|
|
+ alarmConfiguration,
|
|
|
+ alarmConfigurationele
|
|
|
} from '@/api/request.js'
|
|
|
import FileSaver from "file-saver";
|
|
|
import XLSX from "xlsx";
|
|
|
+ import Delepop from "@/components/delepop/index.vue";
|
|
|
+ import AlarmConfigpop from "@/components/alarmConfigpop/index.vue";
|
|
|
export default {
|
|
|
name: "User",
|
|
|
data() {
|
|
@@ -166,6 +217,19 @@
|
|
|
}
|
|
|
};
|
|
|
return {
|
|
|
+ currentPage3: 1,
|
|
|
+ totalPages: 0,
|
|
|
+ dialogVisibledarm:false,
|
|
|
+ listdata: {},
|
|
|
+ alarList: {},
|
|
|
+ deleContent:{
|
|
|
+ name: '删除告警信息',
|
|
|
+ cont: '是否确认删除该告警信息?',
|
|
|
+ type: '告警'
|
|
|
+ },
|
|
|
+ dialogVisibledele: false,
|
|
|
+ heighter: '100%',
|
|
|
+ pageCount: 0,
|
|
|
navName: '网络配置',
|
|
|
tableData: [],
|
|
|
actives: 0,
|
|
@@ -261,11 +325,149 @@
|
|
|
// this.isAdmin=true;
|
|
|
// }
|
|
|
// },
|
|
|
+ mounted () {
|
|
|
+ this.network()
|
|
|
+ },
|
|
|
+ watch: {
|
|
|
+ actives () {
|
|
|
+ this.currentPage3 = 1
|
|
|
+ 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()
|
|
|
+ }
|
|
|
+ },
|
|
|
+ currentPage3 () {
|
|
|
+ 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()
|
|
|
+ }
|
|
|
+ console.log(this.currentPage3)
|
|
|
+ }
|
|
|
+ },
|
|
|
methods: {
|
|
|
navUp (index, item) {
|
|
|
this.navName = item.name
|
|
|
this.actives = index
|
|
|
},
|
|
|
+ changePage(e){
|
|
|
+ this.pageSize = e;
|
|
|
+ if (this.actives == 0) {
|
|
|
+ this.network();
|
|
|
+ } else if (this.actives == 1) {
|
|
|
+ this.orderConfig()
|
|
|
+ } else if (this.actives == 2) {
|
|
|
+ this.giveAn()
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //网络配置
|
|
|
+ network () {
|
|
|
+ let params = {
|
|
|
+ page: this.currentPage3,
|
|
|
+ PageSize: 10
|
|
|
+ }
|
|
|
+ networkConfiguration(params).then(res => {
|
|
|
+ this.tableData = res.resultData
|
|
|
+ this.totalPages = res.pageNumber*10
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //网络配置删除
|
|
|
+ networkele (data) {
|
|
|
+ this.dialogVisibledele = true
|
|
|
+ this.alarList = data.row
|
|
|
+ this.deleContent = {
|
|
|
+ name: '删除网络信息',
|
|
|
+ cont: '是否确认删除该网络信息?',
|
|
|
+ type: '网络'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //订单配置
|
|
|
+ orderConfig () {
|
|
|
+ let params = {
|
|
|
+ page: this.currentPage3,
|
|
|
+ PageSize: 10
|
|
|
+ }
|
|
|
+ orderConfiguration(params).then(res => {
|
|
|
+ this.tableData = res.resultData
|
|
|
+ this.totalPages = res.pageNumber*10
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //订单删除
|
|
|
+ orderele (data) {
|
|
|
+ this.dialogVisibledele = true
|
|
|
+ this.alarList = data.row
|
|
|
+ this.deleContent = {
|
|
|
+ name: '删除订单信息',
|
|
|
+ cont: '是否确认删除该订单信息?',
|
|
|
+ type: '订单'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //标签配置
|
|
|
+ labelConfig () {
|
|
|
+ let params = {
|
|
|
+ page: this.currentPage3,
|
|
|
+ PageSize: 10
|
|
|
+ }
|
|
|
+ labelConfiguration(params).then(res => {
|
|
|
+ this.tableData = res.resultData
|
|
|
+ this.totalPages = res.pageNumber*10
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //标签配置删除
|
|
|
+ labelConfigele (data) {
|
|
|
+ this.dialogVisibledele = true
|
|
|
+ this.alarList = data.row
|
|
|
+ this.deleContent = {
|
|
|
+ name: '删除标签信息',
|
|
|
+ cont: '是否确认删除该标签信息?',
|
|
|
+ type: '标签'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //告警信息
|
|
|
+ giveAn () {
|
|
|
+ let params = {
|
|
|
+ page: this.currentPage3,
|
|
|
+ PageSize: 10
|
|
|
+ }
|
|
|
+ alarmConfiguration(params).then(res => {
|
|
|
+ this.tableData = res.resultData
|
|
|
+ this.totalPages = res.pageNumber*10
|
|
|
+ })
|
|
|
+ },
|
|
|
+ //新增告警
|
|
|
+ newAdd () {
|
|
|
+ if (this.actives == 3) {
|
|
|
+ this.dialogVisibledarm = true
|
|
|
+ this.listdata = {
|
|
|
+ name: '新增告警配置'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //告警删除
|
|
|
+ alarmele (data) {
|
|
|
+ this.dialogVisibledele = true
|
|
|
+ this.alarList = data.row
|
|
|
+ this.deleContent = {
|
|
|
+ name: '删除告警配置',
|
|
|
+ cont: '是否确认删除该告警配置?',
|
|
|
+ type: '告警'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ delepop () {
|
|
|
+ this.dialogVisibledele = false
|
|
|
+ },
|
|
|
+ arlem () {
|
|
|
+ this.dialogVisibledarm = false
|
|
|
+ },
|
|
|
// GetUser() {
|
|
|
// GetUsers().then(res => {
|
|
|
// console.log(res.UsersManagement);
|
|
@@ -354,6 +556,10 @@
|
|
|
addUser() {
|
|
|
this.dialogVisible = true;
|
|
|
}
|
|
|
+ },
|
|
|
+ components: {
|
|
|
+ Delepop,
|
|
|
+ AlarmConfigpop
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
@@ -368,7 +574,7 @@
|
|
|
float: right;
|
|
|
position: absolute;
|
|
|
top: 30px;
|
|
|
- right: 125px;
|
|
|
+ right: 150px;
|
|
|
color: #ddd;
|
|
|
text-align: center;
|
|
|
line-height: 30px;
|
|
@@ -383,13 +589,27 @@
|
|
|
float: right;
|
|
|
position: absolute;
|
|
|
top: 30px;
|
|
|
- right: 200px;
|
|
|
+ right: 220px;
|
|
|
+ color: #ddd;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 30px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .downlodTableer {
|
|
|
+ width: 50px;
|
|
|
+ height: 30px;
|
|
|
+ box-shadow: inset 0px 1px 38px 0px rgba(0, 162, 253, 0.4) !important;
|
|
|
+ border: 1px solid rgba(1, 148, 228, 0.34) !important;
|
|
|
+ background: none !important;
|
|
|
+ float: right;
|
|
|
+ position: absolute;
|
|
|
+ top: 30px;
|
|
|
+ right: 90px;
|
|
|
color: #ddd;
|
|
|
text-align: center;
|
|
|
line-height: 30px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-
|
|
|
.logBox {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -624,4 +844,9 @@
|
|
|
border: none;
|
|
|
border-radius: 0;
|
|
|
}
|
|
|
+ .el-pagination{
|
|
|
+ margin-left: 40%;
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ }
|
|
|
</style>
|