zhangjiaqing
8 天以前 1cef3adee31c6934c0da4b4f0b8a6f5ac03b364f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<div>
    <div class="row">
        <div class="col-lg-12">
            <div class="ibox">
                <div class="ibox-title">
                    <h5>
                        <vc:i18n name="按月缴费" namespace="payFeeMonthOrder"></vc:i18n>
                    </h5>
                    <div class="ibox-tools" style="top:10px;">
                        <button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
                            v-on:click="vc.goBack()">
                            <vc:i18n name="返回"></vc:i18n>
                        </button>
                    </div>
                </div>
                <div class="ibox-content">
                    <div class="row">
                        <div class="col-3">
                            <div class="form-group">
                                <label class="col-form-label">
                                    收费对象:{{payFeeMonthOrderInfo.payerObjName}}
                                </label>
                            </div>
                        </div>
                        <div class="col-3">
                            <div class="form-group">
                                <label class="col-form-label">
                                    业主:{{payFeeMonthOrderInfo.name}}
                                </label>
                            </div>
                        </div>
                        <div class="col-3">
                            <div class="form-group">
                                <label class="col-form-label">
                                    手机号:{{payFeeMonthOrderInfo.link}}
                                </label>
                            </div>
                        </div>
                    </div>
                    <div class="row" v-if="payFeeMonthOrderInfo.payerObjType == '3333'">
                        <div class="col-3">
                            <div class="form-group">
                                <label class="col-form-label">
                                    建筑面积:{{payFeeMonthOrderInfo.builtUpArea}}
                                </label>
                            </div>
                        </div>
                        <div class="col-3">
                            <div class="form-group">
                                <label class="col-form-label">
                                    室内面积:{{payFeeMonthOrderInfo.roomArea}}
                                </label>
                            </div>
                        </div>
                    </div>
                    <div class="row" v-if="payFeeMonthOrderInfo.payerObjType == '6666'">
                        <div class="col-3">
                            <div class="form-group">
                                <label class="col-form-label">
                                    停车场:{{payFeeMonthOrderInfo.paNum}}
                                </label>
                            </div>
                        </div>
                        <div class="col-3">
                            <div class="form-group">
                                <label class="col-form-label">
                                    停车位:{{payFeeMonthOrderInfo.psNum}}
                                </label>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="row">
        <div class="col-lg-12">
            <div class="ibox">
                <div class="ibox-title">
                    <h5><vc:i18n name="应缴费用" namespace="payFeeMonthOrder"></vc:i18n></h5>
                    <div class="ibox-tools flex justify-end" style="top:5px;">
 
                        <div class="">
                            <input v-model="payFeeMonthOrderInfo.payMonthDate" type="text"
                                :placeholder="vc.i18n('请选择缴费年月','payFeeMonthOrder')"
                                class="form-control payMonthDate">
                        </div>
                        <div class="margin-left-sm margin-top-xs">
                            <button class="btn btn-white" @click="_queryMonthFeeAll()">全部</button>
                        </div>
                    </div>
                </div>
                <div class="ibox-content">
                    <table id="batchTable" class="footable table table-stripped toggle-arrow-tiny" data-page-size="15">
                        <thead>
                            <tr>
                                <th class="text-center"><input type="checkbox" class="i-checks all-check" @click="checkAll($event)"></th>
                                <th class="text-center">
                                    <vc:i18n name="收费内容" namespace="payFeeMonthOrder"></vc:i18n>
                                </th>
                                <th class="text-center">
                                    <vc:i18n name="费用标识" namespace="payFeeMonthOrder"></vc:i18n>
                                </th>
                                <th class="text-center">
                                    <vc:i18n name="费用类型" namespace="payFeeMonthOrder"></vc:i18n>
                                </th>
                                <th class="text-center">
                                    <vc:i18n name="收费年月" namespace="payFeeMonthOrder"></vc:i18n>
                                </th>
                                <th class="text-center">
                                    <vc:i18n name="应收金额" namespace="payFeeMonthOrder"></vc:i18n>
                                </th>
                                <th class="text-center">
                                    <vc:i18n name="说明" namespace="payFeeMonthOrder"></vc:i18n>
                                </th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr v-for="fee in payFeeMonthOrderInfo.monthFees">
                                <td class="text-center">
                                    <input type="checkbox" class="i-checks checkItem" v-bind:value="fee.monthId" v-model="payFeeMonthOrderInfo.selectMonthIds">
                                </td>
                                <td class="text-center hand">
                                    {{fee.feeName}}
                                </td>
                                <td class="text-center">{{fee.feeFlagName}}</td>
                                <td class="text-center">{{fee.feeTypeCdName}}</td>
                                <td class="text-center">{{fee.detailYear}}-{{fee.detailMonth}}</td>
                                <td class="text-center">{{fee.receivableAmount}}</td>
                                <td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'">
                                    <div>
                                        <span>
                                            <vc:i18n name="上期度数:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{fee.preDegrees}}
                                    </div>
                                    <div>
                                        <span>
                                            <vc:i18n name="本期度数:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{fee.curDegrees}}
                                    </div>
                                    <div>
                                        <span>
                                            <vc:i18n name="单价:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{getOnePrice1(fee)}}
                                    </div>
                                    <div>
                                        <span>
                                            <vc:i18n name="附加费:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{fee.additionalAmount}}
                                    </div>
                                </td>
                                <td class="text-center" v-else-if="fee.computingFormula == '6006'">
                                    <div>
                                        <span>
                                            <vc:i18n name="用量:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{_getAttrValue(fee.feeAttrs,'390006')}}
                                    </div>
                                    <div>
                                        <span>
                                            <vc:i18n name="单价:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{fee.squarePrice}}
                                    </div>
                                    <div>
                                        <span>
                                            <vc:i18n name="附加费:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{fee.additionalAmount}}
                                    </div>
                                </td>
                                <td class="text-center" width="150" v-else-if="fee.feeTypeCd == '888800010017'" >
                                    <div>
                                        <span>
                                            <vc:i18n name="算法:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{_getAttrValue(fee.feeAttrs,'390005')}}
                                    </div>
                                    <div>
                                        <span>
                                            <vc:i18n name="用量:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{_getAttrValue(fee.feeAttrs,'390003')}}
                                    </div>
                                </td>
                                <td class="text-center" v-else>
                                    <div>
                                        <span>
                                            <vc:i18n name="单价:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{fee.squarePrice}}
                                    </div>
                                    <div v-if="fee.feeFlag == '1003006'">
                                        <span>
                                            <vc:i18n name="附加费:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{fee.additionalAmount}}
                                    </div>
                                    <div v-else>
                                        <span>
                                            <vc:i18n name="固定费:" namespace="simplifyRoomFee"></vc:i18n>
                                        </span>{{fee.additionalAmount}}
                                    </div>
                                </td>
                            </tr>
                        </tbody>
                        <tfoot>
                            <tr>
                                <td colspan="8">
                                    <ul class="pagination float-right"></ul>
                                </td>
                            </tr>
                        </tfoot>
                    </table>
                </div>
 
            </div>
        </div>
    </div>
 
    <div class="row">
        <div class="col-md-8"></div>
        <div class="col-md-2">
            缴费金额:<span style="font-size: 30px; color: red; padding-left: 0px;">{{payFeeMonthOrderInfo.totalAmount}}<span><vc:i18n name="元" namespace="payFeeMonthOrder"></vc:i18n></span></span>
        </div>
        <div class="col-md-1 " style="margin-bottom:10px; text-align:right">
            <!-- <button type="button" class="btn btn-success btn-lg btn-block" @click="_openPayFee('qrCode')">
                        <vc:i18n name="扫码收费" namespace="payFeeMonthOrder"></vc:i18n>
            </button> -->
        </div>
        <div class="col-md-1 " style="margin-bottom:10px; text-align:right">
            <button type="button" class="btn  btn-primary  btn-lg btn-block" style="margin-left:10px;" v-on:click="_payFee()"><span><vc:i18n name="缴费" namespace="payFeeMonthOrder"></vc:i18n></span>
            </button>
        </div>
    </div>
 
    <vc:create path="fee/payFeeMonthOrderResult"></vc:create>
</div>