Index: ssts-web/src/main/webapp/disinfectsystem/config/zd5y/realTimeDashboardsConfig.js =================================================================== diff -u -r38636 -r38969 --- ssts-web/src/main/webapp/disinfectsystem/config/zd5y/realTimeDashboardsConfig.js (.../realTimeDashboardsConfig.js) (revision 38636) +++ ssts-web/src/main/webapp/disinfectsystem/config/zd5y/realTimeDashboardsConfig.js (.../realTimeDashboardsConfig.js) (revision 38969) @@ -30,13 +30,13 @@ columnLeft: { width: 24, items: [{ - dataSources: 'urgentAmount', - title: '', - height: 12 + dataSources: 'operationReservationSummary', + title: '今日手术预约信息', + height: 20 }, { dataSources: 'deviceUsageSummary', - title: '本日设备使用情况', - height: 74, + title: '今日设备使用情况', + height: 66, headers: [{ header: "设备名称", dataIndex: 'name', @@ -54,58 +54,12 @@ columnCenter: { width: 56, items: [{ - dataSources: 'tousseSummary', - title: '今日器械包汇总', + dataSources: 'urgentGoodsDetails', + title: '今日加急物品处理汇总', height: 43, - headers: [{ - header: "待处理", - xAxisData: [{ - name: '回收清点', - dataIndex: 'toBeRecycledAmount', - color: '#2289ff' - }, { - name: '清洗消毒', - dataIndex: 'tobeWashAmount', - color: '#4077f6' - }, { - name: '装配管理', - dataIndex: 'toBePackAmount', - color: '#5d5ef6' - }, { - name: '灭菌管理', - dataIndex: 'toBeSterilizationAmount', - color: '#6557de' - }, { - name: '发货计划', - dataIndex: 'toBeInvoiceAmount', - color: '#8c70f8' - }] - }, { - header: "已处理", - xAxisData: [{ - name: '回收清点', - dataIndex: 'recycledAmount', - color: '#f9de50' - }, { - name: '清洗消毒', - dataIndex: 'washedAmount', - color: '#ffb028' - }, { - name: '装配管理', - dataIndex: 'packedAmount', - color: '#f2a229' - }, { - name: '灭菌管理', - dataIndex: 'sterilizationedAmount', - color: '#f98a42' - }, { - name: '发货计划', - dataIndex: 'invoicedAmount', - color: '#e98352' - }] - }] + }, { - dataSources: 'foreignTousseSummary', + dataSources: 'foreignTousseSummary_SpecifyPeriod', title: '今日外来器械包汇总', height: 43 }] @@ -116,14 +70,14 @@ items: [{ dataSources: 'nowTime', title: '', - height: 15 - }, { - dataSources: 'onlineUserAmount', + height: 16 + }, { + dataSources: 'onlineUserAmount', title: '在线人数', height: 30 }, { dataSources: 'workloadSummary', - title: '今日工作量统计', + title: '今日工作量汇总', height: 40 }] }