小区支持添加物品

This commit is contained in:
Your Name 2022-12-09 17:12:52 +08:00
parent efbec04531
commit 9d33aa8a6b
4 changed files with 6 additions and 9 deletions

View File

@ -357,11 +357,11 @@
};
},
_listAddStorehouses: function (_page, _rows) {
//shType: '2806',
let param = {
params: {
page: 1,
row: 100,
shType: '2806',
communityId: vc.getCurrentCommunity().communityId
}
};

View File

@ -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>

View File

@ -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>

View File

@ -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>