| | |
| | | page: true, |
| | | cols: [ |
| | | [ |
| | | { |
| | | field: 'hospitalId', |
| | | width: 80, |
| | | title: '医院编号', |
| | | fixed: 'left' |
| | | }, |
| | | |
| | | { |
| | | field: 'hospitalName', |
| | | width: 100, |
| | | width: "10%", |
| | | title: '医院名称', |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | field: 'departmentName', |
| | | width: 100, |
| | | width: "6%", |
| | | title: '科室/部门', |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | field: 'hospitalId',width: '12%',title: '医院编号', |
| | | }, |
| | | { |
| | | field: 'hospitalArea', |
| | | width: 200, |
| | | width: "10%", |
| | | title: '所在地区', |
| | | templet: function (d) { |
| | | return ((d.hospitalProvince == null) ? "" : d.hospitalProvince) + |
| | |
| | | }, |
| | | { |
| | | field: 'hospitalLink', |
| | | width: 100, |
| | | width: "6%", |
| | | title: '联系人' |
| | | }, |
| | | { |
| | | field: 'hospitalTel', |
| | | width: 150, |
| | | width: "8%", |
| | | title: '联系方式' |
| | | }, |
| | | // { |
| | |
| | | // }, |
| | | { |
| | | field: 'isScreen', |
| | | width: 80, |
| | | width: "4%", |
| | | title: '筛查', |
| | | templet: function (d) { |
| | | return d.isScreen ? "是" : "否" |
| | |
| | | // } }, |
| | | { |
| | | field: 'serverUserName', |
| | | width: 100, |
| | | width: "6%", |
| | | title: '服务人员' |
| | | }, |
| | | { |
| | | field: 'createTime', |
| | | width: 150, |
| | | width: "10%", |
| | | title: '创建时间', |
| | | templet: function (d) { |
| | | return new Date(d.createTime).dateFormat("yyyy-MM-dd hh:mm"); |
| | |
| | | }, |
| | | { |
| | | field: 'enabled', |
| | | width: 80, |
| | | width: "7%", |
| | | templet: '#hospital-tpl-state', |
| | | title: '状态', |
| | | align: 'center', |
| | | fixed: 'right' |
| | | }, |
| | | { |
| | | field: 'hospitalId', |
| | | width: 240, |
| | | // field: 'hospitalId', |
| | | width: "20%", |
| | | align: 'center', |
| | | toolbar: '#businessRecords-table-bar', |
| | | title: '操作', |