| | |
| | | <div class="ibox-content" id="broadcastInfoForm"> |
| | | <div class="row row-lg"> |
| | | <div class="col-sm-12"> |
| | | |
| | | <div class="col-sm-12" style="cursor: pointer;text-align: right;"> |
| | | |
| | | <input hidden id="id" value="${item.id}"> |
| | | |
| | | <div class="initialLevel col-sm-12 control-label form-group" > |
| | | <div style="background-color: gray;height: 35px;line-height: 35px"> |
| | |
| | | <div class="initialLevel col-sm-3 control-label form-group" > |
| | | <span style="color:red">*</span> |
| | | <label class="control-label" >消息内容:</label> |
| | | <input id="content" value="${content}" type="text" maxlength="200" style="height: 30px" required="required"> |
| | | <input id="content" value="${item.content}" type="text" maxlength="200" style="height: 30px" required="required"> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <div class="initialLevel col-sm-3 control-label form-group" > |
| | | <span style="color:red">*</span> |
| | | <label class="control-label" >排序:</label> |
| | | <input id="sort" value="${sort}" type="number" style="height: 30px" maxlength="4" placeholder="请输入" required="required"> |
| | | <input id="sort" value="${item.sort}" type="number" style="height: 30px" maxlength="4" placeholder="请输入" required="required"> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <div class="initialLevel col-sm-3 control-label form-group" > |
| | | <span style="color:red">*</span> |
| | | <label class="control-label" >是否显示:</label> |
| | | <select class="input-group col-sm-6" id="isShow" style="width: 180px;height: 30px" name="isShow"> |
| | | <option value="">选择是否显示</option> |
| | | <option value="1">是</option> |
| | | <option value="0">否</option> |
| | | <select id="show" style="width: 180px;height: 30px"> |
| | | <option value="true"${item.show == true ? 'selected=selected' : ''}>是</option> |
| | | <option value="false"${item.show == false ? 'selected=selected' : ''}>否</option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | <div class="row btn-group-m-t"> |
| | | <div class="col-sm-10" style="text-align: center"> |
| | | <#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="TBranchOfficeInfoDlg.close()"/> |
| | | <#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="TBranchOfficeInfoDlg.addSubmit()"/> |
| | | <#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="TBroadcastInfoDlg.close()"/> |
| | | <#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="TBroadcastInfoDlg.editSubmit()"/> |
| | | </div> |
| | | </div> |
| | | </div> |