diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseRecord.vue b/src/views/caseManage/caseCommon/caseRecord.vue
index 9c2474b..386f93d 100644
--- a/src/views/caseManage/caseCommon/caseRecord.vue
+++ b/src/views/caseManage/caseCommon/caseRecord.vue
@@ -156,7 +156,7 @@
align: 'center'
},
{
- text: '备注',
+ text: '反馈结果',
value: 'remarks',
align: 'center'
}
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseRecord.vue b/src/views/caseManage/caseCommon/caseRecord.vue
index 9c2474b..386f93d 100644
--- a/src/views/caseManage/caseCommon/caseRecord.vue
+++ b/src/views/caseManage/caseCommon/caseRecord.vue
@@ -156,7 +156,7 @@
align: 'center'
},
{
- text: '备注',
+ text: '反馈结果',
value: 'remarks',
align: 'center'
}
diff --git a/src/views/caseManage/caseCommon/caseSearch.vue b/src/views/caseManage/caseCommon/caseSearch.vue
index ee21ad9..156b27c 100644
--- a/src/views/caseManage/caseCommon/caseSearch.vue
+++ b/src/views/caseManage/caseCommon/caseSearch.vue
@@ -40,8 +40,9 @@
-
+
+
@@ -70,9 +71,9 @@
type: Object,
default: null
},
- state:{ // 页面状态,待办为waitHandle
- type:String,
- default:'all'
+ state: { // 页面状态,待办为waitHandle
+ type: String,
+ default: 'all'
}
},
data() {
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseRecord.vue b/src/views/caseManage/caseCommon/caseRecord.vue
index 9c2474b..386f93d 100644
--- a/src/views/caseManage/caseCommon/caseRecord.vue
+++ b/src/views/caseManage/caseCommon/caseRecord.vue
@@ -156,7 +156,7 @@
align: 'center'
},
{
- text: '备注',
+ text: '反馈结果',
value: 'remarks',
align: 'center'
}
diff --git a/src/views/caseManage/caseCommon/caseSearch.vue b/src/views/caseManage/caseCommon/caseSearch.vue
index ee21ad9..156b27c 100644
--- a/src/views/caseManage/caseCommon/caseSearch.vue
+++ b/src/views/caseManage/caseCommon/caseSearch.vue
@@ -40,8 +40,9 @@
-
+
+
@@ -70,9 +71,9 @@
type: Object,
default: null
},
- state:{ // 页面状态,待办为waitHandle
- type:String,
- default:'all'
+ state: { // 页面状态,待办为waitHandle
+ type: String,
+ default: 'all'
}
},
data() {
diff --git a/src/views/caseManage/waitForHandle.vue b/src/views/caseManage/waitForHandle.vue
index 8b1ed28..369a31e 100644
--- a/src/views/caseManage/waitForHandle.vue
+++ b/src/views/caseManage/waitForHandle.vue
@@ -1,10 +1,10 @@
-
+
-
+
任务办理
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseRecord.vue b/src/views/caseManage/caseCommon/caseRecord.vue
index 9c2474b..386f93d 100644
--- a/src/views/caseManage/caseCommon/caseRecord.vue
+++ b/src/views/caseManage/caseCommon/caseRecord.vue
@@ -156,7 +156,7 @@
align: 'center'
},
{
- text: '备注',
+ text: '反馈结果',
value: 'remarks',
align: 'center'
}
diff --git a/src/views/caseManage/caseCommon/caseSearch.vue b/src/views/caseManage/caseCommon/caseSearch.vue
index ee21ad9..156b27c 100644
--- a/src/views/caseManage/caseCommon/caseSearch.vue
+++ b/src/views/caseManage/caseCommon/caseSearch.vue
@@ -40,8 +40,9 @@
-
+
+
@@ -70,9 +71,9 @@
type: Object,
default: null
},
- state:{ // 页面状态,待办为waitHandle
- type:String,
- default:'all'
+ state: { // 页面状态,待办为waitHandle
+ type: String,
+ default: 'all'
}
},
data() {
diff --git a/src/views/caseManage/waitForHandle.vue b/src/views/caseManage/waitForHandle.vue
index 8b1ed28..369a31e 100644
--- a/src/views/caseManage/waitForHandle.vue
+++ b/src/views/caseManage/waitForHandle.vue
@@ -1,10 +1,10 @@
-
+
-
+
任务办理
diff --git a/src/views/knowledgeManage/editKnowledge.vue b/src/views/knowledgeManage/editKnowledge.vue
index de23889..df10863 100644
--- a/src/views/knowledgeManage/editKnowledge.vue
+++ b/src/views/knowledgeManage/editKnowledge.vue
@@ -51,7 +51,7 @@
multiple
>
点击上传
- 只能上传word, excel, pdf文件,且不超过10M
+ 只能上传word, excel, pdf,图片文件,且不超过10M
@@ -272,15 +272,15 @@
handleBeforeUpload(file) {
debugger
console.log('beforeUpload')
- const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
+ const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('sheet') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
let res = true
const isLt2M = file.size / 1024 / 1024 < 10
if (!isFile) {
- this.$message.error('上传文件只能是word或excel或pdf!')
+ this.$message.error('上传文件只能是word或excel或pdf或图片!')
res = false
}
if (!isLt2M) {
- this.$message.error('上传图片大小不能超过 10MB!')
+ this.$message.error('上传文件大小不能超过 10MB!')
res = false
}
for (const i in this.fileList) {
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseRecord.vue b/src/views/caseManage/caseCommon/caseRecord.vue
index 9c2474b..386f93d 100644
--- a/src/views/caseManage/caseCommon/caseRecord.vue
+++ b/src/views/caseManage/caseCommon/caseRecord.vue
@@ -156,7 +156,7 @@
align: 'center'
},
{
- text: '备注',
+ text: '反馈结果',
value: 'remarks',
align: 'center'
}
diff --git a/src/views/caseManage/caseCommon/caseSearch.vue b/src/views/caseManage/caseCommon/caseSearch.vue
index ee21ad9..156b27c 100644
--- a/src/views/caseManage/caseCommon/caseSearch.vue
+++ b/src/views/caseManage/caseCommon/caseSearch.vue
@@ -40,8 +40,9 @@
-
+
+
@@ -70,9 +71,9 @@
type: Object,
default: null
},
- state:{ // 页面状态,待办为waitHandle
- type:String,
- default:'all'
+ state: { // 页面状态,待办为waitHandle
+ type: String,
+ default: 'all'
}
},
data() {
diff --git a/src/views/caseManage/waitForHandle.vue b/src/views/caseManage/waitForHandle.vue
index 8b1ed28..369a31e 100644
--- a/src/views/caseManage/waitForHandle.vue
+++ b/src/views/caseManage/waitForHandle.vue
@@ -1,10 +1,10 @@
-
+
-
+
任务办理
diff --git a/src/views/knowledgeManage/editKnowledge.vue b/src/views/knowledgeManage/editKnowledge.vue
index de23889..df10863 100644
--- a/src/views/knowledgeManage/editKnowledge.vue
+++ b/src/views/knowledgeManage/editKnowledge.vue
@@ -51,7 +51,7 @@
multiple
>
点击上传
- 只能上传word, excel, pdf文件,且不超过10M
+ 只能上传word, excel, pdf,图片文件,且不超过10M
@@ -272,15 +272,15 @@
handleBeforeUpload(file) {
debugger
console.log('beforeUpload')
- const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
+ const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('sheet') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
let res = true
const isLt2M = file.size / 1024 / 1024 < 10
if (!isFile) {
- this.$message.error('上传文件只能是word或excel或pdf!')
+ this.$message.error('上传文件只能是word或excel或pdf或图片!')
res = false
}
if (!isLt2M) {
- this.$message.error('上传图片大小不能超过 10MB!')
+ this.$message.error('上传文件大小不能超过 10MB!')
res = false
}
for (const i in this.fileList) {
diff --git a/src/views/knowledgeManage/knowledgeCheck.vue b/src/views/knowledgeManage/knowledgeCheck.vue
index 90a16ee..c8b38fb 100644
--- a/src/views/knowledgeManage/knowledgeCheck.vue
+++ b/src/views/knowledgeManage/knowledgeCheck.vue
@@ -45,6 +45,7 @@
:columns="columns"
:list-loading="listLoading"
:options="tableOption.options"
+ :check-func="checkFunc"
:tools-option="tableOption.toolsOption"
@change="changePage"
@select-change="handleSelectionChange">
@@ -325,6 +326,13 @@
handleSelectionChange(val) {
this.multipleSelection = val
},
+ checkFunc(row, index) {
+ if (row.checkStatus === '1') {
+ return true
+ } else {
+ return false
+ }
+ },
checkSelection() {
if (this.multipleSelection.length === 0) {
this.$message.warning('请至少选择一项')
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseRecord.vue b/src/views/caseManage/caseCommon/caseRecord.vue
index 9c2474b..386f93d 100644
--- a/src/views/caseManage/caseCommon/caseRecord.vue
+++ b/src/views/caseManage/caseCommon/caseRecord.vue
@@ -156,7 +156,7 @@
align: 'center'
},
{
- text: '备注',
+ text: '反馈结果',
value: 'remarks',
align: 'center'
}
diff --git a/src/views/caseManage/caseCommon/caseSearch.vue b/src/views/caseManage/caseCommon/caseSearch.vue
index ee21ad9..156b27c 100644
--- a/src/views/caseManage/caseCommon/caseSearch.vue
+++ b/src/views/caseManage/caseCommon/caseSearch.vue
@@ -40,8 +40,9 @@
-
+
+
@@ -70,9 +71,9 @@
type: Object,
default: null
},
- state:{ // 页面状态,待办为waitHandle
- type:String,
- default:'all'
+ state: { // 页面状态,待办为waitHandle
+ type: String,
+ default: 'all'
}
},
data() {
diff --git a/src/views/caseManage/waitForHandle.vue b/src/views/caseManage/waitForHandle.vue
index 8b1ed28..369a31e 100644
--- a/src/views/caseManage/waitForHandle.vue
+++ b/src/views/caseManage/waitForHandle.vue
@@ -1,10 +1,10 @@
-
+
-
+
任务办理
diff --git a/src/views/knowledgeManage/editKnowledge.vue b/src/views/knowledgeManage/editKnowledge.vue
index de23889..df10863 100644
--- a/src/views/knowledgeManage/editKnowledge.vue
+++ b/src/views/knowledgeManage/editKnowledge.vue
@@ -51,7 +51,7 @@
multiple
>
点击上传
- 只能上传word, excel, pdf文件,且不超过10M
+ 只能上传word, excel, pdf,图片文件,且不超过10M
@@ -272,15 +272,15 @@
handleBeforeUpload(file) {
debugger
console.log('beforeUpload')
- const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
+ const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('sheet') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
let res = true
const isLt2M = file.size / 1024 / 1024 < 10
if (!isFile) {
- this.$message.error('上传文件只能是word或excel或pdf!')
+ this.$message.error('上传文件只能是word或excel或pdf或图片!')
res = false
}
if (!isLt2M) {
- this.$message.error('上传图片大小不能超过 10MB!')
+ this.$message.error('上传文件大小不能超过 10MB!')
res = false
}
for (const i in this.fileList) {
diff --git a/src/views/knowledgeManage/knowledgeCheck.vue b/src/views/knowledgeManage/knowledgeCheck.vue
index 90a16ee..c8b38fb 100644
--- a/src/views/knowledgeManage/knowledgeCheck.vue
+++ b/src/views/knowledgeManage/knowledgeCheck.vue
@@ -45,6 +45,7 @@
:columns="columns"
:list-loading="listLoading"
:options="tableOption.options"
+ :check-func="checkFunc"
:tools-option="tableOption.toolsOption"
@change="changePage"
@select-change="handleSelectionChange">
@@ -325,6 +326,13 @@
handleSelectionChange(val) {
this.multipleSelection = val
},
+ checkFunc(row, index) {
+ if (row.checkStatus === '1') {
+ return true
+ } else {
+ return false
+ }
+ },
checkSelection() {
if (this.multipleSelection.length === 0) {
this.$message.warning('请至少选择一项')
diff --git a/src/views/qualityManage/qualitySound/myQualityChecked.vue b/src/views/qualityManage/qualitySound/myQualityChecked.vue
index a98db09..37ffccc 100644
--- a/src/views/qualityManage/qualitySound/myQualityChecked.vue
+++ b/src/views/qualityManage/qualitySound/myQualityChecked.vue
@@ -10,7 +10,7 @@
-
+
@@ -210,18 +210,19 @@
// 清除输入
clearInput() {
this.listQuery = {
- callerNumber: '', // 主叫号码
- agentUser: '', // 受理人
+ callerid: '', // 通话编号
+ agentUser: this.$store.getters.id, // 受理人
startTime: '', // 来电开始时间
endTime: '', // 来电结束时间
- minTime: '', // 通话最短时间
- maxTime: '', // 通话最长时间
- callWay: '', // 呼叫方向
+ checkTemplate: '', // 质检模块
hangupCause: '', // 挂机方向
+ checkTwice: '', // 复核情况
+ minScore: '', // 最低分
+ maxScore: '', // 最高分
offset: 1,
limit: 20,
- sort: 'dialStartStamp',
- order: 'desc'
+ sort: '',
+ order: ''
}
this.timeRange = []
}
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseRecord.vue b/src/views/caseManage/caseCommon/caseRecord.vue
index 9c2474b..386f93d 100644
--- a/src/views/caseManage/caseCommon/caseRecord.vue
+++ b/src/views/caseManage/caseCommon/caseRecord.vue
@@ -156,7 +156,7 @@
align: 'center'
},
{
- text: '备注',
+ text: '反馈结果',
value: 'remarks',
align: 'center'
}
diff --git a/src/views/caseManage/caseCommon/caseSearch.vue b/src/views/caseManage/caseCommon/caseSearch.vue
index ee21ad9..156b27c 100644
--- a/src/views/caseManage/caseCommon/caseSearch.vue
+++ b/src/views/caseManage/caseCommon/caseSearch.vue
@@ -40,8 +40,9 @@
-
+
+
@@ -70,9 +71,9 @@
type: Object,
default: null
},
- state:{ // 页面状态,待办为waitHandle
- type:String,
- default:'all'
+ state: { // 页面状态,待办为waitHandle
+ type: String,
+ default: 'all'
}
},
data() {
diff --git a/src/views/caseManage/waitForHandle.vue b/src/views/caseManage/waitForHandle.vue
index 8b1ed28..369a31e 100644
--- a/src/views/caseManage/waitForHandle.vue
+++ b/src/views/caseManage/waitForHandle.vue
@@ -1,10 +1,10 @@
-
+
-
+
任务办理
diff --git a/src/views/knowledgeManage/editKnowledge.vue b/src/views/knowledgeManage/editKnowledge.vue
index de23889..df10863 100644
--- a/src/views/knowledgeManage/editKnowledge.vue
+++ b/src/views/knowledgeManage/editKnowledge.vue
@@ -51,7 +51,7 @@
multiple
>
点击上传
- 只能上传word, excel, pdf文件,且不超过10M
+ 只能上传word, excel, pdf,图片文件,且不超过10M
@@ -272,15 +272,15 @@
handleBeforeUpload(file) {
debugger
console.log('beforeUpload')
- const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
+ const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('sheet') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
let res = true
const isLt2M = file.size / 1024 / 1024 < 10
if (!isFile) {
- this.$message.error('上传文件只能是word或excel或pdf!')
+ this.$message.error('上传文件只能是word或excel或pdf或图片!')
res = false
}
if (!isLt2M) {
- this.$message.error('上传图片大小不能超过 10MB!')
+ this.$message.error('上传文件大小不能超过 10MB!')
res = false
}
for (const i in this.fileList) {
diff --git a/src/views/knowledgeManage/knowledgeCheck.vue b/src/views/knowledgeManage/knowledgeCheck.vue
index 90a16ee..c8b38fb 100644
--- a/src/views/knowledgeManage/knowledgeCheck.vue
+++ b/src/views/knowledgeManage/knowledgeCheck.vue
@@ -45,6 +45,7 @@
:columns="columns"
:list-loading="listLoading"
:options="tableOption.options"
+ :check-func="checkFunc"
:tools-option="tableOption.toolsOption"
@change="changePage"
@select-change="handleSelectionChange">
@@ -325,6 +326,13 @@
handleSelectionChange(val) {
this.multipleSelection = val
},
+ checkFunc(row, index) {
+ if (row.checkStatus === '1') {
+ return true
+ } else {
+ return false
+ }
+ },
checkSelection() {
if (this.multipleSelection.length === 0) {
this.$message.warning('请至少选择一项')
diff --git a/src/views/qualityManage/qualitySound/myQualityChecked.vue b/src/views/qualityManage/qualitySound/myQualityChecked.vue
index a98db09..37ffccc 100644
--- a/src/views/qualityManage/qualitySound/myQualityChecked.vue
+++ b/src/views/qualityManage/qualitySound/myQualityChecked.vue
@@ -10,7 +10,7 @@
-
+
@@ -210,18 +210,19 @@
// 清除输入
clearInput() {
this.listQuery = {
- callerNumber: '', // 主叫号码
- agentUser: '', // 受理人
+ callerid: '', // 通话编号
+ agentUser: this.$store.getters.id, // 受理人
startTime: '', // 来电开始时间
endTime: '', // 来电结束时间
- minTime: '', // 通话最短时间
- maxTime: '', // 通话最长时间
- callWay: '', // 呼叫方向
+ checkTemplate: '', // 质检模块
hangupCause: '', // 挂机方向
+ checkTwice: '', // 复核情况
+ minScore: '', // 最低分
+ maxScore: '', // 最高分
offset: 1,
limit: 20,
- sort: 'dialStartStamp',
- order: 'desc'
+ sort: '',
+ order: ''
}
this.timeRange = []
}
diff --git a/src/views/qualityManage/qualitySound/qualityCheckedSound.vue b/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
index 3cf6c1c..ae09189 100644
--- a/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
+++ b/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
@@ -1,5 +1,5 @@
@@ -13,7 +13,7 @@
-
+
@@ -45,15 +45,15 @@
-
-
- 未复核
- 已复核
-
-
+
+
+
+
+
+
- 复核
+ 复核
@@ -75,7 +75,7 @@
import QualityCheck from './qualityCheck'
export default {
- name: 'QualitySound',
+ name: 'QualityCheckedSound',
components: { QualityCheck, UserList, AppContainer, SearchArea, SearchItem, CreateCase, NormalTable },
data() {
return {
@@ -97,7 +97,8 @@
{
text: '录音编号',
value: 'callid',
- align: 'center'
+ align: 'center',
+ width: 160
},
{
text: '受理人',
@@ -122,6 +123,12 @@
{
text: '质检时间',
value: 'checkTime',
+ align: 'center',
+ width: 160
+ },
+ {
+ text: '复核状态',
+ value: 'checkTwice',
align: 'center'
}
], // 显示列
@@ -238,14 +245,14 @@
// 清除输入
clearInput() {
this.listQuery = {
- callerNumber: '', // 主叫号码
+ callerid: '', // 通话编号
agentUser: '', // 受理人
startTime: '', // 来电开始时间
endTime: '', // 来电结束时间
- minTime: '', // 通话最短时间
- maxTime: '', // 通话最长时间
- callWay: '', // 呼叫方向
- hangupCause: '', // 挂机方向
+ checkTemplate: '', // 质检模块
+ checkTwice: '0', // 复核情况
+ minScore: '', // 最低分
+ maxScore: '', // 最高分
offset: 1,
limit: 20,
sort: '',
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseRecord.vue b/src/views/caseManage/caseCommon/caseRecord.vue
index 9c2474b..386f93d 100644
--- a/src/views/caseManage/caseCommon/caseRecord.vue
+++ b/src/views/caseManage/caseCommon/caseRecord.vue
@@ -156,7 +156,7 @@
align: 'center'
},
{
- text: '备注',
+ text: '反馈结果',
value: 'remarks',
align: 'center'
}
diff --git a/src/views/caseManage/caseCommon/caseSearch.vue b/src/views/caseManage/caseCommon/caseSearch.vue
index ee21ad9..156b27c 100644
--- a/src/views/caseManage/caseCommon/caseSearch.vue
+++ b/src/views/caseManage/caseCommon/caseSearch.vue
@@ -40,8 +40,9 @@
-
+
+
@@ -70,9 +71,9 @@
type: Object,
default: null
},
- state:{ // 页面状态,待办为waitHandle
- type:String,
- default:'all'
+ state: { // 页面状态,待办为waitHandle
+ type: String,
+ default: 'all'
}
},
data() {
diff --git a/src/views/caseManage/waitForHandle.vue b/src/views/caseManage/waitForHandle.vue
index 8b1ed28..369a31e 100644
--- a/src/views/caseManage/waitForHandle.vue
+++ b/src/views/caseManage/waitForHandle.vue
@@ -1,10 +1,10 @@
-
+
-
+
任务办理
diff --git a/src/views/knowledgeManage/editKnowledge.vue b/src/views/knowledgeManage/editKnowledge.vue
index de23889..df10863 100644
--- a/src/views/knowledgeManage/editKnowledge.vue
+++ b/src/views/knowledgeManage/editKnowledge.vue
@@ -51,7 +51,7 @@
multiple
>
点击上传
- 只能上传word, excel, pdf文件,且不超过10M
+ 只能上传word, excel, pdf,图片文件,且不超过10M
@@ -272,15 +272,15 @@
handleBeforeUpload(file) {
debugger
console.log('beforeUpload')
- const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
+ const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('sheet') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
let res = true
const isLt2M = file.size / 1024 / 1024 < 10
if (!isFile) {
- this.$message.error('上传文件只能是word或excel或pdf!')
+ this.$message.error('上传文件只能是word或excel或pdf或图片!')
res = false
}
if (!isLt2M) {
- this.$message.error('上传图片大小不能超过 10MB!')
+ this.$message.error('上传文件大小不能超过 10MB!')
res = false
}
for (const i in this.fileList) {
diff --git a/src/views/knowledgeManage/knowledgeCheck.vue b/src/views/knowledgeManage/knowledgeCheck.vue
index 90a16ee..c8b38fb 100644
--- a/src/views/knowledgeManage/knowledgeCheck.vue
+++ b/src/views/knowledgeManage/knowledgeCheck.vue
@@ -45,6 +45,7 @@
:columns="columns"
:list-loading="listLoading"
:options="tableOption.options"
+ :check-func="checkFunc"
:tools-option="tableOption.toolsOption"
@change="changePage"
@select-change="handleSelectionChange">
@@ -325,6 +326,13 @@
handleSelectionChange(val) {
this.multipleSelection = val
},
+ checkFunc(row, index) {
+ if (row.checkStatus === '1') {
+ return true
+ } else {
+ return false
+ }
+ },
checkSelection() {
if (this.multipleSelection.length === 0) {
this.$message.warning('请至少选择一项')
diff --git a/src/views/qualityManage/qualitySound/myQualityChecked.vue b/src/views/qualityManage/qualitySound/myQualityChecked.vue
index a98db09..37ffccc 100644
--- a/src/views/qualityManage/qualitySound/myQualityChecked.vue
+++ b/src/views/qualityManage/qualitySound/myQualityChecked.vue
@@ -10,7 +10,7 @@
-
+
@@ -210,18 +210,19 @@
// 清除输入
clearInput() {
this.listQuery = {
- callerNumber: '', // 主叫号码
- agentUser: '', // 受理人
+ callerid: '', // 通话编号
+ agentUser: this.$store.getters.id, // 受理人
startTime: '', // 来电开始时间
endTime: '', // 来电结束时间
- minTime: '', // 通话最短时间
- maxTime: '', // 通话最长时间
- callWay: '', // 呼叫方向
+ checkTemplate: '', // 质检模块
hangupCause: '', // 挂机方向
+ checkTwice: '', // 复核情况
+ minScore: '', // 最低分
+ maxScore: '', // 最高分
offset: 1,
limit: 20,
- sort: 'dialStartStamp',
- order: 'desc'
+ sort: '',
+ order: ''
}
this.timeRange = []
}
diff --git a/src/views/qualityManage/qualitySound/qualityCheckedSound.vue b/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
index 3cf6c1c..ae09189 100644
--- a/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
+++ b/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
@@ -1,5 +1,5 @@
@@ -13,7 +13,7 @@
-
+
@@ -45,15 +45,15 @@
-
-
- 未复核
- 已复核
-
-
+
+
+
+
+
+
- 复核
+ 复核
@@ -75,7 +75,7 @@
import QualityCheck from './qualityCheck'
export default {
- name: 'QualitySound',
+ name: 'QualityCheckedSound',
components: { QualityCheck, UserList, AppContainer, SearchArea, SearchItem, CreateCase, NormalTable },
data() {
return {
@@ -97,7 +97,8 @@
{
text: '录音编号',
value: 'callid',
- align: 'center'
+ align: 'center',
+ width: 160
},
{
text: '受理人',
@@ -122,6 +123,12 @@
{
text: '质检时间',
value: 'checkTime',
+ align: 'center',
+ width: 160
+ },
+ {
+ text: '复核状态',
+ value: 'checkTwice',
align: 'center'
}
], // 显示列
@@ -238,14 +245,14 @@
// 清除输入
clearInput() {
this.listQuery = {
- callerNumber: '', // 主叫号码
+ callerid: '', // 通话编号
agentUser: '', // 受理人
startTime: '', // 来电开始时间
endTime: '', // 来电结束时间
- minTime: '', // 通话最短时间
- maxTime: '', // 通话最长时间
- callWay: '', // 呼叫方向
- hangupCause: '', // 挂机方向
+ checkTemplate: '', // 质检模块
+ checkTwice: '0', // 复核情况
+ minScore: '', // 最低分
+ maxScore: '', // 最高分
offset: 1,
limit: 20,
sort: '',
diff --git a/src/views/soundsManage/soundsManage.vue b/src/views/soundsManage/soundsManage.vue
index 39b1c73..4c47d63 100644
--- a/src/views/soundsManage/soundsManage.vue
+++ b/src/views/soundsManage/soundsManage.vue
@@ -283,16 +283,29 @@
},
// 重置后的操作, 若不需要显示重置按钮则不需要写
clearInput() {
- this.$message.success('clearInput')
+ this.listQuery = {
+ callerNumber: '', // 主叫号码
+ agentUser: '', // 受理人
+ startTime: '', // 来电开始时间
+ endTime: '', // 来电结束时间
+ minTime: '', // 通话最短时间
+ maxTime: '', // 通话最长时间
+ callWay: '', // 呼叫方向
+ hangupCause: '', // 挂机方向
+ offset: 1,
+ limit: 20,
+ sort: 'dialStartStamp',
+ order: 'desc'
+ }
}
}
}
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseRecord.vue b/src/views/caseManage/caseCommon/caseRecord.vue
index 9c2474b..386f93d 100644
--- a/src/views/caseManage/caseCommon/caseRecord.vue
+++ b/src/views/caseManage/caseCommon/caseRecord.vue
@@ -156,7 +156,7 @@
align: 'center'
},
{
- text: '备注',
+ text: '反馈结果',
value: 'remarks',
align: 'center'
}
diff --git a/src/views/caseManage/caseCommon/caseSearch.vue b/src/views/caseManage/caseCommon/caseSearch.vue
index ee21ad9..156b27c 100644
--- a/src/views/caseManage/caseCommon/caseSearch.vue
+++ b/src/views/caseManage/caseCommon/caseSearch.vue
@@ -40,8 +40,9 @@
-
+
+
@@ -70,9 +71,9 @@
type: Object,
default: null
},
- state:{ // 页面状态,待办为waitHandle
- type:String,
- default:'all'
+ state: { // 页面状态,待办为waitHandle
+ type: String,
+ default: 'all'
}
},
data() {
diff --git a/src/views/caseManage/waitForHandle.vue b/src/views/caseManage/waitForHandle.vue
index 8b1ed28..369a31e 100644
--- a/src/views/caseManage/waitForHandle.vue
+++ b/src/views/caseManage/waitForHandle.vue
@@ -1,10 +1,10 @@
-
+
-
+
任务办理
diff --git a/src/views/knowledgeManage/editKnowledge.vue b/src/views/knowledgeManage/editKnowledge.vue
index de23889..df10863 100644
--- a/src/views/knowledgeManage/editKnowledge.vue
+++ b/src/views/knowledgeManage/editKnowledge.vue
@@ -51,7 +51,7 @@
multiple
>
点击上传
- 只能上传word, excel, pdf文件,且不超过10M
+ 只能上传word, excel, pdf,图片文件,且不超过10M
@@ -272,15 +272,15 @@
handleBeforeUpload(file) {
debugger
console.log('beforeUpload')
- const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
+ const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('sheet') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
let res = true
const isLt2M = file.size / 1024 / 1024 < 10
if (!isFile) {
- this.$message.error('上传文件只能是word或excel或pdf!')
+ this.$message.error('上传文件只能是word或excel或pdf或图片!')
res = false
}
if (!isLt2M) {
- this.$message.error('上传图片大小不能超过 10MB!')
+ this.$message.error('上传文件大小不能超过 10MB!')
res = false
}
for (const i in this.fileList) {
diff --git a/src/views/knowledgeManage/knowledgeCheck.vue b/src/views/knowledgeManage/knowledgeCheck.vue
index 90a16ee..c8b38fb 100644
--- a/src/views/knowledgeManage/knowledgeCheck.vue
+++ b/src/views/knowledgeManage/knowledgeCheck.vue
@@ -45,6 +45,7 @@
:columns="columns"
:list-loading="listLoading"
:options="tableOption.options"
+ :check-func="checkFunc"
:tools-option="tableOption.toolsOption"
@change="changePage"
@select-change="handleSelectionChange">
@@ -325,6 +326,13 @@
handleSelectionChange(val) {
this.multipleSelection = val
},
+ checkFunc(row, index) {
+ if (row.checkStatus === '1') {
+ return true
+ } else {
+ return false
+ }
+ },
checkSelection() {
if (this.multipleSelection.length === 0) {
this.$message.warning('请至少选择一项')
diff --git a/src/views/qualityManage/qualitySound/myQualityChecked.vue b/src/views/qualityManage/qualitySound/myQualityChecked.vue
index a98db09..37ffccc 100644
--- a/src/views/qualityManage/qualitySound/myQualityChecked.vue
+++ b/src/views/qualityManage/qualitySound/myQualityChecked.vue
@@ -10,7 +10,7 @@
-
+
@@ -210,18 +210,19 @@
// 清除输入
clearInput() {
this.listQuery = {
- callerNumber: '', // 主叫号码
- agentUser: '', // 受理人
+ callerid: '', // 通话编号
+ agentUser: this.$store.getters.id, // 受理人
startTime: '', // 来电开始时间
endTime: '', // 来电结束时间
- minTime: '', // 通话最短时间
- maxTime: '', // 通话最长时间
- callWay: '', // 呼叫方向
+ checkTemplate: '', // 质检模块
hangupCause: '', // 挂机方向
+ checkTwice: '', // 复核情况
+ minScore: '', // 最低分
+ maxScore: '', // 最高分
offset: 1,
limit: 20,
- sort: 'dialStartStamp',
- order: 'desc'
+ sort: '',
+ order: ''
}
this.timeRange = []
}
diff --git a/src/views/qualityManage/qualitySound/qualityCheckedSound.vue b/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
index 3cf6c1c..ae09189 100644
--- a/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
+++ b/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
@@ -1,5 +1,5 @@
@@ -13,7 +13,7 @@
-
+
@@ -45,15 +45,15 @@
-
-
- 未复核
- 已复核
-
-
+
+
+
+
+
+
- 复核
+ 复核
@@ -75,7 +75,7 @@
import QualityCheck from './qualityCheck'
export default {
- name: 'QualitySound',
+ name: 'QualityCheckedSound',
components: { QualityCheck, UserList, AppContainer, SearchArea, SearchItem, CreateCase, NormalTable },
data() {
return {
@@ -97,7 +97,8 @@
{
text: '录音编号',
value: 'callid',
- align: 'center'
+ align: 'center',
+ width: 160
},
{
text: '受理人',
@@ -122,6 +123,12 @@
{
text: '质检时间',
value: 'checkTime',
+ align: 'center',
+ width: 160
+ },
+ {
+ text: '复核状态',
+ value: 'checkTwice',
align: 'center'
}
], // 显示列
@@ -238,14 +245,14 @@
// 清除输入
clearInput() {
this.listQuery = {
- callerNumber: '', // 主叫号码
+ callerid: '', // 通话编号
agentUser: '', // 受理人
startTime: '', // 来电开始时间
endTime: '', // 来电结束时间
- minTime: '', // 通话最短时间
- maxTime: '', // 通话最长时间
- callWay: '', // 呼叫方向
- hangupCause: '', // 挂机方向
+ checkTemplate: '', // 质检模块
+ checkTwice: '0', // 复核情况
+ minScore: '', // 最低分
+ maxScore: '', // 最高分
offset: 1,
limit: 20,
sort: '',
diff --git a/src/views/soundsManage/soundsManage.vue b/src/views/soundsManage/soundsManage.vue
index 39b1c73..4c47d63 100644
--- a/src/views/soundsManage/soundsManage.vue
+++ b/src/views/soundsManage/soundsManage.vue
@@ -283,16 +283,29 @@
},
// 重置后的操作, 若不需要显示重置按钮则不需要写
clearInput() {
- this.$message.success('clearInput')
+ this.listQuery = {
+ callerNumber: '', // 主叫号码
+ agentUser: '', // 受理人
+ startTime: '', // 来电开始时间
+ endTime: '', // 来电结束时间
+ minTime: '', // 通话最短时间
+ maxTime: '', // 通话最长时间
+ callWay: '', // 呼叫方向
+ hangupCause: '', // 挂机方向
+ offset: 1,
+ limit: 20,
+ sort: 'dialStartStamp',
+ order: 'desc'
+ }
}
}
}
diff --git a/src/views/statistic/caseStatistic/components/caseTypeSearch.vue b/src/views/statistic/caseStatistic/components/caseTypeSearch.vue
index 6ca5275..75c5083 100644
--- a/src/views/statistic/caseStatistic/components/caseTypeSearch.vue
+++ b/src/views/statistic/caseStatistic/components/caseTypeSearch.vue
@@ -19,7 +19,7 @@
一级
二级
- 三级
+
diff --git a/config/dev.env.js b/config/dev.env.js
index 35fc0d7..d203606 100644
--- a/config/dev.env.js
+++ b/config/dev.env.js
@@ -9,8 +9,9 @@
// BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"',
// BASE_API: '"http://106.74.146.218:2031"'
// BASE_API: '"http://192.168.0.212:8083"'
- BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
+ // BASE_API: '"http://192.168.13.116:8085/callcenter/api"'
// BASE_API: '"http://111.198.10.15:11402/callcenter/api"'
+ BASE_API: '"http://11.100.6.163:8087/callcenter/api"'
// BASE_API: '"http://192.168.0.123:20007"'
// BASE_API: '"http://192.168.2.107:20007"'
// BASE_API: '"http://192.170.1.102:8093"'
diff --git a/config/index.js b/config/index.js
index def511d..7d3f1ec 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,7 +23,7 @@
// },
// after: require('./../mock/mock-server.js'),
// Various Dev Server settings
- host: '0.0.0.0', // can be overwritten by process.env.HOST
+ // host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
//是否自动打开浏览器
autoOpenBrowser: true,
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index 6a15c31..55a7378 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -59,7 +59,7 @@
-
+
@@ -162,6 +162,12 @@
type: String,
default: 'small'
}, // 表格大小,默认,small,mini等,与el-table条件仙童
+ checkFunc: {
+ type: Function,
+ default: function(row,index) {
+ return true
+ }
+ },
toolsOption: {
type: Object,
default: function() {
diff --git a/src/components/fMap/components/fMap.vue b/src/components/fMap/components/fMap.vue
index 163df71..28253ef 100644
--- a/src/components/fMap/components/fMap.vue
+++ b/src/components/fMap/components/fMap.vue
@@ -55,10 +55,10 @@
}
}
},
- interactions:{
+ interactions: {
type: Array,
- default: ()=>{
- return ['keyboardpan','boxzoom']
+ default: () => {
+ return ['keyboardpan', 'boxzoom']
}
},
symbols: {
@@ -93,7 +93,7 @@
latitude: '0', // 事件纬度
fmap: null, // fMap
mapUrls: {
- vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=6Q22E5RXMN&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
+ vectorMap: 'http://11.100.6.5:8084/services/images/GetImage.do?F-Auth-Key=01N2EJWF4L&method=showImageRedisBytable&table=MAP_PGISSL_GZ_V1&version=v1&l={z}&x={y}&y={x}'
}, // 底图urls
bgLayers: {
vectorLayer: null // 矢量
diff --git a/src/views/caseManage/caseCommon/caseFormProcess.vue b/src/views/caseManage/caseCommon/caseFormProcess.vue
index 6b0fbba..ebe3d04 100644
--- a/src/views/caseManage/caseCommon/caseFormProcess.vue
+++ b/src/views/caseManage/caseCommon/caseFormProcess.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -117,11 +118,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -166,6 +167,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseFormRead.vue b/src/views/caseManage/caseCommon/caseFormRead.vue
index 51a98d1..c27827b 100644
--- a/src/views/caseManage/caseCommon/caseFormRead.vue
+++ b/src/views/caseManage/caseCommon/caseFormRead.vue
@@ -49,7 +49,8 @@
-
+
+
@@ -116,11 +117,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -165,6 +166,13 @@
soundShow: false // 显示音频弹窗
}
},
+ computed: {
+ address() {
+ const address_ori = [this.caseForm.areaName, this.caseForm.streetName, this.caseForm.communityName, this.caseForm.fieldintro]
+ const address = address_ori.filter(item => item && item.length > 0)
+ return address.join('-')
+ }
+ },
methods: {
// 播放录音
playSound(sound) {
diff --git a/src/views/caseManage/caseCommon/caseRecord.vue b/src/views/caseManage/caseCommon/caseRecord.vue
index 9c2474b..386f93d 100644
--- a/src/views/caseManage/caseCommon/caseRecord.vue
+++ b/src/views/caseManage/caseCommon/caseRecord.vue
@@ -156,7 +156,7 @@
align: 'center'
},
{
- text: '备注',
+ text: '反馈结果',
value: 'remarks',
align: 'center'
}
diff --git a/src/views/caseManage/caseCommon/caseSearch.vue b/src/views/caseManage/caseCommon/caseSearch.vue
index ee21ad9..156b27c 100644
--- a/src/views/caseManage/caseCommon/caseSearch.vue
+++ b/src/views/caseManage/caseCommon/caseSearch.vue
@@ -40,8 +40,9 @@
-
+
+
@@ -70,9 +71,9 @@
type: Object,
default: null
},
- state:{ // 页面状态,待办为waitHandle
- type:String,
- default:'all'
+ state: { // 页面状态,待办为waitHandle
+ type: String,
+ default: 'all'
}
},
data() {
diff --git a/src/views/caseManage/waitForHandle.vue b/src/views/caseManage/waitForHandle.vue
index 8b1ed28..369a31e 100644
--- a/src/views/caseManage/waitForHandle.vue
+++ b/src/views/caseManage/waitForHandle.vue
@@ -1,10 +1,10 @@
-
+
-
+
任务办理
diff --git a/src/views/knowledgeManage/editKnowledge.vue b/src/views/knowledgeManage/editKnowledge.vue
index de23889..df10863 100644
--- a/src/views/knowledgeManage/editKnowledge.vue
+++ b/src/views/knowledgeManage/editKnowledge.vue
@@ -51,7 +51,7 @@
multiple
>
点击上传
- 只能上传word, excel, pdf文件,且不超过10M
+ 只能上传word, excel, pdf,图片文件,且不超过10M
@@ -272,15 +272,15 @@
handleBeforeUpload(file) {
debugger
console.log('beforeUpload')
- const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
+ const isFile = (file.type.indexOf('word') > -1) || (file.type.indexOf('sheet') > -1) || (file.type.indexOf('excel') > -1) || (file.type === 'application/pdf') || (file.type.indexOf('image') > -1)
let res = true
const isLt2M = file.size / 1024 / 1024 < 10
if (!isFile) {
- this.$message.error('上传文件只能是word或excel或pdf!')
+ this.$message.error('上传文件只能是word或excel或pdf或图片!')
res = false
}
if (!isLt2M) {
- this.$message.error('上传图片大小不能超过 10MB!')
+ this.$message.error('上传文件大小不能超过 10MB!')
res = false
}
for (const i in this.fileList) {
diff --git a/src/views/knowledgeManage/knowledgeCheck.vue b/src/views/knowledgeManage/knowledgeCheck.vue
index 90a16ee..c8b38fb 100644
--- a/src/views/knowledgeManage/knowledgeCheck.vue
+++ b/src/views/knowledgeManage/knowledgeCheck.vue
@@ -45,6 +45,7 @@
:columns="columns"
:list-loading="listLoading"
:options="tableOption.options"
+ :check-func="checkFunc"
:tools-option="tableOption.toolsOption"
@change="changePage"
@select-change="handleSelectionChange">
@@ -325,6 +326,13 @@
handleSelectionChange(val) {
this.multipleSelection = val
},
+ checkFunc(row, index) {
+ if (row.checkStatus === '1') {
+ return true
+ } else {
+ return false
+ }
+ },
checkSelection() {
if (this.multipleSelection.length === 0) {
this.$message.warning('请至少选择一项')
diff --git a/src/views/qualityManage/qualitySound/myQualityChecked.vue b/src/views/qualityManage/qualitySound/myQualityChecked.vue
index a98db09..37ffccc 100644
--- a/src/views/qualityManage/qualitySound/myQualityChecked.vue
+++ b/src/views/qualityManage/qualitySound/myQualityChecked.vue
@@ -10,7 +10,7 @@
-
+
@@ -210,18 +210,19 @@
// 清除输入
clearInput() {
this.listQuery = {
- callerNumber: '', // 主叫号码
- agentUser: '', // 受理人
+ callerid: '', // 通话编号
+ agentUser: this.$store.getters.id, // 受理人
startTime: '', // 来电开始时间
endTime: '', // 来电结束时间
- minTime: '', // 通话最短时间
- maxTime: '', // 通话最长时间
- callWay: '', // 呼叫方向
+ checkTemplate: '', // 质检模块
hangupCause: '', // 挂机方向
+ checkTwice: '', // 复核情况
+ minScore: '', // 最低分
+ maxScore: '', // 最高分
offset: 1,
limit: 20,
- sort: 'dialStartStamp',
- order: 'desc'
+ sort: '',
+ order: ''
}
this.timeRange = []
}
diff --git a/src/views/qualityManage/qualitySound/qualityCheckedSound.vue b/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
index 3cf6c1c..ae09189 100644
--- a/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
+++ b/src/views/qualityManage/qualitySound/qualityCheckedSound.vue
@@ -1,5 +1,5 @@
@@ -13,7 +13,7 @@
-
+
@@ -45,15 +45,15 @@
-
-
- 未复核
- 已复核
-
-
+
+
+
+
+
+
- 复核
+ 复核
@@ -75,7 +75,7 @@
import QualityCheck from './qualityCheck'
export default {
- name: 'QualitySound',
+ name: 'QualityCheckedSound',
components: { QualityCheck, UserList, AppContainer, SearchArea, SearchItem, CreateCase, NormalTable },
data() {
return {
@@ -97,7 +97,8 @@
{
text: '录音编号',
value: 'callid',
- align: 'center'
+ align: 'center',
+ width: 160
},
{
text: '受理人',
@@ -122,6 +123,12 @@
{
text: '质检时间',
value: 'checkTime',
+ align: 'center',
+ width: 160
+ },
+ {
+ text: '复核状态',
+ value: 'checkTwice',
align: 'center'
}
], // 显示列
@@ -238,14 +245,14 @@
// 清除输入
clearInput() {
this.listQuery = {
- callerNumber: '', // 主叫号码
+ callerid: '', // 通话编号
agentUser: '', // 受理人
startTime: '', // 来电开始时间
endTime: '', // 来电结束时间
- minTime: '', // 通话最短时间
- maxTime: '', // 通话最长时间
- callWay: '', // 呼叫方向
- hangupCause: '', // 挂机方向
+ checkTemplate: '', // 质检模块
+ checkTwice: '0', // 复核情况
+ minScore: '', // 最低分
+ maxScore: '', // 最高分
offset: 1,
limit: 20,
sort: '',
diff --git a/src/views/soundsManage/soundsManage.vue b/src/views/soundsManage/soundsManage.vue
index 39b1c73..4c47d63 100644
--- a/src/views/soundsManage/soundsManage.vue
+++ b/src/views/soundsManage/soundsManage.vue
@@ -283,16 +283,29 @@
},
// 重置后的操作, 若不需要显示重置按钮则不需要写
clearInput() {
- this.$message.success('clearInput')
+ this.listQuery = {
+ callerNumber: '', // 主叫号码
+ agentUser: '', // 受理人
+ startTime: '', // 来电开始时间
+ endTime: '', // 来电结束时间
+ minTime: '', // 通话最短时间
+ maxTime: '', // 通话最长时间
+ callWay: '', // 呼叫方向
+ hangupCause: '', // 挂机方向
+ offset: 1,
+ limit: 20,
+ sort: 'dialStartStamp',
+ order: 'desc'
+ }
}
}
}
diff --git a/src/views/statistic/caseStatistic/components/caseTypeSearch.vue b/src/views/statistic/caseStatistic/components/caseTypeSearch.vue
index 6ca5275..75c5083 100644
--- a/src/views/statistic/caseStatistic/components/caseTypeSearch.vue
+++ b/src/views/statistic/caseStatistic/components/caseTypeSearch.vue
@@ -19,7 +19,7 @@
一级
二级
- 三级
+
diff --git a/src/views/system/resource/listResource.vue b/src/views/system/resource/listResource.vue
index 989050d..85b8d8c 100644
--- a/src/views/system/resource/listResource.vue
+++ b/src/views/system/resource/listResource.vue
@@ -4,10 +4,10 @@
-
+
-
+
搜索
新增