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
|
@@ -1,84 +1,185 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
2
|
+
<div class="p-10">
|
|
3
3
|
<criteria-paged :model="model" v-ref:cp>
|
|
4
4
|
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
|
5
|
-
<div partial
|
|
6
|
-
<div class="row app-
|
|
7
|
-
<
|
|
8
|
-
|
|
5
|
+
<div partial class="auto">
|
|
6
|
+
<div class="row form-group app-input">
|
|
7
|
+
<label class="">客户名称:</label>
|
|
8
|
+
<div class="col-xs-8" >
|
|
9
|
+
<input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
13
|
+
<label class="">联 系 人:</label>
|
|
14
|
+
<div class="col-xs-8" >
|
|
15
|
+
<input class="" v-model=model.f_contact condition="u.f_contact like '%{}%'" />
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
19
|
+
<label class="">操 作 人:</label>
|
|
20
|
+
<div class="col-xs-8" >
|
|
21
|
+
<input class="" v-model=model.f_operator condition="u.f_operator like '%{}%'" />
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
25
|
+
<label class="">报建编号:</label>
|
|
26
|
+
<div class="col-xs-8" >
|
|
27
|
+
<input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
31
|
+
<label class="">合同编号:</label>
|
|
32
|
+
<div class="col-xs-8" >
|
|
33
|
+
<input class="" v-model=model.f_contract_number condition="u.f_contract_number like '%{}%'" />
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
37
|
+
<label class="">报建类型:</label>
|
|
38
|
+
<div class="col-xs-8" >
|
|
39
|
+
<v-select
|
|
40
|
+
width="100%"
|
|
41
|
+
v-model="model.f_apply_type"
|
|
42
|
+
placeholder='报建类型'
|
|
43
|
+
condition="u.f_apply_type = '{}'"
|
|
44
|
+
:value.sync="model.f_apply_type"
|
|
45
|
+
:options='$parent.$parent.applytype'
|
|
46
|
+
class="select select_list"
|
|
47
|
+
:value-single="true"
|
|
48
|
+
@change="$parent.$parent.applyTypeChange()"
|
|
49
|
+
close-on-select ></v-select>
|
|
9
50
|
</div>
|
|
51
|
+
</div>
|
|
52
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
53
|
+
<label class="">报建性质:</label>
|
|
10
54
|
<div class="col-xs-8" >
|
|
11
|
-
<
|
|
55
|
+
<v-select
|
|
56
|
+
width="100%"
|
|
57
|
+
v-model="model.f_apply_nature"
|
|
58
|
+
placeholder='报建性质'
|
|
59
|
+
condition="f_apply_nature = '{}'"
|
|
60
|
+
:value.sync="model.f_apply_nature"
|
|
61
|
+
:options='$parent.$parent.applyNatures'
|
|
62
|
+
class="select select_list"
|
|
63
|
+
:value-single="true"
|
|
64
|
+
close-on-select ></v-select>
|
|
12
65
|
</div>
|
|
13
66
|
</div>
|
|
14
|
-
<div class="row app-
|
|
15
|
-
<
|
|
16
|
-
|
|
67
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
68
|
+
<label class="">办理环节:</label>
|
|
69
|
+
<div class="col-xs-8" >
|
|
70
|
+
<v-select
|
|
71
|
+
width="100%"
|
|
72
|
+
v-model="model.defname"
|
|
73
|
+
placeholder='办理环节'
|
|
74
|
+
condition="defname = '{}'"
|
|
75
|
+
:value.sync="model.defname"
|
|
76
|
+
:options='$parent.$parent.defnames'
|
|
77
|
+
class="select select_list"
|
|
78
|
+
:value-single="true"
|
|
79
|
+
close-on-select ></v-select>
|
|
17
80
|
</div>
|
|
81
|
+
</div>
|
|
82
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
83
|
+
<label class="">联系电话:</label>
|
|
18
84
|
<div class="col-xs-8" >
|
|
19
|
-
<input
|
|
85
|
+
<input class="" v-model=model.f_phone condition="u.f_phone like '%{}%'" />
|
|
20
86
|
</div>
|
|
21
87
|
</div>
|
|
22
|
-
<div class="row app-
|
|
23
|
-
<
|
|
24
|
-
|
|
88
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
89
|
+
<label class="">用户地址:</label>
|
|
90
|
+
<div class="col-xs-8" >
|
|
91
|
+
<input class="" v-model=model.f_address condition="u.f_address like '%{}%'" />
|
|
25
92
|
</div>
|
|
93
|
+
</div>
|
|
94
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
95
|
+
<label class="">施工单位:</label>
|
|
26
96
|
<div class="col-xs-8" >
|
|
27
|
-
<input
|
|
97
|
+
<input class="" v-model=model.f_construction_unit condition="u.f_construction_unit like '%{}%'" />
|
|
28
98
|
</div>
|
|
29
99
|
</div>
|
|
30
|
-
<div class="row
|
|
100
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
101
|
+
<label class="">开始时间:</label>
|
|
102
|
+
<div class="col-xs-8" >
|
|
103
|
+
<datepicker id="startDate" placeholder="开始日期"
|
|
104
|
+
style="width: 100%!important;"
|
|
105
|
+
v-model="model.startDate"
|
|
106
|
+
:value.sync="model.startDate"
|
|
107
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
108
|
+
:show-reset-button="true"
|
|
109
|
+
condition="u.f_apply_date >= '{}'">
|
|
110
|
+
</datepicker>
|
|
111
|
+
</div>
|
|
112
|
+
</div>
|
|
113
|
+
<div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
|
|
114
|
+
<label class="">结束时间:</label>
|
|
115
|
+
<div class="col-xs-8" >
|
|
116
|
+
<datepicker id="endDate" placeholder="结束日期"
|
|
117
|
+
style="width: 100%!important;"
|
|
118
|
+
v-model="model.endDate"
|
|
119
|
+
:value.sync="model.endDate"
|
|
120
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
121
|
+
:show-reset-button="true"
|
|
122
|
+
condition="f_apply_date <= '{}'">
|
|
123
|
+
</datepicker>
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
<div class="row form-group text-right" style="">
|
|
31
127
|
<button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
|
|
32
|
-
<button class="btn btn-info"
|
|
128
|
+
<button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
|
|
33
129
|
<button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
|
|
34
130
|
</div>
|
|
35
131
|
</div>
|
|
36
132
|
</criteria>
|
|
37
133
|
<list :model="model" partial='list'>
|
|
38
|
-
<div partial class="auto app-text panel"
|
|
134
|
+
<div partial class="auto app-text panel">
|
|
39
135
|
<div class="panel-body panel-self">
|
|
40
|
-
<div class="col-xs-
|
|
41
|
-
<p class="col-xs-
|
|
42
|
-
<p class="col-xs-
|
|
43
|
-
</div>
|
|
44
|
-
<div class="col-xs-6">
|
|
45
|
-
<p class="col-xs-6 text-left font"><b>CEA 号:</b></p>
|
|
46
|
-
<p class="col-xs-6 text-left input-font">{{ row.f_cea_number }}</p>
|
|
136
|
+
<div class="col-xs-12">
|
|
137
|
+
<p class="col-xs-3 text-left font"><b>客户名称:</b></p>
|
|
138
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
|
|
47
139
|
</div>
|
|
48
140
|
<div class="col-xs-12">
|
|
49
|
-
<p class="col-xs-3 text-left font"><b
|
|
50
|
-
<p class="col-xs-9 text-left input-font">{{ row.
|
|
141
|
+
<p class="col-xs-3 text-left font"><b>电  话:</b></p>
|
|
142
|
+
<!-- <p class="col-xs-9 text-left input-font">{{ row.f_phone }}</p>-->
|
|
143
|
+
<p class="col-xs-9 text-left input-font">
|
|
144
|
+
{{ row.f_phone }} 
|
|
145
|
+
<svg @click.prevent="$parent.$parent.$parent.dialNumber(row.f_phone)" style="width: 25px;height: 25px;position: absolute;" t="1628575136009" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2374" width="200" height="200"><path d="M682.25 465.262c0 16.695 11.115 27.811 27.81 27.811s27.812-11.116 27.812-27.811A167.395 167.395 0 0 0 570.96 298.35c-16.695 0-27.811 11.116-27.811 27.811s11.16 27.812 27.811 27.812a111.597 111.597 0 0 1 111.29 111.289z m111.289 0c0 16.695 11.115 27.811 27.81 27.811s27.812-11.116 27.812-27.811c0-152.984-125.217-278.201-278.2-278.201-16.696 0-27.812 11.16-27.812 27.855s11.16 27.811 27.811 27.811c122.405 0 222.579 100.174 222.579 222.535zM417.976 367.9c30.623-30.579 33.391-77.898 5.58-111.289L337.31 148.134c-27.811-36.16-80.666-41.74-116.869-13.928-2.768 2.812-5.536 2.812-5.536 5.58l-75.13 75.13c-72.318 72.318 30.623 267.041 217.042 453.417C543.15 854.708 735.06 954.88 807.378 885.33l75.13-75.13c33.392-33.391 33.392-86.246 0-116.825l-5.536-5.58-108.52-86.246c-33.348-27.81-80.623-25.043-111.246 5.58l-47.275 47.319c-50.087-30.623-94.593-64.014-133.564-102.941-38.927-38.971-72.275-83.478-102.898-133.565l44.507-50.043z m-38.927-75.13c8.348 11.16 8.348 27.855-2.812 36.203l-61.202 63.97a29.569 29.569 0 0 0-5.536 33.392 721.425 721.425 0 0 0 122.405 164.1 721.512 721.512 0 0 0 164.1 122.405 29.569 29.569 0 0 0 33.39-5.58l63.971-63.97c11.16-11.116 25.043-11.116 36.203-2.769l108.477 89.014s2.768 0 2.768 2.768a26.889 26.889 0 0 1 0 38.971l-75.13 75.13c-36.115 36.115-208.606-55.666-372.75-217.042-164.1-161.332-253.114-336.548-216.955-372.75l77.854-77.899c11.16-8.348 30.623-8.348 38.971 5.58l86.246 108.521z" fill="#8A8A8A" p-id="2375"></path></svg>
|
|
146
|
+
</p>
|
|
51
147
|
</div>
|
|
52
|
-
<div class="col-xs-
|
|
53
|
-
<p class="col-xs-
|
|
54
|
-
<p class="col-xs-
|
|
148
|
+
<div class="col-xs-12">
|
|
149
|
+
<p class="col-xs-3 text-left font"><b>工程编号:</b></p>
|
|
150
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
|
|
55
151
|
</div>
|
|
56
|
-
<div class="col-xs-
|
|
57
|
-
<p class="col-xs-
|
|
58
|
-
<p class="col-xs-
|
|
152
|
+
<div class="col-xs-12">
|
|
153
|
+
<p class="col-xs-3 text-left font"><b>客户编号:</b></p>
|
|
154
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_userinfo_code }}</p>
|
|
59
155
|
</div>
|
|
60
|
-
<div class="col-xs-
|
|
61
|
-
<p class="col-xs-
|
|
62
|
-
<p class="col-xs-
|
|
156
|
+
<div class="col-xs-12">
|
|
157
|
+
<p class="col-xs-3 text-left font"><b>报建类型:</b></p>
|
|
158
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
|
|
63
159
|
</div>
|
|
64
|
-
<div class="col-xs-
|
|
65
|
-
<p class="col-xs-
|
|
66
|
-
<p class="col-xs-
|
|
160
|
+
<div class="col-xs-12">
|
|
161
|
+
<p class="col-xs-3 text-left font"><b>办理环节:</b></p>
|
|
162
|
+
<p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
|
|
67
163
|
</div>
|
|
68
|
-
<div class="col-xs-
|
|
69
|
-
<p class="col-xs-
|
|
70
|
-
<p class="col-xs-
|
|
164
|
+
<div class="col-xs-12">
|
|
165
|
+
<p class="col-xs-3 text-left font"><b>地  址:</b></p>
|
|
166
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
|
|
71
167
|
</div>
|
|
72
|
-
<div class="col-xs-
|
|
73
|
-
<p class="col-xs-
|
|
74
|
-
<p class="col-xs-
|
|
168
|
+
<div class="col-xs-12">
|
|
169
|
+
<p class="col-xs-3 text-left font"><b>报建日期:</b></p>
|
|
170
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
|
|
75
171
|
</div>
|
|
76
172
|
<div class="col-xs-12">
|
|
77
|
-
<p class="col-xs-3 text-left font"><b
|
|
78
|
-
<p class="col-xs-9 text-left input-font">{{ row.
|
|
173
|
+
<p class="col-xs-3 text-left font"><b>施工单位:</b></p>
|
|
174
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_construction_unit }}</p>
|
|
175
|
+
</div>
|
|
176
|
+
<div class="col-xs-12" style="color: red">
|
|
177
|
+
<p class="col-xs-3 text-left font"><b>施工备注:</b></p>
|
|
178
|
+
<p class="col-xs-9 text-left input-font">{{ row.f_construction_remarks }}</p>
|
|
79
179
|
</div>
|
|
180
|
+
|
|
80
181
|
<div class="col-xs-12 text-right">
|
|
81
|
-
<button class="btn btn-info" @click="$parent.$parent.$parent.click(row)"
|
|
182
|
+
<button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看</button>
|
|
82
183
|
</div>
|
|
83
184
|
</div>
|
|
84
185
|
</div>
|
|
@@ -89,25 +190,38 @@
|
|
|
89
190
|
<script>
|
|
90
191
|
import Vue from 'vue'
|
|
91
192
|
import { PagedList, HttpResetClass } from 'vue-client'
|
|
193
|
+
import {isEmpty} from '../../Util'
|
|
92
194
|
export default {
|
|
93
195
|
title: '报建流程',
|
|
94
196
|
data () {
|
|
95
197
|
return {
|
|
96
198
|
model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`, 20, {
|
|
199
|
+
// model: new PagedList('rs/sql/supervisory', 20, {
|
|
97
200
|
data: {
|
|
98
201
|
id: Vue.user.id,
|
|
99
202
|
orgid: Vue.user.orgid
|
|
100
|
-
// id: '
|
|
101
|
-
// orgid: '
|
|
203
|
+
// id: '35814',
|
|
204
|
+
// orgid: '10101'
|
|
102
205
|
}
|
|
103
206
|
}),
|
|
104
|
-
criteriaShow: false
|
|
207
|
+
criteriaShow: false,
|
|
208
|
+
// applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
|
|
209
|
+
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型') || [] ], // 所有报建类型
|
|
210
|
+
defnames: [{label: '全部', value: ''}],
|
|
211
|
+
applyNatures: [{label: '全部', value: ''}] // 报建性质
|
|
105
212
|
}
|
|
106
213
|
},
|
|
107
214
|
ready () {
|
|
108
215
|
this.search()
|
|
109
216
|
},
|
|
110
217
|
methods: {
|
|
218
|
+
dialNumber (phone) {
|
|
219
|
+
this.$showMessage(`是否拨打电话:${phone}`, ['confirm']).then((res) => {
|
|
220
|
+
if (res === 'confirm') {
|
|
221
|
+
this.$androidUtil.makeAPhoneCall(phone)
|
|
222
|
+
}
|
|
223
|
+
})
|
|
224
|
+
},
|
|
111
225
|
clear () {
|
|
112
226
|
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
113
227
|
this.$refs.cp.$refs.cri.model[key] = null
|
|
@@ -125,6 +239,22 @@
|
|
|
125
239
|
safe: true
|
|
126
240
|
})
|
|
127
241
|
this.$goto('app-supervisory-cart', {selectdata: row}, 'self', _this.search)
|
|
242
|
+
},
|
|
243
|
+
applyTypeChange () {
|
|
244
|
+
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
245
|
+
let http = new HttpResetClass()
|
|
246
|
+
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
|
|
247
|
+
f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
|
|
248
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
249
|
+
this.defnames = [{label: '全部', value: ''}, ...res.data]
|
|
250
|
+
|
|
251
|
+
this.applyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)]
|
|
252
|
+
})
|
|
253
|
+
} else {
|
|
254
|
+
this.defnames = [{label: '全部', value: ''}]
|
|
255
|
+
|
|
256
|
+
this.applyNatures = [{label: '全部', value: ''}]
|
|
257
|
+
}
|
|
128
258
|
}
|
|
129
259
|
},
|
|
130
260
|
events: {
|
|
@@ -134,23 +264,6 @@
|
|
|
134
264
|
}
|
|
135
265
|
</script>
|
|
136
266
|
<style scoped>
|
|
137
|
-
.app-row {
|
|
138
|
-
height: auto;
|
|
139
|
-
background-color: white;
|
|
140
|
-
padding: 10px 10px 0 10px;
|
|
141
|
-
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
142
|
-
}
|
|
143
|
-
.search_input {
|
|
144
|
-
border: 0;
|
|
145
|
-
outline: none;
|
|
146
|
-
}
|
|
147
|
-
.input-font{
|
|
148
|
-
font: 15px PingFang-SC-Medium;
|
|
149
|
-
color: #333333;
|
|
150
|
-
}
|
|
151
|
-
.app-text {
|
|
152
|
-
font-size: 12px;
|
|
153
|
-
}
|
|
154
267
|
.panel-self{
|
|
155
268
|
border-radius: 10px;
|
|
156
269
|
border:1px solid #499EDF;
|
|
@@ -160,10 +273,6 @@
|
|
|
160
273
|
font: 15px PingFang-SC-Medium;
|
|
161
274
|
color: #666666;
|
|
162
275
|
}
|
|
163
|
-
.input-font{
|
|
164
|
-
font: 15px PingFang-SC-Medium;
|
|
165
|
-
color: #333333;
|
|
166
|
-
}
|
|
167
276
|
|
|
168
277
|
.button_shrink_top {
|
|
169
278
|
width: 34px;
|
|
@@ -181,3 +290,28 @@
|
|
|
181
290
|
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
|
182
291
|
}
|
|
183
292
|
</style>
|
|
293
|
+
<style lang="less">
|
|
294
|
+
.app-input {
|
|
295
|
+
label {
|
|
296
|
+
float: left;
|
|
297
|
+
}
|
|
298
|
+
.select {
|
|
299
|
+
button {
|
|
300
|
+
border: none;
|
|
301
|
+
outline: none;
|
|
302
|
+
text-align: left;
|
|
303
|
+
.btn-placeholder {
|
|
304
|
+
color: #ACA899
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
.datepicker {
|
|
309
|
+
.form-control:focus {
|
|
310
|
+
border: none!important;
|
|
311
|
+
outline: none!important;
|
|
312
|
+
-webkit-box-shadow: none;
|
|
313
|
+
box-shadow: none;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
</style>
|
|
@@ -2,56 +2,56 @@
|
|
|
2
2
|
<div style="padding: 10px">
|
|
3
3
|
<div partial class="auto app-text panel" style="margin-bottom: 20px">
|
|
4
4
|
<div class="panel-body panel-self">
|
|
5
|
-
<div class="col-xs-6">
|
|
6
|
-
<p class="col-xs-6 text-left font"><b>工程编号:</b></p>
|
|
7
|
-
<p class="col-xs-6 text-left input-font">{{ selectdata.f_project_number }}</p>
|
|
8
|
-
</div>
|
|
9
|
-
<div class="col-xs-6">
|
|
10
|
-
<p class="col-xs-6 text-left font"><b>CEA号:</b></p>
|
|
11
|
-
<p class="col-xs-6 text-left input-font">{{ selectdata.f_cea_number }}</p>
|
|
12
|
-
</div>
|
|
13
5
|
<div class="col-xs-12">
|
|
14
|
-
<p class="col-xs-3 text-left font"><b
|
|
15
|
-
<p class="col-xs-9 text-left input-font">{{ selectdata.
|
|
6
|
+
<p class="col-xs-3 text-left font"><b>客户名称:</b></p>
|
|
7
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_user_name }}</p>
|
|
16
8
|
</div>
|
|
17
|
-
<div class="col-xs-
|
|
18
|
-
<p class="col-xs-
|
|
19
|
-
<p class="col-xs-
|
|
20
|
-
</div>
|
|
21
|
-
<div class="col-xs-6">
|
|
22
|
-
<p class="col-xs-6 text-left font"><b>工程类型:</b></p>
|
|
23
|
-
<p class="col-xs-6 text-left input-font">{{ selectdata.f_project_type }}</p>
|
|
9
|
+
<div class="col-xs-12">
|
|
10
|
+
<p class="col-xs-3 text-left font"><b>电  话:</b></p>
|
|
11
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_phone }}</p>
|
|
24
12
|
</div>
|
|
25
|
-
<div class="col-xs-
|
|
26
|
-
<p class="col-xs-
|
|
27
|
-
<p class="col-xs-
|
|
13
|
+
<div class="col-xs-12">
|
|
14
|
+
<p class="col-xs-3 text-left font"><b>工程编号:</b></p>
|
|
15
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_num }}</p>
|
|
28
16
|
</div>
|
|
29
|
-
<div class="col-xs-
|
|
30
|
-
<p class="col-xs-
|
|
31
|
-
<p class="col-xs-
|
|
17
|
+
<div class="col-xs-12">
|
|
18
|
+
<p class="col-xs-3 text-left font"><b>客户编号:</b></p>
|
|
19
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_userinfo_code }}</p>
|
|
32
20
|
</div>
|
|
33
|
-
<div class="col-xs-
|
|
34
|
-
<p class="col-xs-
|
|
35
|
-
<p class="col-xs-
|
|
21
|
+
<div class="col-xs-12">
|
|
22
|
+
<p class="col-xs-3 text-left font"><b>报建类型:</b></p>
|
|
23
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_type }}</p>
|
|
36
24
|
</div>
|
|
37
|
-
<div class="col-xs-
|
|
38
|
-
<p class="col-xs-
|
|
39
|
-
<p class="col-xs-
|
|
25
|
+
<div class="col-xs-12">
|
|
26
|
+
<p class="col-xs-3 text-left font"><b>办理环节:</b></p>
|
|
27
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.defname }}</p>
|
|
40
28
|
</div>
|
|
41
29
|
<div class="col-xs-12">
|
|
42
|
-
<p class="col-xs-3 text-left font"><b
|
|
30
|
+
<p class="col-xs-3 text-left font"><b>地  址:</b></p>
|
|
43
31
|
<p class="col-xs-9 text-left input-font">{{ selectdata.f_address }}</p>
|
|
44
32
|
</div>
|
|
33
|
+
<div class="col-xs-12">
|
|
34
|
+
<p class="col-xs-3 text-left font"><b>报建日期:</b></p>
|
|
35
|
+
<p class="col-xs-9 text-left input-font">{{ selectdata.f_apply_date }}</p>
|
|
36
|
+
</div>
|
|
45
37
|
</div>
|
|
46
38
|
</div>
|
|
47
39
|
<div class="row" v-for="(i,row) in defnames">
|
|
48
|
-
<div :class="row.id === selectdata.actid ? 'item selectIndex' : 'item'">
|
|
40
|
+
<div :class="row.id === selectdata.actid ? 'item selectIndex' : 'item'" @click="shouju(row)">
|
|
49
41
|
{{row.defname}}
|
|
42
|
+
<span v-if="row.state === '结束'">({{ row.person }})</span>
|
|
43
|
+
<span v-if="row.state !== '结束' && row.actorexpression !== null && row.actorexpression.indexOf('PI') === 0">
|
|
44
|
+
({{ row.peruser }})
|
|
45
|
+
</span>
|
|
50
46
|
<br>
|
|
51
|
-
{{ row.finishtime ? row.finishtime : row.sendtime }}
|
|
47
|
+
{{ row.finishtime ? row.finishtime : row.sendtime }}<br>
|
|
48
|
+
<span v-if="row.defname==='报装缴费'"> 点击此节点可查看缴费单 </span>
|
|
52
49
|
</div>
|
|
53
50
|
<div class="arrow glyphicon glyphicon-menu-down" v-if="i != defnames.length-1" aria-hidden="true"></div>
|
|
54
51
|
</div>
|
|
52
|
+
<div class="row" v-for="(i,row) in shoufeis">
|
|
53
|
+
<apply-print-charge :selectdata="selectdata" :charge="shoufeis[i]" v-ref:print v-if="shouju2"></apply-print-charge>
|
|
54
|
+
</div>
|
|
55
55
|
</div>
|
|
56
56
|
</template>
|
|
57
57
|
|
|
@@ -62,13 +62,46 @@ export default {
|
|
|
62
62
|
props: ['selectdata'],
|
|
63
63
|
data () {
|
|
64
64
|
return {
|
|
65
|
-
defnames: []
|
|
65
|
+
defnames: [],
|
|
66
|
+
shouju2:false,
|
|
67
|
+
shoufeis:[]
|
|
66
68
|
}
|
|
67
69
|
},
|
|
68
70
|
ready () {
|
|
69
71
|
this.initial()
|
|
70
72
|
},
|
|
71
73
|
methods: {
|
|
74
|
+
async shouju(row){
|
|
75
|
+
if(!this.shouju2){
|
|
76
|
+
this.$showMessage('往下滑动可看到缴费单!')
|
|
77
|
+
}
|
|
78
|
+
console.log("进入方法 哈哈哈哈哈哈")
|
|
79
|
+
delete row.id
|
|
80
|
+
row = Object.assign({},this.selectdata,row)
|
|
81
|
+
if(row.defname =='报装缴费'){
|
|
82
|
+
console.log("点击缴费了 嘻嘻嘻嘻")
|
|
83
|
+
let http = new HttpResetClass()
|
|
84
|
+
let data = {
|
|
85
|
+
tablename: 't_charge_record',
|
|
86
|
+
condition: `f_process_id = '${this.selectdata.f_process_id}'`
|
|
87
|
+
}
|
|
88
|
+
let res = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/singleTable`, {data:data}, {
|
|
89
|
+
resolveMsg: null,
|
|
90
|
+
rejectMsg: '收费信息查询失败!!!'
|
|
91
|
+
})
|
|
92
|
+
debugger
|
|
93
|
+
console.log('打印收费记录',res.data.length)
|
|
94
|
+
if(res.data.length >0){
|
|
95
|
+
console.log("发请求了 哈哈哈哈哈哈")
|
|
96
|
+
this.shoufeis=res.data
|
|
97
|
+
this.shouju2=!this.shouju2
|
|
98
|
+
}else{
|
|
99
|
+
console.log("没数据 呜呜呜")
|
|
100
|
+
this.$showMessage('该数据没有缴费记录!!!')
|
|
101
|
+
return
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
72
105
|
async initial() {
|
|
73
106
|
// 获取流程节点信息
|
|
74
107
|
let http = new HttpResetClass()
|
|
@@ -76,7 +109,9 @@ export default {
|
|
|
76
109
|
processid: this.selectdata.f_process_id
|
|
77
110
|
}
|
|
78
111
|
let res = await http.load(
|
|
79
|
-
'POST'
|
|
112
|
+
'POST',
|
|
113
|
+
`${this.$androidUtil.getProxyUrl()}/rs/sql/getAllNode`,
|
|
114
|
+
// `rs/sql/getAllNode`,
|
|
80
115
|
{data: data},
|
|
81
116
|
{
|
|
82
117
|
resolveMsg:null,
|