-
+
{
@@ -1299,9 +1293,12 @@ export default {
color: #32363d;
line-height: 14px;
margin-left: 15px;
- min-width: 100px;
+ width: 120px;
text-align: right;
}
+ .labelRight {
+ width: 250px;
+ }
.toptimeqhuan {
height: 30px;
diff --git a/src/views/Customer/table.js b/src/views/Customer/table.js
index 3535bc4..aa2f228 100644
--- a/src/views/Customer/table.js
+++ b/src/views/Customer/table.js
@@ -21,12 +21,10 @@ export default {
{
label: "代理商",
prop: "agentName",
- width: "120px",
},
{
label: "地区",
prop: "provinceName",
- width: "120px",
formatter: (data) => {
return `${data.provinceName || '-'}${data.cityName || ''}`
}
@@ -34,7 +32,6 @@ export default {
{
label: "联系人信息",
prop: "linkman",
- width: "110px",
formatter: (data) => {
return `${data.linkman}-${data.linkmanPhone}`
}
diff --git a/src/views/Equipment/index.vue b/src/views/Equipment/index.vue
index 677a35b..dc77005 100644
--- a/src/views/Equipment/index.vue
+++ b/src/views/Equipment/index.vue
@@ -18,35 +18,60 @@
>
+
-
+
+
+
+
-
+
领用状态:
-
筛选
清空筛选条件
+ {{ isOpen ? "收起" : "展开"
+ }}
@@ -230,13 +264,6 @@
clearable
>
-
-
+
diff --git a/src/views/Equipment/state.vue b/src/views/Equipment/state.vue
index ca52e3a..9c9e1e4 100644
--- a/src/views/Equipment/state.vue
+++ b/src/views/Equipment/state.vue
@@ -38,7 +38,7 @@
>
@@ -97,30 +97,29 @@
>
+
-
+
领用状态:
{
+ console.log(res.optionData.dataList);
+ this.searchForm = res.optionData.searchForm;
+ this.houseTypes = res.optionData.houseTypes;
+ this.selValue = res.optionData.selValue;
+ this.choicValue = res.optionData.choicValue;
+ this.time = res.optionData.time;
+ this.changeValue = res.optionData.changeValue;
+ this.dataList = res.optionData.dataList;
+ this.isOpen = res.optionData.isOpen;
+ this.getTableList();
+ }).catch(e => {
+ // 获取不到本地存储的数据在调用获取详细列表
+ this.getList();
+ });
+ },
// 获取当前页面的显隐
setTableOption() {
this.$db.getDataByKey(this.tableIdName).then((res) => {
@@ -1336,44 +1388,6 @@ export default {
this.searchForm.endDate = "";
}
},
- selChange() {
- this.changeValue = "";
- this.searchForm.imei = "";
- this.searchForm.batchId = "";
- this.searchForm.agentName = "";
- this.searchForm.orgName = "";
- this.searchForm.houseName = "";
- this.searchForm.userName = "";
- },
- selectChange(e) {
- this.searchForm.imei = "";
- this.searchForm.batchId = "";
- this.searchForm.agentName = "";
- this.searchForm.orgName = "";
- this.searchForm.houseName = "";
- this.searchForm.userName = "";
- if (!e) return;
- if (this.selflag == 1) {
- // 设备编号
- this.searchForm.imei = e;
- }
- if (this.selflag == 3) {
- // 批次号
- this.searchForm.batchId = e;
- }
- if (this.selflag == 4) {
- // 代理商名称
- this.searchForm.agentName = e;
- }
- if (this.selflag == 5) {
- // 公司名称
- this.searchForm.orgName = e;
- }
- if (this.selflag == 6) {
- // 项目名称
- this.searchForm.houseName = e;
- }
- },
handleSelectionChange(val) {
this.multipleSelection = val;
},
diff --git a/src/views/Equipment/table.js b/src/views/Equipment/table.js
index 3afd496..85a36eb 100644
--- a/src/views/Equipment/table.js
+++ b/src/views/Equipment/table.js
@@ -99,7 +99,7 @@ export default {
label: '关机类型',
prop: "offStatus",
formatter: row => {
- return row.offStatus == 1 ? "正常关机" : row.offStatus == 2 ? "低电关机" : row.offStatus == 3 ? "异常关机" : ""
+ return row.offStatus == 1 ? "正常关机" : row.offStatus == 2 ? "低电关机" : row.offStatus == 3 ? "异常关机" : "-"
}
},
]
diff --git a/src/views/Statistics/ConsultantBrand.vue b/src/views/Statistics/ConsultantBrand.vue
index 1d8612b..35822a1 100644
--- a/src/views/Statistics/ConsultantBrand.vue
+++ b/src/views/Statistics/ConsultantBrand.vue
@@ -124,7 +124,6 @@
prop="activeCustomer"
label="未标顾问"
align="center"
- width="100"
sortable="custom"
>
{{ row.unTagCustomer }}个
@@ -133,7 +132,6 @@
v-if="tabFlag == 1"
prop="prohibitedCustomer"
label="违禁接待次数"
- width="120"
align="center"
sortable="custom"
>
@@ -146,7 +144,6 @@
prop="prohibitedZb"
label="违禁接待占比"
align="center"
- width="120"
sortable="custom"
>
{{ row.prohibitedZb }}%
@@ -157,7 +154,6 @@
label="接待时长"
align="center"
sortable="custom"
- width="110"
>
{{ Math.floor(row.sumDuration / 60) }}分钟
@@ -169,7 +165,6 @@
label="销讲执行率"
align="center"
sortable="custom"
- width="120"
>
{{ row.fraction }}%
@@ -181,7 +176,6 @@
:prop="item.props"
:label="item.label"
align="center"
- width="100"
>
{{ row[item.props] }}{{ tabFlag == 0 ? "%" : "" }}
-
+
筛选日期:
@@ -349,7 +322,6 @@
? "合计/平均"
: scope.row.statDate.substring(0, 10)
}}
-
- >
-
-
- {{
- scope.$index == tableData.length - 1
- ? "合计/平均"
- : scope.row.statDate.substring(0, 10)
- }}
-
-
-
-
-
- {{ row.activeCustomer }}次
-
-
-
-
- {{ row.prohibitedCustomer }}次
-
{{ row.prohibitedZb }}%
-
+ placeholder="请选择" @change="selChange" :disabled="activeTotal == 1 || activeTotal == 2">
diff --git a/src/views/building/index.vue b/src/views/building/index.vue
index 386b34d..37d68df 100644
--- a/src/views/building/index.vue
+++ b/src/views/building/index.vue
@@ -71,6 +71,26 @@
+
+
-