mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
家政 ==》服务
This commit is contained in:
parent
27f35a4a2f
commit
2fd36cc069
@ -33,7 +33,7 @@
|
||||
<div class="col-sm-10">
|
||||
<select class="custom-select" v-model="addHousekeepingTypeInfo.typeCd">
|
||||
<option selected disabled value="">必填,请选择类型</option>
|
||||
<option value="1001">家政</option>
|
||||
<option value="1001">服务</option>
|
||||
<option value="2002">商城</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<div class="col-sm-10">
|
||||
<select class="custom-select" v-model="addMainCategoryInfo.categoryType">
|
||||
<option selected disabled value="">必填,请选择目录类别</option>
|
||||
<option value="1">家政</option>
|
||||
<option value="1">服务</option>
|
||||
<option value="2">商圈</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<tr align="center">
|
||||
<th>确定删除家政服务</th>
|
||||
<th>确定删除服务</th>
|
||||
</tr>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<div class="col-sm-10">
|
||||
<select class="custom-select" v-model="editHousekeepingTypeInfo.typeCd">
|
||||
<option selected disabled value="">必填,请选择类型</option>
|
||||
<option value="1001">家政</option>
|
||||
<option value="1001">服务</option>
|
||||
<option value="2002">商城</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
{
|
||||
limit: "required",
|
||||
param: "",
|
||||
errInfo: "家政服务ID不能为空"
|
||||
errInfo: "服务ID不能为空"
|
||||
}],
|
||||
|
||||
'editHousekeepingTypeInfo.typeCd': [
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<div class="col-sm-10">
|
||||
<select class="custom-select" v-model="editMainCategoryInfo.categoryType">
|
||||
<option selected disabled value="">必填,请选择目录类别</option>
|
||||
<option value="1">家政</option>
|
||||
<option value="1">服务</option>
|
||||
<option value="2">商圈</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@ -26,10 +26,10 @@
|
||||
<input v-model="editHousekeepingServInfo.keyword" type="text" disabled="disabled" placeholder="必填,请填写关键词,多个关键词用;分隔"
|
||||
class="form-control">
|
||||
</div>
|
||||
<label class="col-sm-1 col-form-label text-right">家政类型</label>
|
||||
<label class="col-sm-1 col-form-label text-right">服务类型</label>
|
||||
<div class="col-sm-5">
|
||||
<select style="color:#101111" class="custom-select" disabled="disabled" v-model="editHousekeepingServInfo.hktId">
|
||||
<option selected disabled value="">必填,请选择家政类型</option>
|
||||
<option selected disabled value="">必填,请选择服务类型</option>
|
||||
<option v-for="(item,index) in editHousekeepingServInfo.housekeepingTypes" :value="item.hktId">
|
||||
{{item.hktName}}</option>
|
||||
</select>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<option value="1000">小区内设备</option>
|
||||
<option value="2000">业主首页</option>
|
||||
<option value="3000">商圈首页</option>
|
||||
<option value="5000">家政首页</option>
|
||||
<option value="5000">服务首页</option>
|
||||
<option value="6000">便民首页</option>
|
||||
<option value="4000">员工首页</option>
|
||||
</select>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
<div class="col-sm-4">
|
||||
<div class="form-group">
|
||||
<select class="custom-select" v-model="housekeepingServManageInfo.conditions.hktId">
|
||||
<option selected value="">请选择家政类型</option>
|
||||
<option selected value="">请选择服务类型</option>
|
||||
<option v-for="(item,index) in housekeepingServManageInfo.housekeepingTypes" :value="item.hktId">
|
||||
{{item.hktName}}
|
||||
</option>
|
||||
@ -68,7 +68,7 @@
|
||||
<th class="text-center">服务编号</th>
|
||||
<th class="text-center">服务名称</th>
|
||||
<th class="text-center">服务描述</th>
|
||||
<th class="text-center">家政类型</th>
|
||||
<th class="text-center">服务类型</th>
|
||||
<th class="text-center">派单方式</th>
|
||||
<th class="text-center">回访方式</th>
|
||||
<th class="text-center">销量</th>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<div class="col-sm-3">
|
||||
<select class="custom-select" v-model="housekeepingTypeManageInfo.conditions.typeCd">
|
||||
<option selected value="">请选择类型</option>
|
||||
<option value="1001">家政</option>
|
||||
<option value="1001">服务</option>
|
||||
<option value="2002">商城</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
<div class="col-sm-4">
|
||||
<select class="custom-select" v-model="mainCategoryManageInfo.conditions.categoryType">
|
||||
<option selected value="">请选择目录类别</option>
|
||||
<option value="1">家政</option>
|
||||
<option value="1">服务</option>
|
||||
<option value="2">商圈</option>
|
||||
</select>
|
||||
</div>
|
||||
@ -75,7 +75,7 @@
|
||||
<tr v-for="mainCategory in mainCategoryManageInfo.mainCategorys">
|
||||
<td class="text-center">{{mainCategory.mainCategoryId}}</td>
|
||||
<td class="text-center">{{mainCategory.categoryName}}</td>
|
||||
<td class="text-center">{{mainCategory.categoryType == '1'?'家政':'商圈'}}</td>
|
||||
<td class="text-center">{{mainCategory.categoryType == '1'?'服务':'商圈'}}</td>
|
||||
<td class="text-center">{{mainCategory.startTime}}</td>
|
||||
<td class="text-center">{{mainCategory.endTime}}</td>
|
||||
<td class="text-center">{{mainCategory.seq}}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user