Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.js =================================================================== diff -u -r16046 -r16060 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.js (.../invoicePlanExtractedView.js) (revision 16046) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedView.js (.../invoicePlanExtractedView.js) (revision 16060) @@ -146,12 +146,12 @@ var url = WWWROOT + '/system/serverTimeAction!getInvoicePlanComboTime.do'; dateHelper.getServerTimeByJQ(format, Ext, url, function (result) { var time = result.time; + applyDateDataArray.push(['今天', time.todayTime]); //花都区人民医院要求:时间选择增加今天上午和下午 if (sstsConfig.showMorAndAf){ applyDateDataArray.push(['今天上午', time.todayMorningTodayTime]); applyDateDataArray.push(['今天下午', time.todayAfternoonTodayTime]); } - applyDateDataArray.push(['今天', time.todayTime]); applyDateDataArray.push(['昨天', time.yesterdayTodayTime]); applyDateDataArray.push(['近三天', time.threeDayBeforeTodayTime]); applyDateDataArray.push(['近一周', time.thisWeekTodayTime]);