manage-client 3.3.5 → 3.3.6
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
CHANGED
|
@@ -197,6 +197,12 @@
|
|
|
197
197
|
<th>
|
|
198
198
|
<nobr>客户名称</nobr>
|
|
199
199
|
</th>
|
|
200
|
+
<th>
|
|
201
|
+
<nobr>乡镇</nobr>
|
|
202
|
+
</th>
|
|
203
|
+
<th>
|
|
204
|
+
<nobr>社区</nobr>
|
|
205
|
+
</th>
|
|
200
206
|
<th>
|
|
201
207
|
<nobr>客户地址</nobr>
|
|
202
208
|
</th>
|
|
@@ -288,6 +294,12 @@
|
|
|
288
294
|
<td style="text-align: center;">
|
|
289
295
|
<nobr>{{row.f_user_name}}</nobr>
|
|
290
296
|
</td>
|
|
297
|
+
<td style="text-align: center;">
|
|
298
|
+
<nobr>{{row.f_community}}</nobr>
|
|
299
|
+
</td>
|
|
300
|
+
<td style="text-align: center;">
|
|
301
|
+
<nobr>{{row.f_committee}}</nobr>
|
|
302
|
+
</td>
|
|
291
303
|
<td style="text-align: center;">
|
|
292
304
|
<nobr>{{row.f_address}}</nobr>
|
|
293
305
|
</td>
|
|
@@ -83,7 +83,8 @@ export default{
|
|
|
83
83
|
'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额'
|
|
84
84
|
},
|
|
85
85
|
otherchargeConfig: {
|
|
86
|
-
'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', '
|
|
86
|
+
'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_community': '乡镇', 'f_committee': '社区',
|
|
87
|
+
'f_address': '客户地址', 'f_user_phone': '客户电话', 'f_contact_phone': '安装联系电话', 'f_meter_classify': '气表类型',
|
|
87
88
|
'f_meter_brand': '气表品牌', 'f_bill_number': '收据票号', 'f_brand_spec': '收费类型', 'f_typename': '品名规格',
|
|
88
89
|
'f_typenumber': '型号', 'f_unitprice': '单价', 'f_number': '数量', 'f_money': '应收',
|
|
89
90
|
'f_collection': '收款', 'f_newbalance': '支出', 'f_newcurbalance': '收入', 'f_payment': '付款方式', 'f_state': '状态',
|