apply-clients 7.1.36-yuchuan-12 → 7.1.36-yuchuan-14

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.
Files changed (72) hide show
  1. package/android.html +28 -28
  2. package/build/dev-server.js +25 -10
  3. package/index.html +39 -39
  4. package/package.json +1 -1
  5. package/src/apply.js +162 -161
  6. package/src/applyAndroid.js +97 -97
  7. package/src/components/android/AppSign.vue +235 -235
  8. package/src/components/android/AppUpload.vue +275 -275
  9. package/src/components/android/Ignition/VentilationIgnition.vue +408 -408
  10. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +462 -462
  11. package/src/components/android/Process/AppExplorationUser.vue +454 -454
  12. package/src/components/android/Process/AppServiceControl.vue +1437 -1437
  13. package/src/components/android/Process/Processes/AppInstallationDetails.vue +980 -980
  14. package/src/components/android/Sign/AppSignTask.vue +183 -183
  15. package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
  16. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
  17. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
  18. package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
  19. package/src/components/android/Task/yiban/ShowDone.vue +95 -95
  20. package/src/components/android/Task/yiban/satisfactionShow.vue +166 -166
  21. package/src/components/android/newPackage/customerServiceManager.vue +218 -218
  22. package/src/components/android/newPackage/projectPrice.vue +218 -218
  23. package/src/components/product/ApplyCharge/ApplyChargeList.vue +1 -1
  24. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -272
  25. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -236
  26. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -324
  27. package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +144 -144
  28. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
  29. package/src/components/product/ApplyMap/AMapLocation.vue +871 -0
  30. package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -223
  31. package/src/components/product/ApplyMap/ApplyInputSearch.vue +212 -212
  32. package/src/components/product/ApplyMap/ApplyMapCom.vue +82 -82
  33. package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
  34. package/src/components/product/ApplyMap/ApplyMapLocation.vue +862 -862
  35. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +415 -415
  36. package/src/components/product/Function/InstallFunction.vue +133 -133
  37. package/src/components/product/Function/InstallInfoSelect.vue +371 -371
  38. package/src/components/product/Function/Service/FunctionServiceControl.vue +586 -586
  39. package/src/components/product/GongJianPush/ApplyPushManage.vue +90 -90
  40. package/src/components/product/Ignition/IgnitionListManage.vue +602 -602
  41. package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
  42. package/src/components/product/InsuranceApply/InsuranceReport.vue +1 -2
  43. package/src/components/product/List/OldShowDevices.vue +271 -271
  44. package/src/components/product/List/ShowAllActivity.vue +540 -540
  45. package/src/components/product/List/ShowDevices.vue +279 -279
  46. package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
  47. package/src/components/product/Process/ExplorationSelect.vue +597 -597
  48. package/src/components/product/Process/ExplorationUser.vue +158 -158
  49. package/src/components/product/Process/New1ExplorationUser.vue +201 -201
  50. package/src/components/product/Process/NewExplorationSelect.vue +586 -586
  51. package/src/components/product/Process/NewExplorationUser.vue +219 -219
  52. package/src/components/product/Process/Processes/InstallationDetails.vue +1159 -1159
  53. package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
  54. package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
  55. package/src/components/product/Process/Processes/chargeManagement.vue +704 -704
  56. package/src/components/product/Process/Processes/devicesManagement.vue +393 -393
  57. package/src/components/product/Process/Processes/newDevicesManagement.vue +413 -413
  58. package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
  59. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  60. package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
  61. package/src/components/product/Process/Service/ServiceControl.vue +2205 -2205
  62. package/src/components/product/ServiceView.vue +644 -644
  63. package/src/components/product/Stop/StopApplyList.vue +224 -224
  64. package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
  65. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +592 -592
  66. package/src/components/product/Supervisory/SupervisoryControl.vue +116 -116
  67. package/src/components/product/Supervisory/SupervisoryList.vue +557 -557
  68. package/src/components/product/Supervisory/SupervisoryhCart.vue +119 -119
  69. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
  70. package/src/components/product/VueUtils/ApplyUpload.vue +285 -285
  71. package/src/components/product/records/AdjustmentRecordList.vue +162 -162
  72. package/src/main.js +27 -27
