|
@@ -1143,41 +1143,7 @@ function renderPushWarning() {
|
|
let noteList = result.noteList || [] //检查内容注意事项
|
|
let noteList = result.noteList || [] //检查内容注意事项
|
|
let dubugStr = result.dubugStr || [] //注意调试信息
|
|
let dubugStr = result.dubugStr || [] //注意调试信息
|
|
let otherList = result.otherList || [] //其他提醒
|
|
let otherList = result.otherList || [] //其他提醒
|
|
- // let nurseList = result.nurseList || [] //推荐护理
|
|
|
|
- let nurseList = [{
|
|
|
|
- content: null,
|
|
|
|
- msg: "自己填写的建议-高血压",
|
|
|
|
- orderDetailName: null,
|
|
|
|
- orderName: "高血压",
|
|
|
|
- orderStandName: "高血压",
|
|
|
|
- staticList: ["新生儿口腔护理", "婴幼儿口服给药"],
|
|
|
|
- type: null,
|
|
|
|
- },{
|
|
|
|
- content: null,
|
|
|
|
- msg: "自己填写的建议-高血压",
|
|
|
|
- orderDetailName: null,
|
|
|
|
- orderName: "高血压",
|
|
|
|
- orderStandName: "高血压",
|
|
|
|
- staticList: ["新生儿口腔护理", "婴幼儿口服给药"],
|
|
|
|
- type: null,
|
|
|
|
- },{
|
|
|
|
- content: null,
|
|
|
|
- msg: "自己填写的建议-高血压",
|
|
|
|
- orderDetailName: null,
|
|
|
|
- orderName: "高血压",
|
|
|
|
- orderStandName: "高血压",
|
|
|
|
- staticList: ["新生儿口腔护理", "婴幼儿口服给药"],
|
|
|
|
- type: null,
|
|
|
|
- },{
|
|
|
|
- content: null,
|
|
|
|
- msg: "自己填写的建议-高血压",
|
|
|
|
- orderDetailName: null,
|
|
|
|
- orderName: "高血压",
|
|
|
|
- orderStandName: "高血压",
|
|
|
|
- staticList: ["新生儿口腔护理", "婴幼儿口服给药"],
|
|
|
|
- type: null,
|
|
|
|
- }]
|
|
|
|
-
|
|
|
|
|
|
+ let nurseList = result.nurseList || [] //推荐护理
|
|
localStorage.setItem('nurseList',JSON.stringify(nurseList))
|
|
localStorage.setItem('nurseList',JSON.stringify(nurseList))
|
|
renderBillingPush(billMsgList, '开单合理性', 'rationali')
|
|
renderBillingPush(billMsgList, '开单合理性', 'rationali')
|
|
renderBillingPush(highRiskList, '高风险提示', 'highrisk')
|
|
renderBillingPush(highRiskList, '高风险提示', 'highrisk')
|
|
@@ -1190,7 +1156,6 @@ function renderPushWarning() {
|
|
$('.tips-cont').append(titleStr('warning'))
|
|
$('.tips-cont').append(titleStr('warning'))
|
|
moreInfo()
|
|
moreInfo()
|
|
const hasTipsNum = $(".moduleItem.tips").length;
|
|
const hasTipsNum = $(".moduleItem.tips").length;
|
|
- console.log(hasTipsNum,112);
|
|
|
|
if (hasTipsNum) {
|
|
if (hasTipsNum) {
|
|
let tipNum = $(".tips-cont .billingPushItem").length;
|
|
let tipNum = $(".tips-cont .billingPushItem").length;
|
|
if (tipNum > 3) {
|
|
if (tipNum > 3) {
|