mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunityWeb
This commit is contained in:
commit
4867cb6f5e
@ -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
|
||||
|
||||
@ -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:'',
|
||||
|
||||
@ -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
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
machineCode: '',
|
||||
implBean: '',
|
||||
durationPrice: '',
|
||||
energyPrice: '',
|
||||
energyPrice: '1',
|
||||
factorys:[],
|
||||
specs: [],
|
||||
}
|
||||
@ -135,7 +135,7 @@
|
||||
machineCode: '',
|
||||
implBean: '',
|
||||
durationPrice: '',
|
||||
energyPrice: '',
|
||||
energyPrice: '1',
|
||||
factorys:[],
|
||||
specs: [],
|
||||
}
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user