sale-client 3.4.176 → 3.4.177
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/components/revenue/comprehen/Maintenance/otherRecords/OtherMaintenanceLists.vue +8 -8
- package/src/components/revenue/comprehen/Maintenance/otherRecords/Otherrecordmaintenance.vue +1 -1
- package/src/components/revenue/comprehen/Maintenance/otherRecords/specificInformation.vue +17 -16
- package/src/components/revenue/comprehen/Message/AllUser.vue +2 -2
- package/src/components/revenue/comprehen/Message/ArrearsList.vue +11 -3
- package/src/components/revenue/machineHandManage/machineHand.vue +1893 -1894
- package/src/filiale/jingwei/FileUserFiles.vue +41 -2
- package/src/filiale/jingwei/MeterinfoTest.vue +39 -2
- package/src/filiale/jingwei/sale.js +3 -3
package/package.json
CHANGED
|
@@ -84,14 +84,14 @@
|
|
|
84
84
|
</template>
|
|
85
85
|
<template partial='body'>
|
|
86
86
|
<td style="text-align: center;"><nobr>{{$index + 1}}</nobr></td>
|
|
87
|
-
<td style="text-align: center;"><nobr>{{row.
|
|
88
|
-
<td style="text-align: center;"><nobr>{{row.
|
|
89
|
-
<td style="text-align: center;"><nobr>{{row.
|
|
90
|
-
<td style="text-align: center;"><nobr>{{row.
|
|
91
|
-
<td style="text-align: center;"><nobr>{{row.
|
|
92
|
-
<td style="text-align: center;"><nobr>{{row.
|
|
93
|
-
<td style="text-align: center;"><nobr>{{row.
|
|
94
|
-
<td style="text-align: center;"><nobr>{{row.
|
|
87
|
+
<td style="text-align: center;"><nobr>{{row.f_userinfo_code}}</nobr></td>
|
|
88
|
+
<td style="text-align: center;"><nobr>{{row.f_user_name}}</nobr></td>
|
|
89
|
+
<td style="text-align: center;"><nobr>{{row.f_address}}</nobr></td>
|
|
90
|
+
<td style="text-align: center;"><nobr>{{row.f_payment}}</nobr></td>
|
|
91
|
+
<td style="text-align: center;"><nobr>{{row.f_collection}}</nobr></td>
|
|
92
|
+
<td style="text-align: center;"><nobr>{{row.f_bill_style}}</nobr></td>
|
|
93
|
+
<td style="text-align: center;"><nobr>{{row.f_operate_date}}</nobr></td>
|
|
94
|
+
<td style="text-align: center;"><nobr>{{row.f_operator}}</nobr></td>
|
|
95
95
|
</template>
|
|
96
96
|
</data-grid>
|
|
97
97
|
</criteria-paged>
|
package/src/components/revenue/comprehen/Maintenance/otherRecords/Otherrecordmaintenance.vue
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
// }
|
|
108
108
|
},
|
|
109
109
|
async querydefc () {
|
|
110
|
-
let condition = " o.f_userinfo_id= '" + this.model.
|
|
110
|
+
let condition = " o.f_userinfo_id= '" + this.model.f_userinfo_id + "' and o.id='" + this.model.id + "'"
|
|
111
111
|
console.log('获取明细记录')
|
|
112
112
|
let res = await this.$resetpost('rs/sql/querydetail', {
|
|
113
113
|
data: {
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
<div class="row">
|
|
5
5
|
<div class="col-sm-4">
|
|
6
6
|
<label class="font_normal_body">用户姓名</label>
|
|
7
|
-
<input type="text" v-model="model.
|
|
7
|
+
<input type="text" v-model="model.f_user_name" disabled=disabled style="width: 60%" class="input_search">
|
|
8
8
|
</div>
|
|
9
9
|
<div class="col-sm-4">
|
|
10
10
|
<label class="font_normal_body">付款方式</label>
|
|
11
|
-
<v-select :value.sync="model.
|
|
12
|
-
v-model="model.
|
|
11
|
+
<v-select :value.sync="model.f_payment" :value-single="true"
|
|
12
|
+
v-model="model.f_payment"
|
|
13
13
|
class="select_list select"
|
|
14
14
|
:options='payments'
|
|
15
15
|
close-on-select>
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
<!-- </div>-->
|
|
22
22
|
<div class="col-sm-4">
|
|
23
23
|
<label class="font_normal_body">收据类型</label>
|
|
24
|
-
<v-select :value.sync="model.
|
|
25
|
-
v-model="model.
|
|
24
|
+
<v-select :value.sync="model.f_bill_style" :value-single="true"
|
|
25
|
+
v-model="model.f_bill_style"
|
|
26
26
|
class="select_list select"
|
|
27
27
|
:options='bill_styles'
|
|
28
28
|
close-on-select>
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
<datepicker id="operate_date"
|
|
42
42
|
placeholder="收费时间"
|
|
43
43
|
style="width:60%"
|
|
44
|
-
v-model="model.
|
|
45
|
-
:value.sync="model.
|
|
44
|
+
v-model="model.f_operate_date"
|
|
45
|
+
:value.sync="model.f_operate_date"
|
|
46
46
|
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
47
47
|
>
|
|
48
48
|
</datepicker>
|
|
49
49
|
</div>
|
|
50
50
|
<div class="col-sm-4 form-group">
|
|
51
51
|
<label class="font_normal_body" title="参数:操作人员">操作人员</label>
|
|
52
|
-
<v-select :value.sync="model.
|
|
53
|
-
v-model="model.
|
|
52
|
+
<v-select :value.sync="model.f_operator"
|
|
53
|
+
v-model="model.f_operator"
|
|
54
54
|
:value-single="true" @change="selectoperator()"
|
|
55
55
|
:options='foperator'
|
|
56
56
|
close-on-select></v-select>
|
|
@@ -195,6 +195,7 @@
|
|
|
195
195
|
ready () {
|
|
196
196
|
this.cou()
|
|
197
197
|
this.oldmodel = JSON.parse(JSON.stringify(this.model))
|
|
198
|
+
console.log(this.model)
|
|
198
199
|
},
|
|
199
200
|
created () {
|
|
200
201
|
},
|
|
@@ -341,14 +342,14 @@
|
|
|
341
342
|
// let condition = " f_collection='" + this.model.collection + "' , f_unitprice='"+ this.model.collection+"' where f_othercharge_id= '"+this.model.oid+"'"
|
|
342
343
|
this.model.collection = this.total
|
|
343
344
|
let param={
|
|
344
|
-
f_user_name:this.model.
|
|
345
|
+
f_user_name:this.model.f_user_name,
|
|
345
346
|
f_comments:this.model.f_comments,
|
|
346
|
-
f_payment:this.model.
|
|
347
|
-
f_collection:this.model.
|
|
348
|
-
f_bill_style:this.model.
|
|
349
|
-
f_operate_date:this.model.
|
|
350
|
-
f_operator:this.model.
|
|
351
|
-
f_operatorid:this.model.
|
|
347
|
+
f_payment:this.model.f_payment,
|
|
348
|
+
f_collection:this.model.f_collection,
|
|
349
|
+
f_bill_style:this.model.f_bill_style,
|
|
350
|
+
f_operate_date:this.model.f_operate_date,
|
|
351
|
+
f_operator:this.model.f_operator,
|
|
352
|
+
f_operatorid:this.model.f_operatorid?this.model.operatorid:'',
|
|
352
353
|
id:this.model.oid
|
|
353
354
|
}
|
|
354
355
|
await this.$resetpost('rs/logic/saveotherrecord',{data:param}, {
|
|
@@ -306,8 +306,8 @@
|
|
|
306
306
|
sendmodelids: [],
|
|
307
307
|
// 小区
|
|
308
308
|
residentialArea: [],
|
|
309
|
-
whether: [{ label: '
|
|
310
|
-
{ label: '
|
|
309
|
+
whether: [{ label: '全部', value: '全部' },
|
|
310
|
+
{ label: '欠费', value: '欠费' }],
|
|
311
311
|
getusertype: [{ label: '全部', value: '' },
|
|
312
312
|
|
|
313
313
|
{ label: '民用', value: '民用' },
|
|
@@ -106,6 +106,12 @@
|
|
|
106
106
|
condition="f_oughtfee {}" v-model="model.f_oughtfee" style="width: 60%"
|
|
107
107
|
placeholder="应交金额" v-next-el="cx" ></v-input>
|
|
108
108
|
</div>
|
|
109
|
+
<div class="form-group col-sm-3">
|
|
110
|
+
<label class="font_normal_body">违约金</label>
|
|
111
|
+
<v-input :value.sync="$parent.overdue" :expression.sync = 'model.overdue'
|
|
112
|
+
condition="overdue {}" v-model="model.overdue" style="width: 60%"
|
|
113
|
+
placeholder="违约金" v-next-el="cx" ></v-input>
|
|
114
|
+
</div>
|
|
109
115
|
</div>
|
|
110
116
|
|
|
111
117
|
|
|
@@ -130,6 +136,7 @@
|
|
|
130
136
|
<th>应交金额</th>
|
|
131
137
|
<th>账户结余</th>
|
|
132
138
|
<th>欠费金额</th>
|
|
139
|
+
<th>违约金</th>
|
|
133
140
|
</tr>
|
|
134
141
|
</template>
|
|
135
142
|
<template partial='body'>
|
|
@@ -138,7 +145,7 @@
|
|
|
138
145
|
:value="row.f_userinfo_id">
|
|
139
146
|
</td>
|
|
140
147
|
<td>{{$index+1}}</td>
|
|
141
|
-
<td style="text-align:center">{{row.
|
|
148
|
+
<td style="text-align:center">{{row.f_userinfo_code}} {{row.f_user_name}} {{row.f_user_phone}}</td>
|
|
142
149
|
<td style="text-align:center">{{row.f_userinfo_code}}</td>
|
|
143
150
|
<td style="text-align:center">{{row.f_user_type}}</td>
|
|
144
151
|
<td style="text-align:center">{{row.f_residential_area}}</td>
|
|
@@ -149,6 +156,7 @@
|
|
|
149
156
|
<td style="text-align:center">{{row.f_oughtfee.toFixed(2)}}</td>
|
|
150
157
|
<td style="text-align:center">{{row.f_balance.toFixed(2)}}</td>
|
|
151
158
|
<td style="text-align:center">{{row.f_oughtfee_all.toFixed(2)}}</td>
|
|
159
|
+
<td style="text-align:center">{{row.overdue.toFixed(2)}}</td>
|
|
152
160
|
</template>
|
|
153
161
|
</data-grid>
|
|
154
162
|
</criteria-paged>
|
|
@@ -205,8 +213,8 @@
|
|
|
205
213
|
criteriaShow: false,
|
|
206
214
|
ids: [],
|
|
207
215
|
pages: [],
|
|
208
|
-
whether: [{ label: '
|
|
209
|
-
{ label: '
|
|
216
|
+
whether: [{ label: '全部', value: '全部' },
|
|
217
|
+
{ label: '欠费', value: '欠费' }],
|
|
210
218
|
f_whether: '欠费',
|
|
211
219
|
meters: [
|
|
212
220
|
{label: '全部', value: ''},
|