manage-client 3.2.181 → 3.2.183
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.
|
@@ -104,11 +104,11 @@
|
|
|
104
104
|
</div>
|
|
105
105
|
<div class="col-sm-2 form-group">
|
|
106
106
|
<label class="font_normal_body">收费类型</label>
|
|
107
|
-
<v-select v-model="model.
|
|
107
|
+
<v-select v-model="model.f_type1"
|
|
108
108
|
multiple
|
|
109
109
|
placeholder='请选择'
|
|
110
|
-
condition="
|
|
111
|
-
:value.sync="model.
|
|
110
|
+
condition="f_type1 in {}"
|
|
111
|
+
:value.sync="model.f_type1"
|
|
112
112
|
:options='$parent.$parent.chargetype'
|
|
113
113
|
close-on-select clear-button></v-select>
|
|
114
114
|
</div>
|
|
@@ -70,7 +70,7 @@ export default{
|
|
|
70
70
|
'f_delaypay': '滞纳金','f_comments': '备注','f_operator': '操作员','f_depname': '部门','f_orgname': '公司',
|
|
71
71
|
'f_yucun': '预存金额','f_card_id': '卡号','f_stairamount1':"一阶气量",'f_stair1price':"一阶单价",'f_stair1fee':"一阶气费",
|
|
72
72
|
'f_stair2amount': "二阶气量",'f_stair2price': "二阶单价",'f_stair2fee':"二阶气费",
|
|
73
|
-
'f_stair3amount':"三阶气量",'f_stair3price': "三阶单价",'f_stair3fee':"三阶气费",'f_inputtor':"抄表员",'f_serial_id':'流水号','f_tax_logotype':'是否征税'
|
|
73
|
+
'f_stair3amount':"三阶气量",'f_stair3price': "三阶单价",'f_stair3fee':"三阶气费",'f_inputtor':"抄表员",'f_serial_id':'流水号','f_tax_logotype':'是否征税','f_terminal_num':'终端号'
|
|
74
74
|
},
|
|
75
75
|
pricetypeGasConfig: {
|
|
76
76
|
'f_price': '价格类型', 'f_gas': '当日售气量', 'f_money': '当日售气金额'
|