mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
小区支持添加物品
This commit is contained in:
parent
efbec04531
commit
9d33aa8a6b
@ -357,11 +357,11 @@
|
||||
};
|
||||
},
|
||||
_listAddStorehouses: function (_page, _rows) {
|
||||
//shType: '2806',
|
||||
let param = {
|
||||
params: {
|
||||
page: 1,
|
||||
row: 100,
|
||||
shType: '2806',
|
||||
communityId: vc.getCurrentCommunity().communityId
|
||||
}
|
||||
};
|
||||
|
||||
@ -33,11 +33,11 @@
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label text-right"><span>
|
||||
<vc:i18n name='单价' namespace='addReserveService'></vc:i18n>
|
||||
<vc:i18n name='上门费' namespace='addReserveService'></vc:i18n>
|
||||
</span></label>
|
||||
<div class="col-sm-4">
|
||||
<input v-model="addReserveServiceInfo.price" type="text"
|
||||
:placeholder="vc.i18n('必填,请填写单价','addReserveService')" class="form-control">
|
||||
:placeholder="vc.i18n('必填,请填写上门费','addReserveService')" class="form-control">
|
||||
</div>
|
||||
<label class="col-sm-2 col-form-label text-right"><span>
|
||||
<vc:i18n name='排序' namespace='addReserveService'></vc:i18n>
|
||||
|
||||
@ -33,11 +33,11 @@
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label text-right"><span>
|
||||
<vc:i18n name='单价' namespace='editReserveService'></vc:i18n>
|
||||
<vc:i18n name='上门费' namespace='editReserveService'></vc:i18n>
|
||||
</span></label>
|
||||
<div class="col-sm-4">
|
||||
<input v-model="editReserveServiceInfo.price" type="text"
|
||||
:placeholder="vc.i18n('必填,请填写单价','editReserveService')" class="form-control">
|
||||
:placeholder="vc.i18n('必填,请填写上门费','editReserveService')" class="form-control">
|
||||
</div>
|
||||
<label class="col-sm-2 col-form-label text-right"><span>
|
||||
<vc:i18n name='排序' namespace='editReserveService'></vc:i18n>
|
||||
|
||||
@ -109,7 +109,7 @@
|
||||
<vc:i18n name='预约数量' namespace='reserveServiceManage'></vc:i18n>
|
||||
</span></th>
|
||||
<th class="text-center"><span>
|
||||
<vc:i18n name='单价' namespace='reserveServiceManage'></vc:i18n>
|
||||
<vc:i18n name='上门费' namespace='reserveServiceManage'></vc:i18n>
|
||||
</span></th>
|
||||
<th class="text-center"><span>
|
||||
<vc:i18n name='有效期' namespace='reserveServiceManage'></vc:i18n>
|
||||
@ -190,9 +190,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<vc:create path="reserve/addReserveServicePerson"></vc:create>
|
||||
<vc:create path="reserve/deleteReserveDining"></vc:create>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user