apply-clients 3.5.4-2 → 3.5.4-21
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/build/dev-server.js +137 -133
- package/package.json +1 -1
- package/src/App.vue +25 -25
- package/src/components/android/Process/AppServiceControl.vue +5 -0
- package/src/components/android/Process/Processes/AppAddMaterialScience.vue +493 -493
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +1 -3
- package/src/components/image/dxf.png +0 -0
- package/src/components/product/Process/ExplorationUser.vue +1 -0
- package/src/components/product/Process/Processes/addMaterialScience.vue +471 -471
- package/src/filiale/baiyin/android/AppServiceControl.vue +1762 -0
- package/src/filiale/baiyin/android/ByAddMaterialScience.vue +801 -0
- package/src/filiale/baiyin/android/ByDeviceManagement.vue +917 -0
- package/src/filiale/baiyin/android.js +8 -0
- package/src/filiale/fugou/android/AppChargeManagement.vue +132 -1
- package/src/filiale/fugou/pc/ServiceControl.vue +27 -6
- package/src/filiale/qianneng/android/AppExplorationUser.vue +38 -0
- package/src/filiale/qianneng/android/AppInstallationDetails.vue +20 -11
- package/src/filiale/qianneng/pc/ApplyUpload.vue +292 -291
- package/src/filiale/qianneng/pc/Applybatchdispatch.vue +11 -6
- package/src/filiale/qianneng/pc/InstallationDetails.vue +614 -586
- package/src/filiale/qianneng/pc/ServiceControl.vue +1 -0
- package/src/filiale/qianneng/pc/printactivatecard.vue +6 -6
- package/src/filiale/ruihua/pc/InstallationDetails.vue +610 -0
- package/src/filiale/ruihua/pc/ServiceControl.vue +20 -0
- package/src/filiale/ruihua/pc/printVentilation.vue +21 -6
- package/src/filiale/ruihua/pc.js +1 -0
- package/src/filiale/shexian/android/AppServiceControl.vue +1758 -1753
- package/src/filiale/shexian/android/AppTakePic.vue +94 -140
- package/src/filiale/siyangRH/pc/chargeManagement.vue +810 -0
- package/src/filiale/siyangRH/pc.js +1 -0
- package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +4 -0
- package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +12 -0
- package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +7 -3
- package/src/filiale/yangchunboneng/android/AppServiceControl.vue +17 -1
- package/src/filiale/yangchunboneng/android/AppSuperServiceControl.vue +1 -1
- package/src/filiale/yangchunboneng/android/AppUpload.vue +50 -8
- package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +230 -219
- package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +53 -13
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +183 -2
- package/src/filiale/yangchunboneng/pc/SupervisoryControlNew.vue +140 -0
- package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +54 -13
- package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +613 -0
- package/src/filiale/yangchunboneng/pc/SupervisoryServiceControl.vue +902 -0
- package/src/filiale/yangchunboneng/pc/SupervisoryServiceControlNew.vue +901 -0
- package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1117 -0
- package/src/filiale/yangchunboneng/pc/chargeManagement.vue +99 -12
- package/src/filiale/yangchunboneng/pc.js +6 -1
- package/src/main.js +23 -23
|
@@ -43,28 +43,25 @@
|
|
|
43
43
|
type="button"
|
|
44
44
|
name="button"
|
|
45
45
|
class="btn btn-link"
|
|
46
|
-
:disabled="$parent.$parent.mark === 1 || row.f_charge_status === '作废'"
|
|
46
|
+
:disabled="$parent.$parent.mark === 1 || row.f_charge_status === '作废' || row.f_back_state==='已退费' "
|
|
47
47
|
@click="$parent.$parent.showConfirmModal(row,'确认收款')"
|
|
48
48
|
>确认收款</button>
|
|
49
49
|
</nobr>
|
|
50
|
-
<!-- <nobr v-if="row.f_charge_status !== '退款'&& row.f_charge_status !== '作废' && row.f_confirm_person!=null&& row.f_auditor_person==null">
|
|
51
|
-
<button
|
|
52
|
-
type="button"
|
|
53
|
-
name="button"
|
|
54
|
-
class="btn btn-link"
|
|
55
|
-
:disabled="$parent.$parent.mark === 1 || row.f_charge_status === '作废'"
|
|
56
|
-
@click="$parent.$parent.showConfirmModal(row,'确认审核')"
|
|
57
|
-
>确认审核</button>
|
|
58
|
-
</nobr>-->
|
|
59
50
|
<nobr v-if="row.f_charge_status !== '退款'">
|
|
60
51
|
<button
|
|
61
52
|
type="button"
|
|
62
53
|
name="button"
|
|
63
54
|
class="btn btn-link"
|
|
64
|
-
:disabled="$parent.$parent.mark === 1 || row.f_charge_status === '作废'"
|
|
55
|
+
:disabled="$parent.$parent.mark === 1 || row.f_charge_status === '作废' || row.f_back_state==='已退费'"
|
|
65
56
|
@click="$parent.$parent.showInvalidModal(row)"
|
|
66
57
|
>作废</button>
|
|
67
|
-
|
|
58
|
+
<button
|
|
59
|
+
type="button"
|
|
60
|
+
name="button"
|
|
61
|
+
class="btn btn-link"
|
|
62
|
+
:disabled="$parent.$parent.mark === 1 || row.f_charge_status === '作废' || row.f_back_state==='已退费'"
|
|
63
|
+
@click="$parent.$parent.showBackdModal(row)"
|
|
64
|
+
>退费</button>
|
|
68
65
|
<button
|
|
69
66
|
type="button"
|
|
70
67
|
name="button"
|
|
@@ -588,6 +585,76 @@
|
|
|
588
585
|
<button type="button" class="btn btn-primary" @click="print()">打印</button>
|
|
589
586
|
</footer>
|
|
590
587
|
</modal>
|
|
588
|
+
<modal v-if="showback" :show.sync="showback" v-ref:modal :backdrop="false" title="收费退费">
|
|
589
|
+
<header slot="modal-header" class="modal-header">
|
|
590
|
+
<button type="button" class="close" @click="closeModal"><span>×</span></button>
|
|
591
|
+
<h4 class="modal-title">收费退费</h4>
|
|
592
|
+
</header>
|
|
593
|
+
<article slot="modal-body" class="modal-body clearfix">
|
|
594
|
+
<div class="form-group col-sm-12" v-if="false">
|
|
595
|
+
<label class="col-sm-2 control-label">缴费地址:</label>
|
|
596
|
+
<div class="col-sm-10">
|
|
597
|
+
<input type="text"
|
|
598
|
+
class="form-control input_view"
|
|
599
|
+
style="width: 100%"
|
|
600
|
+
readonly
|
|
601
|
+
v-model="charge.f_useraddres" />
|
|
602
|
+
</div>
|
|
603
|
+
</div>
|
|
604
|
+
<div class="form-group col-sm-12">
|
|
605
|
+
<label class="col-sm-2 control-label">收费金额:</label>
|
|
606
|
+
<div class="col-sm-10">
|
|
607
|
+
<input type="text"
|
|
608
|
+
class="form-control input_view"
|
|
609
|
+
style="width: 100%"
|
|
610
|
+
readonly
|
|
611
|
+
v-model="charge.f_charge_money" />
|
|
612
|
+
</div>
|
|
613
|
+
</div>
|
|
614
|
+
<div class="form-group col-sm-12">
|
|
615
|
+
<label class="col-sm-2 control-label">付款方式:</label>
|
|
616
|
+
<div class="col-sm-10">
|
|
617
|
+
<input type="text"
|
|
618
|
+
class="form-control input_view"
|
|
619
|
+
style="width: 100%"
|
|
620
|
+
readonly
|
|
621
|
+
v-model="charge.f_payment_method" />
|
|
622
|
+
</div>
|
|
623
|
+
</div>
|
|
624
|
+
<div class="form-group col-sm-12">
|
|
625
|
+
<label class="col-sm-2 control-label">金额大写:</label>
|
|
626
|
+
<div class="col-sm-10">
|
|
627
|
+
<input type="text"
|
|
628
|
+
class="form-control input_view"
|
|
629
|
+
style="width: 100%"
|
|
630
|
+
readonly
|
|
631
|
+
v-model="charge.f_amount_words" />
|
|
632
|
+
</div>
|
|
633
|
+
</div>
|
|
634
|
+
<div class="form-group col-sm-12">
|
|
635
|
+
<label class="col-sm-2 control-label">收费人员:</label>
|
|
636
|
+
<div class="col-sm-10">
|
|
637
|
+
<input type="text"
|
|
638
|
+
class="form-control input_view"
|
|
639
|
+
style="width: 100%"
|
|
640
|
+
readonly
|
|
641
|
+
v-model="charge.f_charge_collectors" />
|
|
642
|
+
</div>
|
|
643
|
+
</div>
|
|
644
|
+
<div class="form-group col-sm-12" :class="charge.f_void_remarks ? '':'has-error'">
|
|
645
|
+
<label class="col-sm-2 control-label">退费原因:</label>
|
|
646
|
+
<div class="col-sm-10">
|
|
647
|
+
<input type="text"
|
|
648
|
+
class="form-control input_view"
|
|
649
|
+
style="width: 100%"
|
|
650
|
+
v-model="charge.f_void_remarks" />
|
|
651
|
+
</div>
|
|
652
|
+
</div>
|
|
653
|
+
</article>
|
|
654
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
655
|
+
<button type="button" class="btn btn-primary" :disabled="!charge.f_void_remarks" @click="backApplyCharge()">确认退费</button>
|
|
656
|
+
</footer>
|
|
657
|
+
</modal>
|
|
591
658
|
</div>
|
|
592
659
|
</template>
|
|
593
660
|
<script>
|
|
@@ -609,6 +676,7 @@ export default {
|
|
|
609
676
|
},
|
|
610
677
|
data () {
|
|
611
678
|
return {
|
|
679
|
+
showback: false,
|
|
612
680
|
showCharge: false, // 收费明细
|
|
613
681
|
showInvalid: false, // 作废
|
|
614
682
|
showPrint: false, // 打印
|
|
@@ -669,6 +737,20 @@ export default {
|
|
|
669
737
|
this.charge.f_outstanding_amount = this.selectdata.f_price
|
|
670
738
|
}
|
|
671
739
|
},
|
|
740
|
+
async backApplyCharge() {
|
|
741
|
+
let http = new HttpResetClass()
|
|
742
|
+
let data = {
|
|
743
|
+
apply: this.selectdata,
|
|
744
|
+
user: this.$login.f,
|
|
745
|
+
charge: this.charge
|
|
746
|
+
}
|
|
747
|
+
let res = await http.load('POST', 'rs/logic/backApplyCharge', {data: data}, {
|
|
748
|
+
resolveMsg: null,
|
|
749
|
+
rejectMsg: '退费失败!!!'
|
|
750
|
+
})
|
|
751
|
+
this.selectdata = res.data
|
|
752
|
+
this.$dispatch('breakControl', this.selectdata)
|
|
753
|
+
},
|
|
672
754
|
async invalidApplyCharge() {
|
|
673
755
|
|
|
674
756
|
let http = new HttpResetClass()
|
|
@@ -757,6 +839,10 @@ export default {
|
|
|
757
839
|
this.charge = row
|
|
758
840
|
this.showInvalid = true
|
|
759
841
|
},
|
|
842
|
+
showBackdModal(row) {
|
|
843
|
+
this.charge = row
|
|
844
|
+
this.showback= true
|
|
845
|
+
},
|
|
760
846
|
showConfirmModal(row,type){
|
|
761
847
|
this.charge = row
|
|
762
848
|
if (type == '确认收款'){
|
|
@@ -920,6 +1006,7 @@ export default {
|
|
|
920
1006
|
},
|
|
921
1007
|
// 关闭对话框
|
|
922
1008
|
closeModal() {
|
|
1009
|
+
this.showback = false
|
|
923
1010
|
this.showCharge = false
|
|
924
1011
|
this.showInvalid = false
|
|
925
1012
|
this.showPrint = false
|
|
@@ -12,7 +12,12 @@ let specialComp = {
|
|
|
12
12
|
'add-material-science': (resolve) => { require(['./pc/addMaterialScience.vue'], resolve) },
|
|
13
13
|
'apply-devices-management': (resolve) => { require(['./pc/devicesManagement.vue'], resolve) },
|
|
14
14
|
'service-view': (resolve) => { require(['./pc/ServiceView.vue'], resolve) },
|
|
15
|
+
'supervisory-service-view': (resolve) => { require(['./pc/SupervisoryServiceView'], resolve) },
|
|
15
16
|
'other-charge-management': (resolve) => { require(['./pc/otherchargeManagement.vue'], resolve) },
|
|
16
|
-
'supervisory-
|
|
17
|
+
'supervisory-service-control': (resolve) => { require(['./pc/SupervisoryServiceControl'], resolve) },
|
|
18
|
+
'supervisory-service-control-new': (resolve) => { require(['./pc/SupervisoryServiceControlNew'], resolve) },
|
|
19
|
+
'supervisory-list': (resolve) => { require(['./pc/SupervisoryList.vue'], resolve) },
|
|
20
|
+
'supervisory-list-new': (resolve) => { require(['./pc/SupervisoryListNew.vue'], resolve) },
|
|
21
|
+
'supervisory-control-new': (resolve) => { require(['./pc/SupervisoryControlNew'], resolve) }
|
|
17
22
|
}
|
|
18
23
|
exports.specialComp = specialComp
|
package/src/main.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import App from './App'
|
|
3
|
-
import { all } from 'vue-client'
|
|
4
|
-
import {ldap} from 'ldap-clients'
|
|
5
|
-
import {system} from 'system-clients'
|
|
6
|
-
import {sale} from 'sale-client'
|
|
7
|
-
import {material} from 'material-client'
|
|
8
|
-
|
|
9
|
-
import apply from './apply'
|
|
10
|
-
|
|
11
|
-
all()
|
|
12
|
-
apply('qianneng')
|
|
13
|
-
ldap()
|
|
14
|
-
sale('qianneng')
|
|
15
|
-
material()
|
|
16
|
-
system(false, 'qianneng')
|
|
17
|
-
|
|
18
|
-
require('system-clients/src/styles/less/bootstrap.less')
|
|
19
|
-
require('./expandcss.less')
|
|
20
|
-
new Vue({
|
|
21
|
-
el: 'body',
|
|
22
|
-
components: { App }
|
|
23
|
-
})
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import App from './App'
|
|
3
|
+
import { all } from 'vue-client'
|
|
4
|
+
import {ldap} from 'ldap-clients'
|
|
5
|
+
import {system} from 'system-clients'
|
|
6
|
+
import {sale} from 'sale-client'
|
|
7
|
+
import {material} from 'material-client'
|
|
8
|
+
|
|
9
|
+
import apply from './apply'
|
|
10
|
+
|
|
11
|
+
all()
|
|
12
|
+
apply('qianneng')
|
|
13
|
+
ldap()
|
|
14
|
+
sale('qianneng')
|
|
15
|
+
material()
|
|
16
|
+
system(false, 'qianneng')
|
|
17
|
+
|
|
18
|
+
require('system-clients/src/styles/less/bootstrap.less')
|
|
19
|
+
require('./expandcss.less')
|
|
20
|
+
new Vue({
|
|
21
|
+
el: 'body',
|
|
22
|
+
components: { App }
|
|
23
|
+
})
|