mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-27 16:33:57 +08:00
76 lines
5.2 KiB
HTML
Executable File
76 lines
5.2 KiB
HTML
Executable File
<div id = "addMachineTranslateModel" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" >
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-body">
|
|
<h3 class="m-t-none m-b "><vc:i18n name="添加设备同步" namespace="addMachineTranslate"></vc:i18n></h3>
|
|
<div class="ibox-content">
|
|
<div>
|
|
<div>
|
|
<!--<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><vc:i18n name="楼名称" namespace="addMachineTranslate"></vc:i18n></label>
|
|
<div class="col-sm-10"><input v-model="addFloorInfo.name" type="text" :placeholder="vc.i18n('必填,请填写名称','addMachineTranslate')" class="form-control"></div>
|
|
</div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><vc:i18n name="楼编号" namespace="addMachineTranslate"></vc:i18n></label>
|
|
<div class="col-sm-10"><input v-model="addFloorInfo.floorNum" type="email" :placeholder="vc.i18n('必填,请填写编号','addMachineTranslate')" class="form-control"></div>
|
|
</div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><vc:i18n name="备注" namespace="addMachineTranslate"></vc:i18n></label>
|
|
<div class="col-sm-10"><input v-model="addFloorInfo.remark" type="tel" :placeholder="vc.i18n('可填,请填写备注','addMachineTranslate')" class="form-control"></div>
|
|
</div>-->
|
|
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><vc:i18n name="设备编码" namespace="addMachineTranslate"></vc:i18n></label>
|
|
<div class="col-sm-10">
|
|
<input v-model="addMachineTranslateInfo.machineCode" type="text" :placeholder="vc.i18n('必填,请填写设备编码','addMachineTranslate')" class="form-control">
|
|
</div>
|
|
</div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><vc:i18n name="设备" namespace="addMachineTranslate"></vc:i18n>ID</label>
|
|
<div class="col-sm-10">
|
|
<input v-model="addMachineTranslateInfo.machineId" type="text" :placeholder="vc.i18n('必填,请填写设备','addMachineTranslate')ID" class="form-control">
|
|
</div>
|
|
</div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><vc:i18n name="对象类型" namespace="addMachineTranslate"></vc:i18n></label>
|
|
<div class="col-sm-10">
|
|
<select class="custom-select" v-model="addMachineTranslateInfo.typeCd">
|
|
<option selected disabled value=""><vc:i18n name="必填" namespace="addMachineTranslate"></vc:i18n>,请选择对象类型</option>
|
|
<option value="8899"><vc:i18n name="业主" namespace="addMachineTranslate"></vc:i18n></option>
|
|
<option value="9988"><vc:i18n name="小区" namespace="addMachineTranslate"></vc:i18n></option>
|
|
</select> </div>
|
|
</div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><vc:i18n name="对象名称" namespace="addMachineTranslate"></vc:i18n></label>
|
|
<div class="col-sm-10">
|
|
<input v-model="addMachineTranslateInfo.objName" type="text" :placeholder="vc.i18n('必填,请填写对象名称','addMachineTranslate')" class="form-control">
|
|
</div>
|
|
</div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><vc:i18n name="对象" namespace="addMachineTranslate"></vc:i18n>Id</label>
|
|
<div class="col-sm-10">
|
|
<input v-model="addMachineTranslateInfo.objId" type="text" :placeholder="vc.i18n('必填,请填写对象','addMachineTranslate')Id" class="form-control">
|
|
</div>
|
|
</div>
|
|
<div class="form-group row">
|
|
<label class="col-sm-2 col-form-label"><vc:i18n name="状态" namespace="addMachineTranslate"></vc:i18n></label>
|
|
<div class="col-sm-10">
|
|
<select class="custom-select" v-model="addMachineTranslateInfo.state">
|
|
<option selected disabled value=""><vc:i18n name="必填" namespace="addMachineTranslate"></vc:i18n>,请选择状态</option>
|
|
<option value="10000"><vc:i18n name="未同步" namespace="addMachineTranslate"></vc:i18n></option>
|
|
<option value="20000"><vc:i18n name="已同步" namespace="addMachineTranslate"></vc:i18n></option>
|
|
</select> </div>
|
|
</div>
|
|
|
|
<div class="ibox-content">
|
|
<button class="btn btn-primary float-right" type="button" v-on:click="saveMachineTranslateInfo()" ><i class="fa fa-check"></i> 保存</button>
|
|
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;" data-dismiss="modal"><vc:i18n name="取消" namespace="addMachineTranslate"></vc:i18n></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|