Parcourir la source

添加默认值时间(shijian)

zhangxc il y a 5 ans
Parent
commit
8ef83d54ce
5 fichiers modifiés avec 8 ajouts et 8 suppressions
  1. 3 3
      src/html/assertTypeDetail.html
  2. 1 1
      src/js/qcList.js
  3. 1 1
      src/js/qcListDept.js
  4. 1 1
      src/js/qcListPerson.js
  5. 2 2
      webpack.config.js

+ 3 - 3
src/html/assertTypeDetail.html

@@ -17,19 +17,19 @@
           <div class="grayLine"></div>     
           <div class="main-body">
             <div class="filterBox clearfix">
-                <div class="filterItem typeFilter deptListWrap">
+                <!-- <div class="filterItem typeFilter deptListWrap">
                     <span class="explainL" style="overflow:hidden">科室名称:</span>
                     <span class="selectDept ellipsis" data-id=""><i>--</i></span>
                     <ul class="deptList filterDropList">
                         
                     </ul>
-                </div>   
+                </div>    -->
                 <div class="filterItem typeFilter">
                     <span class="explainL">质控类型:</span>
                     <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入质控类型">
                 </div>
                 <div class="filterItem typeFilter">
-                    <span class="explainL">质控条目:</span>
+                    <span class="">质控条目:</span>
                     <ul class="listTypeAll">
                         <li>
                             <span>病案首页</span><i></i>

+ 1 - 1
src/js/qcList.js

@@ -16,7 +16,7 @@ const arrowLeft= require("./../images/arrow_left.png")
 const arrowRight = require("./../images/arrow_right.png")
 
 let srcUrl = $("#contentIframe",parent.document).attr("src")
-let statisticsType = getUrlArgObjectNew("dateType",srcUrl)||""
+let statisticsType = getUrlArgObjectNew("dateType",srcUrl)||getUrlArgObjectNew("shijian",srcUrl) || ""
 let chengdu = getUrlArgObjectNew("chengdu",srcUrl)||""
 let deptIdPram = getUrlArgObjectNew("deptId",srcUrl)||""
 let deptNamePram = getUrlArgObjectNew("deptName",srcUrl)||""

+ 1 - 1
src/js/qcListDept.js

@@ -20,7 +20,7 @@ $(".selectLevel").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
 $(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
 
 let srcUrl = $("#contentIframe",parent.document).attr("src")
-let statisticsType = getUrlArgObjectNew("dateType",srcUrl)||""
+let statisticsType = getUrlArgObjectNew("dateType",srcUrl)||getUrlArgObjectNew("shijian",srcUrl) || ""
 let chengdu = getUrlArgObjectNew("chengdu",srcUrl)||""
 let deptIdPram = getUrlArgObjectNew("deptId",srcUrl)||""
 let deptNamePram = getUrlArgObjectNew("deptName",srcUrl)||""

+ 1 - 1
src/js/qcListPerson.js

@@ -25,7 +25,7 @@ $(".selectLevel").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
 $(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
 
 let srcUrl = $("#contentIframe",parent.document).attr("src")
-let statisticsType = getUrlArgObjectNew("dateType",srcUrl)||""
+let statisticsType = getUrlArgObjectNew("dateType",srcUrl)||getUrlArgObjectNew("shijian",srcUrl) || ""
 let chengdu = getUrlArgObjectNew("chengdu",srcUrl)||""
 let deptIdPram = getUrlArgObjectNew("deptId",srcUrl)||""
 let deptNamePram = getUrlArgObjectNew("deptName",srcUrl)||""

+ 2 - 2
webpack.config.js

@@ -6,8 +6,8 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
 const CopyWebpackPlugin = require('copy-webpack-plugin');
 const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
 const webpack = require('webpack');
-const proxyHost = "http://192.168.2.236:5858";
-// const proxyHost = "http://192.168.2.241:5858";
+// const proxyHost = "http://192.168.2.236:5858";
+const proxyHost = "http://192.168.2.241:5858";
 // const proxyHost = "http://192.168.3.117:5858";//铁钢
 // const proxyHost = "http://192.168.3.113:5858";//王峰
 module.exports = {