소스 검색

新分支

28169 1 개월 전
부모
커밋
0e04b616cd

+ 9 - 0
src/api/common/common.js 파일 보기

@@ -548,3 +548,12 @@ export function getRolloutCount(params) {
548 548
   })
549 549
 }
550 550
 
551
+
552
+export function getPatientInspectionList(params){
553
+  
554
+  return request({
555
+    url:"/com/api/getpatientinspectionlist",
556
+    method:"get",
557
+    params:params
558
+  })
559
+}

+ 8 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyOne.vue 파일 보기

@@ -135,8 +135,14 @@
135 135
             </div>
136 136
         </div>
137 137
         <div class="row">
138
+          血管通路部位
139
+          <div class="inline_block under_line" style="width:200px;text-align: left;">
140
+            {{ predialysis.blood_access_part_id }}
141
+          </div>
142
+       
138 143
           血管通路 
139
-          <div class="inline_block under_line" style="width:92%;text-align: left;">
144
+          <div class="inline_block under_line" style="width:200px;text-align: left;">
145
+            
140 146
             {{ predialysis.blood_access_part_opera_name?predialysis.blood_access_part_opera_name:"/" }}
141 147
             <!-- <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('内瘘-左') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('内瘘-右') > -1 ? true : false" showValue="内瘘"></label-box>
142 148
             (<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('内瘘-左') > -1 ? true : false" showValue="左"></label-box>
@@ -161,6 +167,7 @@
161 167
             &nbsp; -->
162 168
           </div>
163 169
         </div>
170
+       
164 171
         <div class="row">
165 172
           导管
166 173
           <div class="inline_block under_line" style="width:200px;text-align: left;">

+ 19 - 1
src/xt_pages/qcd/patientControlAnalysis.vue 파일 보기

@@ -77,6 +77,7 @@
77 77
         </div>
78 78
         <div>
79 79
           <el-button type="primary" size="small" style="margin-bottom: 10px;" @click="toExportList">导出</el-button>
80
+          <el-button type="primary" size="small" style="margin-bottom: 10px;" @click="getPatientInspectionList">导出2</el-button>
80 81
           <el-table :data="tableData" v-loading="isLoadingTwo" border style="width: 100%"
81 82
                     :row-style="{ color: '#303133' }"
82 83
                     :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}">
@@ -161,7 +162,8 @@ import {
161 162
   getCurrentOrgPatients,
162 163
   getNormData,
163 164
   getPatientContorlAnalysis,
164
-  getPatientsControl
165
+  getPatientsControl,
166
+  getPatientInspectionList
165 167
 } from '@/api/common/common'
166 168
 
167 169
 export default {
@@ -843,6 +845,20 @@ export default {
843 845
     formatJson(filterVal, jsonData) {
844 846
       return jsonData.map((v) => filterVal.map((j) => v[j]));
845 847
     },
848
+    getPatientInspectionList(){
849
+       var params ={
850
+        startime:this.listQuery.start_time,
851
+        endtime: this.listQuery.end_time
852
+       }
853
+       getPatientInspectionList(params).then(response=>{
854
+          if(response.data.state ==1){
855
+            var list = response.data.data.list
856
+            console.log("list----------",list)
857
+          }
858
+       })
859
+     
860
+        
861
+    }
846 862
   },
847 863
   created() {
848 864
     var nowDate = new Date()
@@ -872,6 +888,8 @@ export default {
872 888
     //获取统计图数据
873 889
     this.getCartogramlist()
874 890
 
891
+   
892
+
875 893
   }
876 894
 }
877 895
 </script>

+ 1 - 1
src/xt_pages/stock/query/purchaseNewStockQuery.vue 파일 보기

@@ -268,7 +268,7 @@ export default {
268 268
               if(this.org_id ==10210){
269 269
                 list[i].stockIn = list[i].GoodStartFlowInfo.over_count
270 270
               }else{
271
-                console.log("good_id",list[i].id)
271
+               
272 272
                 console.log("入库",this.getAllStockIn(list[i].StWarehousingInfoTwo))
273 273
                 console.log("盘盈",this.getAllStockInFlow(list[i].WareStartInStockFlow))
274 274
                 console.log("出库",this.getAllOutStockIn(list[i].WarehouseOutInfoTenty) )

+ 2 - 0
src/xt_pages/user/evaluationtool/OHpressuresore.vue 파일 보기

@@ -458,6 +458,8 @@ export default {
458 458
       this.zsgy_open=0
459 459
       this.baocun_open=1
460 460
       this.cancel_num=1
461
+
462
+     1
461 463
       getPedPatientFallAssessmentById(this.id).then(response=>{
462 464
         if(response.data.state ==1){
463 465