123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- <link rel="stylesheet" href="/thmz/css/bootstrap/css/bootstrap-select.css"/>
- <link rel="stylesheet" href="/thmz/css/jquery.webui-popover.min.css">
- <link rel="stylesheet" href="/thmz/css/custom.min.css">
- <link rel="stylesheet" href="/thmz/css/toll_administration.css">
- <script src="/thmz/js/dependent/daterangepicker.js"></script>
- <script src="/thmz/js/dependent/bootstrap-select.js"></script>
- <script src="/thmz/js/dependent/qrcode.min.js"></script>
- <script src="/thmz/js/dependent/jquery.webui-popover.min.js"></script>
- <script src="/thmz/js/mz/yj_item_entry.js"></script>
- <script src="/thmz/js/dependent/LodopFuncs.js"></script>
- <title>医技科室项目费用录入</title>
- <style>
- .my_label {
- width: 65px;
- text-align: right;
- font-weight: 400;
- line-height: 34px;
- }
- </style>
- <div class="row" style="height: calc(100% - 60px);overflow-y: auto;">
- <div class="col-md-12 col-sm-12 col-xs-12">
- <div class="x_panel">
- <div class="panel-body">
- <form id="formSearch" class="form-horizontal" autocomplete="off" onsubmit="return false;">
- <div class="form-group col-md-12 col-sm-12 col-xs-12">
- <div class="col-md-3 col-sm-3 col-xs-12" style="height: 34px;line-height: 34px;font-size: 18px;font-weight: 600;">医技科室项目费用录入</div>
- </div>
- <div class="form-group col-md-12 col-sm-12 col-xs-12">
- <label class="control-label col-md-1 col-sm-1 col-xs-12" for="patientIdParam">病人门诊号:
- </label>
- <div class="col-md-1 col-sm-1 col-xs-12">
- <input type="text"placeholder="门诊号" class="form-control" id="patientIdParam">
- </div>
- <div class="col-md-3 col-sm-3 col-xs-12">
- <button type="button" class="btn btn-primary"
- onclick="queryMzPatient()" title="查询病人信息"><i class="fa fa-search"></i>
- </button>
- <button type="button" class="btn btn-primary"
- onclick="clearPatient()" title="重置病人信息"><i class="fa fa-rotate-left"></i>
- </button>
- <a style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"
- > 就诊科室</i></a>
- <div style="display: inline-block;width: 120px">
- <select class="form-control selectpicker show-tick" title="请选择"
- id="clinicDeptNo">
- </select>
- </div>
- </div>
- <div class="col-md-3 col-sm-3 col-xs-12" style="font-weight: bold">
- <span >门诊号:</span><span id="patientIdText"></span>
- <span >姓名:</span><span id="nameParam"></span>
- <span >年龄:</span><span id="ageParam"></span>
- <span >性别:</span><span id="sexParam"></span>
- </div>
- </div>
- <div class="form-group col-md-12 col-sm-12 col-xs-12">
- <div class="col-md-3 col-sm-3 col-xs-12"></div>
- <div class="col-md-1 col-sm-1 col-xs-12">
- <div class="form-group has-feedback" style="float: right;width: 340px;">
- <input id="yjksItem" class="form-control col-md-7 col-xs-12"
- placeholder="搜索项目" required="required" type="text" data-placement="bottom-right">
- </div>
- </div>
- <div class="col-md-3 col-sm-3 col-xs-12" style="text-align:left;">
- <button type="button" style="margin-left:3px" id="btn_save" class="btn btn-primary"
- onclick="saveYjItem()" title="保存"><i class="fa fa-check-square-o"></i>
- </button>
- <button type="button" style="margin-left:3px" class="btn btn-primary"
- onclick="openYjEntryHistoryModel()" title="补打"><i class="fa fa-print"></i>
- </button>
- </div>
- </div>
- </form>
- </div>
- <div class="row">
- <div class="col-md-6 col-sm-6 col-xs-12">
- <input type="hidden" id="zlCode"/>
- <input type="hidden" id="execUnitName"/>
- <div style="width:100%;">
- <label class="my_label">规格:</label>
- <input type="text" class="form-control " id="descriptions"
- style="padding-left: 10px; width: 100px;display: inline-block" readonly>
-
- <label class="my_label">单位:</label>
- <input type="text" class="form-control " id="chargeUnit"
- style="padding-left: 10px; width: 100px;display: inline-block" readonly>
- </div>
- <div style="width:100%;">
- <label class="my_label">单价:</label>
- <input type="text" class="form-control " readonly id="zlItemPrice"
- style="padding-left: 10px; width: 100px;display: inline-block" >
-
- <label class="my_label">单量:</label>
- <input type="text" class="form-control " id="itemQuantity"
- onchange="calculateTotal(false)"
- style="padding-left: 10px; width: 100px;display: inline-block" >
- </div>
- <div style="width:100%;">
- <label class="my_label">天数:</label>
- <div style="width: 100px;display: inline-block">
- <select class="form-control selectpicker show-tick" data-live-search="true"
- onchange="calculateTotal(false)"
- title="请选择"
- id="dayZlNum">
- </select>
- </div>
-
- <label class="my_label">频次:</label>
- <div style="width: 100px;display: inline-block">
- <select class="form-control selectpicker show-tick"
- title="请选择" data-live-search="true" onchange="calculateTotal(false)"
- style="width: 100px;"
- id="orderFrequencyZl">
- </select>
- </div>
- </div>
- <div style="width:100%;">
- <label class="my_label">总量:</label>
- <input type="text" class="form-control " readonly id="totalNumZl"
- style="padding-left: 10px; width: 100px;display: inline-block" >
-
- <label class="my_label">总价:</label>
- <input type="text" class="form-control " readonly id="totalAmountZl"
- style="padding-left: 10px; width: 100px;display: inline-block" >
- </div>
- <div style="width:100%;">
- <label class="my_label">执行科室:</label>
- <div style="width: 150px;display: inline-block">
- <select class="form-control selectpicker show-tick"
- title="请选择" data-live-search="true"
- style="padding-left: 10px; width: 100px;display: inline-block"
- id="execUnit">
- </select>
- </div>
- </div>
- <div style="width:100%;">
- <label class="my_label">备注:</label>
- <input type="text" class="form-control " id="remark"
- style="padding-left: 10px; width: 250px;display: inline-block" >
- </div>
- <div style="width:100%;">
- <span style="display: inline-block;width: 150px"></span> <div style="display: inline-block;"><a onclick="clearData()"
- style="cursor: pointer;font-size: 14px;color: #2e69eb!important;"><i
- class="fa fa-trash"> 清空</i></a>
- </div>
- <div style="display: inline-block;">
- <a
- style="cursor: pointer;font-size: 14px;color: #333333;"
- onclick="saveRightData()"> 保存到右侧<i
- class="fa fa-long-arrow-right"
- style="font-size: 20px;vertical-align: middle;width: 30px;height: 20px;text-align: center;background-color: #337AB7;color: white;margin-left: 10px"></i></a>
- </div>
- </div>
- </div>
- <div class="col-md-6 col-sm-6 col-xs-12">
- <table id="dataTable"></table>
- <div style="width: 100%;text-align: right;font-weight: bold" >
- <span>总计金额:</span> <span id="totalCharge">0</span>元
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="item_entry_charge" class="hide"
- style="width:920px;height: calc(100% - 160px);margin:0 auto;border: 1px solid #337ab7;font-size: 13px;padding: 40px 20px 40px 20px;overflow-y: auto; overflow-x:hidden;">
- <div id="right_title">
- <table width="100%" style="font-size: 13px;">
- <tbody>
- <tr>
- <td></td>
- <td colspan="2" style="text-align:center;font-weight: 700;font-size: 15px;"><span class="hospitalName"></span>门诊病人费用清单</td>
- <td id="doctor_t" style="float: right;">医生:</td>
- </tr>
- <tr>
- <td id="patientId_t">门诊号:</td>
- <td id="name_t">姓名:</td>
- <td id="date_t">日期:</td>
- <td id="dept_t" style="float: right;">科室:</td>
- </tr>
- </tbody>
- </table>
- <table border="1" cellspacing="0" style="font-size: 13px;width: 100%;border-width: 1px;border-style: solid;border-collapse: collapse;">
- <thead>
- <tr>
- <th width="17%" style="padding: 8px;">项目编码</th>
- <th width="45%" style="padding: 8px;">项目名称</th>
- <th width="10%" style="padding: 8px;">规格</th>
- <th width="10%" style="padding: 8px;">单位</th>
- <th width="6%" style="padding: 8px;">单价</th>
- <th width="6%" style="padding: 8px;">数量</th>
- <th width="6%" style="padding: 8px;">金额</th>
- </tr>
- </thead>
- </table>
- </div>
- <div id="fymx_table">
- <table width="100%" style="font-size: 13px;">
- <tbody id="fymx_table_body">
- </tbody>
- </table>
- </div>
- <div id="foot" style="text-align: center;width: 100%">
- <div id="payQrcodeYjEntry" style="width: 110px;padding: 3px">
- </div>
- </div>
- </div>
- <!--医技录入费用历史记录-->
- <div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-hidden="true" id="yjEntryModal">
- <div class="modal-dialog modal-lg">
- <div class="modal-content container" style="width: 800px;margin-left: 200px;height: 550px;">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span>
- </button>
- <h4 class="modal-title modal-title-thmz">医技录入费用记录(待交费)</h4>
- </div>
- <div class="modal-body">
- <div class="col-md-12 col-sm-12 col-xs-12">
- <div class="x_panel">
- <table id="yj_history_table"></table>
- </div>
- </div>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
- </div>
- </div>
- </div>
- </div>
|