This commit is contained in:
java110 2023-03-10 11:50:22 +08:00
commit 4867cb6f5e
5 changed files with 11 additions and 11 deletions

View File

@ -62,7 +62,7 @@
:placeholder="vc.i18n('必填,请填写小时电价','addChargeMachine')" class="form-control">
</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='addChargeMachine'></vc:i18n>
</span></label>
@ -70,7 +70,7 @@
<input v-model="addChargeMachineInfo.energyPrice" type="text"
:placeholder="vc.i18n('必填,请填写用量电价','addChargeMachine')" class="form-control">
</div>
</div>
</div> -->
<div class="ibox-content">
<button class="btn btn-primary float-right" type="button" v-on:click="saveChargeMachineInfo()"><i

View File

@ -12,7 +12,7 @@
machineCode: '',
implBean: '',
durationPrice: '',
energyPrice: '',
energyPrice: '1',
factorys:[],
specs: [],
portCount:'',
@ -136,7 +136,7 @@
machineCode: '',
implBean: '',
durationPrice: '',
energyPrice: '',
energyPrice: '1',
factorys:[],
specs: [],
portCount:'',

View File

@ -53,7 +53,7 @@
:placeholder="vc.i18n('必填,请填写小时电价','editChargeMachine')" class="form-control">
</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='editChargeMachine'></vc:i18n>
</span> </label>
@ -61,7 +61,7 @@
<input v-model="editChargeMachineInfo.energyPrice" type="text"
:placeholder="vc.i18n('必填,请填写用量电价','editChargeMachine')" class="form-control">
</div>
</div>
</div> -->
<div class="ibox-content">
<button class="btn btn-primary float-right" type="button" v-on:click="editChargeMachine()"><i

View File

@ -8,7 +8,7 @@
machineCode: '',
implBean: '',
durationPrice: '',
energyPrice: '',
energyPrice: '1',
factorys:[],
specs: [],
}
@ -135,7 +135,7 @@
machineCode: '',
implBean: '',
durationPrice: '',
energyPrice: '',
energyPrice: '1',
factorys:[],
specs: [],
}

View File

@ -70,9 +70,9 @@
<th class="text-center"><span>
<vc:i18n name='小时电价' namespace='chargeMachineManage'></vc:i18n>
</span></th>
<th class="text-center"><span>
<!-- <th class="text-center"><span>
<vc:i18n name='用量电价' namespace='chargeMachineManage'></vc:i18n>
</span></th>
</span></th> -->
<th class="text-center"><span>
<vc:i18n name='操作'></vc:i18n>
</span></th>
@ -85,7 +85,7 @@
<td class="text-center">{{chargeMachine.factoryName}}</td>
<td class="text-center">{{chargeMachine.portCount || 0}}(<a href="javascript:void(0)" @click="_viewPort(chargeMachine)">查看</a>)</td>
<td class="text-center">{{chargeMachine.durationPrice}}</td>
<td class="text-center">{{chargeMachine.energyPrice}}</td>
<!-- <td class="text-center">{{chargeMachine.energyPrice}}</td> -->
<td class="text-center">
<div class="btn-group">
<button class="btn-white btn btn-xs"