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,269 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex-row">
|
|
3
|
+
<div class="basic-main">
|
|
4
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
5
|
+
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
6
|
+
<div class="form-horizontal select-overspread container-fluid auto" partial>
|
|
7
|
+
<div class="row">
|
|
8
|
+
<div class="form-group col-sm-3">
|
|
9
|
+
<label class="font_normal_body">组织机构:</label>
|
|
10
|
+
<res-select
|
|
11
|
+
restype='organization'
|
|
12
|
+
:initresid='$parent.$parent.curorgid'
|
|
13
|
+
@res-select="$parent.$parent.getorg"
|
|
14
|
+
:is-mul="false"
|
|
15
|
+
></res-select>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="form-group col-sm-3">
|
|
18
|
+
<label class="font_normal_body">工程编号:</label>
|
|
19
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
|
|
20
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
21
|
+
condition="a.f_apply_num = '{}'">
|
|
22
|
+
</div>
|
|
23
|
+
<div class="form-group col-sm-3">
|
|
24
|
+
<label class="font_normal_body">用 户 号:</label>
|
|
25
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='用户号' v-model="model.f_userinfo_code"
|
|
26
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
27
|
+
condition="ui.f_userinfo_code = '{}'">
|
|
28
|
+
</div>
|
|
29
|
+
<div class="form-group col-sm-3 button-range">
|
|
30
|
+
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
31
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
32
|
+
<export-excel :data="$parent.$parent.getCondition"
|
|
33
|
+
:field="$parent.$parent.getfield"
|
|
34
|
+
sqlurl="rs/logic/applyExportfile"
|
|
35
|
+
sql-name="getBusinessApply"
|
|
36
|
+
template-name='工商业报建情况导出'
|
|
37
|
+
:choose-col="true"></export-excel>
|
|
38
|
+
<div
|
|
39
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
40
|
+
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
41
|
+
class="button_spacing"
|
|
42
|
+
style="float: right">
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
47
|
+
<div class="form-group col-sm-3">
|
|
48
|
+
<label class="font_normal_body">用 户 名:</label>
|
|
49
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='用户名' v-model="model.f_user_name"
|
|
50
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
51
|
+
condition="ui.f_user_name = '{}'">
|
|
52
|
+
</div>
|
|
53
|
+
<div class="form-group col-sm-3">
|
|
54
|
+
<label class="font_normal_body">联系电话:</label>
|
|
55
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='联系电话' v-model="model.f_user_phone"
|
|
56
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
57
|
+
condition="ui.f_user_phone = '{}'">
|
|
58
|
+
</div>
|
|
59
|
+
<div class="form-group col-sm-3">
|
|
60
|
+
<label class="font_normal_body">地  址:</label>
|
|
61
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='地址' v-model="model.f_address"
|
|
62
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
63
|
+
condition="ua.f_address like '%{}%'">
|
|
64
|
+
</div>
|
|
65
|
+
<div class="form-group col-sm-3">
|
|
66
|
+
<label class="font_normal_body">施工单位:</label>
|
|
67
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='施工单位' v-model="model.f_construction_unit"
|
|
68
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
69
|
+
condition="a.f_construction_unit like '%{}%'">
|
|
70
|
+
</div>
|
|
71
|
+
<div class="form-group col-sm-3">
|
|
72
|
+
<label class="font_normal_body">安装项目:</label>
|
|
73
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='安装项目' v-model="model.f_install_project"
|
|
74
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
75
|
+
condition="a.f_install_project like '%{}%'">
|
|
76
|
+
</div>
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
</criteria>
|
|
80
|
+
<data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
|
|
81
|
+
<template partial='head'>
|
|
82
|
+
<tr>
|
|
83
|
+
<th style="white-space: nowrap;">序号</th>
|
|
84
|
+
<th style="white-space: nowrap;">工程编号</th>
|
|
85
|
+
<th style="white-space: nowrap;">用户名</th>
|
|
86
|
+
<th style="white-space: nowrap;">用户号</th>
|
|
87
|
+
<th style="white-space: nowrap;">联系电话</th>
|
|
88
|
+
<th style="white-space: nowrap;">地址</th>
|
|
89
|
+
<th style="white-space: nowrap;">报装类型</th>
|
|
90
|
+
<th style="white-space: nowrap;">报装时间</th>
|
|
91
|
+
<th style="white-space: nowrap;">发展人员</th>
|
|
92
|
+
<th style="white-space: nowrap;">施工单位</th>
|
|
93
|
+
<th style="white-space: nowrap;">施工备注</th>
|
|
94
|
+
<th style="white-space: nowrap;">安装项目</th>
|
|
95
|
+
<th style="white-space: nowrap;">安装时间</th>
|
|
96
|
+
<th style="white-space: nowrap;">安装人员</th>
|
|
97
|
+
<th style="white-space: nowrap;">表品牌</th>
|
|
98
|
+
<th style="white-space: nowrap;">表类型</th>
|
|
99
|
+
<th style="white-space: nowrap;">表型号</th>
|
|
100
|
+
<th style="white-space: nowrap;">表缸号</th>
|
|
101
|
+
<th style="white-space: nowrap;">表卡号</th>
|
|
102
|
+
<th style="white-space: nowrap;">预算价格</th>
|
|
103
|
+
<th style="white-space: nowrap;">预算时间</th>
|
|
104
|
+
<th style="white-space: nowrap;">设计人员</th>
|
|
105
|
+
<th style="white-space: nowrap;">交款金额</th>
|
|
106
|
+
<th style="white-space: nowrap;">交款时间</th>
|
|
107
|
+
<th style="white-space: nowrap;">出图时间</th>
|
|
108
|
+
</tr>
|
|
109
|
+
</template>
|
|
110
|
+
<template partial='body'>
|
|
111
|
+
<tr >
|
|
112
|
+
<td style="text-align: center;">
|
|
113
|
+
<nobr><font>{{$index+1}}</font></nobr>
|
|
114
|
+
</td>
|
|
115
|
+
<td style="text-align: center;">
|
|
116
|
+
<nobr><font>{{row.f_apply_num}}</font></nobr>
|
|
117
|
+
</td>
|
|
118
|
+
<td style="text-align: center;">
|
|
119
|
+
<nobr><font>{{row.f_user_name}}</font></nobr>
|
|
120
|
+
</td>
|
|
121
|
+
<td style="text-align: center;">
|
|
122
|
+
<nobr><font>{{row.f_userinfo_code}}</font></nobr>
|
|
123
|
+
</td>
|
|
124
|
+
<td style="text-align: center;">
|
|
125
|
+
<nobr><font>{{row.f_user_phone}}</font></nobr>
|
|
126
|
+
</td>
|
|
127
|
+
<td style="text-align: center;">
|
|
128
|
+
<nobr><font>{{row.f_address}}</font></nobr>
|
|
129
|
+
</td>
|
|
130
|
+
<td style="text-align: center;">
|
|
131
|
+
<nobr><font>{{row.f_apply_type}}</font></nobr>
|
|
132
|
+
</td>
|
|
133
|
+
<td style="text-align: center;">
|
|
134
|
+
<nobr><font>{{row.f_apply_date}}</font></nobr>
|
|
135
|
+
</td>
|
|
136
|
+
<td style="text-align: center;">
|
|
137
|
+
<nobr><font>{{row.f_operator}}</font></nobr>
|
|
138
|
+
</td>
|
|
139
|
+
<td style="text-align: center;">
|
|
140
|
+
<nobr><font>{{row.f_construction_unit}}</font></nobr>
|
|
141
|
+
</td>
|
|
142
|
+
<td style="text-align: center;">
|
|
143
|
+
<nobr><font>{{row.f_construction_remarks}}</font></nobr>
|
|
144
|
+
</td>
|
|
145
|
+
<td style="text-align: center;">
|
|
146
|
+
<nobr><font>{{row.f_install_project}}</font></nobr>
|
|
147
|
+
</td>
|
|
148
|
+
<td style="text-align: center;">
|
|
149
|
+
<nobr><font>{{row.f_install_date}}</font></nobr>
|
|
150
|
+
</td>
|
|
151
|
+
<td style="text-align: center;">
|
|
152
|
+
<nobr><font>{{row.f_install_person}}</font></nobr>
|
|
153
|
+
</td>
|
|
154
|
+
<td style="text-align: center;">
|
|
155
|
+
<nobr><font>{{row.f_meter_brand}}</font></nobr>
|
|
156
|
+
</td>
|
|
157
|
+
<td style="text-align: center;">
|
|
158
|
+
<nobr><font>{{row.f_meter_classify}}</font></nobr>
|
|
159
|
+
</td>
|
|
160
|
+
<td style="text-align: center;">
|
|
161
|
+
<nobr><font>{{row.f_meter_style}}</font></nobr>
|
|
162
|
+
</td>
|
|
163
|
+
<td style="text-align: center;">
|
|
164
|
+
<nobr><font>{{row.f_metertitles}}</font></nobr>
|
|
165
|
+
</td>
|
|
166
|
+
<td style="text-align: center;">
|
|
167
|
+
<nobr><font>{{row.f_meternumber}}</font></nobr>
|
|
168
|
+
</td>
|
|
169
|
+
<td style="text-align: center;">
|
|
170
|
+
<nobr><font>{{row.f_budget_money}}</font></nobr>
|
|
171
|
+
</td>
|
|
172
|
+
<td style="text-align: center;">
|
|
173
|
+
<nobr><font>{{row.finishtime}}</font></nobr>
|
|
174
|
+
</td>
|
|
175
|
+
<td style="text-align: center;">
|
|
176
|
+
<nobr><font>{{row.f_designer_people}}</font></nobr>
|
|
177
|
+
</td>
|
|
178
|
+
<td style="text-align: center;">
|
|
179
|
+
<nobr><font>{{row.f_cumulative_payment_money}}</font></nobr>
|
|
180
|
+
</td>
|
|
181
|
+
<td style="text-align: center;">
|
|
182
|
+
<nobr><font>{{row.f_charge_date}}</font></nobr>
|
|
183
|
+
</td>
|
|
184
|
+
<td style="text-align: center;">
|
|
185
|
+
<nobr><font>{{row.f_drawing_time}}</font></nobr>
|
|
186
|
+
</td>
|
|
187
|
+
</tr>
|
|
188
|
+
</template>
|
|
189
|
+
</data-grid>
|
|
190
|
+
</criteria-paged>
|
|
191
|
+
</div>
|
|
192
|
+
</div>
|
|
193
|
+
</template>
|
|
194
|
+
|
|
195
|
+
<script>
|
|
196
|
+
import {PagedList} from 'vue-client'
|
|
197
|
+
|
|
198
|
+
export default {
|
|
199
|
+
title: '工商业报建情况',
|
|
200
|
+
data () {
|
|
201
|
+
return {
|
|
202
|
+
model: new PagedList('rs/sql/getBusinessApply', 20, null),
|
|
203
|
+
criteriaShow: false,
|
|
204
|
+
curorgid: [this.$login.f.orgid],
|
|
205
|
+
getfield: {
|
|
206
|
+
'f_apply_num': '工程编号',
|
|
207
|
+
'f_user_name': '用户名',
|
|
208
|
+
'f_userinfo_code': '用户号',
|
|
209
|
+
'f_user_phone': '联系电话',
|
|
210
|
+
'f_address': '地址',
|
|
211
|
+
'f_apply_type': '报装类型',
|
|
212
|
+
'f_apply_date': '报装时间',
|
|
213
|
+
'f_operator': '发展人员',
|
|
214
|
+
'f_construction_unit': '施工单位',
|
|
215
|
+
'f_construction_remarks': '施工备注',
|
|
216
|
+
'f_install_project': '安装项目',
|
|
217
|
+
'f_install_date': '安装时间',
|
|
218
|
+
'f_install_person': '安装人员',
|
|
219
|
+
'f_meter_brand': '表品牌',
|
|
220
|
+
'f_meter_classify': '表类型',
|
|
221
|
+
'f_meter_style': '表型号',
|
|
222
|
+
'f_metertitles': '表缸号',
|
|
223
|
+
'f_meternumber': '表卡号',
|
|
224
|
+
'f_budget_money': '预算价格',
|
|
225
|
+
'finishtime': '预算时间',
|
|
226
|
+
'f_designer_people': '设计人员',
|
|
227
|
+
'f_cumulative_payment_money': '交款金额',
|
|
228
|
+
'f_charge_date': '交款时间',
|
|
229
|
+
'f_drawing_time': '出图时间'
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
ready () {
|
|
234
|
+
this.search()
|
|
235
|
+
},
|
|
236
|
+
methods: {
|
|
237
|
+
searchCondition (args) {
|
|
238
|
+
args.condition = args.condition + ` and a.f_orgid = '${this.curorgid}'`
|
|
239
|
+
this.model.search(args.condition, args.model)
|
|
240
|
+
},
|
|
241
|
+
// 查询
|
|
242
|
+
search () {
|
|
243
|
+
this.$refs.cp.$refs.cri.search()
|
|
244
|
+
},
|
|
245
|
+
clear () {
|
|
246
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
247
|
+
this.$refs.cp.$refs.cri.model[key] = null
|
|
248
|
+
})
|
|
249
|
+
},
|
|
250
|
+
getorg (val) {
|
|
251
|
+
if (val.length <= 0) {
|
|
252
|
+
return
|
|
253
|
+
}
|
|
254
|
+
this.curorgid = val
|
|
255
|
+
this.search()
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
computed: {
|
|
259
|
+
getCondition () {
|
|
260
|
+
return {
|
|
261
|
+
condition: this.model.condition
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
</script>
|
|
267
|
+
|
|
268
|
+
<style scoped>
|
|
269
|
+
</style>
|
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex-row">
|
|
3
|
+
<div class="basic-main">
|
|
4
|
+
<criteria-paged :model="model" v-ref:cp>
|
|
5
|
+
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
6
|
+
<div class="form-horizontal select-overspread container-fluid auto" partial>
|
|
7
|
+
<div class="row">
|
|
8
|
+
<div class="form-group col-sm-3">
|
|
9
|
+
<label class="font_normal_body">组织机构:</label>
|
|
10
|
+
<res-select
|
|
11
|
+
restype='organization'
|
|
12
|
+
:initresid='$parent.$parent.curorgid'
|
|
13
|
+
@res-select="$parent.$parent.getorg"
|
|
14
|
+
:is-mul="false"
|
|
15
|
+
></res-select>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="form-group col-sm-3">
|
|
18
|
+
<label class="font_normal_body">工程编号:</label>
|
|
19
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
|
|
20
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
21
|
+
condition="a.f_apply_num = '{}'">
|
|
22
|
+
</div>
|
|
23
|
+
<div class="form-group col-sm-3">
|
|
24
|
+
<label class="font_normal_body">用 户 号:</label>
|
|
25
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='用户号' v-model="model.f_userinfo_code"
|
|
26
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
27
|
+
condition="ui.f_userinfo_code = '{}'">
|
|
28
|
+
</div>
|
|
29
|
+
<div class="form-group col-sm-3 button-range">
|
|
30
|
+
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
31
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
32
|
+
<export-excel :data="$parent.$parent.getCondition"
|
|
33
|
+
:field="$parent.$parent.getfield"
|
|
34
|
+
sqlurl="rs/logic/applyExportfile"
|
|
35
|
+
sql-name="getBusinessApply"
|
|
36
|
+
template-name='工商业报建情况导出'
|
|
37
|
+
:choose-col="true"></export-excel>
|
|
38
|
+
<div
|
|
39
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
40
|
+
@click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
|
|
41
|
+
class="button_spacing"
|
|
42
|
+
style="float: right">
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
47
|
+
<div class="form-group col-sm-3">
|
|
48
|
+
<label class="font_normal_body">用 户 名:</label>
|
|
49
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='用户名' v-model="model.f_user_name"
|
|
50
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
51
|
+
condition="ui.f_user_name = '{}'">
|
|
52
|
+
</div>
|
|
53
|
+
<div class="form-group col-sm-3">
|
|
54
|
+
<label class="font_normal_body">联系电话:</label>
|
|
55
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='联系电话' v-model="model.f_user_phone"
|
|
56
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
57
|
+
condition="ui.f_user_phone = '{}'">
|
|
58
|
+
</div>
|
|
59
|
+
<div class="form-group col-sm-3">
|
|
60
|
+
<label class="font_normal_body">地  址:</label>
|
|
61
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='地址' v-model="model.f_address"
|
|
62
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
63
|
+
condition="ua.f_address like '%{}%'">
|
|
64
|
+
</div>
|
|
65
|
+
<div class="form-group col-sm-3">
|
|
66
|
+
<label class="font_normal_body">施工单位:</label>
|
|
67
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='施工单位' v-model="model.f_construction_unit"
|
|
68
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
69
|
+
condition="a.f_construction_unit like '%{}%'">
|
|
70
|
+
</div>
|
|
71
|
+
<div class="form-group col-sm-3">
|
|
72
|
+
<label class="font_normal_body">安装项目:</label>
|
|
73
|
+
<input type="text" style="width: 60%" class="input_search" placeholder='安装项目' v-model="model.f_install_project"
|
|
74
|
+
v-on:keyup.enter="$parent.$parent.search()"
|
|
75
|
+
condition="a.f_install_project like '%{}%'">
|
|
76
|
+
</div>
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
</criteria>
|
|
80
|
+
<data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
|
|
81
|
+
<template partial='head'>
|
|
82
|
+
<tr>
|
|
83
|
+
<th style="white-space: nowrap;">序号</th>
|
|
84
|
+
<th style="white-space: nowrap;">工程编号</th>
|
|
85
|
+
<th style="white-space: nowrap;">用户名</th>
|
|
86
|
+
<th style="white-space: nowrap;">用户号</th>
|
|
87
|
+
<th style="white-space: nowrap;">联系电话</th>
|
|
88
|
+
<th style="white-space: nowrap;">地址</th>
|
|
89
|
+
<th style="white-space: nowrap;">报装类型</th>
|
|
90
|
+
<th style="white-space: nowrap;">报装时间</th>
|
|
91
|
+
<th style="white-space: nowrap;">发展人员</th>
|
|
92
|
+
<th style="white-space: nowrap;">施工单位</th>
|
|
93
|
+
<th style="white-space: nowrap;">施工备注</th>
|
|
94
|
+
<th style="white-space: nowrap;">安装项目</th>
|
|
95
|
+
<th style="white-space: nowrap;">安装时间</th>
|
|
96
|
+
<th style="white-space: nowrap;">安装人员</th>
|
|
97
|
+
<th style="white-space: nowrap;">表品牌</th>
|
|
98
|
+
<th style="white-space: nowrap;">表类型</th>
|
|
99
|
+
<th style="white-space: nowrap;">表型号</th>
|
|
100
|
+
<th style="white-space: nowrap;">表缸号</th>
|
|
101
|
+
<th style="white-space: nowrap;">表卡号</th>
|
|
102
|
+
<th style="white-space: nowrap;">预算价格</th>
|
|
103
|
+
<th style="white-space: nowrap;">预算时间</th>
|
|
104
|
+
<th style="white-space: nowrap;">设计人员</th>
|
|
105
|
+
<th style="white-space: nowrap;">交款金额</th>
|
|
106
|
+
<th style="white-space: nowrap;">交款时间</th>
|
|
107
|
+
<th style="white-space: nowrap;">出图时间</th>
|
|
108
|
+
</tr>
|
|
109
|
+
</template>
|
|
110
|
+
<template partial='body'>
|
|
111
|
+
<tr >
|
|
112
|
+
<td style="text-align: center;">
|
|
113
|
+
<nobr><font>{{$index+1}}</font></nobr>
|
|
114
|
+
</td>
|
|
115
|
+
<td style="text-align: center;">
|
|
116
|
+
<nobr><font>{{row.f_apply_num}}</font></nobr>
|
|
117
|
+
</td>
|
|
118
|
+
<td style="text-align: center;">
|
|
119
|
+
<nobr><font>{{row.f_user_name}}</font></nobr>
|
|
120
|
+
</td>
|
|
121
|
+
<td style="text-align: center;">
|
|
122
|
+
<nobr><font>{{row.f_userinfo_code}}</font></nobr>
|
|
123
|
+
</td>
|
|
124
|
+
<td style="text-align: center;">
|
|
125
|
+
<nobr><font>{{row.f_user_phone}}</font></nobr>
|
|
126
|
+
</td>
|
|
127
|
+
<td style="text-align: center;">
|
|
128
|
+
<nobr><font>{{row.f_address}}</font></nobr>
|
|
129
|
+
</td>
|
|
130
|
+
<td style="text-align: center;">
|
|
131
|
+
<nobr><font>{{row.f_apply_type}}</font></nobr>
|
|
132
|
+
</td>
|
|
133
|
+
<td style="text-align: center;">
|
|
134
|
+
<nobr><font>{{row.f_apply_date}}</font></nobr>
|
|
135
|
+
</td>
|
|
136
|
+
<td style="text-align: center;">
|
|
137
|
+
<nobr><font>{{row.f_operator}}</font></nobr>
|
|
138
|
+
</td>
|
|
139
|
+
<td style="text-align: center;">
|
|
140
|
+
<nobr><font>{{row.f_construction_unit}}</font></nobr>
|
|
141
|
+
</td>
|
|
142
|
+
<td style="text-align: center;">
|
|
143
|
+
<nobr><font>{{row.f_construction_remarks}}</font></nobr>
|
|
144
|
+
</td>
|
|
145
|
+
<td style="text-align: center;">
|
|
146
|
+
<nobr><font>{{row.f_install_project}}</font></nobr>
|
|
147
|
+
</td>
|
|
148
|
+
<td style="text-align: center;">
|
|
149
|
+
<nobr><font>{{row.f_install_date}}</font></nobr>
|
|
150
|
+
</td>
|
|
151
|
+
<td style="text-align: center;">
|
|
152
|
+
<nobr><font>{{row.f_install_person}}</font></nobr>
|
|
153
|
+
</td>
|
|
154
|
+
<td style="text-align: center;">
|
|
155
|
+
<nobr><font>{{row.f_meter_brand}}</font></nobr>
|
|
156
|
+
</td>
|
|
157
|
+
<td style="text-align: center;">
|
|
158
|
+
<nobr><font>{{row.f_meter_classify}}</font></nobr>
|
|
159
|
+
</td>
|
|
160
|
+
<td style="text-align: center;">
|
|
161
|
+
<nobr><font>{{row.f_meter_style}}</font></nobr>
|
|
162
|
+
</td>
|
|
163
|
+
<td style="text-align: center;">
|
|
164
|
+
<nobr><font>{{row.f_metertitles}}</font></nobr>
|
|
165
|
+
</td>
|
|
166
|
+
<td style="text-align: center;">
|
|
167
|
+
<nobr><font>{{row.f_meternumber}}</font></nobr>
|
|
168
|
+
</td>
|
|
169
|
+
<td style="text-align: center;">
|
|
170
|
+
<nobr><font>{{row.f_budget_money}}</font></nobr>
|
|
171
|
+
</td>
|
|
172
|
+
<td style="text-align: center;">
|
|
173
|
+
<nobr><font>{{row.finishtime}}</font></nobr>
|
|
174
|
+
</td>
|
|
175
|
+
<td style="text-align: center;">
|
|
176
|
+
<nobr><font>{{row.f_designer_people}}</font></nobr>
|
|
177
|
+
</td>
|
|
178
|
+
<td style="text-align: center;">
|
|
179
|
+
<nobr><font>{{row.f_cumulative_payment_money}}</font></nobr>
|
|
180
|
+
</td>
|
|
181
|
+
<td style="text-align: center;">
|
|
182
|
+
<nobr><font>{{row.f_charge_date}}</font></nobr>
|
|
183
|
+
</td>
|
|
184
|
+
<td style="text-align: center;">
|
|
185
|
+
<nobr><font>{{row.f_drawing_time}}</font></nobr>
|
|
186
|
+
</td>
|
|
187
|
+
</tr>
|
|
188
|
+
</template>
|
|
189
|
+
</data-grid>
|
|
190
|
+
</criteria-paged>
|
|
191
|
+
</div>
|
|
192
|
+
</div>
|
|
193
|
+
</template>
|
|
194
|
+
|
|
195
|
+
<script>
|
|
196
|
+
import {PagedList} from 'vue-client'
|
|
197
|
+
|
|
198
|
+
export default {
|
|
199
|
+
title: '民用报建情况',
|
|
200
|
+
data () {
|
|
201
|
+
return {
|
|
202
|
+
model: new PagedList('rs/sql/getCivilApply', 20, null),
|
|
203
|
+
criteriaShow: false,
|
|
204
|
+
curorgid: [this.$login.f.orgid],
|
|
205
|
+
getfield: {
|
|
206
|
+
'f_apply_num': '工程编号',
|
|
207
|
+
'f_user_name': '用户名',
|
|
208
|
+
'f_userinfo_code': '用户号',
|
|
209
|
+
'f_user_phone': '联系电话',
|
|
210
|
+
'f_address': '地址',
|
|
211
|
+
'f_apply_type': '报装类型',
|
|
212
|
+
'f_apply_date': '报装时间',
|
|
213
|
+
'f_operator': '发展人员',
|
|
214
|
+
'f_construction_unit': '施工单位',
|
|
215
|
+
'f_construction_remarks': '施工备注',
|
|
216
|
+
'f_install_project': '安装项目',
|
|
217
|
+
'f_install_date': '安装时间',
|
|
218
|
+
'f_install_person': '安装人员',
|
|
219
|
+
'f_meter_brand': '表品牌',
|
|
220
|
+
'f_meter_classify': '表类型',
|
|
221
|
+
'f_meter_style': '表型号',
|
|
222
|
+
'f_metertitles': '表缸号',
|
|
223
|
+
'f_meternumber': '表卡号',
|
|
224
|
+
'f_budget_money': '预算价格',
|
|
225
|
+
'finishtime': '预算时间',
|
|
226
|
+
'f_designer_people': '设计人员',
|
|
227
|
+
'f_cumulative_payment_money': '交款金额',
|
|
228
|
+
'f_charge_date': '交款时间',
|
|
229
|
+
'f_drawing_time': '出图时间'
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
ready () {
|
|
234
|
+
this.search()
|
|
235
|
+
},
|
|
236
|
+
methods: {
|
|
237
|
+
searchCondition (args) {
|
|
238
|
+
args.condition = args.condition + ` and a.f_orgid = '${this.curorgid}'`
|
|
239
|
+
this.model.search(args.condition, args.model)
|
|
240
|
+
},
|
|
241
|
+
// 查询
|
|
242
|
+
search () {
|
|
243
|
+
this.$refs.cp.$refs.cri.search()
|
|
244
|
+
},
|
|
245
|
+
clear () {
|
|
246
|
+
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
247
|
+
this.$refs.cp.$refs.cri.model[key] = null
|
|
248
|
+
})
|
|
249
|
+
},
|
|
250
|
+
getorg (val) {
|
|
251
|
+
if (val.length <= 0) {
|
|
252
|
+
return
|
|
253
|
+
}
|
|
254
|
+
this.curorgid = val
|
|
255
|
+
this.search()
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
computed: {
|
|
259
|
+
getCondition () {
|
|
260
|
+
return {
|
|
261
|
+
condition: this.model.condition
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
</script>
|
|
267
|
+
|
|
268
|
+
<style scoped>
|
|
269
|
+
</style>
|