@@ -1,442 +1,442 @@
1
- <template>
2
- <div class="p-10">
3
- <criteria-paged :model="model" v-ref:cp>
4
- <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
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_phone condition="u.f_phone 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_apply_num condition="u.f_apply_num 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_contract_number condition="u.f_contract_number 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
- <v-select
34
- width="100%"
35
- v-model="model.f_apply_type"
36
- placeholder='报建类型'
37
- condition="u.f_apply_type like '%{}%'"
38
- :value.sync="model.f_apply_type"
39
- :options='$parent.$parent.applytype'
40
- class="select select_list"
41
- :value-single="true"
42
- @change="$parent.$parent.applyTypeChange()"
43
- close-on-select ></v-select>
44
- </div>
45
- </div>
46
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
47
- <label class="">办理环节:</label>
48
- <div class="col-xs-8" >
49
- <v-select
50
- width="100%"
51
- v-model="model.defname"
52
- placeholder='办理环节'
53
- condition="act.defname = '{}'"
54
- :value.sync="model.defname"
55
- :options='$parent.$parent.defnames'
56
- class="select select_list"
57
- :value-single="true"
58
- close-on-select ></v-select>
59
- </div>
60
- </div>
61
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
62
- <label class="">报建性质:</label>
63
- <div class="col-xs-8" >
64
- <v-select
65
- width="100%"
66
- v-model="model.f_apply_nature"
67
- placeholder='报建性质'
68
- condition="f_apply_nature = '{}'"
69
- :value.sync="model.f_apply_nature"
70
- :options='$parent.$parent.applyNatures'
71
- class="select select_list"
72
- :value-single="true"
73
- close-on-select ></v-select>
74
- </div>
75
- </div>
76
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
77
- <label class="">用户地址:</label>
78
- <div class="col-xs-8" >
79
- <input class="" v-model=model.f_address condition="u.f_address like '%{}%'" />
80
- </div>
81
- </div>
82
- <div class="row form-group app-input" v-if="$parent.$parent.defname === '工程施工' && $parent.$parent.criteriaShow">
83
- <label class="">小&emsp;&emsp;区:</label>
84
- <div class="col-xs-8" >
85
- <v-select
86
- width="100%"
87
- v-model="model.f_residential_area"
88
- placeholder='小区'
89
- condition="u.f_residential_area = '{}'"
90
- :value.sync="model.f_residential_area"
91
- :options='$parent.$parent.areaList'
92
- class="select select_list"
93
- :value-single="true"
94
- close-on-select ></v-select>
95
- </div>
96
- </div>
97
- <div class="row form-group app-input" v-if="$parent.$parent.defname === '工程施工' && $parent.$parent.criteriaShow">
98
- <label class="">楼&emsp;&emsp;号:</label>
99
- <div class="col-xs-8" >
100
- <input class="" v-model=model.f_building condition="u.f_building like '%{}%'" />
101
- </div>
102
- </div>
103
- <div class="row form-group app-input" v-if="$parent.$parent.defname === '工程施工' && $parent.$parent.criteriaShow">
104
- <label class="">单&emsp;&emsp;元:</label>
105
- <div class="col-xs-8" >
106
- <input class="" v-model=model.f_unit condition="u.f_unit like '%{}%'" />
107
- </div>
108
- </div>
109
- <div class="row form-group app-input" v-if="$parent.$parent.defname === '工程施工' && $parent.$parent.criteriaShow">
110
- <label class="">门&ensp;牌&ensp;号:</label>
111
- <div class="col-xs-8" >
112
- <input class="" v-model=model.f_room condition="u.f_room like '%{}%'" />
113
- </div>
114
- </div>
115
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
116
- <label class="">开始时间:</label>
117
- <div class="col-xs-8" >
118
- <datepicker id="startDate" placeholder="开始日期"
119
- style="width: 100%!important;"
120
- v-model="model.startDate"
121
- :value.sync="model.startDate"
122
- :format="'yyyy-MM-dd 00:00:00'"
123
- :show-reset-button="true"
124
- condition="u.f_apply_date >= '{}'">
125
- </datepicker>
126
- </div>
127
- </div>
128
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
129
- <label class="">结束时间:</label>
130
- <div class="col-xs-8" >
131
- <datepicker id="endDate" placeholder="结束日期"
132
- style="width: 100%!important;"
133
- v-model="model.endDate"
134
- :value.sync="model.endDate"
135
- :format="'yyyy-MM-dd 23:59:59'"
136
- :show-reset-button="true"
137
- condition="f_apply_date <= '{}'">
138
- </datepicker>
139
- </div>
140
- </div>
141
- <!-- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">-->
142
- <!-- <label class="">稍后处理:</label>-->
143
- <!-- <div class="col-xs-8" >-->
144
- <!-- <v-select-->
145
- <!-- width="100%"-->
146
- <!-- v-model="model.f_is_later"-->
147
- <!-- placeholder='稍后处理'-->
148
- <!-- condition="f_is_later = '{}'"-->
149
- <!-- :value.sync="model.f_is_later"-->
150
- <!-- :options='$parent.$parent.laterList'-->
151
- <!-- class="select select_list"-->
152
- <!-- :value-single="true"-->
153
- <!-- close-on-select ></v-select>-->
154
- <!-- </div>-->
155
- <!-- </div>-->
156
- <div class="row form-group text-right" style="">
157
- <button class="btn btn-primary" v-if="$parent.$parent.defname === '现场勘察'" @click="$parent.$parent.changeSearch()">{{ $parent.$parent.showSupervisory ? '需整改' : '正常' }}</button>
158
- <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
159
- <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
160
- <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
161
- </div>
162
- </div>
163
- </criteria>
164
-
165
- <list :model="model" partial='list'>
166
- <div partial class="auto app-text panel">
167
- <div class="panel-body panel-self">
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_user_name }}</p>
171
- </div>
172
- <div class="col-xs-12">
173
- <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
174
- <p class="col-xs-9 text-left input-font">
175
- {{ row.f_phone }}&ensp;
176
- <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>
177
- </p>
178
- </div>
179
- <div class="col-xs-12">
180
- <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
181
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
182
- </div>
183
- <div class="col-xs-12">
184
- <p class="col-xs-3 text-left font"><b>客户编号:</b></p>
185
- <p class="col-xs-9 text-left input-font">{{ row.f_userinfo_code }}</p>
186
- </div>
187
- <div class="col-xs-12">
188
- <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
189
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
190
- </div>
191
- <div class="col-xs-12">
192
- <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
193
- <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
194
- </div>
195
- <div class="col-xs-12">
196
- <p class="col-xs-3 text-left font"><b>定位地址:</b></p>
197
- <p class="col-xs-9 text-left input-font">
198
- {{ row.f_order_address }}
199
- <svg @click.prevent="$parent.$parent.$parent.openAmap(row)" style="width: 25px;height: 25px;position: absolute;" t="1628575336648" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3201" width="200" height="200"><path d="M512 956h-1.1c-10.9 0-20.5-6.9-24.7-17L369.9 654.1 85 537.8c-10.1-4.1-16.8-13.7-17.2-24.6-0.4-10.9 5.6-21 15.3-25.9l833-416.5c10.7-5.3 23.6-3.2 32.1 5.2s10.5 21.4 5.2 32.1L536.8 940.9c-4.7 9.4-14.3 15.1-24.8 15.1zM162.7 509.6l239 97.6c6.9 2.8 12.4 8.3 15.2 15.2l97.6 239 351.9-703.8-703.7 352z" fill="#666666" p-id="3202"></path></svg>
200
- </p>
201
- </div>
202
- <div class="col-xs-12">
203
- <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
204
- <p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
205
- </div>
206
- <div class="col-xs-12">
207
- <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
208
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
209
- </div>
210
- <div class="col-xs-12" style="color: red">
211
- <p class="col-xs-3 text-left font"><b>施工备注:</b></p>
212
- <p class="col-xs-9 text-left input-font">{{ row.f_construction_remarks }}</p>
213
- </div>
214
-
215
- <div class="col-xs-12 text-right">
216
- <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看</button>
217
- </div>
218
- </div>
219
- </div>
220
- </list>
221
- </criteria-paged>
222
- </div>
223
- </template>
224
- <script>
225
- import Vue from 'vue'
226
- import { PagedList, HttpResetClass } from 'vue-client'
227
- import {isEmpty} from '../../../Util'
228
- export default {
229
- title: '报建流程',
230
- props: ['defname', 'f_lat', 'f_lng', 'usertype','title'],
231
- data () {
232
-
233
- return {
234
- model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/yiBanSupervisory`, 20, {
235
- data: {
236
- userid: Vue.user.id,
237
- f_filiale: Vue.user.f_fengongsi?Vue.user.f_fengongsi:'榆林.榆川天然气'
238
- }
239
- }),
240
- criteriaShow: false,
241
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
242
- defnames: [{label: '全部', value: ''}],
243
- applyNatures: [{label: '全部', value: ''}], // 报建性质
244
- areaList: [],
245
- showSupervisory: true
246
- }
247
- },
248
- ready () {
249
- this.getArea()
250
- this.search()
251
- },
252
- methods: {
253
- refresh () {
254
- this.search()
255
- this.$dispatch('refreshDot')
256
- },
257
- openAmap (selectdata) {
258
- HostApp.openThirdPartyMap({
259
- lon: selectdata.f_lng,
260
- lat: selectdata.f_lat,
261
- address: selectdata.f_order_address
262
- })
263
- },
264
- dialNumber (phone) {
265
- this.$showMessage(`是否拨打电话:${phone}`, ['confirm']).then((res) => {
266
- if (res === 'confirm') {
267
- this.$androidUtil.makeAPhoneCall(phone)
268
- }
269
- })
270
- },
271
- clear () {
272
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
273
- this.$refs.cp.$refs.cri.model[key] = null
274
- })
275
- },
276
- // 查询
277
- search () {
278
- this.$refs.cp.$refs.cri.search()
279
- this.criteriaShow = false
280
- },
281
- //f_construction_unit 施工单位 //f_supervisor_operator_id 监理单位
282
- //f_check_operator_id 检测单位 //f_supervisor_operator 监理单位
283
- //f_engineering_operator_id 土建单位 //f_construct_operator_id 建设单位
284
- searchCondition (args) {
285
- if (this.defname === '已办信息'){
286
- args.condition = args.condition +` and act1.userids like '%${Vue.user.id}%'`
287
- // args.condition = args.condition + ` and act.defname = '工程施工' and (f_construction_unit = '${Vue.user.id}'
288
- // or f_check_operator_id = '${Vue.user.id}' or f_engineering_operator_id = '${Vue.user.id}'
289
- // or f_supervisor_operator_id = '${Vue.user.id}' or f_supervisor_operator = '${Vue.user.id}'
290
- //or f_construct_operator_id = '${Vue.user.id}')`
291
- }
292
- // else {
293
- // args.condition += `and act.defname = '${this.defname}'`
294
- // }
295
- // if (this.usertype){
296
- // //报建类型 f_apply_type
297
- // args.condition += `and u.f_apply_type = '${this.usertype}'`
298
- // }
299
- // if (!isEmpty(this.f_lat) && !isEmpty(this.f_lng)) {
300
- // // 维度 经度
301
- // args.condition += `and u.f_lat = '${this.f_lat}' and u.f_lng = '${this.f_lng}'`
302
- // }
303
- console.log("args.condition",args.condition)
304
- this.model.search(args.condition, args.model)
305
- this.f_lat = null
306
- this.f_lng = null
307
- },
308
- click (row) {
309
- if(row.defname =='完工'){
310
- let _this = this
311
- this.$dispatch('gotoson', {
312
- _this: _this,
313
- title: row.defname,
314
- safe: true
315
- })
316
- this.$goto('app-satisfaction-show', {selectdata: row,title:this.title}, 'self', null)
317
- }else{
318
- let _this = this
319
- this.$dispatch('gotoson', {
320
- _this: _this,
321
- title: row.defname,
322
- safe: true
323
- })
324
- this.$goto('app-service-control', {selectdata: row,title:this.title}, 'self', _this.refresh)
325
- }
326
-
327
- },
328
- applyTypeChange () {
329
- if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
330
- let http = new HttpResetClass()
331
- http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
332
- // http.load('POST', 'rs/logic/getDefnameByType', {
333
- f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
334
- }, {resolveMsg: null, rejectMsg: null}).then((res) => {
335
- this.defnames = [{label: '全部', value: ''}, ...res.data]
336
-
337
- 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}性质`)]
338
- })
339
- } else {
340
- this.defnames = [{label: '全部', value: ''}]
341
-
342
- this.applyNatures = [{label: '全部', value: ''}]
343
- }
344
- },
345
- // 获取小区
346
- async getArea () {
347
- let data = {
348
- tablename: 't_area_address',
349
- condition: `f_filiale = '${Vue.user.f_fengongsi?Vue.user.f_fengongsi:'榆林.榆川天然气'}' and f_area_status = '启用'`
350
- }
351
- let http = new HttpResetClass()
352
- let res = await http.load(
353
- 'POST',
354
- `${this.$androidUtil.getProxyUrl()}/rs/sql/applySingleTable`,
355
- {data: data},
356
- {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
357
- )
358
- this.areaList = res.data.map(item => {
359
- return {
360
- label: item.f_residential_area,
361
- value: item.f_residential_area
362
- }
363
- })
364
- },
365
- changeSearch(){
366
- this.showSupervisory = !this.showSupervisory
367
- this.search()
368
- },
369
- },
370
- events: {
371
- },
372
- watch: {
373
- // 通过计算属性同时监听多个值
374
- 'changeData' () {
375
- if (!isEmpty(this.f_lat) && !isEmpty(this.f_lng)) {
376
- this.search()
377
- }
378
- }
379
- },
380
- computed: {
381
- changeData () {
382
- const {f_lat, f_lng} = this
383
- return {
384
- f_lat,
385
- f_lng
386
- }
387
- }
388
- }
389
- }
390
- </script>
391
- <style scoped>
392
- .panel-self{
393
- border-radius: 10px;
394
- border:1px solid #499EDF;
395
- background-color: #F8F8F8;
396
- }
397
- .font{
398
- font: 15px PingFang-SC-Medium;
399
- color: #666666;
400
- }
401
-
402
- .button_shrink_top {
403
- width: 34px;
404
- height: 34px;
405
- border: solid 1px #6aa6e2;
406
- background-size: 100%;
407
- background-image: url("../../../../../static/newStyle/stretch_top.png")
408
- }
409
-
410
- .button_shrink_bottom {
411
- width: 34px;
412
- height: 34px;
413
- border: solid 1px #6aa6e2;
414
- background-size: 100%;
415
- background-image: url("../../../../../static/newStyle/stretch_bottom.png")
416
- }
417
- </style>
418
- <style lang="less">
419
- .app-input {
420
- label {
421
- float: left;
422
- }
423
- .select {
424
- button {
425
- border: none;
426
- outline: none;
427
- text-align: left;
428
- .btn-placeholder {
429
- color: #ACA899
430
- }
431
- }
432
- }
433
- .datepicker {
434
- .form-control:focus {
435
- border: none!important;
436
- outline: none!important;
437
- -webkit-box-shadow: none;
438
- box-shadow: none;
439
- }
440
- }
441
- }
442
- </style>
1
+ <template>
2
+ <div class="p-10">
3
+ <criteria-paged :model="model" v-ref:cp>
4
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
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_phone condition="u.f_phone 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_apply_num condition="u.f_apply_num 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_contract_number condition="u.f_contract_number 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
+ <v-select
34
+ width="100%"
35
+ v-model="model.f_apply_type"
36
+ placeholder='报建类型'
37
+ condition="u.f_apply_type like '%{}%'"
38
+ :value.sync="model.f_apply_type"
39
+ :options='$parent.$parent.applytype'
40
+ class="select select_list"
41
+ :value-single="true"
42
+ @change="$parent.$parent.applyTypeChange()"
43
+ close-on-select ></v-select>
44
+ </div>
45
+ </div>
46
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
47
+ <label class="">办理环节:</label>
48
+ <div class="col-xs-8" >
49
+ <v-select
50
+ width="100%"
51
+ v-model="model.defname"
52
+ placeholder='办理环节'
53
+ condition="act.defname = '{}'"
54
+ :value.sync="model.defname"
55
+ :options='$parent.$parent.defnames'
56
+ class="select select_list"
57
+ :value-single="true"
58
+ close-on-select ></v-select>
59
+ </div>
60
+ </div>
61
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
62
+ <label class="">报建性质:</label>
63
+ <div class="col-xs-8" >
64
+ <v-select
65
+ width="100%"
66
+ v-model="model.f_apply_nature"
67
+ placeholder='报建性质'
68
+ condition="f_apply_nature = '{}'"
69
+ :value.sync="model.f_apply_nature"
70
+ :options='$parent.$parent.applyNatures'
71
+ class="select select_list"
72
+ :value-single="true"
73
+ close-on-select ></v-select>
74
+ </div>
75
+ </div>
76
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
77
+ <label class="">用户地址:</label>
78
+ <div class="col-xs-8" >
79
+ <input class="" v-model=model.f_address condition="u.f_address like '%{}%'" />
80
+ </div>
81
+ </div>
82
+ <div class="row form-group app-input" v-if="$parent.$parent.defname === '工程施工' && $parent.$parent.criteriaShow">
83
+ <label class="">小&emsp;&emsp;区:</label>
84
+ <div class="col-xs-8" >
85
+ <v-select
86
+ width="100%"
87
+ v-model="model.f_residential_area"
88
+ placeholder='小区'
89
+ condition="u.f_residential_area = '{}'"
90
+ :value.sync="model.f_residential_area"
91
+ :options='$parent.$parent.areaList'
92
+ class="select select_list"
93
+ :value-single="true"
94
+ close-on-select ></v-select>
95
+ </div>
96
+ </div>
97
+ <div class="row form-group app-input" v-if="$parent.$parent.defname === '工程施工' && $parent.$parent.criteriaShow">
98
+ <label class="">楼&emsp;&emsp;号:</label>
99
+ <div class="col-xs-8" >
100
+ <input class="" v-model=model.f_building condition="u.f_building like '%{}%'" />
101
+ </div>
102
+ </div>
103
+ <div class="row form-group app-input" v-if="$parent.$parent.defname === '工程施工' && $parent.$parent.criteriaShow">
104
+ <label class="">单&emsp;&emsp;元:</label>
105
+ <div class="col-xs-8" >
106
+ <input class="" v-model=model.f_unit condition="u.f_unit like '%{}%'" />
107
+ </div>
108
+ </div>
109
+ <div class="row form-group app-input" v-if="$parent.$parent.defname === '工程施工' && $parent.$parent.criteriaShow">
110
+ <label class="">门&ensp;牌&ensp;号:</label>
111
+ <div class="col-xs-8" >
112
+ <input class="" v-model=model.f_room condition="u.f_room like '%{}%'" />
113
+ </div>
114
+ </div>
115
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
116
+ <label class="">开始时间:</label>
117
+ <div class="col-xs-8" >
118
+ <datepicker id="startDate" placeholder="开始日期"
119
+ style="width: 100%!important;"
120
+ v-model="model.startDate"
121
+ :value.sync="model.startDate"
122
+ :format="'yyyy-MM-dd 00:00:00'"
123
+ :show-reset-button="true"
124
+ condition="u.f_apply_date >= '{}'">
125
+ </datepicker>
126
+ </div>
127
+ </div>
128
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
129
+ <label class="">结束时间:</label>
130
+ <div class="col-xs-8" >
131
+ <datepicker id="endDate" placeholder="结束日期"
132
+ style="width: 100%!important;"
133
+ v-model="model.endDate"
134
+ :value.sync="model.endDate"
135
+ :format="'yyyy-MM-dd 23:59:59'"
136
+ :show-reset-button="true"
137
+ condition="f_apply_date <= '{}'">
138
+ </datepicker>
139
+ </div>
140
+ </div>
141
+ <!-- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">-->
142
+ <!-- <label class="">稍后处理:</label>-->
143
+ <!-- <div class="col-xs-8" >-->
144
+ <!-- <v-select-->
145
+ <!-- width="100%"-->
146
+ <!-- v-model="model.f_is_later"-->
147
+ <!-- placeholder='稍后处理'-->
148
+ <!-- condition="f_is_later = '{}'"-->
149
+ <!-- :value.sync="model.f_is_later"-->
150
+ <!-- :options='$parent.$parent.laterList'-->
151
+ <!-- class="select select_list"-->
152
+ <!-- :value-single="true"-->
153
+ <!-- close-on-select ></v-select>-->
154
+ <!-- </div>-->
155
+ <!-- </div>-->
156
+ <div class="row form-group text-right" style="">
157
+ <button class="btn btn-primary" v-if="$parent.$parent.defname === '现场勘察'" @click="$parent.$parent.changeSearch()">{{ $parent.$parent.showSupervisory ? '需整改' : '正常' }}</button>
158
+ <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
159
+ <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
160
+ <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
161
+ </div>
162
+ </div>
163
+ </criteria>
164
+
165
+ <list :model="model" partial='list'>
166
+ <div partial class="auto app-text panel">
167
+ <div class="panel-body panel-self">
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_user_name }}</p>
171
+ </div>
172
+ <div class="col-xs-12">
173
+ <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
174
+ <p class="col-xs-9 text-left input-font">
175
+ {{ row.f_phone }}&ensp;
176
+ <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>
177
+ </p>
178
+ </div>
179
+ <div class="col-xs-12">
180
+ <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
181
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
182
+ </div>
183
+ <div class="col-xs-12">
184
+ <p class="col-xs-3 text-left font"><b>客户编号:</b></p>
185
+ <p class="col-xs-9 text-left input-font">{{ row.f_userinfo_code }}</p>
186
+ </div>
187
+ <div class="col-xs-12">
188
+ <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
189
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
190
+ </div>
191
+ <div class="col-xs-12">
192
+ <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
193
+ <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
194
+ </div>
195
+ <div class="col-xs-12">
196
+ <p class="col-xs-3 text-left font"><b>定位地址:</b></p>
197
+ <p class="col-xs-9 text-left input-font">
198
+ {{ row.f_order_address }}
199
+ <svg @click.prevent="$parent.$parent.$parent.openAmap(row)" style="width: 25px;height: 25px;position: absolute;" t="1628575336648" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3201" width="200" height="200"><path d="M512 956h-1.1c-10.9 0-20.5-6.9-24.7-17L369.9 654.1 85 537.8c-10.1-4.1-16.8-13.7-17.2-24.6-0.4-10.9 5.6-21 15.3-25.9l833-416.5c10.7-5.3 23.6-3.2 32.1 5.2s10.5 21.4 5.2 32.1L536.8 940.9c-4.7 9.4-14.3 15.1-24.8 15.1zM162.7 509.6l239 97.6c6.9 2.8 12.4 8.3 15.2 15.2l97.6 239 351.9-703.8-703.7 352z" fill="#666666" p-id="3202"></path></svg>
200
+ </p>
201
+ </div>
202
+ <div class="col-xs-12">
203
+ <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
204
+ <p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
205
+ </div>
206
+ <div class="col-xs-12">
207
+ <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
208
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
209
+ </div>
210
+ <div class="col-xs-12" style="color: red">
211
+ <p class="col-xs-3 text-left font"><b>施工备注:</b></p>
212
+ <p class="col-xs-9 text-left input-font">{{ row.f_construction_remarks }}</p>
213
+ </div>
214
+
215
+ <div class="col-xs-12 text-right">
216
+ <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看</button>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ </list>
221
+ </criteria-paged>
222
+ </div>
223
+ </template>
224
+ <script>
225
+ import Vue from 'vue'
226
+ import { PagedList, HttpResetClass } from 'vue-client'
227
+ import {isEmpty} from '../../../Util'
228
+ export default {
229
+ title: '报建流程',
230
+ props: ['defname', 'f_lat', 'f_lng', 'usertype','title'],
231
+ data () {
232
+
233
+ return {
234
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/yiBanSupervisory`, 20, {
235
+ data: {
236
+ userid: Vue.user.id,
237
+ f_filiale: Vue.user.f_fengongsi?Vue.user.f_fengongsi:'榆林.榆川天然气'
238
+ }
239
+ }),
240
+ criteriaShow: false,
241
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
242
+ defnames: [{label: '全部', value: ''}],
243
+ applyNatures: [{label: '全部', value: ''}], // 报建性质
244
+ areaList: [],
245
+ showSupervisory: true
246
+ }
247
+ },
248
+ ready () {
249
+ this.getArea()
250
+ this.search()
251
+ },
252
+ methods: {
253
+ refresh () {
254
+ this.search()
255
+ this.$dispatch('refreshDot')
256
+ },
257
+ openAmap (selectdata) {
258
+ HostApp.openThirdPartyMap({
259
+ lon: selectdata.f_lng,
260
+ lat: selectdata.f_lat,
261
+ address: selectdata.f_order_address
262
+ })
263
+ },
264
+ dialNumber (phone) {
265
+ this.$showMessage(`是否拨打电话:${phone}`, ['confirm']).then((res) => {
266
+ if (res === 'confirm') {
267
+ this.$androidUtil.makeAPhoneCall(phone)
268
+ }
269
+ })
270
+ },
271
+ clear () {
272
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
273
+ this.$refs.cp.$refs.cri.model[key] = null
274
+ })
275
+ },
276
+ // 查询
277
+ search () {
278
+ this.$refs.cp.$refs.cri.search()
279
+ this.criteriaShow = false
280
+ },
281
+ //f_construction_unit 施工单位 //f_supervisor_operator_id 监理单位
282
+ //f_check_operator_id 检测单位 //f_supervisor_operator 监理单位
283
+ //f_engineering_operator_id 土建单位 //f_construct_operator_id 建设单位
284
+ searchCondition (args) {
285
+ if (this.defname === '已办信息'){
286
+ args.condition = args.condition +` and act1.userids like '%${Vue.user.id}%'`
287
+ // args.condition = args.condition + ` and act.defname = '工程施工' and (f_construction_unit = '${Vue.user.id}'
288
+ // or f_check_operator_id = '${Vue.user.id}' or f_engineering_operator_id = '${Vue.user.id}'
289
+ // or f_supervisor_operator_id = '${Vue.user.id}' or f_supervisor_operator = '${Vue.user.id}'
290
+ //or f_construct_operator_id = '${Vue.user.id}')`
291
+ }
292
+ // else {
293
+ // args.condition += `and act.defname = '${this.defname}'`
294
+ // }
295
+ // if (this.usertype){
296
+ // //报建类型 f_apply_type
297
+ // args.condition += `and u.f_apply_type = '${this.usertype}'`
298
+ // }
299
+ // if (!isEmpty(this.f_lat) && !isEmpty(this.f_lng)) {
300
+ // // 维度 经度
301
+ // args.condition += `and u.f_lat = '${this.f_lat}' and u.f_lng = '${this.f_lng}'`
302
+ // }
303
+ console.log("args.condition",args.condition)
304
+ this.model.search(args.condition, args.model)
305
+ this.f_lat = null
306
+ this.f_lng = null
307
+ },
308
+ click (row) {
309
+ if(row.defname =='完工'){
310
+ let _this = this
311
+ this.$dispatch('gotoson', {
312
+ _this: _this,
313
+ title: row.defname,
314
+ safe: true
315
+ })
316
+ this.$goto('app-satisfaction-show', {selectdata: row,title:this.title}, 'self', null)
317
+ }else{
318
+ let _this = this
319
+ this.$dispatch('gotoson', {
320
+ _this: _this,
321
+ title: row.defname,
322
+ safe: true
323
+ })
324
+ this.$goto('app-service-control', {selectdata: row,title:this.title}, 'self', _this.refresh)
325
+ }
326
+
327
+ },
328
+ applyTypeChange () {
329
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
330
+ let http = new HttpResetClass()
331
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
332
+ // http.load('POST', 'rs/logic/getDefnameByType', {
333
+ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
334
+ }, {resolveMsg: null, rejectMsg: null}).then((res) => {
335
+ this.defnames = [{label: '全部', value: ''}, ...res.data]
336
+
337
+ 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}性质`)]
338
+ })
339
+ } else {
340
+ this.defnames = [{label: '全部', value: ''}]
341
+
342
+ this.applyNatures = [{label: '全部', value: ''}]
343
+ }
344
+ },
345
+ // 获取小区
346
+ async getArea () {
347
+ let data = {
348
+ tablename: 't_area_address',
349
+ condition: `f_filiale = '${Vue.user.f_fengongsi?Vue.user.f_fengongsi:'榆林.榆川天然气'}' and f_area_status = '启用'`
350
+ }
351
+ let http = new HttpResetClass()
352
+ let res = await http.load(
353
+ 'POST',
354
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/applySingleTable`,
355
+ {data: data},
356
+ {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
357
+ )
358
+ this.areaList = res.data.map(item => {
359
+ return {
360
+ label: item.f_residential_area,
361
+ value: item.f_residential_area
362
+ }
363
+ })
364
+ },
365
+ changeSearch(){
366
+ this.showSupervisory = !this.showSupervisory
367
+ this.search()
368
+ },
369
+ },
370
+ events: {
371
+ },
372
+ watch: {
373
+ // 通过计算属性同时监听多个值
374
+ 'changeData' () {
375
+ if (!isEmpty(this.f_lat) && !isEmpty(this.f_lng)) {
376
+ this.search()
377
+ }
378
+ }
379
+ },
380
+ computed: {
381
+ changeData () {
382
+ const {f_lat, f_lng} = this
383
+ return {
384
+ f_lat,
385
+ f_lng
386
+ }
387
+ }
388
+ }
389
+ }
390
+ </script>
391
+ <style scoped>
392
+ .panel-self{
393
+ border-radius: 10px;
394
+ border:1px solid #499EDF;
395
+ background-color: #F8F8F8;
396
+ }
397
+ .font{
398
+ font: 15px PingFang-SC-Medium;
399
+ color: #666666;
400
+ }
401
+
402
+ .button_shrink_top {
403
+ width: 34px;
404
+ height: 34px;
405
+ border: solid 1px #6aa6e2;
406
+ background-size: 100%;
407
+ background-image: url("../../../../../static/newStyle/stretch_top.png")
408
+ }
409
+
410
+ .button_shrink_bottom {
411
+ width: 34px;
412
+ height: 34px;
413
+ border: solid 1px #6aa6e2;
414
+ background-size: 100%;
415
+ background-image: url("../../../../../static/newStyle/stretch_bottom.png")
416
+ }
417
+ </style>
418
+ <style lang="less">
419
+ .app-input {
420
+ label {
421
+ float: left;
422
+ }
423
+ .select {
424
+ button {
425
+ border: none;
426
+ outline: none;
427
+ text-align: left;
428
+ .btn-placeholder {
429
+ color: #ACA899
430
+ }
431
+ }
432
+ }
433
+ .datepicker {
434
+ .form-control:focus {
435
+ border: none!important;
436
+ outline: none!important;
437
+ -webkit-box-shadow: none;
438
+ box-shadow: none;
439
+ }
440
+ }
441
+ }
442
+ </style>