浏览代码

检查检验详情

chenyue 3 年之前
父节点
当前提交
4ada1bc714
共有 2 个文件被更改,包括 10 次插入6 次删除
  1. 8 4
      html/informationSearch/html/checkoutDetail.html
  2. 2 2
      html/informationSearch/html/checkoutList.html

+ 8 - 4
html/informationSearch/html/checkoutDetail.html

@ -96,11 +96,15 @@
        </div>
        <div class='ptb10 c-border-b plr15 c-f14'>
          <div class='mb10'>临床诊断:</div>
          <div>{{json.BUSINESS_TYPE}}</div>
          <div v-if='json.Rows'>
            <div v-for='(item,index) in json.Rows'>
              <div class='flex f_y_c f_lr c-f14'><div>{{item.SUBLAB_NAME}}: {{item.RESULT_VALUE}} <span v-if='typeof item.UNITS=="string"'>{{item.UNITS}}</span></div><div v-if='typeof item.LIMIT_NOTES=="string"'>({{item.LIMIT_NOTES}})</div></div>
            </div>
          </div>
        </div>
        <div class='ptb10 c-border-b plr15 c-f14'>
          <div class='mb10'>病情描述:</div>
          <div>{{json.BUSINESS_TYPE}}</div>
          <div>{{json.LAB_NAME}}</div>
        </div>
      </div>
      <div class='mt20 bgc-fff'>
@ -108,8 +112,8 @@
            <div>检查信息</div>
          </div>
          <div class='ptb10 plr15 c-f14 flex f_y_c f_lr'>
            <span>检查科室:{{json.SIGN_DEPT_NAME}}</span>
            <span>申请医生:{{json.SIGN_DOCTOR_NAME}}</span>
            <span>检查科室:{{json.REPORT_DEPT_NAME}}</span>
            <span>申请医生:{{json.REPORT_NAME}}</span>
          </div>
        </div>
  </div>

+ 2 - 2
html/informationSearch/html/checkoutList.html

@ -123,8 +123,8 @@
      <div v-if='jcjyList.length>0'>
        <div class='bgc-fff m20 p10 c-border b-r-12' v-for='(jitem, index) in jcjyList' @click='gotoDetail(jitem)'>
          <div class='flex f_y_c f_lr'>
            <div class="flex f_y_c c_f14 bgc-orange c-fff plr10 ptb5 b-r-12 h14">{{jitem.NAME}}</div>
            <span class='c_f14 c-333'>{{jitem.REPORT_TIME}}</span>
            <div class="flex f_y_c c_f14 bgc-orange c-fff plr10 ptb5 b-r-12 h14">{{jitem.PARTICIPANT_DEPT_NAME}}</div>
            <span class='c_f14 c-333'>{{typeof jitem.REPORT_TIME == 'string'?jitem.REPORT_TIME:''}}</span>
          </div>
          <div class='mt30 c-333 c_f14'>{{jitem.LAB_NAME}}</div>
        </div>