...
|
...
|
@@ -3,8 +3,8 @@ |
|
|
<el-main >
|
|
|
<el-row type="flex" class="row-bg" justify="center">
|
|
|
<el-col :span="20">
|
|
|
<div style="background-color: mediumseagreen; height: 45px; color: #e6f1fe;">
|
|
|
<h2> 查询房间号</h2>
|
|
|
<div>
|
|
|
<h2 style="width: 150px" type="primary"> 查询房间号</h2>
|
|
|
</div>
|
|
|
<br/>
|
|
|
<el-form :inline="true" :model="filters">
|
...
|
...
|
@@ -19,16 +19,15 @@ |
|
|
<el-col :span="24">
|
|
|
<el-form-item label="透支电费">
|
|
|
<el-input disabled="" style="width: 200px; -webkit-text-fill-color: #070A08" v-model="electricityForm.overdraftthreshold"></el-input>
|
|
|
<span style="margin-right: 200px"> 元</span>
|
|
|
|
|
|
<span style="margin-right: 140px"> 状态</span>
|
|
|
<span style="margin-right: 100px"> 元</span>
|
|
|
<span style="margin-right: 100px"> 状态</span>
|
|
|
<el-input disabled="" style="width: 200px; -webkit-text-fill-color: #070A08" v-model="electricityForm.payUserName"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="剩余电费">
|
|
|
<el-input disabled="" style="width: 200px; margin-right: 200px; -webkit-text-fill-color: #070A08" v-model="electricityForm.payLocationName"></el-input>
|
|
|
<span style="margin-right: 134px"> 充值日期</span>
|
|
|
<el-input disabled="" style="width: 200px; margin-right: 100px; -webkit-text-fill-color: #070A08" v-model="electricityForm.payLocationName"></el-input>
|
|
|
<span style="margin-right: 95px"> 充值日期</span>
|
|
|
<el-date-picker type="date" placeholder="" v-model="electricityForm.payTime" disabled="" style="width: 200px; -webkit-text-fill-color: #070A08" value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
...
|
...
|
@@ -49,16 +48,16 @@ |
|
|
<el-col :span="24">
|
|
|
<el-form-item label="透支水费">
|
|
|
<el-input disabled="" style="width: 200px; -webkit-text-fill-color: #070A08" v-model="waterForm.overdraftthreshold"></el-input>
|
|
|
<span style="margin-right: 200px"> 元</span>
|
|
|
<span style="margin-right: 100px"> 元</span>
|
|
|
|
|
|
<span style="margin-right: 140px"> 状态</span>
|
|
|
<span style="margin-right: 100px"> 状态</span>
|
|
|
<el-input disabled style="width: 200px; -webkit-text-fill-color: #070A08" v-model="waterForm.wmFmstate"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="剩余水费">
|
|
|
<el-input disabled="" style="width: 200px; -webkit-text-fill-color: #070A08; margin-right: 200px;" v-model="waterForm.subtraction"></el-input>
|
|
|
<span style="margin-right: 134px"> 充值日期</span>
|
|
|
<el-input disabled="" style="width: 200px; -webkit-text-fill-color: #070A08; margin-right: 100px;" v-model="waterForm.subtraction"></el-input>
|
|
|
<span style="margin-right: 95px"> 充值日期</span>
|
|
|
<el-date-picker type="date" placeholder="" v-model="waterForm.payTime" disabled="" style="width: 200px; -webkit-text-fill-color: #070A08" value-format="yyyy-MM-dd HH:mm:ss"></el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
...
|
...
|
@@ -93,7 +92,7 @@ |
|
|
data() {
|
|
|
return{
|
|
|
filters:{
|
|
|
roomNumber:'三号楼一层卫生间'
|
|
|
roomNumber:''
|
|
|
},
|
|
|
|
|
|
electricityForm:{
|
...
|
...
|
|