apply-clients 3.5.3-3 → 3.5.3-30
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/package.json +1 -1
- package/src/apply.js +5 -0
- package/src/applyAndroid.js +2 -1
- package/src/assets/marker-default.png +0 -0
- package/src/assets/myLocationIcon.png +0 -0
- package/src/components/android/Process/AppChargeList.vue +127 -3
- package/src/components/android/Process/AppOtherChargeList.vue +35 -9
- package/src/components/android/Process/Processes/chargesList.vue +1 -1
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +323 -317
- package/src/components/product/ApplyMap/AMapLocation.vue +831 -0
- package/src/components/product/MaterialsManage/MaterialsBase.vue +177 -0
- package/src/components/product/MaterialsManage/MaterialsList.vue +244 -0
- package/src/components/product/MaterialsManage/MaterialsManage.vue +60 -0
- package/src/components/product/Process/Processes/ReturnMaterialScience.vue +125 -0
- package/src/components/product/Process/ShowBackReason.vue +40 -40
- package/src/components/product/Stop/StopApplyList.vue +13 -13
- package/src/filiale/dingcheng/android/AppExplorationUser.vue +5 -2
- package/src/filiale/dingcheng/android/AppInstallationMaterial.vue +0 -63
- package/src/filiale/dingcheng/pc/ExplorationSelect.vue +13 -2
- package/src/filiale/dingcheng/pc/ServiceControl.vue +1 -1
- package/src/filiale/fugou/android/AppServiceControl.vue +89 -42
- package/src/filiale/fugou/pc/ServiceControl.vue +1957 -1937
- package/src/filiale/gongyi/android/AppPicUpload.vue +141 -0
- package/src/filiale/gongyi/android/AppServiceControl.vue +1741 -0
- package/src/filiale/gongyi/android/AppSign.vue +157 -0
- package/src/filiale/gongyi/android/AppTakePic.vue +144 -0
- package/src/filiale/gongyi/android/AppVideo.vue +50 -101
- package/src/filiale/gongyi/android/PhoneState.vue +26 -18
- package/src/filiale/gongyi/android.js +5 -2
- package/src/filiale/gongyi/pc/ApplyUpload.vue +16 -3
- package/src/filiale/gongyi/pc/CheckRecords.vue +70 -144
- package/src/filiale/gongyi/pc/CheckRecordsList.vue +171 -0
- package/src/filiale/gongyi/pc/ExplorationSelect.vue +500 -0
- package/src/filiale/gongyi/pc/ExplorationUser.vue +189 -0
- package/src/filiale/gongyi/pc/HiddenTrouble.vue +44 -0
- package/src/filiale/gongyi/pc/ServiceControl.vue +44 -0
- package/src/filiale/gongyi/pc/addMaterialScience.vue +558 -0
- package/src/filiale/gongyi/pc.js +6 -1
- package/src/filiale/hongda/pc/FunctionServiceControl.vue +2 -2
- package/src/filiale/qianneng/android/AppDevicesManagement.vue +539 -0
- package/src/filiale/qianneng/android/AppExplorationUser.vue +3 -3
- package/src/filiale/qianneng/android/AppInstallationDetails.vue +51 -13
- package/src/filiale/qianneng/android/AppServiceView.vue +794 -761
- package/src/filiale/qianneng/android/AppSign.vue +152 -152
- package/src/filiale/qianneng/android/AppTakePic.vue +140 -140
- package/src/filiale/qianneng/android.js +2 -1
- package/src/filiale/qianneng/pc/ApplyChargeList.vue +588 -486
- package/src/filiale/qianneng/pc/ApplyUpload.vue +291 -290
- package/src/filiale/qianneng/pc/Applybatchdispatch.vue +21 -12
- package/src/filiale/qianneng/pc/Applydetail.vue +313 -316
- package/src/filiale/qianneng/pc/ExplorationSelect.vue +25 -7
- package/src/filiale/qianneng/pc/ExplorationUser.vue +1 -1
- package/src/filiale/qianneng/pc/FunctionServiceControl.vue +130 -0
- package/src/filiale/qianneng/pc/InstallInfoSelect.vue +17 -18
- package/src/filiale/qianneng/pc/InstallationDetails.vue +15 -2
- package/src/filiale/qianneng/pc/ServiceControl.vue +29 -4
- package/src/filiale/qianneng/pc/ServiceView.vue +1121 -1118
- package/src/filiale/qianneng/pc/StopApplyList.vue +290 -0
- package/src/filiale/qianneng/pc/SupervisoryList.vue +5 -2
- package/src/filiale/qianneng/pc/addressAndUserinfoManagement.vue +491 -389
- package/src/filiale/qianneng/pc/chargeManagement.vue +30 -4
- package/src/filiale/qianneng/pc/devicesManagement.vue +10 -11
- package/src/filiale/qianneng/pc/printChargepc.vue +109 -0
- package/src/filiale/qianneng/pc/printactivatecard.vue +18 -10
- package/src/filiale/qianneng/pc.js +28 -26
- package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +24 -25
- package/src/filiale/yangchunboneng/android/AppInstallationDetails.vue +492 -492
- package/src/filiale/yangchunboneng/android/AppServiceControl.vue +32 -26
- package/src/filiale/yangchunboneng/android/AppSuperServiceControl.vue +1497 -0
- package/src/filiale/yangchunboneng/android/AppSupervisoryCart.vue +130 -0
- package/src/filiale/yangchunboneng/android.js +3 -1
- package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +613 -608
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +43 -12
- package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +494 -0
- package/src/filiale/yangchunboneng/pc/otherchargeManagement.vue +13 -0
- package/src/filiale/yangchunboneng/pc.js +2 -1
- package/src/filiale/gongyi/android/AppUpload.vue +0 -274
package/package.json
CHANGED
package/src/apply.js
CHANGED
|
@@ -73,6 +73,7 @@ export default function (filiale) {
|
|
|
73
73
|
Vue.component('apply-devices-management', (resolve) => { require(['./components/product/Process/Processes/devicesManagement'], resolve) })
|
|
74
74
|
// 添加多个材料合并
|
|
75
75
|
Vue.component('add-material-science', (resolve) => { require(['./components/product/Process/Processes/addMaterialScience'], resolve) })
|
|
76
|
+
Vue.component('return-material-science', (resolve) => { require(['./components/product/Process/Processes/ReturnMaterialScience'], resolve) })
|
|
76
77
|
Vue.component('test', (resolve) => { require(['./components/product/Test'], resolve) })
|
|
77
78
|
|
|
78
79
|
/** VueUtils **/
|
|
@@ -124,6 +125,10 @@ export default function (filiale) {
|
|
|
124
125
|
|
|
125
126
|
|
|
126
127
|
|
|
128
|
+
Vue.component('apply-material-display', (resolve) => { require(['./components/product/MaterialsManage/MaterialsList'], resolve) })
|
|
129
|
+
Vue.component('apply-material-manage', (resolve) => { require(['./components/product/MaterialsManage/MaterialsManage'], resolve) })
|
|
130
|
+
Vue.component('apply-materials-base', (resolve) => { require(['./components/product/MaterialsManage/MaterialsBase'], resolve) })
|
|
131
|
+
Vue.component('apply-map-location', (resolve) => { require(['./components/product/ApplyMap/AMapLocation'], resolve) })
|
|
127
132
|
if (filiale) {
|
|
128
133
|
let filialeComp = require(`./filiale/${filiale}/pc`).specialComp
|
|
129
134
|
for (let key in filialeComp) {
|
package/src/applyAndroid.js
CHANGED
|
@@ -46,7 +46,8 @@ export default function (filiale) {
|
|
|
46
46
|
Vue.component('app-ignition-ventilation', (resolve) => { require(['./components/android/Ignition/VentilationIgnition'], resolve) })
|
|
47
47
|
Vue.component('app-ignition-handle', (resolve) => { require(['./components/android/Ignition/VentilationIgnitionHandle'], resolve) })
|
|
48
48
|
Vue.component('material-one', (resolve) => { require(['./components/android/MaterIialOne'], resolve) })
|
|
49
|
-
Vue.component('
|
|
49
|
+
Vue.component('app-installation-material', (resolve) => { require(['./components/android/AppInstallationMaterial.vue'], resolve) })
|
|
50
|
+
Vue.component('app-charge-list', (resolve) => { require(['./components/android/Process/AppChargeList.vue'], resolve) })
|
|
50
51
|
Vue.component('app-other-charge-list', (resolve) => { require(['./components/android/Process/AppOtherChargeList.vue'], resolve) })
|
|
51
52
|
// 特殊目录给这里加
|
|
52
53
|
if (filiale) {
|
|
Binary file
|
|
Binary file
|
|
@@ -148,11 +148,101 @@
|
|
|
148
148
|
<p class="panel-title col-xs-3 text-left font">确认时间</p>
|
|
149
149
|
<p class="panel-title col-xs-9 text-left input-font">{{ row.f_confirm_date }}</p>
|
|
150
150
|
</div>
|
|
151
|
+
<div class="row">
|
|
152
|
+
<button v-if="$parent.$parent.$parent.isEmpty(row.f_confirm_person)" style="background-color:#499edf;float: right" class="btn btn-info" @click="$parent.$parent.$parent.confirmModal(row)">确认收款</button>
|
|
153
|
+
</div>
|
|
151
154
|
</div>
|
|
152
155
|
</div>
|
|
153
156
|
</div>
|
|
154
157
|
</list>
|
|
155
158
|
</criteria-paged>
|
|
159
|
+
<validator name="v">
|
|
160
|
+
<modal v-if="showmodel" :show.sync="showmodel" v-ref:modal title="确认收款">
|
|
161
|
+
<header slot="modal-header" class="modal-header">
|
|
162
|
+
<button type="button" class="close" @click="closemodel"><span>×</span></button>
|
|
163
|
+
<h4 class="modal-title">确认收款</h4>
|
|
164
|
+
</header>
|
|
165
|
+
|
|
166
|
+
<article slot="modal-body" class="modal-body clearfix">
|
|
167
|
+
<div class="form-group col-sm-12">
|
|
168
|
+
<label class="col-sm-2 control-label">收费金额:</label>
|
|
169
|
+
<div class="col-sm-10">
|
|
170
|
+
<input type="text"
|
|
171
|
+
class="form-control input_view"
|
|
172
|
+
style="width: 100%"
|
|
173
|
+
readonly
|
|
174
|
+
v-model="charge.f_charge_money" />
|
|
175
|
+
</div>
|
|
176
|
+
</div>
|
|
177
|
+
<div class="form-group col-sm-12">
|
|
178
|
+
<label class="col-sm-2 control-label">付款方式:</label>
|
|
179
|
+
<div class="col-sm-10">
|
|
180
|
+
<input type="text"
|
|
181
|
+
class="form-control input_view"
|
|
182
|
+
style="width: 100%"
|
|
183
|
+
readonly
|
|
184
|
+
v-model="charge.f_payment_method" />
|
|
185
|
+
</div>
|
|
186
|
+
</div>
|
|
187
|
+
<div class="form-group col-sm-12">
|
|
188
|
+
<label class="col-sm-2 control-label">金额大写:</label>
|
|
189
|
+
<div class="col-sm-10">
|
|
190
|
+
<input type="text"
|
|
191
|
+
class="form-control input_view"
|
|
192
|
+
style="width: 100%"
|
|
193
|
+
readonly
|
|
194
|
+
v-model="charge.f_amount_words" />
|
|
195
|
+
</div>
|
|
196
|
+
</div>
|
|
197
|
+
<div class="form-group col-sm-12">
|
|
198
|
+
<label class="col-sm-2 control-label">收费人员:</label>
|
|
199
|
+
<div class="col-sm-10">
|
|
200
|
+
<input type="text"
|
|
201
|
+
class="form-control input_view"
|
|
202
|
+
style="width: 100%"
|
|
203
|
+
readonly
|
|
204
|
+
v-model="charge.f_charge_collectors" />
|
|
205
|
+
</div>
|
|
206
|
+
</div>
|
|
207
|
+
<div class="form-group col-sm-12">
|
|
208
|
+
<label class="col-sm-2 control-label">确认人:</label>
|
|
209
|
+
<div class="col-sm-10">
|
|
210
|
+
<input type="text"
|
|
211
|
+
class="form-control input_view"
|
|
212
|
+
style="width: 100%"
|
|
213
|
+
v-model="charge.f_confirm_person" />
|
|
214
|
+
</div>
|
|
215
|
+
</div>
|
|
216
|
+
<div class="form-group col-sm-12">
|
|
217
|
+
<label class="col-sm-2 control-label">确认时间:</label>
|
|
218
|
+
<div class="col-sm-10">
|
|
219
|
+
<datepicker id="startDate" placeholder="确认时间"
|
|
220
|
+
style="width: 60%!important;"
|
|
221
|
+
v-model="charge.f_confirm_date"
|
|
222
|
+
:value.sync="charge.f_confirm_date"
|
|
223
|
+
:default="true"
|
|
224
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
225
|
+
:show-reset-button="true"
|
|
226
|
+
>
|
|
227
|
+
</datepicker>
|
|
228
|
+
</div>
|
|
229
|
+
</div>
|
|
230
|
+
<div class="form-group col-sm-12">
|
|
231
|
+
<label class="col-sm-2 control-label">备注:</label>
|
|
232
|
+
<div class="col-sm-10">
|
|
233
|
+
<input type="text"
|
|
234
|
+
class="form-control input_view"
|
|
235
|
+
style="width: 100%"
|
|
236
|
+
v-model="charge.f_charge_remarks" />
|
|
237
|
+
</div>
|
|
238
|
+
</div>
|
|
239
|
+
</article>
|
|
240
|
+
|
|
241
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
242
|
+
<button type="button" class="btn btn-primary" :disabled='!$v.valid' @click="ConfirmPayment()">确认收款</button>
|
|
243
|
+
</footer>
|
|
244
|
+
</modal>
|
|
245
|
+
</validator>
|
|
156
246
|
</div>
|
|
157
247
|
</template>
|
|
158
248
|
|
|
@@ -160,7 +250,7 @@
|
|
|
160
250
|
|
|
161
251
|
import {HttpResetClass, PagedList} from 'vue-client'
|
|
162
252
|
import Vue from 'vue'
|
|
163
|
-
|
|
253
|
+
|
|
164
254
|
|
|
165
255
|
export default {
|
|
166
256
|
title: '报建收费明细',
|
|
@@ -168,7 +258,9 @@ export default {
|
|
|
168
258
|
return {
|
|
169
259
|
model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/getApplyCharge`,
|
|
170
260
|
5, {}
|
|
171
|
-
)
|
|
261
|
+
),
|
|
262
|
+
showmodel:false,
|
|
263
|
+
charge:{}
|
|
172
264
|
}
|
|
173
265
|
},
|
|
174
266
|
ready () {
|
|
@@ -177,13 +269,45 @@ export default {
|
|
|
177
269
|
this.search()
|
|
178
270
|
},
|
|
179
271
|
methods: {
|
|
272
|
+
isEmpty (str) {
|
|
273
|
+
return str === undefined || str === null || str.toString().trim() === ''
|
|
274
|
+
},
|
|
180
275
|
search () {
|
|
181
276
|
this.$refs.paged.$refs.cri.search()
|
|
182
277
|
},
|
|
183
278
|
async selfSearch (args) {
|
|
184
279
|
args.condition = args.condition + ` and cr.f_orgid in (${Vue.user.orgid})`
|
|
185
280
|
this.model.search(args.condition, args.model)
|
|
186
|
-
}
|
|
281
|
+
},
|
|
282
|
+
confirmModal(row){
|
|
283
|
+
this.charge = row
|
|
284
|
+
this.showmodel = true
|
|
285
|
+
},
|
|
286
|
+
closemodel(){
|
|
287
|
+
this.charge = {}
|
|
288
|
+
this.showmodel = false
|
|
289
|
+
this.search()
|
|
290
|
+
},
|
|
291
|
+
async ConfirmPayment() {
|
|
292
|
+
let http = new HttpResetClass()
|
|
293
|
+
let data = {
|
|
294
|
+
charge: this.charge
|
|
295
|
+
}
|
|
296
|
+
let res = await http.load('POST', this.$androidUtil.getProxyUrl() +'rs/logic/confirmCharge', {data: data}, {
|
|
297
|
+
resolveMsg: null,
|
|
298
|
+
rejectMsg: '提交失败!!!'
|
|
299
|
+
})
|
|
300
|
+
if(res.data==200){
|
|
301
|
+
this.$showAlert('提交成功!!!', 'success', 3000)
|
|
302
|
+
//延时1s
|
|
303
|
+
setTimeout(() => {
|
|
304
|
+
this.charge = {}
|
|
305
|
+
this.showmodel = false
|
|
306
|
+
}, 1000)
|
|
307
|
+
}
|
|
308
|
+
//重新查询
|
|
309
|
+
this.search()
|
|
310
|
+
},
|
|
187
311
|
}
|
|
188
312
|
|
|
189
313
|
}
|
|
@@ -47,9 +47,17 @@
|
|
|
47
47
|
<label for="f_brand_spec" class="font text-left">收费项目:</label>
|
|
48
48
|
</div>
|
|
49
49
|
<div class="col-xs-8">
|
|
50
|
-
<
|
|
50
|
+
<v-select id="checker" :value.sync="model.f_brand_spec" class="input-font"
|
|
51
|
+
:width="'60%'"
|
|
52
|
+
:options='$parent.$parent.brandspecs' placeholder='收费项目'
|
|
53
|
+
:value-single="true"
|
|
54
|
+
condition="f_brand_spec like '%{}%'"
|
|
55
|
+
v-model="model.f_brand_spec"
|
|
56
|
+
close-on-select
|
|
57
|
+
clear-button></v-select>
|
|
58
|
+
<!-- <input type="text" class="search_input input-font"
|
|
51
59
|
v-model=model.f_brand_spec
|
|
52
|
-
condition="f_brand_spec like '%{}%'"
|
|
60
|
+
condition="f_brand_spec like '%{}%'">-->
|
|
53
61
|
</div>
|
|
54
62
|
</div>
|
|
55
63
|
<div class="row app-row">
|
|
@@ -57,9 +65,17 @@
|
|
|
57
65
|
<label for="f_payment" class="font text-left">付款方式:</label>
|
|
58
66
|
</div>
|
|
59
67
|
<div class="col-xs-8">
|
|
60
|
-
<
|
|
68
|
+
<v-select id="checker" :value.sync="model.f_payment" class="input-font"
|
|
69
|
+
:width="'60%'"
|
|
70
|
+
:options='$parent.$parent.payments' placeholder='付款方式'
|
|
71
|
+
:value-single="true"
|
|
72
|
+
condition="f_payment like '%{}%'"
|
|
73
|
+
v-model="model.f_payment"
|
|
74
|
+
close-on-select
|
|
75
|
+
clear-button></v-select>
|
|
76
|
+
<!-- <input type="text" class="search_input input-font"
|
|
61
77
|
v-model=model.f_payment
|
|
62
|
-
condition="f_payment like '%{}%'"
|
|
78
|
+
condition="f_payment like '%{}%'">-->
|
|
63
79
|
</div>
|
|
64
80
|
</div>
|
|
65
81
|
<div class="row app-row">
|
|
@@ -72,7 +88,7 @@
|
|
|
72
88
|
:options='$parent.$parent.states' placeholder='收费状态'
|
|
73
89
|
:value-single="true"
|
|
74
90
|
condition="f_state ='{}'"
|
|
75
|
-
v-model="model.
|
|
91
|
+
v-model="model.f_state"
|
|
76
92
|
close-on-select
|
|
77
93
|
clear-button></v-select>
|
|
78
94
|
</div>
|
|
@@ -116,6 +132,14 @@
|
|
|
116
132
|
condition="f_operator = '{}'">
|
|
117
133
|
</div>
|
|
118
134
|
</div>
|
|
135
|
+
<div class="row app-row" >
|
|
136
|
+
<div class="col-xs-6" style="text-align: center">
|
|
137
|
+
<span class="font text-left">合计户数:{{$parent.model.count}}</span>
|
|
138
|
+
</div>
|
|
139
|
+
<div class="col-xs-6" style="text-align: center">
|
|
140
|
+
<span class="font text-left">合计金额:{{$parent.model.sums.f_money}}</span>
|
|
141
|
+
</div>
|
|
142
|
+
</div>
|
|
119
143
|
<div class="row text-center app-row" >
|
|
120
144
|
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;" @click="search()">查询</button>
|
|
121
145
|
</div>
|
|
@@ -200,9 +224,11 @@ export default {
|
|
|
200
224
|
model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/applyotherChargeQuery`,
|
|
201
225
|
10, {
|
|
202
226
|
orderitem: '`f_operate_date DESC`'
|
|
203
|
-
}
|
|
227
|
+
},{f_money:''}
|
|
204
228
|
),
|
|
205
|
-
states:[{'label':'有效','value':'有效'},{'label':'无效','value':'无效'}]
|
|
229
|
+
states:[{'label':'全部','value':''},{'label':'有效','value':'有效'},{'label':'无效','value':'无效'},{'label':'冲正','value':'冲正'},{'label':'撤销','value':'撤销'}],
|
|
230
|
+
payments:this.$appdata.getParam('付款方式查询')?[{label:'全部',value:''}, ...this.$appdata.getParam('付款方式查询')]:[{label:'全部',value:''}],
|
|
231
|
+
brandspecs:this.$appdata.getParam('其他收费类型')?[{label:'全部',value:''}, ...this.$appdata.getParam('其他收费类型')]:[{label:'全部',value:''}]
|
|
206
232
|
}
|
|
207
233
|
},
|
|
208
234
|
ready () {
|
|
@@ -212,8 +238,8 @@ export default {
|
|
|
212
238
|
},
|
|
213
239
|
methods: {
|
|
214
240
|
async selfSearch (args) {
|
|
215
|
-
args.condition = args.condition + ` and f_orgid = '${Vue.user.orgid}'
|
|
216
|
-
this.model.search(args.condition, args.model)
|
|
241
|
+
args.condition = args.condition + ` and f_orgid = '${Vue.user.orgid}'`
|
|
242
|
+
this.model.search(args.condition, args.model,args.condValueStr)
|
|
217
243
|
}
|
|
218
244
|
}
|
|
219
245
|
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<h4 class="modal-title">添加材料</h4>
|
|
61
61
|
</header>
|
|
62
62
|
<article slot="modal-body" class="modal-body clearfix">
|
|
63
|
-
<
|
|
63
|
+
<app-installation-material v-if="changeModel" :selectdata = "selectdata" @valueChange="change" @aftersave="aftersave()"></app-installation-material>
|
|
64
64
|
</article>
|
|
65
65
|
<footer slot="modal-footer" class="modal-footer">
|
|
66
66
|
|