sale-client 4.1.230 → 4.2.1-ronghao
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 +29 -46
- package/package.json +2 -2
- package/src/App.vue +3 -3
- package/src/components/FilesManage/UserGeneralInfoTest.vue +4 -4
- package/src/components/FilesManageNew/FileUserFiles.vue +2 -4
- package/src/components/FilesManageNew/MeterinfoTest.vue +9 -9
- package/src/components/FilesManageNew/UserEssentialInfoTest.vue +201 -227
- package/src/components/FilesManageNew/UserGeneralInfoTest.vue +0 -2
- package/src/components/charge/business/CardMeterCenter.vue +1 -1
- package/src/components/charge/business/FilesComplete.vue +3 -3
- package/src/components/charge/business/IOTMeterCenter.vue +1 -1
- package/src/components/charge/business/OtherChargeNew.vue +68 -48
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +10 -1
- package/src/components/common/userinfo_detail/ic_detail/CardHandRecord.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/GarbageRecordList.vue +69 -0
- package/src/components/common/userinfo_detail/ic_detail/InsuranceChargesRecord.vue +384 -0
- package/src/components/common/userinfo_detail/ic_detail/WebHandQueryUser.vue +1 -1
- package/src/components/revenue/Common/MeterMessage.vue +1 -1
- package/src/components/revenue/HandManager/MeterBookUser.vue +726 -726
- package/src/components/revenue/HandManager/WebHand.vue +7 -4
- package/src/components/revenue/base/leftview/SafeCheck.vue +41 -3
- package/src/components/revenue/base/leftview/UserFeeInfo.vue +76 -0
- package/src/components/revenue/base/leftview/otherinfo.vue +1 -0
- package/src/components/revenue/base/rightview/CardList.vue +7 -3
- package/src/components/revenue/batchDeduction/batchDeductionList.vue +1 -1
- package/src/components/revenue/cardHandManage/cardDown.vue +18 -0
- package/src/components/revenue/changeInsurance/InsuranceAdd.vue +1 -0
- package/src/components/revenue/changeInsurance/InsuranceRecord.vue +2 -1
- package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPayment.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/GiftFee/icTable.vue +4 -2
- package/src/components/revenue/comprehen/ComprehenOperation/QrPay/QrPaymentDetailed.vue +423 -423
- package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +469 -469
- package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +2 -2
- package/src/components/revenue/machineHandManage/ArrearsQuery.vue +938 -938
- package/src/components/revenue/machineHandManage/HandplanQuery.vue +1 -1
- package/src/components/revenue/machineHandManage/machineHand.vue +3 -2
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +970 -970
- package/src/filiale/alashan/eticket/EticketRecordList.vue +428 -428
- package/src/filiale/bayan/ChargeList.vue +1010 -1010
- package/src/filiale/bayan/StockListmain.vue +543 -543
- package/src/filiale/beifangshiye/OtherChargeNew.vue +625 -625
- package/src/filiale/dexin/MeterinfoTest.vue +1239 -0
- package/src/filiale/dexin/UserEssentialInfoTest.vue +602 -0
- package/src/filiale/dexin/sale.js +5 -0
- package/src/filiale/fugou/MeterinfoTest.vue +1 -1
- package/src/filiale/jiaxian/AutomaticPurse.vue +349 -0
- package/src/filiale/jiaxian/ChangeMeterQueryUser.vue +303 -0
- package/src/filiale/jiaxian/ChangeRecord.vue +44 -2
- package/src/filiale/jiaxian/FillCardQueryUser.vue +250 -0
- package/src/filiale/jiaxian/FillGasQueryUser.vue +270 -0
- package/src/filiale/jiaxian/OtherChargeQueryUser.vue +305 -0
- package/src/filiale/jiaxian/PriceAdjustmentQueryUser.vue +368 -0
- package/src/filiale/jiaxian/PriceChangeQueryUser.vue +243 -0
- package/src/filiale/jiaxian/QueryInstruct.vue +436 -0
- package/src/filiale/jiaxian/RecordQueryUser.vue +321 -0
- package/src/filiale/jiaxian/Repurchase.vue +181 -0
- package/src/filiale/jiaxian/TransferQueryUser.vue +274 -0
- package/src/filiale/jiaxian/UserInfoDetailManageNew.vue +11 -11
- package/src/filiale/jiaxian/Userinfo.vue +426 -0
- package/src/filiale/jiaxian/WatchCollection.vue +54 -1
- package/src/filiale/jiaxian/WebAutomaticPurse.vue +348 -0
- package/src/filiale/jiaxian/contractSigningList.vue +149 -0
- package/src/filiale/jiaxian/sale.js +5 -0
- package/src/filiale/jinhong/AutoAccountsDetail.vue +63 -0
- package/src/filiale/jinhong/CardList.vue +572 -0
- package/src/filiale/jinhong/CardMeterCenter.vue +1 -1
- package/src/filiale/jinhong/CardMeterCenterInner.vue +61 -22
- package/src/filiale/jinhong/GarbageCharge.vue +1 -1
- package/src/filiale/jinhong/HandplanQuery.vue +1430 -0
- package/src/filiale/jinhong/IOTMeterCenterInner.vue +42 -14
- package/src/filiale/jinhong/InsuranceAdd.vue +27 -5
- package/src/filiale/jinhong/InsuranceChargesDetails.vue +11 -5
- package/src/filiale/jinhong/InsuranceRecord.vue +4 -5
- package/src/filiale/jinhong/InsuranceTemp.vue +33 -5
- package/src/filiale/jinhong/MachineChargeService.js +8 -0
- package/src/filiale/jinhong/MachineMeterCenter.vue +38 -11
- package/src/filiale/jinhong/ShowCardSellGasInner.vue +46 -14
- package/src/filiale/jinhong/Userinfo.vue +75 -1
- package/src/filiale/jinhong/insuranceGuanL.vue +349 -0
- package/src/filiale/jinhong/machineDown.vue +1205 -0
- package/src/filiale/jinhong/sale.js +9 -0
- package/src/filiale/jinhuang/UserInfoDetailManageNew.vue +259 -0
- package/src/filiale/jinhuang/WebHand.vue +1026 -0
- package/src/filiale/jinhuang/WebHandQueryUser.vue +413 -0
- package/src/filiale/jinhuang/cardsHand.vue +911 -0
- package/src/filiale/jinhuang/sale.js +8 -0
- package/src/filiale/lixianV3/ArrearsQuery.vue +938 -938
- package/src/filiale/lixianV3/InsuranceAdd.vue +1 -0
- package/src/filiale/lixianV3/InsuranceChargesDetails.vue +425 -425
- package/src/filiale/meihekou/CardMeterCenter.vue +991 -0
- package/src/filiale/meihekou/ChargeManage.vue +3 -2
- package/src/filiale/meihekou/ChargeOper.vue +279 -169
- package/src/filiale/meihekou/HandManager.vue +57 -2
- package/src/filiale/meihekou/NoCardMeterCenter.vue +542 -0
- package/src/filiale/meihekou/OverUseCharge.vue +1 -1
- package/src/filiale/meihekou/PrintBill.vue +48 -41
- package/src/filiale/meihekou/ReissueBill.vue +4 -1
- package/src/filiale/meihekou/ShowCardSellGas.vue +935 -0
- package/src/filiale/meihekou/TransferManage.vue +704 -0
- package/src/filiale/meihekou/Userinfo.vue +233 -5
- package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +281 -281
- package/src/filiale/meihekou/icTable.vue +233 -0
- package/src/filiale/meihekou/machineHand.vue +2158 -0
- package/src/filiale/meihekou/manualChargeCenter.vue +394 -0
- package/src/filiale/meihekou/meterTable.vue +220 -0
- package/src/filiale/meihekou/sale.js +15 -0
- package/src/filiale/qianneng/MeterMessage.vue +1 -1
- package/src/filiale/qianneng/revenue/sms/AccountMessageList.vue +508 -508
- package/src/filiale/rizhao/InsuranceAdd.vue +1 -0
- package/src/filiale/ronghao/ArrearsQuery.vue +974 -974
- package/src/filiale/ronghao/CardList.vue +19 -17
- package/src/filiale/ronghao/CardMeterChargeCancel.vue +5 -0
- package/src/filiale/ronghao/CardService.js +2144 -2144
- package/src/filiale/ronghao/ChangeMeterService.js +1 -1
- package/src/filiale/ronghao/ChargeList.vue +17 -17
- package/src/filiale/ronghao/ChargeManage.vue +325 -0
- package/src/filiale/ronghao/ChargeOper.vue +330 -0
- package/src/filiale/ronghao/FilesManageNew/UserEssentialInfoTest.vue +457 -0
- package/src/filiale/ronghao/FilesManageNew/UserGeneralInfoTest.vue +690 -0
- package/src/filiale/ronghao/HandplanQuery.vue +13 -14
- package/src/filiale/ronghao/IOTMeterCenter.vue +15 -6
- package/src/filiale/ronghao/InsuranceAdd.vue +1 -0
- package/src/filiale/ronghao/InsuranceManage.vue +58 -58
- package/src/filiale/ronghao/MachineChargeService.js +149 -149
- package/src/filiale/ronghao/NoCardMeterCenter.vue +534 -534
- package/src/filiale/ronghao/PaymentCode.vue +174 -174
- package/src/filiale/ronghao/PriceChangeCompensation/CompensationManage.vue +26 -26
- package/src/filiale/ronghao/PriceChangeCompensation/IotCompensation.vue +318 -318
- package/src/filiale/ronghao/PriceChangeCompensation/JbCompensation.vue +343 -343
- package/src/filiale/ronghao/PriceChangeCompensation/SurplusRecordDetail.vue +74 -74
- package/src/filiale/ronghao/ReplaceCardManage.vue +415 -415
- package/src/filiale/ronghao/Upload.vue +654 -654
- package/src/filiale/ronghao/Userinfo.vue +18 -18
- package/src/filiale/ronghao/cardDown.vue +1141 -1141
- package/src/filiale/ronghao/changemeterOperate.vue +315 -315
- package/src/filiale/ronghao/fillgasSpecific.vue +313 -313
- package/src/filiale/ronghao/ic_detail/ChargeRecordQuery.vue +106 -106
- package/src/filiale/ronghao/ic_detail/WatchCollection.vue +115 -115
- package/src/filiale/ronghao/ic_detail/WebHandQueryUser.vue +411 -411
- package/src/filiale/ronghao/machineDown.vue +1176 -1176
- package/src/filiale/ronghao/machineRefund.vue +3 -1
- package/src/filiale/ronghao/replacementSingleInfoOperation.vue +315 -315
- package/src/filiale/ronghao/sale.js +11 -0
- package/src/filiale/ronghao/specificInformation.vue +537 -537
- package/src/filiale/ronghao/uploadFilesHistory.vue +214 -0
- package/src/filiale/ruihua/FilesManage/MeterinfoTest.vue +10 -0
- package/src/filiale/shanxian/components/revenue/InsuranceAdd.vue +1 -0
- package/src/filiale/wuan/MeterMessage.vue +1 -1
- package/src/filiale/yangchun/BasicLivingList.vue +281 -0
- package/src/filiale/yangchun/BlackList/BlackRecordQuery.vue +1 -0
- package/src/filiale/yangchun/CardChangeFill.vue +1 -1
- package/src/filiale/yangchun/ChargeList.vue +954 -954
- package/src/filiale/yangchun/FilesManage/UserPaperInfoTest.vue +3 -3
- package/src/filiale/yangchun/NewMeterList.vue +742 -0
- package/src/filiale/yangchun/sale.js +3 -0
- package/src/filiale/yuncheng/CardList.vue +1 -1
- package/src/filiale/yuncheng/IndustryCommerceHand.vue +1145 -0
- package/src/filiale/yuncheng/IndustryCommerceHandAudit.vue +794 -0
- package/src/filiale/yuncheng/IndustryCommerceHandManager.vue +64 -0
- package/src/filiale/yuncheng/InsuranceAdd.vue +1 -0
- package/src/filiale/yuncheng/MeterBookUser.vue +781 -0
- package/src/filiale/yuncheng/UserDeviceInfoTest.vue +2 -2
- package/src/filiale/yuncheng/changemeterListMaintain.vue +504 -504
- package/src/filiale/yuncheng/industryDown.vue +1118 -0
- package/src/filiale/yuncheng/sale.js +11 -0
- package/src/filiale/yuncheng/uploadFilesHistory.vue +185 -0
- package/src/filiale/zhongsheng/BlackListList.vue +293 -293
- package/src/filiale/zhongyi/HandQueryUser.vue +389 -389
- package/src/plugins/CardService.js +2217 -2217
- package/src/sale.js +3 -1
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
<validator name='v'>
|
|
4
4
|
<form novalidate class="form-horizontal">
|
|
5
5
|
<div class="row">
|
|
6
|
-
<div class="col-sm-4 form-group">
|
|
6
|
+
<div class="col-sm-4 form-group" :class="[$v.payment.required ? 'select-error' : '']">
|
|
7
|
+
<input type="text" v-show="false" v-model="$refs.payment.selectedItems" v-validate:payment='{required: true }'>
|
|
7
8
|
<label class="font_normal_body" title="参数名称:退款方式">退费类型</label>
|
|
8
9
|
<v-select v-model="f_payment"
|
|
9
10
|
placeholder='请选择'
|
|
10
11
|
style="width:60%"
|
|
11
12
|
:value.sync="model.f_payment"
|
|
12
13
|
:options='refundtype'
|
|
14
|
+
v-ref:payment
|
|
13
15
|
close-on-select clear-button></v-select>
|
|
14
16
|
|
|
15
17
|
</div>
|
|
@@ -1,315 +1,315 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="auto">
|
|
3
|
-
<validator name='a' @valid="addressValid(true)" @invalid="addressValid(false)">
|
|
4
|
-
<form class="form-horizontal">
|
|
5
|
-
<div class="row">
|
|
6
|
-
<div class="col-sm-4">
|
|
7
|
-
<label class="font_normal_body">表编号 </label>
|
|
8
|
-
<input type="text" v-model="model.f_userinfo_id" disabled=disabled style="width: 60%" class="input_search">
|
|
9
|
-
</div>
|
|
10
|
-
<div class="col-sm-4">
|
|
11
|
-
<label class="font_normal_body">用户编号</label>
|
|
12
|
-
<input type="text" v-model="model.f_user_id" disabled=disabled style="width: 60%" class="input_search">
|
|
13
|
-
</div>
|
|
14
|
-
<div class="col-sm-4">
|
|
15
|
-
<label class="font_normal_body">用户姓名</label>
|
|
16
|
-
<input type="text" v-model="model.f_user_name" disabled=disabled style="width: 60%" class="input_search">
|
|
17
|
-
</div>
|
|
18
|
-
<!--<div class="col-sm-4">-->
|
|
19
|
-
<!--<label class="font_normal_body">收据类型</label>-->
|
|
20
|
-
<!--<input type="text" v-model="model.f_bill_style" style="width: 60%" class="input_search">-->
|
|
21
|
-
<!--</div>-->
|
|
22
|
-
</div>
|
|
23
|
-
<div class="row">
|
|
24
|
-
<div class="col-sm-4">
|
|
25
|
-
<label class="font_normal_body">用户类型</label>
|
|
26
|
-
<input type="text" v-model="model.f_user_type" disabled=disabled style="width: 60%" class="input_search">
|
|
27
|
-
</div>
|
|
28
|
-
<div class="col-sm-4">
|
|
29
|
-
<label class="font_normal_body">用气性质</label>
|
|
30
|
-
<input type="text" v-model="model.f_gasproperties" disabled=disabled style="width: 60%"
|
|
31
|
-
class="input_search">
|
|
32
|
-
</div>
|
|
33
|
-
<div class="col-sm-4">
|
|
34
|
-
<label class="font_normal_body">补卡类型</label>
|
|
35
|
-
<input type="text" v-model="model.f_type" disabled=disabled style="width: 60%" class="input_search">
|
|
36
|
-
</div>
|
|
37
|
-
|
|
38
|
-
</div>
|
|
39
|
-
<div class="row">
|
|
40
|
-
<div class="col-sm-4">
|
|
41
|
-
<label class="font_normal_body">卡 号 </label>
|
|
42
|
-
<input type="text" v-model="model.f_card_id" disabled=disabled style="width: 60%" class="input_search">
|
|
43
|
-
</div>
|
|
44
|
-
<div class="col-sm-4">
|
|
45
|
-
<label class="font_normal_body">卡 费 </label>
|
|
46
|
-
<input type="text" v-model="model.f_cardfees" style="width: 60%" class="input_search">
|
|
47
|
-
</div>
|
|
48
|
-
<div class="col-sm-4">
|
|
49
|
-
<!-- <label class="font_normal_body">付款方式</label>-->
|
|
50
|
-
<!-- <input type="text" v-model="model.f_payment" style="width: 60%" class="input_search">-->
|
|
51
|
-
<label class="font_normal_body" title="参数:付款方式">付款方式</label>
|
|
52
|
-
<v-select id="f_payment"
|
|
53
|
-
v-model="model.f_payment" :value-single="true"
|
|
54
|
-
class="select_list select"
|
|
55
|
-
:value.sync="model.f_payment"
|
|
56
|
-
:options='paytype'
|
|
57
|
-
close-on-select>
|
|
58
|
-
</v-select>
|
|
59
|
-
</div>
|
|
60
|
-
</div>
|
|
61
|
-
<div class="row">
|
|
62
|
-
<div class="col-sm-4">
|
|
63
|
-
<label class="font_normal_body" title="参数:票据类型">票据类型</label>
|
|
64
|
-
<v-select :value.sync="model.f_bill_style" v-model="model.f_bill_style"
|
|
65
|
-
:options='papertype' :value-single="true"
|
|
66
|
-
class="select_list select"
|
|
67
|
-
close-on-select></v-select>
|
|
68
|
-
<!-- <label class="font_normal_body">票据类型</label>-->
|
|
69
|
-
<!-- <input type="text" v-model="model.f_bill_style" style="width: 60%" class="input_search">-->
|
|
70
|
-
</div>
|
|
71
|
-
<div class="col-sm-4">
|
|
72
|
-
<label class="font_normal_body">是否接表</label>
|
|
73
|
-
<input type="text" v-model="model.f_ispick_table" disabled=disabled style="width: 60%" class="input_search">
|
|
74
|
-
</div>
|
|
75
|
-
<div class="col-sm-4">
|
|
76
|
-
<label class="font_normal_body">补卡原因</label>
|
|
77
|
-
<input type="text" v-model="model.f_comments" style="width: 60%" class="input_search">
|
|
78
|
-
</div>
|
|
79
|
-
</div>
|
|
80
|
-
<div class="row">
|
|
81
|
-
<div class="col-sm-4">
|
|
82
|
-
<label class="font_normal_body">补卡日期</label>
|
|
83
|
-
<datepicker id="f_fillcard_date" placeholder="补卡日期" style="width:60%"
|
|
84
|
-
v-model="model.f_operate_date"
|
|
85
|
-
:value.sync="model.f_operate_date"
|
|
86
|
-
:format="'yyyy-MM-dd'"
|
|
87
|
-
:show-reset-button="true">
|
|
88
|
-
</datepicker>
|
|
89
|
-
</div>
|
|
90
|
-
<div class="col-sm-4">
|
|
91
|
-
<label class="font_normal_body">补卡状态</label>
|
|
92
|
-
<!-- <input type="text" v-model="model.f_fillcard_state" disabled=disabled style="width: 60%" class="input_search">-->
|
|
93
|
-
<v-select :value.sync="model.f_state" v-model="model.f_state"
|
|
94
|
-
:options='fillcard_state' :value-single="true"
|
|
95
|
-
class="select_list select"
|
|
96
|
-
close-on-select></v-select>
|
|
97
|
-
</div>
|
|
98
|
-
<div class="col-sm-4">
|
|
99
|
-
<label class="font_normal_body">组 织 </label>
|
|
100
|
-
<input type="text" v-model="model.f_orgname" disabled=disabled style="width: 60%" class="input_search">
|
|
101
|
-
</div>
|
|
102
|
-
|
|
103
|
-
</div>
|
|
104
|
-
<div class="row">
|
|
105
|
-
<div class="col-sm-4">
|
|
106
|
-
<label class="font_normal_body">部 门 </label>
|
|
107
|
-
<input type="text" v-model="model.f_depname" disabled=disabled style="width: 60%" class="input_search">
|
|
108
|
-
</div>
|
|
109
|
-
<div class="col-sm-4 ">
|
|
110
|
-
<label class="font_normal_body" title="参数:操作人员查询">操作人员</label>
|
|
111
|
-
<v-select :value.sync="model.f_operatorid"
|
|
112
|
-
v-model="model.f_operatorid"
|
|
113
|
-
:value-single="true" @change="selectoperator()"
|
|
114
|
-
:options='foperator'
|
|
115
|
-
close-on-select></v-select>
|
|
116
|
-
</div>
|
|
117
|
-
<div class="col-sm-4">
|
|
118
|
-
<label class="font_normal_body">流水号 </label>
|
|
119
|
-
<input type="text" v-model="model.f_serial_id" disabled=disabled style="width: 60%" class="input_search">
|
|
120
|
-
</div>
|
|
121
|
-
</div>
|
|
122
|
-
</form>
|
|
123
|
-
<div style="float: right">
|
|
124
|
-
<button class="button_search" @click="save">保存</button>
|
|
125
|
-
<button class="button_clear" @click="cancel">取消</button>
|
|
126
|
-
</div>
|
|
127
|
-
</validator>
|
|
128
|
-
<!--<modal :show.sync="showfiles" width="80%" style="width:auto;" v-ref:modal middle backdrop="false">-->
|
|
129
|
-
<!--<article slot="modal-body">-->
|
|
130
|
-
<!--<upload :blodid="model.f_userinfo_id" :businessid="model.id" v-ref:upload fusetype="收费" isremark="true" style="width:auto" ></upload>-->
|
|
131
|
-
<!--</article>-->
|
|
132
|
-
<!--<footer slot="modal-footer" class="modal-footer">-->
|
|
133
|
-
<!--</footer>-->
|
|
134
|
-
<!--</modal>-->
|
|
135
|
-
<!--<!–文件上传按钮–>-->
|
|
136
|
-
<!--<button class="button_search" style="width: max-content" @click="uploadFiles()">上传附件</button>-->
|
|
137
|
-
</div>
|
|
138
|
-
</template>
|
|
139
|
-
|
|
140
|
-
<script>
|
|
141
|
-
|
|
142
|
-
import {HttpResetClass} from 'vue-client'
|
|
143
|
-
import * as Util from '../../Util'
|
|
144
|
-
|
|
145
|
-
let readyGen = async function (self) {
|
|
146
|
-
await self.$LoadParams.loadParam(self.f_filialeid)
|
|
147
|
-
await self.$GetSaleParam.initinputtor()
|
|
148
|
-
await self.initoperator()
|
|
149
|
-
}
|
|
150
|
-
export default {
|
|
151
|
-
title: '基本信息',
|
|
152
|
-
data () {
|
|
153
|
-
return {
|
|
154
|
-
equipmentType: this.$appdata.getParam('打印格式') ? [{
|
|
155
|
-
label: '',
|
|
156
|
-
value: ''
|
|
157
|
-
}, ...this.$appdata.getParam('打印格式')] : [],
|
|
158
|
-
// 构建数组来存储对象
|
|
159
|
-
editbank: true,
|
|
160
|
-
uploadText: '收费',
|
|
161
|
-
papertype: this.$appdata.getParam('票据类型') ? [{
|
|
162
|
-
label: '',
|
|
163
|
-
value: ''
|
|
164
|
-
}, ...this.$appdata.getParam('票据类型')] : [],
|
|
165
|
-
paytype: this.$appdata.getParam('付款方式') ? [{
|
|
166
|
-
label: '',
|
|
167
|
-
value: ''
|
|
168
|
-
}, ...this.$appdata.getParam('付款方式')] : [],
|
|
169
|
-
showfiles: false,
|
|
170
|
-
recordList: [],
|
|
171
|
-
foperator: [],
|
|
172
|
-
fileNameSet: {
|
|
173
|
-
// 要更改字段的中文名
|
|
174
|
-
'f_cardfees': '卡费',
|
|
175
|
-
'f_payment': '付款方式',
|
|
176
|
-
'f_bill_style': '票据类型',
|
|
177
|
-
'f_reason': '补卡原因',
|
|
178
|
-
'f_fillcard_date': '补卡日期',
|
|
179
|
-
'f_state': '补卡状态',
|
|
180
|
-
'f_operator': '操作人'
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
props: {
|
|
185
|
-
oldmodel: Object,
|
|
186
|
-
model: Object
|
|
187
|
-
},
|
|
188
|
-
|
|
189
|
-
ready () {
|
|
190
|
-
if (this.$login.r.includes('维护补卡信息')) {
|
|
191
|
-
this.editbank = true
|
|
192
|
-
}
|
|
193
|
-
this.oldmodel = JSON.parse(JSON.stringify(this.model))
|
|
194
|
-
this.model.f_bill_state = [this.oldmodel]
|
|
195
|
-
readyGen(this)
|
|
196
|
-
},
|
|
197
|
-
created () {
|
|
198
|
-
},
|
|
199
|
-
methods: {
|
|
200
|
-
initoperator () {
|
|
201
|
-
this.foperator = []
|
|
202
|
-
console.log('this.$login-------------------------', this.$login, this.oldmodel, this.model)
|
|
203
|
-
let arr = this.$GetSaleParam.inputtors.filter((res) => {
|
|
204
|
-
if (res.rolestr != null && res.rolestr != '') {
|
|
205
|
-
return (res.rolestr.indexOf('收费员') > -1 || res.rolestr.indexOf('话务员') > -1) && res.f_orgid == this.$login.f.orgid
|
|
206
|
-
}
|
|
207
|
-
})
|
|
208
|
-
arr.forEach((res) => {
|
|
209
|
-
this.foperator.push({label: res.name, value: res.id})
|
|
210
|
-
})
|
|
211
|
-
},
|
|
212
|
-
selectoperator () {
|
|
213
|
-
let id = this.model.f_operatorid
|
|
214
|
-
if (!this.model.f_operatorid) {
|
|
215
|
-
return
|
|
216
|
-
}
|
|
217
|
-
let http = new HttpResetClass()
|
|
218
|
-
http.load('POST', 'api/af-revenue/sql/saleSingleTable',
|
|
219
|
-
{
|
|
220
|
-
data: {
|
|
221
|
-
tablename: 't_user',
|
|
222
|
-
condition: `id = '${id}'`
|
|
223
|
-
}
|
|
224
|
-
},
|
|
225
|
-
{resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
226
|
-
console.log('kanak,res', res)
|
|
227
|
-
if (res.data.length > 0) {
|
|
228
|
-
this.model.f_operator = res.data[0].name
|
|
229
|
-
} else {
|
|
230
|
-
this.model.f_operatorid = ''
|
|
231
|
-
this.$showAlert('操作员信息未找到', 'warning', 2000)
|
|
232
|
-
}
|
|
233
|
-
console.log('this.f_operatorid', this.model.f_operator)
|
|
234
|
-
})
|
|
235
|
-
},
|
|
236
|
-
cancel () {
|
|
237
|
-
this.$dispatch('close')
|
|
238
|
-
},
|
|
239
|
-
uploadFiles () {
|
|
240
|
-
this.showfiles = !this.showfiles
|
|
241
|
-
},
|
|
242
|
-
addressValid (val) {
|
|
243
|
-
},
|
|
244
|
-
save () {
|
|
245
|
-
// console.log(this.model.key)
|
|
246
|
-
this.recordList = [] // 清空,防止重复提交
|
|
247
|
-
console.log('newdate' + new Date())
|
|
248
|
-
console.log('MODEL BEFORE:', this.model)
|
|
249
|
-
for (var item in this.model) {
|
|
250
|
-
if (this.model[item] instanceof Array) {
|
|
251
|
-
this.model[item] = this.model[item].length > 0 ? this.model[item][0] : ''
|
|
252
|
-
}
|
|
253
|
-
if (this.model[item] != this.oldmodel[item] && this.model[item] != 's_timestamp') {
|
|
254
|
-
var car = { // 需要更改的字段
|
|
255
|
-
// t_fillcard
|
|
256
|
-
id: this.model.id,
|
|
257
|
-
f_user_id: this.model.f_user_id,
|
|
258
|
-
chinesename: this.fileNameSet[item],
|
|
259
|
-
fieldname: item,
|
|
260
|
-
tablename: 't_fillcard',
|
|
261
|
-
oldvalue: this.oldmodel[item],
|
|
262
|
-
newvalue: this.model[item],
|
|
263
|
-
state: '有效',
|
|
264
|
-
modifitime: Util.toStandardTimeString(),
|
|
265
|
-
operator: this.$login.f.name,
|
|
266
|
-
changemeter_id: this.model.id,
|
|
267
|
-
f_operate_date: this.model.f_operate_date,
|
|
268
|
-
f_cardfees: this.model.f_cardfees ? this.model.f_cardfees : null,
|
|
269
|
-
f_payment: this.model.f_payment,
|
|
270
|
-
f_bill_style: this.model.f_bill_style,
|
|
271
|
-
f_reason: this.model.f_comments ? this.model.f_comments : '',
|
|
272
|
-
f_fillcard_date: this.model.f_operate_date,
|
|
273
|
-
f_operator: this.$login.f.name,
|
|
274
|
-
f_operatorid: this.$login.f.id,
|
|
275
|
-
f_orgid: this.$login.f.orgid,
|
|
276
|
-
f_orgname: this.$login.f.orgs,
|
|
277
|
-
f_depid: this.$login.f.depids,
|
|
278
|
-
f_depname: this.$login.f.deps
|
|
279
|
-
}
|
|
280
|
-
this.recordList.push(car)
|
|
281
|
-
// 该方法并未对chinesename fieldname operator等进行判断赋值,此暂写为定值
|
|
282
|
-
console.log('看看car的值', car)
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
this.model.f_reason = this.model.f_comments ? this.model.f_comments : ''
|
|
287
|
-
this.model.f_fillcard_date = this.model.f_operate_date
|
|
288
|
-
console.log('model--------abc-', this.model)
|
|
289
|
-
this.$resetpost('api/af-revenue/logic/replacementCardSaving', {
|
|
290
|
-
data: {
|
|
291
|
-
recordlist: this.recordList,
|
|
292
|
-
newData: this.model
|
|
293
|
-
}
|
|
294
|
-
}).then((res) => {
|
|
295
|
-
console.log('this.model', this.model)
|
|
296
|
-
})
|
|
297
|
-
this.$dispatch('close')
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
computed: {
|
|
301
|
-
fillcard_state () {
|
|
302
|
-
return [...this.$appdata.getParam('补卡状态')]
|
|
303
|
-
}
|
|
304
|
-
},
|
|
305
|
-
watch: {
|
|
306
|
-
'model' () {
|
|
307
|
-
this.initoperator()
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
</script>
|
|
312
|
-
|
|
313
|
-
<style scoped>
|
|
314
|
-
|
|
315
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="auto">
|
|
3
|
+
<validator name='a' @valid="addressValid(true)" @invalid="addressValid(false)">
|
|
4
|
+
<form class="form-horizontal">
|
|
5
|
+
<div class="row">
|
|
6
|
+
<div class="col-sm-4">
|
|
7
|
+
<label class="font_normal_body">表编号 </label>
|
|
8
|
+
<input type="text" v-model="model.f_userinfo_id" disabled=disabled style="width: 60%" class="input_search">
|
|
9
|
+
</div>
|
|
10
|
+
<div class="col-sm-4">
|
|
11
|
+
<label class="font_normal_body">用户编号</label>
|
|
12
|
+
<input type="text" v-model="model.f_user_id" disabled=disabled style="width: 60%" class="input_search">
|
|
13
|
+
</div>
|
|
14
|
+
<div class="col-sm-4">
|
|
15
|
+
<label class="font_normal_body">用户姓名</label>
|
|
16
|
+
<input type="text" v-model="model.f_user_name" disabled=disabled style="width: 60%" class="input_search">
|
|
17
|
+
</div>
|
|
18
|
+
<!--<div class="col-sm-4">-->
|
|
19
|
+
<!--<label class="font_normal_body">收据类型</label>-->
|
|
20
|
+
<!--<input type="text" v-model="model.f_bill_style" style="width: 60%" class="input_search">-->
|
|
21
|
+
<!--</div>-->
|
|
22
|
+
</div>
|
|
23
|
+
<div class="row">
|
|
24
|
+
<div class="col-sm-4">
|
|
25
|
+
<label class="font_normal_body">用户类型</label>
|
|
26
|
+
<input type="text" v-model="model.f_user_type" disabled=disabled style="width: 60%" class="input_search">
|
|
27
|
+
</div>
|
|
28
|
+
<div class="col-sm-4">
|
|
29
|
+
<label class="font_normal_body">用气性质</label>
|
|
30
|
+
<input type="text" v-model="model.f_gasproperties" disabled=disabled style="width: 60%"
|
|
31
|
+
class="input_search">
|
|
32
|
+
</div>
|
|
33
|
+
<div class="col-sm-4">
|
|
34
|
+
<label class="font_normal_body">补卡类型</label>
|
|
35
|
+
<input type="text" v-model="model.f_type" disabled=disabled style="width: 60%" class="input_search">
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
</div>
|
|
39
|
+
<div class="row">
|
|
40
|
+
<div class="col-sm-4">
|
|
41
|
+
<label class="font_normal_body">卡 号 </label>
|
|
42
|
+
<input type="text" v-model="model.f_card_id" disabled=disabled style="width: 60%" class="input_search">
|
|
43
|
+
</div>
|
|
44
|
+
<div class="col-sm-4">
|
|
45
|
+
<label class="font_normal_body">卡 费 </label>
|
|
46
|
+
<input type="text" v-model="model.f_cardfees" style="width: 60%" class="input_search">
|
|
47
|
+
</div>
|
|
48
|
+
<div class="col-sm-4">
|
|
49
|
+
<!-- <label class="font_normal_body">付款方式</label>-->
|
|
50
|
+
<!-- <input type="text" v-model="model.f_payment" style="width: 60%" class="input_search">-->
|
|
51
|
+
<label class="font_normal_body" title="参数:付款方式">付款方式</label>
|
|
52
|
+
<v-select id="f_payment"
|
|
53
|
+
v-model="model.f_payment" :value-single="true"
|
|
54
|
+
class="select_list select"
|
|
55
|
+
:value.sync="model.f_payment"
|
|
56
|
+
:options='paytype'
|
|
57
|
+
close-on-select>
|
|
58
|
+
</v-select>
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
<div class="row">
|
|
62
|
+
<div class="col-sm-4">
|
|
63
|
+
<label class="font_normal_body" title="参数:票据类型">票据类型</label>
|
|
64
|
+
<v-select :value.sync="model.f_bill_style" v-model="model.f_bill_style"
|
|
65
|
+
:options='papertype' :value-single="true"
|
|
66
|
+
class="select_list select"
|
|
67
|
+
close-on-select></v-select>
|
|
68
|
+
<!-- <label class="font_normal_body">票据类型</label>-->
|
|
69
|
+
<!-- <input type="text" v-model="model.f_bill_style" style="width: 60%" class="input_search">-->
|
|
70
|
+
</div>
|
|
71
|
+
<div class="col-sm-4">
|
|
72
|
+
<label class="font_normal_body">是否接表</label>
|
|
73
|
+
<input type="text" v-model="model.f_ispick_table" disabled=disabled style="width: 60%" class="input_search">
|
|
74
|
+
</div>
|
|
75
|
+
<div class="col-sm-4">
|
|
76
|
+
<label class="font_normal_body">补卡原因</label>
|
|
77
|
+
<input type="text" v-model="model.f_comments" style="width: 60%" class="input_search">
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="row">
|
|
81
|
+
<div class="col-sm-4">
|
|
82
|
+
<label class="font_normal_body">补卡日期</label>
|
|
83
|
+
<datepicker id="f_fillcard_date" placeholder="补卡日期" style="width:60%"
|
|
84
|
+
v-model="model.f_operate_date"
|
|
85
|
+
:value.sync="model.f_operate_date"
|
|
86
|
+
:format="'yyyy-MM-dd'"
|
|
87
|
+
:show-reset-button="true">
|
|
88
|
+
</datepicker>
|
|
89
|
+
</div>
|
|
90
|
+
<div class="col-sm-4">
|
|
91
|
+
<label class="font_normal_body">补卡状态</label>
|
|
92
|
+
<!-- <input type="text" v-model="model.f_fillcard_state" disabled=disabled style="width: 60%" class="input_search">-->
|
|
93
|
+
<v-select :value.sync="model.f_state" v-model="model.f_state"
|
|
94
|
+
:options='fillcard_state' :value-single="true"
|
|
95
|
+
class="select_list select"
|
|
96
|
+
close-on-select></v-select>
|
|
97
|
+
</div>
|
|
98
|
+
<div class="col-sm-4">
|
|
99
|
+
<label class="font_normal_body">组 织 </label>
|
|
100
|
+
<input type="text" v-model="model.f_orgname" disabled=disabled style="width: 60%" class="input_search">
|
|
101
|
+
</div>
|
|
102
|
+
|
|
103
|
+
</div>
|
|
104
|
+
<div class="row">
|
|
105
|
+
<div class="col-sm-4">
|
|
106
|
+
<label class="font_normal_body">部 门 </label>
|
|
107
|
+
<input type="text" v-model="model.f_depname" disabled=disabled style="width: 60%" class="input_search">
|
|
108
|
+
</div>
|
|
109
|
+
<div class="col-sm-4 ">
|
|
110
|
+
<label class="font_normal_body" title="参数:操作人员查询">操作人员</label>
|
|
111
|
+
<v-select :value.sync="model.f_operatorid"
|
|
112
|
+
v-model="model.f_operatorid"
|
|
113
|
+
:value-single="true" @change="selectoperator()"
|
|
114
|
+
:options='foperator'
|
|
115
|
+
close-on-select></v-select>
|
|
116
|
+
</div>
|
|
117
|
+
<div class="col-sm-4">
|
|
118
|
+
<label class="font_normal_body">流水号 </label>
|
|
119
|
+
<input type="text" v-model="model.f_serial_id" disabled=disabled style="width: 60%" class="input_search">
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
</form>
|
|
123
|
+
<div style="float: right">
|
|
124
|
+
<button class="button_search" @click="save">保存</button>
|
|
125
|
+
<button class="button_clear" @click="cancel">取消</button>
|
|
126
|
+
</div>
|
|
127
|
+
</validator>
|
|
128
|
+
<!--<modal :show.sync="showfiles" width="80%" style="width:auto;" v-ref:modal middle backdrop="false">-->
|
|
129
|
+
<!--<article slot="modal-body">-->
|
|
130
|
+
<!--<upload :blodid="model.f_userinfo_id" :businessid="model.id" v-ref:upload fusetype="收费" isremark="true" style="width:auto" ></upload>-->
|
|
131
|
+
<!--</article>-->
|
|
132
|
+
<!--<footer slot="modal-footer" class="modal-footer">-->
|
|
133
|
+
<!--</footer>-->
|
|
134
|
+
<!--</modal>-->
|
|
135
|
+
<!--<!–文件上传按钮–>-->
|
|
136
|
+
<!--<button class="button_search" style="width: max-content" @click="uploadFiles()">上传附件</button>-->
|
|
137
|
+
</div>
|
|
138
|
+
</template>
|
|
139
|
+
|
|
140
|
+
<script>
|
|
141
|
+
|
|
142
|
+
import {HttpResetClass} from 'vue-client'
|
|
143
|
+
import * as Util from '../../Util'
|
|
144
|
+
|
|
145
|
+
let readyGen = async function (self) {
|
|
146
|
+
await self.$LoadParams.loadParam(self.f_filialeid)
|
|
147
|
+
await self.$GetSaleParam.initinputtor()
|
|
148
|
+
await self.initoperator()
|
|
149
|
+
}
|
|
150
|
+
export default {
|
|
151
|
+
title: '基本信息',
|
|
152
|
+
data () {
|
|
153
|
+
return {
|
|
154
|
+
equipmentType: this.$appdata.getParam('打印格式') ? [{
|
|
155
|
+
label: '',
|
|
156
|
+
value: ''
|
|
157
|
+
}, ...this.$appdata.getParam('打印格式')] : [],
|
|
158
|
+
// 构建数组来存储对象
|
|
159
|
+
editbank: true,
|
|
160
|
+
uploadText: '收费',
|
|
161
|
+
papertype: this.$appdata.getParam('票据类型') ? [{
|
|
162
|
+
label: '',
|
|
163
|
+
value: ''
|
|
164
|
+
}, ...this.$appdata.getParam('票据类型')] : [],
|
|
165
|
+
paytype: this.$appdata.getParam('付款方式') ? [{
|
|
166
|
+
label: '',
|
|
167
|
+
value: ''
|
|
168
|
+
}, ...this.$appdata.getParam('付款方式')] : [],
|
|
169
|
+
showfiles: false,
|
|
170
|
+
recordList: [],
|
|
171
|
+
foperator: [],
|
|
172
|
+
fileNameSet: {
|
|
173
|
+
// 要更改字段的中文名
|
|
174
|
+
'f_cardfees': '卡费',
|
|
175
|
+
'f_payment': '付款方式',
|
|
176
|
+
'f_bill_style': '票据类型',
|
|
177
|
+
'f_reason': '补卡原因',
|
|
178
|
+
'f_fillcard_date': '补卡日期',
|
|
179
|
+
'f_state': '补卡状态',
|
|
180
|
+
'f_operator': '操作人'
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
props: {
|
|
185
|
+
oldmodel: Object,
|
|
186
|
+
model: Object
|
|
187
|
+
},
|
|
188
|
+
|
|
189
|
+
ready () {
|
|
190
|
+
if (this.$login.r.includes('维护补卡信息')) {
|
|
191
|
+
this.editbank = true
|
|
192
|
+
}
|
|
193
|
+
this.oldmodel = JSON.parse(JSON.stringify(this.model))
|
|
194
|
+
this.model.f_bill_state = [this.oldmodel]
|
|
195
|
+
readyGen(this)
|
|
196
|
+
},
|
|
197
|
+
created () {
|
|
198
|
+
},
|
|
199
|
+
methods: {
|
|
200
|
+
initoperator () {
|
|
201
|
+
this.foperator = []
|
|
202
|
+
console.log('this.$login-------------------------', this.$login, this.oldmodel, this.model)
|
|
203
|
+
let arr = this.$GetSaleParam.inputtors.filter((res) => {
|
|
204
|
+
if (res.rolestr != null && res.rolestr != '') {
|
|
205
|
+
return (res.rolestr.indexOf('收费员') > -1 || res.rolestr.indexOf('话务员') > -1) && res.f_orgid == this.$login.f.orgid
|
|
206
|
+
}
|
|
207
|
+
})
|
|
208
|
+
arr.forEach((res) => {
|
|
209
|
+
this.foperator.push({label: res.name, value: res.id})
|
|
210
|
+
})
|
|
211
|
+
},
|
|
212
|
+
selectoperator () {
|
|
213
|
+
let id = this.model.f_operatorid
|
|
214
|
+
if (!this.model.f_operatorid) {
|
|
215
|
+
return
|
|
216
|
+
}
|
|
217
|
+
let http = new HttpResetClass()
|
|
218
|
+
http.load('POST', 'api/af-revenue/sql/saleSingleTable',
|
|
219
|
+
{
|
|
220
|
+
data: {
|
|
221
|
+
tablename: 't_user',
|
|
222
|
+
condition: `id = '${id}'`
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
226
|
+
console.log('kanak,res', res)
|
|
227
|
+
if (res.data.length > 0) {
|
|
228
|
+
this.model.f_operator = res.data[0].name
|
|
229
|
+
} else {
|
|
230
|
+
this.model.f_operatorid = ''
|
|
231
|
+
this.$showAlert('操作员信息未找到', 'warning', 2000)
|
|
232
|
+
}
|
|
233
|
+
console.log('this.f_operatorid', this.model.f_operator)
|
|
234
|
+
})
|
|
235
|
+
},
|
|
236
|
+
cancel () {
|
|
237
|
+
this.$dispatch('close')
|
|
238
|
+
},
|
|
239
|
+
uploadFiles () {
|
|
240
|
+
this.showfiles = !this.showfiles
|
|
241
|
+
},
|
|
242
|
+
addressValid (val) {
|
|
243
|
+
},
|
|
244
|
+
save () {
|
|
245
|
+
// console.log(this.model.key)
|
|
246
|
+
this.recordList = [] // 清空,防止重复提交
|
|
247
|
+
console.log('newdate' + new Date())
|
|
248
|
+
console.log('MODEL BEFORE:', this.model)
|
|
249
|
+
for (var item in this.model) {
|
|
250
|
+
if (this.model[item] instanceof Array) {
|
|
251
|
+
this.model[item] = this.model[item].length > 0 ? this.model[item][0] : ''
|
|
252
|
+
}
|
|
253
|
+
if (this.model[item] != this.oldmodel[item] && this.model[item] != 's_timestamp') {
|
|
254
|
+
var car = { // 需要更改的字段
|
|
255
|
+
// t_fillcard
|
|
256
|
+
id: this.model.id,
|
|
257
|
+
f_user_id: this.model.f_user_id,
|
|
258
|
+
chinesename: this.fileNameSet[item],
|
|
259
|
+
fieldname: item,
|
|
260
|
+
tablename: 't_fillcard',
|
|
261
|
+
oldvalue: this.oldmodel[item],
|
|
262
|
+
newvalue: this.model[item],
|
|
263
|
+
state: '有效',
|
|
264
|
+
modifitime: Util.toStandardTimeString(),
|
|
265
|
+
operator: this.$login.f.name,
|
|
266
|
+
changemeter_id: this.model.id,
|
|
267
|
+
f_operate_date: this.model.f_operate_date,
|
|
268
|
+
f_cardfees: this.model.f_cardfees ? this.model.f_cardfees : null,
|
|
269
|
+
f_payment: this.model.f_payment,
|
|
270
|
+
f_bill_style: this.model.f_bill_style,
|
|
271
|
+
f_reason: this.model.f_comments ? this.model.f_comments : '',
|
|
272
|
+
f_fillcard_date: this.model.f_operate_date,
|
|
273
|
+
f_operator: this.$login.f.name,
|
|
274
|
+
f_operatorid: this.$login.f.id,
|
|
275
|
+
f_orgid: this.$login.f.orgid,
|
|
276
|
+
f_orgname: this.$login.f.orgs,
|
|
277
|
+
f_depid: this.$login.f.depids,
|
|
278
|
+
f_depname: this.$login.f.deps
|
|
279
|
+
}
|
|
280
|
+
this.recordList.push(car)
|
|
281
|
+
// 该方法并未对chinesename fieldname operator等进行判断赋值,此暂写为定值
|
|
282
|
+
console.log('看看car的值', car)
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
this.model.f_reason = this.model.f_comments ? this.model.f_comments : ''
|
|
287
|
+
this.model.f_fillcard_date = this.model.f_operate_date
|
|
288
|
+
console.log('model--------abc-', this.model)
|
|
289
|
+
this.$resetpost('api/af-revenue/logic/replacementCardSaving', {
|
|
290
|
+
data: {
|
|
291
|
+
recordlist: this.recordList,
|
|
292
|
+
newData: this.model
|
|
293
|
+
}
|
|
294
|
+
}).then((res) => {
|
|
295
|
+
console.log('this.model', this.model)
|
|
296
|
+
})
|
|
297
|
+
this.$dispatch('close')
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
computed: {
|
|
301
|
+
fillcard_state () {
|
|
302
|
+
return [...this.$appdata.getParam('补卡状态')]
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
watch: {
|
|
306
|
+
'model' () {
|
|
307
|
+
this.initoperator()
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
</script>
|
|
312
|
+
|
|
313
|
+
<style scoped>
|
|
314
|
+
|
|
315
|
+
</style>
|