mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
运营admin加入订单详情功能
This commit is contained in:
parent
ea647d6cc3
commit
0b6562e09f
@ -33,10 +33,10 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<select class="form-control-md form-control input-s-sm inline"
|
<select class="form-control-md form-control input-s-sm inline"
|
||||||
v-model="reportOweFeeDetailInfo.conditions.feeTypeCd">
|
v-model="reportOweFeeDetailInfo.conditions.feeTypeCd">
|
||||||
<option selected value="">{{vc.i18n('请选择费用大类','reportFeeSummary')}}</option>
|
<option selected value="">{{vc.i18n('请选择费用大类','reportFeeSummary')}}</option>
|
||||||
<option v-for="(item,index) in reportOweFeeDetailInfo.feeTypeCds" :key="index"
|
<option v-for="(item,index) in reportOweFeeDetailInfo.feeTypeCds" :key="index"
|
||||||
v-bind:value="item.statusCd">
|
v-bind:value="item.statusCd">
|
||||||
{{item.name}}
|
{{item.name}}
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
@ -73,13 +73,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<button type="button" class="btn btn-primary btn-md" v-on:click="_queryMethod()">
|
<button type="button" class="btn btn-primary btn-md" v-on:click="_queryMethod()">
|
||||||
<vc:i18n name="查询" namespace="reportOweFeeDetail"></vc:i18n>
|
<vc:i18n name="查询" namespace="reportOweFeeDetail"></vc:i18n>
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="btn btn-info btn-md" v-on:click="_resetMethod()"
|
<button type="button" class="btn btn-info btn-md" v-on:click="_resetMethod()"
|
||||||
style="margin-left: 20px;">
|
style="margin-left: 20px;">
|
||||||
<vc:i18n name="重置" namespace="reportOweFeeDetail"></vc:i18n>
|
<vc:i18n name="重置" namespace="reportOweFeeDetail"></vc:i18n>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="text" :placeholder="vc.i18n('请填写业主名称','reportOweFeeDetail')"
|
<input type="text" :placeholder="vc.i18n('请填写业主名称','reportOweFeeDetail')"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user