manage-client 3.3.100 → 3.3.101
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
|
@@ -719,8 +719,8 @@
|
|
|
719
719
|
<td style="text-align: center;"><nobr>{{row.f_total_gas}}</nobr></td>
|
|
720
720
|
<td style="text-align: center;"><nobr>{{row.f_total_fee}}</nobr></td>
|
|
721
721
|
|
|
722
|
-
<td style="text-align: center;"><nobr>{{row.f_inputtor}}</nobr></td>
|
|
723
722
|
<td style="text-align: center;"><nobr>{{row.f_book_inputtor}}</nobr></td>
|
|
723
|
+
<td style="text-align: center;"><nobr>{{row.f_inputtor}}</nobr></td>
|
|
724
724
|
<td style="text-align: center;"><nobr>{{row.f_userfiles_address}}</nobr></td>
|
|
725
725
|
<td style="text-align: center;"><nobr>{{row.f_install_person}}</nobr></td>
|
|
726
726
|
<td style="text-align: center;"><nobr>{{row.f_gas_person}}</nobr></td>
|
|
@@ -64,7 +64,7 @@ export default{
|
|
|
64
64
|
webhandplanConfig: {
|
|
65
65
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址', 'f_zones': '片区', 'phone': '客户手机',
|
|
66
66
|
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'f_oughtfee': '用气金额','f_meternumber': '表号', 'ym_data': '数据年月',
|
|
67
|
-
'f_balance': '上期余额', 'f_curbalance': '本期余额', 'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_meter_state': '抄表状态', 'f_hand_state': '
|
|
67
|
+
'f_balance': '上期余额', 'f_curbalance': '本期余额', 'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_meter_state': '抄表状态', 'f_hand_state': '表单状态',
|
|
68
68
|
'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司',
|
|
69
69
|
'f_stair1amount': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费','f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
70
70
|
'f_stair3amount': '三阶气量','f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'belongmonth': '所属年月'
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
<v-select :value.sync="model.f_has_pepe"
|
|
164
164
|
v-model="model.f_has_pepe"
|
|
165
165
|
:options='$parent.$parent.haspipe' placeholder='请选择'
|
|
166
|
-
condition="
|
|
166
|
+
condition="f_has_pipe {}" close-on-select
|
|
167
167
|
></v-select>
|
|
168
168
|
</div>
|
|
169
169
|
<div class="col-sm-2 form-group" >
|