优化费用变更问题

This commit is contained in:
wuxw 2024-04-09 11:43:44 +08:00
parent cee42a0bb1
commit 3baeb7e4cc

View File

@ -1,19 +1,14 @@
<div id="editFeeModel" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div id="editFeeModel" class="modal fade" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body">
<h3 class="m-t-none m-b ">
<span>
<vc:i18n name="费用变更" namespace="editFee"></vc:i18n>
</span>
<vc:i18n name="费用变更" namespace="editFee"></vc:i18n>
</h3>
<div class="ibox-content">
<div class="form-group row">
<label class="col-sm-2 col-form-label">
<span>
<vc:i18n name="建账时间" namespace="editFee"></vc:i18n>
</span>
<vc:i18n name="建账时间" namespace="editFee"></vc:i18n>
</label>
<div class="col-sm-10">
<input v-model="editFeeInfo.startTime" type="text"
@ -22,20 +17,16 @@
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">
<span>
<vc:i18n name="应收开始时间" namespace="editFee"></vc:i18n>
</span>
<vc:i18n name="应收开始时间" namespace="editFee"></vc:i18n>
</label>
<div class="col-sm-10">
<input v-model="editFeeInfo.endTime" type="text"
:placeholder="vc.i18n('必填,请填写应收开始时间','editFee')" class="form-control editFeeEndTime">
</div>
</div>
<div class="form-group row" >
<div class="form-group row">
<label class="col-sm-2 col-form-label">
<span>
<vc:i18n name="应收结束时间" namespace="editFee"></vc:i18n>
</span>
<vc:i18n name="应收结束时间" namespace="editFee"></vc:i18n>
</label>
<div class="col-sm-10">
<input v-model="editFeeInfo.maxEndTime" type="text"
@ -44,9 +35,7 @@
</div>
<div class="form-group row" v-show="editFeeInfo.computingFormula == '1102'">
<label class="col-sm-2 col-form-label">
<span>
<vc:i18n name="递增周期" namespace="editFee"></vc:i18n>
</span>
<vc:i18n name="递增周期" namespace="editFee"></vc:i18n>
</label>
<div class="col-sm-10">
<input v-model="editFeeInfo.rateCycle" type="text"
@ -55,9 +44,7 @@
</div>
<div class="form-group row" v-show="editFeeInfo.computingFormula == '1102'">
<label class="col-sm-2 col-form-label">
<span>
<vc:i18n name="计费递增率" namespace="editFee"></vc:i18n>
</span>
<vc:i18n name="计费递增率" namespace="editFee"></vc:i18n>
</label>
<div class="col-sm-10">
<input v-model="editFeeInfo.rate" type="text" :placeholder="vc.i18n('必填,请填写递增率','editFee')"
@ -66,9 +53,7 @@
</div>
<div class="form-group row" v-show="editFeeInfo.computingFormula == '1102'">
<label class="col-sm-2 col-form-label">
<span>
<vc:i18n name="递增开始时间" namespace="editFee"></vc:i18n>
</span>
<vc:i18n name="递增开始时间" namespace="editFee"></vc:i18n>
</label>
<div class="col-sm-10">
<input v-model="editFeeInfo.rateStartTime" type="text"