apply-clients 3.4.2 → 3.4.4
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/android.html +23 -23
- package/build/dev-server.js +119 -119
- package/build/webpack.base.conf.js +2 -1
- package/build/webpack.dev.conf.js +12 -0
- package/dingding.html +23 -0
- package/index.html +33 -33
- package/package.json +2 -1
- package/src/AndroidApp.vue +35 -35
- package/src/DingDingApp.vue +51 -0
- package/src/android.js +21 -21
- package/src/apply.js +38 -13
- package/src/applyAndroid.js +46 -32
- package/src/applyDingDing.js +12 -0
- package/src/components/android/AppOnetomany.vue +343 -301
- package/src/components/android/AppServiceView.vue +189 -10
- package/src/components/android/AppSign.vue +19 -7
- package/src/components/android/AppTakePic.vue +143 -143
- package/src/components/android/AreaSelect/AppQrcodeReader.vue +73 -0
- package/src/components/android/AreaSelect/AppResAreaMapGroup.vue +148 -0
- package/src/components/android/AreaSelect/AppResAreaSelect.vue +108 -0
- package/src/components/android/AreaSelect/AppResAreaSelectGroup.vue +142 -0
- package/src/components/android/Function/AppFunctionServiceControl.vue +344 -0
- package/src/components/android/Function/AppInstallFunction.vue +366 -0
- package/src/components/android/Process/AppExplorationUser.vue +500 -320
- package/src/components/android/Process/AppServiceControl.vue +999 -48
- package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -0
- package/src/components/android/Process/Processes/AppBuildSign.vue +46 -0
- package/src/components/android/Process/Processes/AppChargeManagement.vue +637 -0
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -0
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +116 -90
- package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +298 -0
- package/src/components/android/Process/Processes/selectApply.vue +250 -0
- package/src/components/android/Process/Processes/selectUserinfo.vue +182 -0
- package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -64
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +205 -71
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +69 -34
- package/src/components/android/TaskGraph.vue +125 -125
- package/src/components/common/TabButton.vue +149 -0
- package/src/components/common/Tabs.vue +67 -0
- package/src/components/image/dwg.jpg +0 -0
- package/src/components/image/txt.jpg +0 -0
- package/src/components/image//345/221/250/345/217/243/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//350/245/277/345/215/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/203/270/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/241/271/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/image//351/271/277/351/202/221/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +272 -53
- package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
- package/src/components/product/AreaSelect/MyAreaSelect.vue +423 -0
- package/src/components/product/AreaSelect/ResAreaSelect.vue +106 -0
- package/src/components/product/AreaSelect/ResAreaSelectGroup.vue +150 -0
- package/src/components/product/AreaSelect/utils/EventListener.js +29 -0
- package/src/components/product/AreaSelect/utils/coerceBoolean.js +7 -0
- package/src/components/product/Business/BusinessApply.vue +269 -0
- package/src/components/product/Business/CivilApply.vue +269 -0
- package/src/components/product/Function/InstallFunction.vue +132 -125
- package/src/components/product/Function/InstallInfoSelect.vue +320 -292
- package/src/components/product/Function/Service/FunctionServiceControl.vue +445 -222
- package/src/components/product/GaoDeMapComponents/GaoDeMap.vue +231 -0
- package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -0
- package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -0
- package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -0
- package/src/components/product/Install/InstallProject.vue +194 -0
- package/src/components/product/Material/MaterialDetailed.vue +262 -0
- package/src/components/product/OldApply/Handle/HandleApply.vue +337 -0
- package/src/components/product/OldApply/Monitor/MonitorApply.vue +360 -0
- package/src/components/product/OldApply/OldApply.vue +209 -0
- package/src/components/product/OldApply/OldApplyMessage.vue +420 -0
- package/src/components/product/Onetomany.vue +406 -377
- package/src/components/product/Print/BuildOrder/buildOrderList.vue +339 -0
- package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -0
- package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -0
- package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -0
- package/src/components/product/Process/ExplorationSelect.vue +495 -410
- package/src/components/product/Process/ExplorationUser.vue +189 -138
- package/src/components/product/Process/Processes/InstallationDetails.vue +25 -7
- package/src/components/product/Process/Processes/Print/printCharge.vue +41 -17
- package/src/components/product/Process/Processes/Print/printChargepc.vue +142 -0
- package/src/components/product/Process/Processes/Print/printRefund.vue +196 -0
- package/src/components/product/Process/Processes/addMaterialScience.vue +454 -0
- package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +211 -207
- package/src/components/product/Process/Processes/chargeManagement.vue +20 -3
- package/src/components/product/Process/Processes/devicesManagement.vue +484 -478
- package/src/components/product/Process/Processes/selectApply.vue +2 -2
- package/src/components/product/Process/Service/ServiceControl.vue +638 -20
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
- package/src/components/product/Process/ShowBackReason.vue +33 -0
- package/src/components/product/ServiceView.vue +357 -7
- package/src/components/product/Stop/StopApply.vue +101 -103
- package/src/components/product/Stop/StopApplyList.vue +271 -269
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +884 -186
- package/src/components/product/Supervisory/SupervisoryControl.vue +137 -100
- package/src/components/product/Supervisory/SupervisoryList.vue +201 -30
- package/src/components/product/Supervisory/SupervisoryhCart.vue +130 -107
- package/src/components/product/VueUtils/ApplyUpload.vue +275 -273
- package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +1090 -0
- package/src/components/product/VueUtils/HighMeter.vue +208 -208
- package/src/components/product/VueUtils/ToolsPage.vue +51 -0
- package/src/components/product/VueUtils/Tree.vue +330 -0
- package/src/dingding.js +19 -0
- package/src/expandcssAndroid.less +517 -1034
- package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -731
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
- package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -182
- package/src/filiale/yuchuan/android/Sign/BuildSign.vue +50 -50
- package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -50
- package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -50
- package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -50
- package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -60
- package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -60
- package/src/filiale/yuchuan/android.js +14 -14
- package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
- package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
- package/src/filiale/yuchuan/pc/Print/BuildOrder/buildOrderList.vue +264 -0
- package/src/filiale/yuchuan/pc/Print/BuildOrder/printBuildOrder.vue +152 -0
- package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -149
- package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -67
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
- package/src/filiale/yuchuan/pc/Process/Processes/Print/printCharge.vue +125 -0
- package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -470
- package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1074
- package/src/filiale/yuchuan/pc/Sign/SignRecord.vue +24 -0
- package/src/filiale/yuchuan/pc/Sign/SignRecordList.vue +174 -0
- package/src/filiale/yuchuan/pc.js +20 -12
- package/src/main.js +4 -1
- package/src/components/product/Function/StopApplyCrrdList.vue +0 -176
- package/src/components/product/Function/functions/ApplyRecordCancel.vue +0 -102
- package/src/components/product/Function/functions/StopInstall.vue +0 -106
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div id="gaoDeMap" class="display:flex">
|
|
3
|
+
<div :class="style">
|
|
4
|
+
<label :class="labelstyle" :style="lngColors">经度</label>
|
|
5
|
+
<div class="col-sm-6">
|
|
6
|
+
<input class="form-control input_view" style=""
|
|
7
|
+
type="input"
|
|
8
|
+
v-model="gaodetemplng"
|
|
9
|
+
placeholder="经度"
|
|
10
|
+
:readonly="readonly"
|
|
11
|
+
:disabled="disabled"
|
|
12
|
+
/>
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
<div :class="style">
|
|
16
|
+
<label :class="labelstyle" :style="latColors">纬度</label>
|
|
17
|
+
<div class="col-sm-6">
|
|
18
|
+
<input class="form-control input_view" style=""
|
|
19
|
+
type="input"
|
|
20
|
+
v-model="gaodetemplat"
|
|
21
|
+
placeholder="纬度"
|
|
22
|
+
:readonly="readonly"
|
|
23
|
+
:disabled="disabled"
|
|
24
|
+
/>
|
|
25
|
+
</div>
|
|
26
|
+
<button v-el:btn type="button" class="btn btn-default dropdown-toggle select-style margin-left:20px"
|
|
27
|
+
@click="openModal"
|
|
28
|
+
@blur="show = (search ? show : false)"
|
|
29
|
+
v-bind="{disabled: disabled}"
|
|
30
|
+
>
|
|
31
|
+
<span class="glyphicon glyphicon-map-marker" style="color: blue">获取位置</span>
|
|
32
|
+
</button>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div>
|
|
36
|
+
<modal :show.sync="mapShow" v-if="mapShow" large backdrop="false" :width="900">
|
|
37
|
+
<header slot="modal-header" class="modal-header">
|
|
38
|
+
</header>
|
|
39
|
+
<article slot="modal-body" class="modal-body">
|
|
40
|
+
<amap-location :islocationclearmark="false" dom="gaodeaddboxmap" v-ref:positionInfo
|
|
41
|
+
@getmylocation="getmylocation"></amap-location>
|
|
42
|
+
</article>
|
|
43
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
44
|
+
<button v-show="mapShow" type="button" class="button_clear btn-gn" @click='closeModal'>取消</button>
|
|
45
|
+
<button v-show="mapShow" type="button" class="button_clear btn-gn" @click='confirmLocation'>确认</button>
|
|
46
|
+
</footer>
|
|
47
|
+
</modal>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</template>
|
|
51
|
+
<script>
|
|
52
|
+
|
|
53
|
+
import {HttpResetClass} from 'vue-client'
|
|
54
|
+
import Vue from "vue";
|
|
55
|
+
|
|
56
|
+
export default {
|
|
57
|
+
title: '高德地图',
|
|
58
|
+
props: {
|
|
59
|
+
style: {
|
|
60
|
+
type: String,
|
|
61
|
+
default: 'col-sm-3 form-group'
|
|
62
|
+
},
|
|
63
|
+
labelstyle: {
|
|
64
|
+
type: String,
|
|
65
|
+
default: 'control-label-justify control-label col-sm-2'
|
|
66
|
+
},
|
|
67
|
+
mul: {
|
|
68
|
+
type: Boolean,
|
|
69
|
+
default: true
|
|
70
|
+
},
|
|
71
|
+
readonly: {
|
|
72
|
+
type: Boolean,
|
|
73
|
+
default: true
|
|
74
|
+
},
|
|
75
|
+
disabled: {
|
|
76
|
+
type: Boolean,
|
|
77
|
+
default: false
|
|
78
|
+
}
|
|
79
|
+
//初始值 默认选中值
|
|
80
|
+
// initres: {
|
|
81
|
+
// type: Object,
|
|
82
|
+
// default: null,
|
|
83
|
+
// }
|
|
84
|
+
},
|
|
85
|
+
data() {
|
|
86
|
+
return {
|
|
87
|
+
orgresid: [this.$login.f.orgid],
|
|
88
|
+
options: [],
|
|
89
|
+
initres: [],
|
|
90
|
+
lngColors: "color: #cd5c5c",//红色
|
|
91
|
+
latColors: "color: #cd5c5c",//红色
|
|
92
|
+
pubColors: "color: #0c2e4d",// 黑色
|
|
93
|
+
pub2Colors: "color: #cd5c5c",// 红色
|
|
94
|
+
mapShow: false,//弹窗
|
|
95
|
+
gaodetemplng: "",//临时经度
|
|
96
|
+
gaodetemplat: "",//临时纬度
|
|
97
|
+
baidutemplng: "",
|
|
98
|
+
baidutemplat: ""
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
ready() {
|
|
102
|
+
this.getResList();
|
|
103
|
+
},
|
|
104
|
+
methods: {
|
|
105
|
+
async getResList() {
|
|
106
|
+
},
|
|
107
|
+
openModal() {
|
|
108
|
+
this.mapShow = true
|
|
109
|
+
},
|
|
110
|
+
closeModal() {
|
|
111
|
+
this.mapShow = false
|
|
112
|
+
},
|
|
113
|
+
getmylocation(res) {
|
|
114
|
+
this.GdMapTransBMap(res.position.lng, res.position.lat)
|
|
115
|
+
},
|
|
116
|
+
confirmLocation() {
|
|
117
|
+
// console.log("这是确认的位置信息:", this.gaodetemplng, this.gaodetemplat)
|
|
118
|
+
// this.row.f_userfiles_lat = this.templat
|
|
119
|
+
// this.row.f_userfiles_lng = this.templng
|
|
120
|
+
this.mapShow = false
|
|
121
|
+
},
|
|
122
|
+
// 提交前进行 经纬度坐标装换 高德转百度
|
|
123
|
+
async GdMapTransBMap(lng, lat) {
|
|
124
|
+
try {
|
|
125
|
+
var lnglattemp = {
|
|
126
|
+
'lnglat': lng + ',' + lat
|
|
127
|
+
}
|
|
128
|
+
var lnglat = await this.$resetpost(
|
|
129
|
+
// `rs/logic/gdMapTransBMap`,
|
|
130
|
+
`ncc/rs/logic/gdMapTransBMap`,
|
|
131
|
+
{data: lnglattemp},
|
|
132
|
+
{resolveMsg: null, rejectMsg: '地图坐标转换失败了'}
|
|
133
|
+
)
|
|
134
|
+
console.log("地图坐标转换请求返回值:",lnglat)
|
|
135
|
+
if (lnglat.data.status != 0) {
|
|
136
|
+
this.gaodetemplng = ""
|
|
137
|
+
this.gaodetemplat = ""
|
|
138
|
+
this.baidutemplng = ""
|
|
139
|
+
this.baidutemplat = ""
|
|
140
|
+
this.$showMessage("地图坐标转换失败: "+lnglat.data.message)
|
|
141
|
+
return
|
|
142
|
+
}
|
|
143
|
+
this.gaodetemplng = lng
|
|
144
|
+
this.gaodetemplat = lat
|
|
145
|
+
this.baidutemplng = lnglat.data.result[0].x
|
|
146
|
+
this.baidutemplat = lnglat.data.result[0].y
|
|
147
|
+
console.log("转换后的坐标:", lnglat.data.result[0].x, lnglat.data.result[0].y)
|
|
148
|
+
} catch (error) {
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
watch: {
|
|
153
|
+
'gaodetemplng'(val) {
|
|
154
|
+
if (val.toString() != null && val.toString() != 0) {
|
|
155
|
+
this.lngColors = this.pubColors
|
|
156
|
+
} else {
|
|
157
|
+
this.lngColors = this.pub2Colors
|
|
158
|
+
}
|
|
159
|
+
this.$parent.templatlng.gaodetemplng = this.gaodetemplng
|
|
160
|
+
this.$parent.disableButton()
|
|
161
|
+
},
|
|
162
|
+
'gaodetemplat'(val) {
|
|
163
|
+
if (val.toString() != null && val.toString() != 0) {
|
|
164
|
+
this.latColors = this.pubColors
|
|
165
|
+
} else {
|
|
166
|
+
this.latColors = this.pub2Colors
|
|
167
|
+
}
|
|
168
|
+
this.$parent.templatlng.gaodetemplat = this.gaodetemplat
|
|
169
|
+
this.$parent.disableButton()
|
|
170
|
+
},
|
|
171
|
+
'baidutemplng'(val) {
|
|
172
|
+
this.$parent.templatlng.baidutemplng = this.baidutemplng
|
|
173
|
+
this.$parent.disableButton()
|
|
174
|
+
},
|
|
175
|
+
'baidutemplat'(val) {
|
|
176
|
+
this.$parent.templatlng.baidutemplat = this.baidutemplat
|
|
177
|
+
this.$parent.disableButton()
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
</script>
|
|
182
|
+
<style lang="less">
|
|
183
|
+
#gaoDeMap {
|
|
184
|
+
#gaodeaddboxmap {
|
|
185
|
+
height: 300px;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.glyphicon-map-marker:hover {
|
|
189
|
+
color: red;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.glyphicon-map-marker {
|
|
193
|
+
color: blue;
|
|
194
|
+
cursor: pointer;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
//.col-sm-4 {
|
|
198
|
+
// .font_normal_body {
|
|
199
|
+
// width: 73px;
|
|
200
|
+
// overflow: auto;
|
|
201
|
+
// white-space: nowrap;
|
|
202
|
+
// // 指滚动条两边的按钮
|
|
203
|
+
// &::-webkit-scrollbar-button {
|
|
204
|
+
// display: none;
|
|
205
|
+
// }
|
|
206
|
+
//
|
|
207
|
+
// // 滚动条的宽度
|
|
208
|
+
// &::-webkit-scrollbar {
|
|
209
|
+
// width: 5px !important;
|
|
210
|
+
// height: 5px !important;
|
|
211
|
+
// }
|
|
212
|
+
//
|
|
213
|
+
// // 滚动条的设置
|
|
214
|
+
// &::-webkit-scrollbar-thumb {
|
|
215
|
+
// background-color: #ddd;
|
|
216
|
+
// background-clip: padding-box;
|
|
217
|
+
// }
|
|
218
|
+
//
|
|
219
|
+
// &::-webkit-scrollbar-thumb:hover {
|
|
220
|
+
// background-color: #bbb;
|
|
221
|
+
// }
|
|
222
|
+
//
|
|
223
|
+
// &::-webkit-scrollbar-track {
|
|
224
|
+
// /*滚动条里面轨道*/
|
|
225
|
+
// box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
226
|
+
// background: #ededed;
|
|
227
|
+
// }
|
|
228
|
+
// }
|
|
229
|
+
//}
|
|
230
|
+
}
|
|
231
|
+
</style>
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
3
|
+
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
4
|
+
<div class="form-horizontal select-overspread container-fluid auto" partial>
|
|
5
|
+
<div class="row">
|
|
6
|
+
<div class="form-group col-sm-6">
|
|
7
|
+
<label class="font_normal_body">客户编号:</label>
|
|
8
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
9
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="ui.f_userinfo_code like '%{}%'" placeholder='客户编号'>
|
|
10
|
+
</div>
|
|
11
|
+
<div class="form-group col-sm-6">
|
|
12
|
+
<label class="font_normal_body">客户名称:</label>
|
|
13
|
+
<input type="text" style="width:60%" class="input_search" placeholder='客户名称' v-model="model.f_user_name"
|
|
14
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
15
|
+
condition="ui.f_user_name like '%{}%'">
|
|
16
|
+
</div>
|
|
17
|
+
<div class="form-group col-sm-6">
|
|
18
|
+
<label class="font_normal_body">小 区:</label>
|
|
19
|
+
<input type="text" style="width:60%" class="input_search" placeholder='小区' v-model="model.f_residential_area"
|
|
20
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
21
|
+
condition="ua.f_residential_area like '%{}%'">
|
|
22
|
+
</div>
|
|
23
|
+
<div class="form-group col-sm-6">
|
|
24
|
+
<label class="font_normal_body">客户地址:</label>
|
|
25
|
+
<input type="text" style="width:60%" class="input_search" placeholder='客户地址' v-model="model.f_address"
|
|
26
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
27
|
+
condition="ua.f_address like '%{}%'">
|
|
28
|
+
</div>
|
|
29
|
+
<div class="form-group col-sm-6">
|
|
30
|
+
<label for="startDate" class="font_normal_body">开始时间:</label>
|
|
31
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
32
|
+
style="width: 60%!important;"
|
|
33
|
+
v-model="model.startDate"
|
|
34
|
+
:value.sync="model.startDate"
|
|
35
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
36
|
+
:show-reset-button="true"
|
|
37
|
+
condition="ua.f_create_date >= '{}'">
|
|
38
|
+
</datepicker>
|
|
39
|
+
</div>
|
|
40
|
+
<div class="form-group col-sm-6">
|
|
41
|
+
<label for="endDate" class="font_normal_body">结束时间:</label>
|
|
42
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
43
|
+
style="width: 60%!important;"
|
|
44
|
+
v-model="model.endDate"
|
|
45
|
+
:value.sync="model.endDate"
|
|
46
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
47
|
+
:show-reset-button="true"
|
|
48
|
+
condition="ua.f_create_date <= '{}'">
|
|
49
|
+
</datepicker>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="form-group col-sm-6">
|
|
52
|
+
<label class="font_normal_body">通气状态:</label>
|
|
53
|
+
<v-select
|
|
54
|
+
v-model="model.f_address_state"
|
|
55
|
+
placeholder='请选择'
|
|
56
|
+
condition="f_address_state='{}'"
|
|
57
|
+
:value.sync="model.f_address_state"
|
|
58
|
+
:options='$parent.$parent.address_state'
|
|
59
|
+
class="select select_list"
|
|
60
|
+
:value-single="true"
|
|
61
|
+
close-on-select ></v-select>
|
|
62
|
+
</div>
|
|
63
|
+
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
64
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
65
|
+
<!-- <export-excel :data="$parent.$parent.getCondition"-->
|
|
66
|
+
<!-- :field="$parent.$parent.getfield"-->
|
|
67
|
+
<!-- sqlurl="rs/logic/applyExportfile"-->
|
|
68
|
+
<!-- sql-name="getApplyCharge"-->
|
|
69
|
+
<!-- template-name='收费记录信息导出'-->
|
|
70
|
+
<!-- :choose-col="true"></export-excel>-->
|
|
71
|
+
<!-- <div-->
|
|
72
|
+
<!-- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"-->
|
|
73
|
+
<!-- @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"-->
|
|
74
|
+
<!-- class="button_spacing"-->
|
|
75
|
+
<!-- style="float: right">-->
|
|
76
|
+
<!-- </div>-->
|
|
77
|
+
</div>
|
|
78
|
+
|
|
79
|
+
</div>
|
|
80
|
+
</criteria>
|
|
81
|
+
<data-grid :model="model" v-ref:grid partial='list' class="list_area table_sy" style="padding: 0px">
|
|
82
|
+
<template partial='head'>
|
|
83
|
+
<tr>
|
|
84
|
+
<th class="textNoLineBreak">序号</th>
|
|
85
|
+
<th class="textNoLineBreak">客户编号</th>
|
|
86
|
+
<th class="textNoLineBreak">用户姓名</th>
|
|
87
|
+
<th class="textNoLineBreak">电话</th>
|
|
88
|
+
<th class="textNoLineBreak">通气状态</th>
|
|
89
|
+
<th class="textNoLineBreak">证件类型</th>
|
|
90
|
+
<th class="textNoLineBreak">证件号码</th>
|
|
91
|
+
<th class="textNoLineBreak">区/县</th>
|
|
92
|
+
<th class="textNoLineBreak">片区</th>
|
|
93
|
+
<th class="textNoLineBreak">街道</th>
|
|
94
|
+
<th class="textNoLineBreak">小区</th>
|
|
95
|
+
<th class="textNoLineBreak">详细地址</th>
|
|
96
|
+
<th class="textNoLineBreak">时间</th>
|
|
97
|
+
<th class="textNoLineBreak">备注</th>
|
|
98
|
+
<th class="textNoLineBreak">
|
|
99
|
+
<!-- <button type="button" class="btn btn-info head-but"-->
|
|
100
|
+
<!-- :disabled="$parent.$parent.$parent.mark === 1"-->
|
|
101
|
+
<!-- @click="$parent.$parent.$parent.showFileModal()">导入</button>-->
|
|
102
|
+
<!-- <a type="button" class="btn btn-info head-but"-->
|
|
103
|
+
<!-- href="/apply/download/excel/批量导入.xlsx" download>模板下载</a>-->
|
|
104
|
+
</th>
|
|
105
|
+
</tr>
|
|
106
|
+
</template>
|
|
107
|
+
<template partial='body'>
|
|
108
|
+
<tr>
|
|
109
|
+
<td style="text-align: center;">
|
|
110
|
+
<nobr>{{$index+1}}</nobr>
|
|
111
|
+
</td>
|
|
112
|
+
<td style="text-align: center;">
|
|
113
|
+
<nobr>{{row.f_userinfo_code}}</nobr>
|
|
114
|
+
</td>
|
|
115
|
+
<td style="text-align: center;">
|
|
116
|
+
<nobr>{{row.f_user_name}}</nobr>
|
|
117
|
+
</td>
|
|
118
|
+
<td style="text-align: center;">
|
|
119
|
+
<nobr>{{row.f_user_phone}}</nobr>
|
|
120
|
+
</td>
|
|
121
|
+
<td style="text-align: center;">
|
|
122
|
+
<nobr>{{row.f_address_state}}</nobr>
|
|
123
|
+
</td>
|
|
124
|
+
<td style="text-align: center;">
|
|
125
|
+
<nobr>{{row.f_credentials}}</nobr>
|
|
126
|
+
</td>
|
|
127
|
+
<td style="text-align: center;">
|
|
128
|
+
<nobr>{{row.f_idnumber}}</nobr>
|
|
129
|
+
</td>
|
|
130
|
+
<td style="text-align: center;">
|
|
131
|
+
<nobr>{{row.f_pcd}}</nobr>
|
|
132
|
+
</td>
|
|
133
|
+
<td style="text-align: center;">
|
|
134
|
+
<nobr>{{row.f_slice_area}}</nobr>
|
|
135
|
+
</td>
|
|
136
|
+
<td style="text-align: center;">
|
|
137
|
+
<nobr>{{row.f_street}}</nobr>
|
|
138
|
+
</td>
|
|
139
|
+
<td style="text-align: center;">
|
|
140
|
+
<nobr>{{row.f_residential_area}}</nobr>
|
|
141
|
+
</td>
|
|
142
|
+
<td style="text-align: center;">
|
|
143
|
+
<nobr>{{row.f_address}}</nobr>
|
|
144
|
+
</td>
|
|
145
|
+
<td style="text-align: center;">
|
|
146
|
+
<nobr>{{row.f_create_date}}</nobr>
|
|
147
|
+
</td>
|
|
148
|
+
<td style="text-align: center;">
|
|
149
|
+
<nobr>{{row.f_userinfo_comments}}</nobr>
|
|
150
|
+
</td>
|
|
151
|
+
<td style="text-align: center;">
|
|
152
|
+
<nobr>
|
|
153
|
+
|
|
154
|
+
</nobr>
|
|
155
|
+
</td>
|
|
156
|
+
</tr>
|
|
157
|
+
</template>
|
|
158
|
+
</data-grid>
|
|
159
|
+
</criteria-paged>
|
|
160
|
+
</template>
|
|
161
|
+
|
|
162
|
+
<script>
|
|
163
|
+
import {PagedList} from 'vue-client'
|
|
164
|
+
export default {
|
|
165
|
+
title: '报建团购数据查询列表',
|
|
166
|
+
props: ['check'],
|
|
167
|
+
data () {
|
|
168
|
+
let model = new PagedList('rs/sql/getAddressAanUserinfo1', 30, {
|
|
169
|
+
f_filialeid: 'this.f_filialeid',
|
|
170
|
+
f_process_id: 'this.f_process_id'
|
|
171
|
+
})
|
|
172
|
+
model.f_filialeid = ''
|
|
173
|
+
model.f_process_id = ''
|
|
174
|
+
return {
|
|
175
|
+
model: model,
|
|
176
|
+
f_process_id: '',
|
|
177
|
+
f_filialeid: '',
|
|
178
|
+
address_state: [{label: '全部', value: ''}, ...this.$appdata.getParam('通气状态')],
|
|
179
|
+
istongqi: [{label: '全部', value: ''},
|
|
180
|
+
{label: '是', value: '是'},
|
|
181
|
+
{label: '否', value: '否'}
|
|
182
|
+
],
|
|
183
|
+
chargeStatus: [
|
|
184
|
+
{label: '全部', value: ''},
|
|
185
|
+
{label: '是', value: '是'},
|
|
186
|
+
{label: '否', value: '否'}
|
|
187
|
+
],
|
|
188
|
+
criteriaShow: false,
|
|
189
|
+
chargeAll: {
|
|
190
|
+
count: 0,
|
|
191
|
+
sum: 0
|
|
192
|
+
},
|
|
193
|
+
getfield: {
|
|
194
|
+
'f_apply_num': '工程编号',
|
|
195
|
+
'f_contract_number': '合同编号',
|
|
196
|
+
'f_apply_type': '报建类型',
|
|
197
|
+
'f_apply_nature': '报建性质',
|
|
198
|
+
'f_user_name': '用户名称',
|
|
199
|
+
'f_phone': '用户电话',
|
|
200
|
+
'f_address': '用户地址',
|
|
201
|
+
'f_idnumber': '身份证号',
|
|
202
|
+
'f_charge_number': '缴费编码',
|
|
203
|
+
'f_charge_money': '收费金额',
|
|
204
|
+
'f_payment_method': '付款方式',
|
|
205
|
+
'f_payer_number': '流水号',
|
|
206
|
+
'f_charge_collectors': '收费人员',
|
|
207
|
+
'f_charge_date': '收费日期',
|
|
208
|
+
'f_actual_date': '实际收费时间',
|
|
209
|
+
'f_charge_status': '状态'
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
methods: {
|
|
214
|
+
clear () {
|
|
215
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
216
|
+
this.$refs.cp.$refs.cri.model[key] = ''
|
|
217
|
+
})
|
|
218
|
+
this.curdepid = []
|
|
219
|
+
this.curuserid = []
|
|
220
|
+
},
|
|
221
|
+
searchCondition (args) {
|
|
222
|
+
this.model.search(args.condition, args.model)
|
|
223
|
+
},
|
|
224
|
+
// 查询
|
|
225
|
+
search () {
|
|
226
|
+
this.model.f_process_id = this.check.f_process_id
|
|
227
|
+
this.model.f_filialeid = this.check.f_orgid
|
|
228
|
+
this.$refs.cp.$refs.cri.search()
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
},
|
|
232
|
+
watch: {
|
|
233
|
+
'check': function (val) {
|
|
234
|
+
if (val) {
|
|
235
|
+
this.search()
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
computed: {
|
|
240
|
+
getCondition () {
|
|
241
|
+
return {
|
|
242
|
+
condition: this.model.condition
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
</script>
|
|
248
|
+
|
|
249
|
+
<style scoped>
|
|
250
|
+
.textNoLineBreak {
|
|
251
|
+
white-space: nowrap;
|
|
252
|
+
}
|
|
253
|
+
</style>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex">
|
|
3
|
+
<section>
|
|
4
|
+
<div class="row" style="height: 100%" :class="{'basic-main':!showItem,'binary':showItem}">
|
|
5
|
+
<div :class="{'binary-left':showItem}" >
|
|
6
|
+
<apply-group-by-paper @select-changed="selected" v-ref:check></apply-group-by-paper>
|
|
7
|
+
</div>
|
|
8
|
+
<div :class="{'binary-right':showItem}" v-show="showItem">
|
|
9
|
+
<apply-group-by-list v-show='$refs.check && $refs.check.selected' :check='$refs.check.selected'
|
|
10
|
+
v-ref:detail></apply-group-by-list>
|
|
11
|
+
</div>
|
|
12
|
+
|
|
13
|
+
</div>
|
|
14
|
+
</section>
|
|
15
|
+
</div>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script>
|
|
19
|
+
export default {
|
|
20
|
+
title: '团购报建数据查询',
|
|
21
|
+
data() {
|
|
22
|
+
return {
|
|
23
|
+
showItem: false
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
ready(){
|
|
27
|
+
|
|
28
|
+
},
|
|
29
|
+
methods: {
|
|
30
|
+
selected(row) {
|
|
31
|
+
this.showItem = true
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
|
|
35
|
+
watch: {}
|
|
36
|
+
|
|
37
|
+
}
|
|
38
|
+
</script>
|
|
39
|
+
|
|
40
|
+
<style >
|
|
41
|
+
.form-input-group label {
|
|
42
|
+
text-align: right;
|
|
43
|
+
width: auto;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.datapanel {
|
|
47
|
+
color: #333;
|
|
48
|
+
background-color: white;
|
|
49
|
+
box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px;
|
|
50
|
+
padding: 5px 7px 5px 7px;
|
|
51
|
+
border-radius: 10px;
|
|
52
|
+
}
|
|
53
|
+
</style>
|