Browse Source

init

newStyle
wangxiaohua 2 years ago
parent
commit
64aa36be26
6 changed files with 16 additions and 28 deletions
  1. +2
    -2
      src/views/Equipment/equipmentOnlineRecordList.vue
  2. +1
    -8
      src/views/Statistics/dataScreeSys.vue
  3. +6
    -6
      src/views/Statistics/trend.vue
  4. +1
    -1
      src/views/admin/user/index.vue
  5. +4
    -9
      src/views/building/index.vue
  6. +2
    -2
      vue.config.js

+ 2
- 2
src/views/Equipment/equipmentOnlineRecordList.vue View File

@@ -444,8 +444,8 @@ export default {
console.log(this.activeTotal, "888888888888888888888"); console.log(this.activeTotal, "888888888888888888888");
var url = ""; var url = "";
let obj = { let obj = {
pageNum: this.page.pageNum,
pageSize: this.page.pageSize,
current: this.page.pageNum,
size: this.page.pageSize,
imei: this.page.imei, imei: this.page.imei,
}; };
this.tableData = []; this.tableData = [];


+ 1
- 8
src/views/Statistics/dataScreeSys.vue View File

@@ -368,10 +368,6 @@ export default {
orgCode: this.selValue == 1 ? this.choicValue : null, orgCode: this.selValue == 1 ? this.choicValue : null,
}) })
.then((res) => { .then((res) => {
// console.log(res);
// this.firstTab = res.data;
// 对数据进行处理
// 将数据给一个指定值然后设置一个方法还进行tab切换的时候调用
this.secondTab = res.data; this.secondTab = res.data;
// 调用方法 // 调用方法
this.getChars1(1); this.getChars1(1);
@@ -390,7 +386,7 @@ export default {
.then((res) => { .then((res) => {
// console.log(res); // console.log(res);
this.thirdTab = res.data; this.thirdTab = res.data;
this.getChars2(1);
this.getChars2(this.cardindex);
}); });
}, },
// echars生成 // echars生成
@@ -518,7 +514,6 @@ export default {
orgCode: this.selValue == 1 ? this.choicValue : null, orgCode: this.selValue == 1 ? this.choicValue : null,
}) })
.then((res) => { .then((res) => {
// console.log(res);
this.firstTab = res.data; this.firstTab = res.data;
}); });
}, },
@@ -532,7 +527,6 @@ export default {
}, },
confirmtime(e) { confirmtime(e) {
this.dateType = null; this.dateType = null;

this.dataOverviewWithSystemWithLook(); this.dataOverviewWithSystemWithLook();
}, },
tabtimetap(i) { tabtimetap(i) {
@@ -545,7 +539,6 @@ export default {
}, },
//卡片下折线图 //卡片下折线图
SwitchCARDS(arr, str, timeDate, Strname) { SwitchCARDS(arr, str, timeDate, Strname) {
// console.log(arr,str,timeDate,Strname);
var chartDom = document.getElementById(str); var chartDom = document.getElementById(str);
var myChart = echarts.init(chartDom); var myChart = echarts.init(chartDom);
var option; var option;


+ 6
- 6
src/views/Statistics/trend.vue View File

@@ -166,7 +166,7 @@
compare2.receptionCount >= 0 ? 'color:green;' : 'color:red;' compare2.receptionCount >= 0 ? 'color:green;' : 'color:red;'
" "
> >
{{ compare2.receptionCount || 0 }}
{{ compare2.receptionCount || 0 }}%
</div> </div>
</div> </div>
</div> </div>
@@ -191,7 +191,7 @@
<div <div
:style="compare2.avgDuration >= 0 ? 'color:green;' : 'color:red;'" :style="compare2.avgDuration >= 0 ? 'color:green;' : 'color:red;'"
> >
{{ compare2.avgDuration || 0 }}
{{ compare2.avgDuration || 0 }}%
</div> </div>
</div> </div>
</div> </div>
@@ -224,7 +224,7 @@
compare2.prohibitedCustomer >= 0 ? 'color:green;' : 'color:red;' compare2.prohibitedCustomer >= 0 ? 'color:green;' : 'color:red;'
" "
> >
{{ compare2.prohibitedCustomer || 0 }}
{{ compare2.prohibitedCustomer || 0 }}%
</div> </div>
</div> </div>
</div> </div>
@@ -257,7 +257,7 @@
compare2.activeCustomer >= 0 ? 'color:green;' : 'color:red;' compare2.activeCustomer >= 0 ? 'color:green;' : 'color:red;'
" "
> >
{{ compare2.activeCustomer || 0 }}
{{ compare2.activeCustomer || 0 }}%
</div> </div>
</div> </div>
</div> </div>
@@ -290,7 +290,7 @@
compare2.activeCustomerRate >= 0 ? 'color:green;' : 'color:red;' compare2.activeCustomerRate >= 0 ? 'color:green;' : 'color:red;'
" "
> >
{{ compare2.activeCustomerRate || 0 }}
{{ compare2.activeCustomerRate || 0 }}%
</div> </div>
</div> </div>
</div> </div>
@@ -315,7 +315,7 @@
<div <div
:style="compare2.fraction >= 0 ? 'color:green;' : 'color:red;'" :style="compare2.fraction >= 0 ? 'color:green;' : 'color:red;'"
> >
{{ compare2.fraction || 0 }}
{{ compare2.fraction || 0 }}%
</div> </div>
</div> </div>
</div> </div>


+ 1
- 1
src/views/admin/user/index.vue View File

@@ -293,7 +293,7 @@
<el-table-column type="selection" width="55"> </el-table-column> <el-table-column type="selection" width="55"> </el-table-column>
<el-table-column prop="name" label="用户名"> </el-table-column> <el-table-column prop="name" label="用户名"> </el-table-column>
<el-table-column label="登录手机" prop="username"> </el-table-column> <el-table-column label="登录手机" prop="username"> </el-table-column>
<el-table-column prop="orgName" label="所属组织"> </el-table-column>
<el-table-column :show-overflow-tooltip="true" width="120px" align="center" prop="orgName" label="所属组织"> </el-table-column>
<!-- <el-table-column prop="orgType" label="组织类型"> <!-- <el-table-column prop="orgType" label="组织类型">
<template slot-scope="scope"> <template slot-scope="scope">
{{ {{


+ 4
- 9
src/views/building/index.vue View File

@@ -873,17 +873,13 @@ export default {
}, },
// 添加楼盘 // 添加楼盘
addSure() { addSure() {
if(!this.resetFlag){
this.$message.error('平台用户与楼盘用户不能重复添加!')
return
}
// console.log(this.addressOptions)
this.$refs.ruleForm.validate((valid) => { this.$refs.ruleForm.validate((valid) => {
if (valid) { if (valid) {
console.log(this.ruleForm);
if(!this.resetFlag){
return
}
// 编辑 // 编辑
if (this.editFlag) { if (this.editFlag) {
console.log("编辑");
this.$api.api.editZkhouse(this.ruleForm).then((res) => { this.$api.api.editZkhouse(this.ruleForm).then((res) => {
console.log(res); console.log(res);
if (res.code == 0) { if (res.code == 0) {
@@ -894,7 +890,6 @@ export default {
}); });
} else { } else {
// 添加 // 添加
console.log("添加");
this.$api.api.addZkhouse(this.ruleForm).then((res) => { this.$api.api.addZkhouse(this.ruleForm).then((res) => {
console.log(res); console.log(res);
if (res.code == 0) { if (res.code == 0) {
@@ -985,7 +980,7 @@ export default {
this.accountForm.id = row.id; this.accountForm.id = row.id;
}, },
changeSure() { changeSure() {
if(!this.resetFlag){
if(!this.resetFlag){
this.$message.error('平台用户与楼盘用户不能重复添加!') this.$message.error('平台用户与楼盘用户不能重复添加!')
return return
} }


+ 2
- 2
vue.config.js View File

@@ -3,9 +3,9 @@
* https://cli.vuejs.org/zh/config/ * https://cli.vuejs.org/zh/config/
*/ */
// const url = 'http://pigx-gateway' // const url = 'http://pigx-gateway'
const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.169:9999' //长龙 // const url = 'http://192.168.31.169:9999' //长龙
// const url = 'http://192.168.31.134:9999' //嘉豪
const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑 // const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://nitu5e.natappfree.cc' //王笑 // const url = 'http://nitu5e.natappfree.cc' //王笑




Loading…
Cancel
Save