apply-clients 5.0.35-98 → 5.0.35-ezhou-1
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/dist.7z +0 -0
- package/package.json +2 -2
- package/src/apply.js +1 -13
- package/src/components/app_apply/ApplyToDoList.vue +2586 -76
- package/src/components/app_apply/PlaceControler.vue +0 -12
- package/src/components/app_apply/ServiceControl.vue +348 -687
- package/src/components/app_apply/ezhou/ServiceView.vue +57 -139
- package/src/components/product/Common/ApplyValidateBill.vue +6 -13
- package/src/components/product/Common/PrintBill.vue +6 -7
- package/src/components/product/Function/InstallInfoSelect.vue +254 -255
- package/src/components/product/Function/Service/FunctionServiceControl.vue +1 -37
- package/src/components/product/Function/functions/BuyerMessage.vue +512 -512
- package/src/components/product/Function/functions/InstallFee.vue +22 -103
- package/src/components/product/Function/functions/InstallFeeInfo.vue +1 -6
- package/src/components/product/Process/ExplorationSelect.vue +670 -653
- package/src/components/product/Process/Processes/CustomerRecordMessage.vue +907 -907
- package/src/components/product/Process/Processes/Service/ApplyChargeSearch.vue +305 -392
- package/src/components/product/Process/Processes/Service/PaperTicketBill.vue +1 -1
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +1808 -2193
- package/src/components/product/ServiceView.vue +5 -15
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +407 -453
- package/src/components/product/Supervisory/SupervisoryList.vue +11 -71
- package/src/components/product/stopInfo/ApplyStopInfo.vue +280 -281
- package/src/ezhouAndroid.js +44 -48
- package/src/plugins/commonService.js +1 -1
- package/yarn-error.log +8923 -0
- package/src/components/app_apply/Gongcheng.vue +0 -3631
- package/src/components/app_apply/OneToMany.vue +0 -194
- package/src/components/image/doc.jpg +0 -0
- package/src/components/image/dwg.png +0 -0
- package/src/components/image/dxf.png +0 -0
- package/src/components/image/excel.jpg +0 -0
- package/src/components/image/pdf.jpg +0 -0
- package/src/components/product/EngineeringManagement/EngineerUpload.vue +0 -304
- package/src/components/product/EngineeringManagement/EngineeringManagement.vue +0 -137
- package/src/components/product/EngineeringManagement/EngineeringSelect.vue +0 -586
- package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +0 -281
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryControl.vue +0 -132
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +0 -340
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryServiceControl.vue +0 -490
- package/src/components/product/Function/functions/ApplyUpload.vue +0 -556
- package/src/components/product/applyReport/ApplyReport.vue +0 -205
- package/src/components/product/applyReport/PrintApplyReport.vue +0 -116
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="d1">
|
|
3
|
-
<div class="left col-sm-12"
|
|
3
|
+
<div class="left col-sm-12">
|
|
4
4
|
<criteria-paged :model="model" v-ref:cp>
|
|
5
5
|
<criteria partial='criteria' @condition-changed='search' v-ref:cri style="padding: 20px;background-color: #f6f6f6;">
|
|
6
6
|
<form novalidate class="" partial>
|
|
@@ -53,15 +53,7 @@
|
|
|
53
53
|
</v-select>
|
|
54
54
|
</div>
|
|
55
55
|
</div>
|
|
56
|
-
|
|
57
|
-
<label class="col-sm-4 control-label">支付账户</label>
|
|
58
|
-
<div class="col-sm-8">
|
|
59
|
-
<v-select style="min-width: 100%;" @change="$dispatch('setQueryCondition',model)" :options="[{label:'全部',value:''},{label:'安泰',value:'安泰'},{label:'欣泰',value:'欣泰'}]"
|
|
60
|
-
condition="f_payment_account = '{}'" placeholder='支付账户'
|
|
61
|
-
v-model="model.f_payment_account" :value.sync="model.f_payment_account" close-on-select>
|
|
62
|
-
</v-select>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
56
|
+
|
|
65
57
|
</div>
|
|
66
58
|
<div class="col-sm-12" style="margin-top:5px;">
|
|
67
59
|
<div class="col-sm-2">
|
|
@@ -128,7 +120,7 @@
|
|
|
128
120
|
</div>
|
|
129
121
|
</div>
|
|
130
122
|
<div class="col-sm-1" style="margin-left:20px;">
|
|
131
|
-
<button style="margin-left:5%;" class="btn btn-primary btn-sm width-80 button_spacing" type="button" @click="search(),$parent.$parent.
|
|
123
|
+
<button style="margin-left:5%;" class="btn btn-primary btn-sm width-80 button_spacing" type="button" @click="search(),$parent.$parent.close()">
|
|
132
124
|
<span class="glyphicon glyphicon-search"></span>查询
|
|
133
125
|
</button>
|
|
134
126
|
<button class="btn-primary btn btn-sm button_spacing" @click.prevent="$parent.$parent.clear()">清空</button>
|
|
@@ -172,15 +164,6 @@
|
|
|
172
164
|
<th>
|
|
173
165
|
<nobr>报建类型</nobr>
|
|
174
166
|
</th>
|
|
175
|
-
<th>
|
|
176
|
-
<nobr>应缴金额</nobr>
|
|
177
|
-
</th>
|
|
178
|
-
<th>
|
|
179
|
-
<nobr>已缴金额</nobr>
|
|
180
|
-
</th>
|
|
181
|
-
<th>
|
|
182
|
-
<nobr>未缴金额</nobr>
|
|
183
|
-
</th>
|
|
184
167
|
<th>
|
|
185
168
|
<nobr>报建日期</nobr>
|
|
186
169
|
</th>
|
|
@@ -221,15 +204,6 @@
|
|
|
221
204
|
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
222
205
|
<nobr>{{row.f_apply_type}}</nobr>
|
|
223
206
|
</td>
|
|
224
|
-
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
225
|
-
<nobr>{{row.f_total_cost}}</nobr>
|
|
226
|
-
</td>
|
|
227
|
-
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
228
|
-
<nobr>{{row.f_cumulative_money}}</nobr>
|
|
229
|
-
</td>
|
|
230
|
-
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
231
|
-
<nobr>{{row.f_unaccounts_money}}</nobr>
|
|
232
|
-
</td>
|
|
233
207
|
<td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
|
|
234
208
|
<nobr>{{row.f_apply_date}}</nobr>
|
|
235
209
|
</td>
|
|
@@ -238,15 +212,6 @@
|
|
|
238
212
|
</data-grid>
|
|
239
213
|
</criteria-paged>
|
|
240
214
|
</div>
|
|
241
|
-
<div class="flex" style="height: 10%;width: 100%;">
|
|
242
|
-
<div novalidate class="form-inline auto" partial>
|
|
243
|
-
<p class="bg-info text-center" style="padding: 8px;font-size: 20px">合计收费记录共
|
|
244
|
-
<span style="color: red">{{modeluse.rows.length}}</span>笔,
|
|
245
|
-
合计应缴总金额<span style="color: red">{{price.rows[0].f_total_cost}}</span>元,
|
|
246
|
-
已缴<span style="color: red">{{price.rows[0].f_cumulative_money}}</span>元,未缴<span style="color: red">{{price.rows[0].f_unaccounts_money}}</span>元
|
|
247
|
-
</p>
|
|
248
|
-
</div>
|
|
249
|
-
</div>
|
|
250
215
|
</div>
|
|
251
216
|
</template>
|
|
252
217
|
<script>
|
|
@@ -281,18 +246,9 @@
|
|
|
281
246
|
model: new PagedList('rs/sql/supervisory', 20, {
|
|
282
247
|
data: {
|
|
283
248
|
id: `${this.$login.f.name}`,
|
|
284
|
-
fengongsi: `${this.$login.f.f_fengongsi}
|
|
285
|
-
f_product_id :0
|
|
286
|
-
}
|
|
287
|
-
}),
|
|
288
|
-
modeluse: new PagedList('rs/sql/supervisory', 999999, {
|
|
289
|
-
data: {
|
|
290
|
-
id: `${this.$login.f.name}`,
|
|
291
|
-
fengongsi: `${this.$login.f.f_fengongsi}`,
|
|
292
|
-
f_product_id :0
|
|
249
|
+
fengongsi: `${this.$login.f.f_fengongsi}`
|
|
293
250
|
}
|
|
294
251
|
}),
|
|
295
|
-
price: new PagedList('rs/sql/getChargeAllSum', 999999, {orderitem: '`f_total_cost`'}),
|
|
296
252
|
condition: '',
|
|
297
253
|
select: '',
|
|
298
254
|
alloptions:[]
|
|
@@ -301,26 +257,10 @@
|
|
|
301
257
|
ready() {
|
|
302
258
|
this.$refs.cp.$refs.cri.model.startDate = Util.toStandardDateString() + ' 00:00:00'
|
|
303
259
|
this.$refs.cp.$refs.cri.model.endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
304
|
-
this.search()
|
|
260
|
+
this.$refs.cp.$refs.cri.search()
|
|
305
261
|
this.getConfig();
|
|
306
262
|
},
|
|
307
263
|
methods: {
|
|
308
|
-
search () {
|
|
309
|
-
let startDate = Util.toStandardDateString() + ' 00:00:00'
|
|
310
|
-
let endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
311
|
-
this.$refs.cp.$refs.cri.search()
|
|
312
|
-
},
|
|
313
|
-
cleaner () {
|
|
314
|
-
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
315
|
-
this.$refs.cp.$refs.cri.model[key] = ''
|
|
316
|
-
})
|
|
317
|
-
console.log('condition2:', this.$refs.cp.$refs.cri.condition)
|
|
318
|
-
let condition = this.$refs.cp.$refs.cri.condition
|
|
319
|
-
this.modeluse.search(condition)
|
|
320
|
-
let condition1 = condition
|
|
321
|
-
this.price.search(condition1)
|
|
322
|
-
this.$dispatch('close')
|
|
323
|
-
},
|
|
324
264
|
clear(){
|
|
325
265
|
Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
|
|
326
266
|
this.$refs.cp.$refs.cri.model[key] = []
|
|
@@ -396,12 +336,12 @@
|
|
|
396
336
|
}
|
|
397
337
|
</script>
|
|
398
338
|
<style>
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
339
|
+
label {
|
|
340
|
+
display: flex;
|
|
341
|
+
justify-content:center;
|
|
342
|
+
align-items:Center;
|
|
343
|
+
padding-top: 8px;
|
|
344
|
+
}
|
|
405
345
|
tr.title {
|
|
406
346
|
background-color: #6666ff;
|
|
407
347
|
}
|