system-phone 3.1.1 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/SystemPhone.iml +8 -8
- package/build/dev-server.js +141 -141
- package/build/webpack.base.conf.js +82 -82
- package/build.gradle +27 -27
- package/gradle/wrapper/gradle-wrapper.properties +5 -5
- package/gradlew +183 -183
- package/gradlew.bat +100 -100
- package/index.html +21 -21
- package/package.json +1 -1
- package/src/App.vue +25 -25
- package/src/Util.js +415 -415
- package/src/assets//346/215/242/350/241/250/347/273/264/344/277/256.png +0 -0
- package/src/assets//351/200/232/347/224/250/350/203/214/346/231/257/345/233/276.png +0 -0
- package/src/components/AloneLoadParams.vue +26 -26
- package/src/components/AlreadyService.vue +193 -193
- package/src/components/AttendManage.vue +534 -534
- package/src/components/LoadAppdata.vue +38 -38
- package/src/components/LoginApp.vue +732 -732
- package/src/components/LoginAppNew.vue +587 -587
- package/src/components/LoginAppV4.vue +716 -716
- package/src/components/ModifyPassWord.vue +216 -216
- package/src/components/NavBottom.vue +117 -117
- package/src/components/NavBottomV.vue +141 -141
- package/src/components/NavBottomVVV.vue +185 -185
- package/src/components/OnlineManage.vue +256 -256
- package/src/components/PhoneAllInfo.vue +68 -68
- package/src/components/PhoneChangemeterInfo.vue +116 -116
- package/src/components/PhoneImageInfo.vue +102 -102
- package/src/components/PhoneInfoTable.vue +39 -39
- package/src/components/PhoneMeterInfo.vue +132 -132
- package/src/components/PhoneRepairInfo.vue +146 -146
- package/src/components/PhoneSafeInfo.vue +101 -101
- package/src/components/PhoneSellInfo.vue +148 -148
- package/src/components/PhoneSellInfoLite.vue +112 -112
- package/src/components/PhoneUser.vue +202 -202
- package/src/components/PhoneUserDetil.vue +70 -70
- package/src/components/PhoneUserFind.vue +138 -138
- package/src/components/RightTree.vue +217 -217
- package/src/components/SystemSetUp.vue +332 -332
- package/src/components/TabBarPhone.vue +81 -81
- package/src/components/Test.vue +14 -14
- package/src/components/ToolsPage.vue +199 -199
- package/src/components/UploadManage.vue +194 -194
- package/src/components/gaomi/NavBottomV.vue +223 -223
- package/src/components/gaomi/NavBottomVVVV.vue +210 -210
- package/src/components/gaomi/Scroller.vue +63 -63
- package/src/components/gaomi/SystemSetUp.vue +186 -186
- package/src/components/gaomi/ToolsPage.vue +168 -168
- package/src/components/idea/feedBack.vue +150 -150
- package/src/components/idea/feedbackAdd.vue +366 -366
- package/src/components/info/ConfigInfo.vue +122 -122
- package/src/components/info/FindUserInfo.vue +157 -157
- package/src/components/info/InfoTable.vue +37 -37
- package/src/components/iot/InstructMessage.vue +313 -313
- package/src/components/iot/IotBaseInfo.vue +97 -97
- package/src/components/iot/IotMeterInfo.vue +77 -77
- package/src/components/iot/iotMonitoringMain.vue +501 -501
- package/src/components/online/ApplyOnline.vue +581 -581
- package/src/components/online/BJZhongRan/ApplyOnline.vue +600 -600
- package/src/components/screen/ChargeContentPage.vue +656 -656
- package/src/components/screen/ContentPage.vue +611 -611
- package/src/components/screen/GongdanContentPage.vue +149 -149
- package/src/components/screen/ListCountItem.vue +93 -93
- package/src/components/screen/ModuleTitle.vue +48 -48
- package/src/components/screen/SafeOrderContentPage.vue +440 -440
- package/src/components/screen/SecurityCheckItem.vue +50 -50
- package/src/components/screen/TotalItem.vue +76 -76
- package/src/components/screen/TotalUserNumber.vue +77 -77
- package/src/components/screen/WorkOrderItem.vue +51 -51
- package/src/components/screen/WorkOrderRightDownItem.vue +103 -103
- package/src/components/screen/WorkOrderRightItem.vue +115 -115
- package/src/components/userinfo/paymentQuery.vue +189 -189
- package/src/components/userinfo/queryFile.vue +190 -190
- package/src/components/wasm.vue +18 -18
- package/src/expandcssAndroid.less +521 -521
- package/src/filiale/yulinyuchuan/AlreadyService.vue +194 -194
- package/src/filiale/yulinyuchuan/AttendManage.vue +537 -537
- package/src/filiale/yulinyuchuan/LoginApp.vue +741 -741
- package/src/filiale/yulinyuchuan/OnlineManage.vue +256 -256
- package/src/filiale/yulinyuchuan/SystemSetUp.vue +332 -332
- package/src/filiale/yulinyuchuan/UploadManage.vue +195 -195
- package/src/filiale/yulinyuchuan/systemphonegrid.js +9 -9
- package/src/filiale/yulinyuchuanTY/AlreadyService.vue +194 -0
- package/src/filiale/yulinyuchuanTY/AttendManage.vue +537 -0
- package/src/filiale/yulinyuchuanTY/LoginApp.vue +741 -0
- package/src/filiale/yulinyuchuanTY/OnlineManage.vue +256 -0
- package/src/filiale/yulinyuchuanTY/SystemSetUp.vue +332 -0
- package/src/filiale/yulinyuchuanTY/UploadManage.vue +195 -0
- package/src/filiale/yulinyuchuanTY/systemphonegrid.js +9 -0
- package/src/index.js +9 -9
- package/src/main.js +38 -38
- package/src/plugins/const.js +404 -404
- package/src/plugins/vue-py.js +37 -37
- package/src/stores/AppData.js +79 -79
- package/src/systemphone-gaomi.js +105 -105
- package/src/systemphone.js +60 -60
- package/src/systemphonegrid.js +185 -185
- package/src/util/LdapHelper.js +75 -75
- package/static/const.js +404 -404
- package/static/layui/font/iconfont.svg +554 -554
- package/static/vue-py.js +37 -37
- package/static/wasm_exec.js +465 -465
|
@@ -1,168 +1,168 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="page-header app-header auto" style="background: #48A7FF;position: revert">
|
|
3
|
-
<span style="margin-left:33px">{{title}}</span>
|
|
4
|
-
<div class="app-header-back" @click='back()' v-show="needBack">
|
|
5
|
-
<img src="../../assets/返回.png" style="height: 20px;margin-right:-10px"/>
|
|
6
|
-
</div>
|
|
7
|
-
<div class="app-header-back" v-show="!needBack" @click="gotouser()">
|
|
8
|
-
<img src="../../assets/denglu.png" style="height: 20px;margin-right:-10px;margin-top:-10px"/>
|
|
9
|
-
<span style="margin-left:5px;color: #ffffff;font-size: 1.0em;">{{loginname}}</span>
|
|
10
|
-
</div>
|
|
11
|
-
<div class="app-header-list" v-if="showList">
|
|
12
|
-
<dropdown>
|
|
13
|
-
<a href="#" data-toggle="dropdown" class="dropdown-toggle" style="color: white;font-size:19px">
|
|
14
|
-
<div class="app-header-newaddserver" style="line-height: 1px;margin-top: -5px">
|
|
15
|
-
<img src="../../assets/newadd3.png" style="height: 20px;margin-right:-10px"/>
|
|
16
|
-
</div>
|
|
17
|
-
</a>
|
|
18
|
-
<ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
|
|
19
|
-
<li >
|
|
20
|
-
<a href="#" @click="gotopage('sell-info',{user:user})">
|
|
21
|
-
<img src="../../assets/待办工单竖屏3.png"> 报修工单
|
|
22
|
-
</a>
|
|
23
|
-
<hr>
|
|
24
|
-
<a href="#" @click="gotopage('repair-message',{user:user})">
|
|
25
|
-
<img src="../../assets/安检导航竖屏3.png"/> 安检计划
|
|
26
|
-
</a>
|
|
27
|
-
<hr>
|
|
28
|
-
<a href="#" @click="gotopage('changemeter-info',{user:user})">
|
|
29
|
-
<img src="../../assets/手机抄表竖屏3.png"/> 抄表计划
|
|
30
|
-
</a>
|
|
31
|
-
<hr>
|
|
32
|
-
<hr>
|
|
33
|
-
</li>
|
|
34
|
-
</ul>
|
|
35
|
-
</dropdown>
|
|
36
|
-
</div>
|
|
37
|
-
<div class="app-header-guanbishengyin" style="line-height: 25px" @click='mute()'>
|
|
38
|
-
<img src="../../assets/jingyin3.png" style="height: 20px;"/>
|
|
39
|
-
</div>
|
|
40
|
-
</div>
|
|
41
|
-
</template>
|
|
42
|
-
|
|
43
|
-
<script>
|
|
44
|
-
import Vue from 'vue'
|
|
45
|
-
export default {
|
|
46
|
-
title: '通用头部组件',
|
|
47
|
-
data () {
|
|
48
|
-
return {
|
|
49
|
-
loginname: Vue.user.name
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
props: {
|
|
53
|
-
user:{
|
|
54
|
-
type:Object
|
|
55
|
-
},
|
|
56
|
-
userinfo:{
|
|
57
|
-
type:Object
|
|
58
|
-
},
|
|
59
|
-
// 是否显示列表控件
|
|
60
|
-
showList: {
|
|
61
|
-
type: Boolean,
|
|
62
|
-
default: false
|
|
63
|
-
},
|
|
64
|
-
title: {
|
|
65
|
-
type: String,
|
|
66
|
-
default: '燃气应用'
|
|
67
|
-
},
|
|
68
|
-
needBack: {
|
|
69
|
-
type: Boolean,
|
|
70
|
-
default: true
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
methods: {
|
|
74
|
-
// 新增工单
|
|
75
|
-
newadd(){
|
|
76
|
-
// 事件
|
|
77
|
-
},
|
|
78
|
-
gotouser(){
|
|
79
|
-
this.$emit('paperinfo','system-setup')
|
|
80
|
-
},
|
|
81
|
-
// 跳转页面
|
|
82
|
-
gotopage(param,props) {
|
|
83
|
-
this.$emit('paperinfo',param)
|
|
84
|
-
},
|
|
85
|
-
back () {
|
|
86
|
-
// console.log('发送返回事件')
|
|
87
|
-
this.$emit('back')
|
|
88
|
-
},
|
|
89
|
-
// 关闭新消息响铃(静音)
|
|
90
|
-
mute () {
|
|
91
|
-
if(navigator.userAgent.match('iPad') || navigator.userAgent.match('iPhone')){
|
|
92
|
-
window.prompt("mute","")
|
|
93
|
-
}else{
|
|
94
|
-
HostApp.mute()
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
</script>
|
|
100
|
-
<style scoped>
|
|
101
|
-
.app-header {
|
|
102
|
-
position: fixed;
|
|
103
|
-
top:0px;
|
|
104
|
-
width: 100%;
|
|
105
|
-
margin: 0px;
|
|
106
|
-
background: #499edf;
|
|
107
|
-
color: #FFF;
|
|
108
|
-
padding: 10px;
|
|
109
|
-
text-align: center;
|
|
110
|
-
font-size: 15px;
|
|
111
|
-
height: 7%;
|
|
112
|
-
|
|
113
|
-
/*margin-bottom: 20px;*/
|
|
114
|
-
}
|
|
115
|
-
.app-header-back {
|
|
116
|
-
position: absolute;
|
|
117
|
-
top: 12px;
|
|
118
|
-
color: #D8DCE5;
|
|
119
|
-
}
|
|
120
|
-
.app-header-list {
|
|
121
|
-
height: 40px;
|
|
122
|
-
float: right;
|
|
123
|
-
color: #D8DCE5;
|
|
124
|
-
}
|
|
125
|
-
.app-header-guanbishengyin {
|
|
126
|
-
margin-right: 10px;
|
|
127
|
-
float: right;
|
|
128
|
-
color: #D8DCE5;
|
|
129
|
-
}
|
|
130
|
-
.app-header-newaddserver {
|
|
131
|
-
margin-right: 10px;
|
|
132
|
-
float: right;
|
|
133
|
-
color: #D8DCE5;
|
|
134
|
-
}
|
|
135
|
-
.app-header-volume {
|
|
136
|
-
position: absolute;
|
|
137
|
-
top: 0;
|
|
138
|
-
display: flex;
|
|
139
|
-
flex-direction: column;
|
|
140
|
-
justify-content: center;
|
|
141
|
-
right: 20px;
|
|
142
|
-
color: #D8DCE5;
|
|
143
|
-
font-size: 1.5em;
|
|
144
|
-
}
|
|
145
|
-
.dropdown-menu {
|
|
146
|
-
background-color: #212a35;
|
|
147
|
-
}
|
|
148
|
-
.dropdown-menu a{
|
|
149
|
-
color: white;
|
|
150
|
-
}
|
|
151
|
-
.dropdown-menu a:hover{
|
|
152
|
-
color: white;
|
|
153
|
-
background-color: #6b85a3;
|
|
154
|
-
}
|
|
155
|
-
.dropdown-menu img{
|
|
156
|
-
width: 22%;
|
|
157
|
-
margin-top: -5px;
|
|
158
|
-
}
|
|
159
|
-
.dropdown-menu hr{
|
|
160
|
-
margin-top: 0px;
|
|
161
|
-
margin-bottom: 0px;
|
|
162
|
-
margin-right:0px;
|
|
163
|
-
width: 80%;
|
|
164
|
-
}
|
|
165
|
-
.glyphicon-menu-left{
|
|
166
|
-
color:#fff;
|
|
167
|
-
}
|
|
168
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="page-header app-header auto" style="background: #48A7FF;position: revert">
|
|
3
|
+
<span style="margin-left:33px">{{title}}</span>
|
|
4
|
+
<div class="app-header-back" @click='back()' v-show="needBack">
|
|
5
|
+
<img src="../../assets/返回.png" style="height: 20px;margin-right:-10px"/>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="app-header-back" v-show="!needBack" @click="gotouser()">
|
|
8
|
+
<img src="../../assets/denglu.png" style="height: 20px;margin-right:-10px;margin-top:-10px"/>
|
|
9
|
+
<span style="margin-left:5px;color: #ffffff;font-size: 1.0em;">{{loginname}}</span>
|
|
10
|
+
</div>
|
|
11
|
+
<div class="app-header-list" v-if="showList">
|
|
12
|
+
<dropdown>
|
|
13
|
+
<a href="#" data-toggle="dropdown" class="dropdown-toggle" style="color: white;font-size:19px">
|
|
14
|
+
<div class="app-header-newaddserver" style="line-height: 1px;margin-top: -5px">
|
|
15
|
+
<img src="../../assets/newadd3.png" style="height: 20px;margin-right:-10px"/>
|
|
16
|
+
</div>
|
|
17
|
+
</a>
|
|
18
|
+
<ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
|
|
19
|
+
<li >
|
|
20
|
+
<a href="#" @click="gotopage('sell-info',{user:user})">
|
|
21
|
+
<img src="../../assets/待办工单竖屏3.png"> 报修工单
|
|
22
|
+
</a>
|
|
23
|
+
<hr>
|
|
24
|
+
<a href="#" @click="gotopage('repair-message',{user:user})">
|
|
25
|
+
<img src="../../assets/安检导航竖屏3.png"/> 安检计划
|
|
26
|
+
</a>
|
|
27
|
+
<hr>
|
|
28
|
+
<a href="#" @click="gotopage('changemeter-info',{user:user})">
|
|
29
|
+
<img src="../../assets/手机抄表竖屏3.png"/> 抄表计划
|
|
30
|
+
</a>
|
|
31
|
+
<hr>
|
|
32
|
+
<hr>
|
|
33
|
+
</li>
|
|
34
|
+
</ul>
|
|
35
|
+
</dropdown>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="app-header-guanbishengyin" style="line-height: 25px" @click='mute()'>
|
|
38
|
+
<img src="../../assets/jingyin3.png" style="height: 20px;"/>
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
</template>
|
|
42
|
+
|
|
43
|
+
<script>
|
|
44
|
+
import Vue from 'vue'
|
|
45
|
+
export default {
|
|
46
|
+
title: '通用头部组件',
|
|
47
|
+
data () {
|
|
48
|
+
return {
|
|
49
|
+
loginname: Vue.user.name
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
props: {
|
|
53
|
+
user:{
|
|
54
|
+
type:Object
|
|
55
|
+
},
|
|
56
|
+
userinfo:{
|
|
57
|
+
type:Object
|
|
58
|
+
},
|
|
59
|
+
// 是否显示列表控件
|
|
60
|
+
showList: {
|
|
61
|
+
type: Boolean,
|
|
62
|
+
default: false
|
|
63
|
+
},
|
|
64
|
+
title: {
|
|
65
|
+
type: String,
|
|
66
|
+
default: '燃气应用'
|
|
67
|
+
},
|
|
68
|
+
needBack: {
|
|
69
|
+
type: Boolean,
|
|
70
|
+
default: true
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
methods: {
|
|
74
|
+
// 新增工单
|
|
75
|
+
newadd(){
|
|
76
|
+
// 事件
|
|
77
|
+
},
|
|
78
|
+
gotouser(){
|
|
79
|
+
this.$emit('paperinfo','system-setup')
|
|
80
|
+
},
|
|
81
|
+
// 跳转页面
|
|
82
|
+
gotopage(param,props) {
|
|
83
|
+
this.$emit('paperinfo',param)
|
|
84
|
+
},
|
|
85
|
+
back () {
|
|
86
|
+
// console.log('发送返回事件')
|
|
87
|
+
this.$emit('back')
|
|
88
|
+
},
|
|
89
|
+
// 关闭新消息响铃(静音)
|
|
90
|
+
mute () {
|
|
91
|
+
if(navigator.userAgent.match('iPad') || navigator.userAgent.match('iPhone')){
|
|
92
|
+
window.prompt("mute","")
|
|
93
|
+
}else{
|
|
94
|
+
HostApp.mute()
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
</script>
|
|
100
|
+
<style scoped>
|
|
101
|
+
.app-header {
|
|
102
|
+
position: fixed;
|
|
103
|
+
top:0px;
|
|
104
|
+
width: 100%;
|
|
105
|
+
margin: 0px;
|
|
106
|
+
background: #499edf;
|
|
107
|
+
color: #FFF;
|
|
108
|
+
padding: 10px;
|
|
109
|
+
text-align: center;
|
|
110
|
+
font-size: 15px;
|
|
111
|
+
height: 7%;
|
|
112
|
+
|
|
113
|
+
/*margin-bottom: 20px;*/
|
|
114
|
+
}
|
|
115
|
+
.app-header-back {
|
|
116
|
+
position: absolute;
|
|
117
|
+
top: 12px;
|
|
118
|
+
color: #D8DCE5;
|
|
119
|
+
}
|
|
120
|
+
.app-header-list {
|
|
121
|
+
height: 40px;
|
|
122
|
+
float: right;
|
|
123
|
+
color: #D8DCE5;
|
|
124
|
+
}
|
|
125
|
+
.app-header-guanbishengyin {
|
|
126
|
+
margin-right: 10px;
|
|
127
|
+
float: right;
|
|
128
|
+
color: #D8DCE5;
|
|
129
|
+
}
|
|
130
|
+
.app-header-newaddserver {
|
|
131
|
+
margin-right: 10px;
|
|
132
|
+
float: right;
|
|
133
|
+
color: #D8DCE5;
|
|
134
|
+
}
|
|
135
|
+
.app-header-volume {
|
|
136
|
+
position: absolute;
|
|
137
|
+
top: 0;
|
|
138
|
+
display: flex;
|
|
139
|
+
flex-direction: column;
|
|
140
|
+
justify-content: center;
|
|
141
|
+
right: 20px;
|
|
142
|
+
color: #D8DCE5;
|
|
143
|
+
font-size: 1.5em;
|
|
144
|
+
}
|
|
145
|
+
.dropdown-menu {
|
|
146
|
+
background-color: #212a35;
|
|
147
|
+
}
|
|
148
|
+
.dropdown-menu a{
|
|
149
|
+
color: white;
|
|
150
|
+
}
|
|
151
|
+
.dropdown-menu a:hover{
|
|
152
|
+
color: white;
|
|
153
|
+
background-color: #6b85a3;
|
|
154
|
+
}
|
|
155
|
+
.dropdown-menu img{
|
|
156
|
+
width: 22%;
|
|
157
|
+
margin-top: -5px;
|
|
158
|
+
}
|
|
159
|
+
.dropdown-menu hr{
|
|
160
|
+
margin-top: 0px;
|
|
161
|
+
margin-bottom: 0px;
|
|
162
|
+
margin-right:0px;
|
|
163
|
+
width: 80%;
|
|
164
|
+
}
|
|
165
|
+
.glyphicon-menu-left{
|
|
166
|
+
color:#fff;
|
|
167
|
+
}
|
|
168
|
+
</style>
|
|
@@ -1,150 +1,150 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="basic-main" >
|
|
3
|
-
<criteria-paged :model="model" v-ref:paged>
|
|
4
|
-
<criteria partial='criteria' class="search_area" @condition-changed='search' v-ref:criteria>
|
|
5
|
-
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
-
<div class="row" style="margin-top: 20px">
|
|
7
|
-
<div class="col-sm-4" style="width: 20%">
|
|
8
|
-
<label class="font_normal_body">反馈名称</label>
|
|
9
|
-
<input type="text" class="input_search"
|
|
10
|
-
style="width: 60%" placeholder="反馈名称" v-model="model.fk_name"
|
|
11
|
-
condition=" fk_name like '%{}%'">
|
|
12
|
-
</div>
|
|
13
|
-
<div class="col-sm-4" style="width: 20%">
|
|
14
|
-
<label class="font_normal_body">反馈人编号</label>
|
|
15
|
-
<input type="text" class="input_search"
|
|
16
|
-
style="width: 60%" placeholder="反馈人编号" v-model="model.fk_id"
|
|
17
|
-
condition=" fk_id='{}'">
|
|
18
|
-
</div>
|
|
19
|
-
<div class="col-sm-4" style="width: 20%">
|
|
20
|
-
<label for="startDate" class="font_normal_body">开始日期</label>
|
|
21
|
-
<datepicker id="startDate" placeholder="开始日期" style="width:60%"
|
|
22
|
-
v-model="model.startDate"
|
|
23
|
-
:value.sync="model.startDate"
|
|
24
|
-
:format="'yyyy-MM-dd'"
|
|
25
|
-
:show-reset-button="true"
|
|
26
|
-
condition="fk_date >= '{} 00:00:00'">
|
|
27
|
-
</datepicker>
|
|
28
|
-
|
|
29
|
-
</div>
|
|
30
|
-
<div class="col-sm-4" style="width: 20%">
|
|
31
|
-
<label for="endDate" class="font_normal_body">结束日期</label>
|
|
32
|
-
<datepicker id="endDate" placeholder="结束日期" style="width:60%"
|
|
33
|
-
v-model="model.endDate"
|
|
34
|
-
:value.sync="model.endDate"
|
|
35
|
-
:format="'yyyy-MM-dd'"
|
|
36
|
-
:show-reset-button="true"
|
|
37
|
-
condition="fk_date <='{} 23:59:59'">
|
|
38
|
-
</datepicker>
|
|
39
|
-
</div>
|
|
40
|
-
<div class="col-sm-4" style="width: 20%">
|
|
41
|
-
<label class="font_normal_body">反馈类型</label>
|
|
42
|
-
<v-select
|
|
43
|
-
placeholder="按反馈类型查询"
|
|
44
|
-
:value.sync= "model.fk_type"
|
|
45
|
-
:options='$parent.$parent.option'
|
|
46
|
-
:value-single="true"
|
|
47
|
-
v-model="model.fk_type"
|
|
48
|
-
close-on-select
|
|
49
|
-
condition=" fk_type='{}'">
|
|
50
|
-
</v-select>
|
|
51
|
-
</div>
|
|
52
|
-
<div class="col-sm-4" style="width: 20%;margin-top: 10px ;">
|
|
53
|
-
<label class="font_normal_body">公司类型</label>
|
|
54
|
-
<v-select
|
|
55
|
-
placeholder="按公司类型查询"
|
|
56
|
-
:value.sync="model.fk_firm"
|
|
57
|
-
:options='$parent.$parent.option2'
|
|
58
|
-
:value-single="true"
|
|
59
|
-
v-model="model.fk_firm"
|
|
60
|
-
close-on-select
|
|
61
|
-
condition=" fk_firm='{}'">
|
|
62
|
-
</v-select>
|
|
63
|
-
</div>
|
|
64
|
-
|
|
65
|
-
</div>
|
|
66
|
-
<div class="col-sm-4" style="width: auto;margin-top:5px;margin-right:20px; float: right">
|
|
67
|
-
<button class="button_spacing button_search" @click="search()">查询</button>
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
</criteria>
|
|
71
|
-
<data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid >
|
|
72
|
-
<template partial='head'>
|
|
73
|
-
<tr>
|
|
74
|
-
<th>id</th>
|
|
75
|
-
<th>反馈人编号</th>
|
|
76
|
-
<th>反馈人名称</th>
|
|
77
|
-
<th>反馈类型</th>
|
|
78
|
-
<th>反馈内容</th>
|
|
79
|
-
<th>反馈时间</th>
|
|
80
|
-
<th>反馈公司</th>
|
|
81
|
-
<th>具体操作</th>
|
|
82
|
-
</tr>
|
|
83
|
-
</template>
|
|
84
|
-
<template partial='body'>
|
|
85
|
-
<td style="text-align:center">{{$index+1}}</td>
|
|
86
|
-
<td style="text-align: center">{{row.id}}</td>
|
|
87
|
-
<td style="text-align: center">{{row.fk_name}}</td>
|
|
88
|
-
<td style="text-align: center">{{row.fk_type}}</td>
|
|
89
|
-
<td style="text-align: center">{{row.fk_content}}</td>
|
|
90
|
-
<td style="text-align: center">{{row.fk_date}}</td>
|
|
91
|
-
<td style="text-align: center">{{row.fk_firm}}</td>
|
|
92
|
-
<td class="flex-around">
|
|
93
|
-
<button type="button" name="button" class="btn btn-link"
|
|
94
|
-
@click.stop="$parent.$parent.$parent.modifyParam(row)">修改</button>
|
|
95
|
-
<button type="button" name="button" class="btn btn-link"
|
|
96
|
-
@click.stop="$parent.$parent.$parent.deleteItem(row)">删除</button>
|
|
97
|
-
</td>
|
|
98
|
-
</template>
|
|
99
|
-
</data-grid>
|
|
100
|
-
</criteria-paged>
|
|
101
|
-
</div>
|
|
102
|
-
</template>
|
|
103
|
-
|
|
104
|
-
<script>
|
|
105
|
-
import {PagedList} from 'vue-client'
|
|
106
|
-
|
|
107
|
-
export default {
|
|
108
|
-
title: "反馈人查询",
|
|
109
|
-
data() {
|
|
110
|
-
let model = new PagedList('/rs/sql/query_feedback', 20)
|
|
111
|
-
return {
|
|
112
|
-
option: [{label: "反馈类型一", value: "反馈类型一"},{label: "反馈类型二", value: "反馈类型二"}],
|
|
113
|
-
option2: [{label: "公司一", value: "公司一"},{label: "公司二", value: "公司二"}],
|
|
114
|
-
model: model,
|
|
115
|
-
checkInfo: {},
|
|
116
|
-
//控制模态
|
|
117
|
-
show: false,
|
|
118
|
-
// curorgid: [this.$login.f.orgid]
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
ready() {
|
|
122
|
-
|
|
123
|
-
},
|
|
124
|
-
methods: {
|
|
125
|
-
|
|
126
|
-
//关闭模态窗口
|
|
127
|
-
close () {
|
|
128
|
-
this.show = false
|
|
129
|
-
this.from = ''
|
|
130
|
-
},
|
|
131
|
-
//条件查询
|
|
132
|
-
refresh() {
|
|
133
|
-
this.$refs.paged.$refs.criteria.search()
|
|
134
|
-
},
|
|
135
|
-
},
|
|
136
|
-
watch:
|
|
137
|
-
{
|
|
138
|
-
'condition'(val) {
|
|
139
|
-
console.log("99999999999");
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
</script>
|
|
147
|
-
|
|
148
|
-
<style scoped>
|
|
149
|
-
|
|
150
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="basic-main" >
|
|
3
|
+
<criteria-paged :model="model" v-ref:paged>
|
|
4
|
+
<criteria partial='criteria' class="search_area" @condition-changed='search' v-ref:criteria>
|
|
5
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
6
|
+
<div class="row" style="margin-top: 20px">
|
|
7
|
+
<div class="col-sm-4" style="width: 20%">
|
|
8
|
+
<label class="font_normal_body">反馈名称</label>
|
|
9
|
+
<input type="text" class="input_search"
|
|
10
|
+
style="width: 60%" placeholder="反馈名称" v-model="model.fk_name"
|
|
11
|
+
condition=" fk_name like '%{}%'">
|
|
12
|
+
</div>
|
|
13
|
+
<div class="col-sm-4" style="width: 20%">
|
|
14
|
+
<label class="font_normal_body">反馈人编号</label>
|
|
15
|
+
<input type="text" class="input_search"
|
|
16
|
+
style="width: 60%" placeholder="反馈人编号" v-model="model.fk_id"
|
|
17
|
+
condition=" fk_id='{}'">
|
|
18
|
+
</div>
|
|
19
|
+
<div class="col-sm-4" style="width: 20%">
|
|
20
|
+
<label for="startDate" class="font_normal_body">开始日期</label>
|
|
21
|
+
<datepicker id="startDate" placeholder="开始日期" style="width:60%"
|
|
22
|
+
v-model="model.startDate"
|
|
23
|
+
:value.sync="model.startDate"
|
|
24
|
+
:format="'yyyy-MM-dd'"
|
|
25
|
+
:show-reset-button="true"
|
|
26
|
+
condition="fk_date >= '{} 00:00:00'">
|
|
27
|
+
</datepicker>
|
|
28
|
+
|
|
29
|
+
</div>
|
|
30
|
+
<div class="col-sm-4" style="width: 20%">
|
|
31
|
+
<label for="endDate" class="font_normal_body">结束日期</label>
|
|
32
|
+
<datepicker id="endDate" placeholder="结束日期" style="width:60%"
|
|
33
|
+
v-model="model.endDate"
|
|
34
|
+
:value.sync="model.endDate"
|
|
35
|
+
:format="'yyyy-MM-dd'"
|
|
36
|
+
:show-reset-button="true"
|
|
37
|
+
condition="fk_date <='{} 23:59:59'">
|
|
38
|
+
</datepicker>
|
|
39
|
+
</div>
|
|
40
|
+
<div class="col-sm-4" style="width: 20%">
|
|
41
|
+
<label class="font_normal_body">反馈类型</label>
|
|
42
|
+
<v-select
|
|
43
|
+
placeholder="按反馈类型查询"
|
|
44
|
+
:value.sync= "model.fk_type"
|
|
45
|
+
:options='$parent.$parent.option'
|
|
46
|
+
:value-single="true"
|
|
47
|
+
v-model="model.fk_type"
|
|
48
|
+
close-on-select
|
|
49
|
+
condition=" fk_type='{}'">
|
|
50
|
+
</v-select>
|
|
51
|
+
</div>
|
|
52
|
+
<div class="col-sm-4" style="width: 20%;margin-top: 10px ;">
|
|
53
|
+
<label class="font_normal_body">公司类型</label>
|
|
54
|
+
<v-select
|
|
55
|
+
placeholder="按公司类型查询"
|
|
56
|
+
:value.sync="model.fk_firm"
|
|
57
|
+
:options='$parent.$parent.option2'
|
|
58
|
+
:value-single="true"
|
|
59
|
+
v-model="model.fk_firm"
|
|
60
|
+
close-on-select
|
|
61
|
+
condition=" fk_firm='{}'">
|
|
62
|
+
</v-select>
|
|
63
|
+
</div>
|
|
64
|
+
|
|
65
|
+
</div>
|
|
66
|
+
<div class="col-sm-4" style="width: auto;margin-top:5px;margin-right:20px; float: right">
|
|
67
|
+
<button class="button_spacing button_search" @click="search()">查询</button>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
</criteria>
|
|
71
|
+
<data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid >
|
|
72
|
+
<template partial='head'>
|
|
73
|
+
<tr>
|
|
74
|
+
<th>id</th>
|
|
75
|
+
<th>反馈人编号</th>
|
|
76
|
+
<th>反馈人名称</th>
|
|
77
|
+
<th>反馈类型</th>
|
|
78
|
+
<th>反馈内容</th>
|
|
79
|
+
<th>反馈时间</th>
|
|
80
|
+
<th>反馈公司</th>
|
|
81
|
+
<th>具体操作</th>
|
|
82
|
+
</tr>
|
|
83
|
+
</template>
|
|
84
|
+
<template partial='body'>
|
|
85
|
+
<td style="text-align:center">{{$index+1}}</td>
|
|
86
|
+
<td style="text-align: center">{{row.id}}</td>
|
|
87
|
+
<td style="text-align: center">{{row.fk_name}}</td>
|
|
88
|
+
<td style="text-align: center">{{row.fk_type}}</td>
|
|
89
|
+
<td style="text-align: center">{{row.fk_content}}</td>
|
|
90
|
+
<td style="text-align: center">{{row.fk_date}}</td>
|
|
91
|
+
<td style="text-align: center">{{row.fk_firm}}</td>
|
|
92
|
+
<td class="flex-around">
|
|
93
|
+
<button type="button" name="button" class="btn btn-link"
|
|
94
|
+
@click.stop="$parent.$parent.$parent.modifyParam(row)">修改</button>
|
|
95
|
+
<button type="button" name="button" class="btn btn-link"
|
|
96
|
+
@click.stop="$parent.$parent.$parent.deleteItem(row)">删除</button>
|
|
97
|
+
</td>
|
|
98
|
+
</template>
|
|
99
|
+
</data-grid>
|
|
100
|
+
</criteria-paged>
|
|
101
|
+
</div>
|
|
102
|
+
</template>
|
|
103
|
+
|
|
104
|
+
<script>
|
|
105
|
+
import {PagedList} from 'vue-client'
|
|
106
|
+
|
|
107
|
+
export default {
|
|
108
|
+
title: "反馈人查询",
|
|
109
|
+
data() {
|
|
110
|
+
let model = new PagedList('/rs/sql/query_feedback', 20)
|
|
111
|
+
return {
|
|
112
|
+
option: [{label: "反馈类型一", value: "反馈类型一"},{label: "反馈类型二", value: "反馈类型二"}],
|
|
113
|
+
option2: [{label: "公司一", value: "公司一"},{label: "公司二", value: "公司二"}],
|
|
114
|
+
model: model,
|
|
115
|
+
checkInfo: {},
|
|
116
|
+
//控制模态
|
|
117
|
+
show: false,
|
|
118
|
+
// curorgid: [this.$login.f.orgid]
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
ready() {
|
|
122
|
+
|
|
123
|
+
},
|
|
124
|
+
methods: {
|
|
125
|
+
|
|
126
|
+
//关闭模态窗口
|
|
127
|
+
close () {
|
|
128
|
+
this.show = false
|
|
129
|
+
this.from = ''
|
|
130
|
+
},
|
|
131
|
+
//条件查询
|
|
132
|
+
refresh() {
|
|
133
|
+
this.$refs.paged.$refs.criteria.search()
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
watch:
|
|
137
|
+
{
|
|
138
|
+
'condition'(val) {
|
|
139
|
+
console.log("99999999999");
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
</script>
|
|
147
|
+
|
|
148
|
+
<style scoped>
|
|
149
|
+
|
|
150
|
+
</style>
|