| | |
| | | <div class="modal-content"> |
| | | <div class="modal-body"> |
| | | <h3 class="m-t-none m-b "> |
| | | <span><vc:i18n name="修改小区" namespace="editCommunity"></vc:i18n></span> |
| | | <span> |
| | | <vc:i18n name="修改小区" namespace="editCommunity"></vc:i18n> |
| | | </span> |
| | | </h3> |
| | | <div class="ibox-content"> |
| | | <div> |
| | | <div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label"> |
| | | <span><vc:i18n name="小区名称" namespace="editCommunity"></vc:i18n></span> |
| | | <span> |
| | | <vc:i18n name="小区名称" namespace="editCommunity"></vc:i18n> |
| | | </span> |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="editCommunityInfo.name" type="text" |
| | | :placeholder="vc.i18n('必填,请填写小区名称','editCommunity')" class="form-control"> |
| | | :placeholder="vc.i18n('必填,请填写小区名称','editCommunity')" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label"> |
| | | <span><vc:i18n name="小区地址" namespace="editCommunity"></vc:i18n></span> |
| | | <span> |
| | | <vc:i18n name="小区地址" namespace="editCommunity"></vc:i18n> |
| | | </span> |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="editCommunityInfo.address" type="text" |
| | | :placeholder="vc.i18n('必填,请填写小区地址','editCommunity')" class="form-control"> |
| | | :placeholder="vc.i18n('必填,请填写小区地址','editCommunity')" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label"> |
| | | <span><vc:i18n name="附近地标" namespace="editCommunity"></vc:i18n></span> |
| | | <span> |
| | | <vc:i18n name="入驻日期" namespace="editCommunity"></vc:i18n> |
| | | </span> |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="editCommunityInfo.takeTime" type="text" |
| | | :placeholder="vc.i18n('必填,请填写入驻日期','editCommunity')" |
| | | class="form-control carCreateFeeStartTime"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label"> |
| | | <span> |
| | | <vc:i18n name="附近地标" namespace="editCommunity"></vc:i18n> |
| | | </span> |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="editCommunityInfo.nearbyLandmarks" type="text" |
| | | :placeholder="vc.i18n('必填,请填写附近地标','editCommunity')" class="form-control"> |
| | | :placeholder="vc.i18n('必填,请填写附近地标','editCommunity')" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label"> |
| | | <span><vc:i18n name="缴费周期" namespace="editCommunity"></vc:i18n></span> |
| | | <span> |
| | | <vc:i18n name="缴费周期" namespace="editCommunity"></vc:i18n> |
| | | </span> |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="editCommunityInfo.payFeeMonth" type="text" |
| | | :placeholder="vc.i18n('必填,请填写缴费周期(月)','editCommunity')" class="form-control"> |
| | | :placeholder="vc.i18n('必填,请填写缴费周期(月)','editCommunity')" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label"> |
| | | <span><vc:i18n name="每月单价" namespace="editCommunity"></vc:i18n></span> |
| | | <span> |
| | | <vc:i18n name="每月单价" namespace="editCommunity"></vc:i18n> |
| | | </span> |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="editCommunityInfo.feePrice" type="text" |
| | | :placeholder="vc.i18n('必填,请填写每月单价(元)','editCommunity')" class="form-control"> |
| | | :placeholder="vc.i18n('必填,请填写每月单价(元)','editCommunity')" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label"> |
| | | <span><vc:i18n name="客服电话" namespace="editCommunity"></vc:i18n></span> |
| | | <span> |
| | | <vc:i18n name="客服电话" namespace="editCommunity"></vc:i18n> |
| | | </span> |
| | | </label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="editCommunityInfo.tel" type="text" |
| | | :placeholder="vc.i18n('必填,请填写客服电话','editCommunity')" class="form-control"> |
| | | :placeholder="vc.i18n('必填,请填写客服电话','editCommunity')" class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div v-for="(item,index) in editCommunityInfo.attrs"> |
| | |
| | | <label class="col-sm-2 col-form-label">{{item.specName}}</label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="item.value" type="text" :placeholder="item.specHoldplace" |
| | | class="form-control"> |
| | | class="form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row" v-if="item.specType == '3344'"> |
| | |
| | | <select class="custom-select" v-model="item.value"> |
| | | <option selected disabled value="">{{item.specHoldplace}}</option> |
| | | <option v-for="value in item.values" :label="value.valueName" |
| | | :value="value.value">{{item.valueName}} |
| | | :value="value.value">{{item.valueName}} |
| | | </option> |
| | | </select> |
| | | </div> |
| | |
| | | <i class="fa fa-check"></i> 保存 |
| | | </button> |
| | | <button type="button" class="btn btn-warning float-right" style="margin-right:20px;" |
| | | data-dismiss="modal"> |
| | | <span><vc:i18n name="取消" namespace="editCommunity"></vc:i18n></span> |
| | | data-dismiss="modal"> |
| | | <span> |
| | | <vc:i18n name="取消" namespace="editCommunity"></vc:i18n> |
| | | </span> |
| | | </button> |
| | | </div> |
| | | </div> |