| | |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label" style="width:100px" >服务器机器码</label> |
| | | <div class="layui-input-block" style="width:250px;"> |
| | | <input name="serverMachineCode" lay-verify="required" required type="text" class="layui-input" maxlength="100" style="width: 200px;"/> |
| | | <input name="serverMachineCode" type="text" class="layui-input" maxlength="100" style="width: 200px;"/> |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item"> |
| | |
| | | }, |
| | | { field: 'dockingVersion', align: 'center', width: '5%', title: '对接版本' }, |
| | | { field: 'dockingStatus', align: 'center', width: '7%', templet: '#partnerDockingInfo-status', title: '状态' }, |
| | | { field: 'serverMachineCode', align: 'center', width: '10%', title: '设备电脑机器码' }, |
| | | { field: 'serverMachineCode', align: 'center', width: '10%', title: '服务器机器码' }, |
| | | { field: 'accessKey', align: 'center', width: '10%', title: 'AccessKey' }, |
| | | { field: 'operationName', align: 'center', width: '7%', title: '对接操作人' }, |
| | | { field: 'operationTime', align: 'center', width: '7%', title: '对接日期', templet: "<div>{{layui.util.toDateString(d.operationTime, 'yyyy/MM/dd')}}</div>" }, |
| | | { field: 'Id', align: 'center', toolbar: '#partnerDockingInfo-table-bar', title: '操作', width: '15%', fixed: 'right' } |
| | | ]] |
| | | // , done: function () { |
| | | // // $("[data-field='partnerId']").css('display','none'); |
| | | // // $("[data-field='hospitalId']").css('display','none'); |
| | | // $("[data-field='departmentId']").css('display','none'); |
| | | // } |
| | | |
| | | }); |
| | | |
| | | // 工具条点击事件 |