Pārlūkot izejas kodu

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 6 mēnešus atpakaļ
vecāks
revīzija
5d05a2bff2

+ 3 - 0
src/xt_pages/Dialysisanalysis/new_otherIndicators/components/anticoagulant.vue Parādīt failu

@@ -322,6 +322,7 @@ import html2canvas from "html2canvas"
322 322
           page:this.currentPage,
323 323
           limit:this.limit,
324 324
         }
325
+        console.log('抗凝剂params',params);
325 326
         Getdetail(params).then(response =>{
326 327
           if(response.data.state ==1){
327 328
             const list = response.data.data.prescriptions
@@ -352,7 +353,9 @@ import html2canvas from "html2canvas"
352 353
       },
353 354
       // 详情查询
354 355
       deil_click(){
356
+        this.currentPage =1
355 357
         this.getGetdetail(this.dialyze_value)
358
+       
356 359
       },
357 360
       //导出excel
358 361
       exportExcel(){

+ 14 - 12
src/xt_pages/Dialysisanalysis/new_otherIndicators/components/complete.vue Parādīt failu

@@ -223,11 +223,11 @@ import html2canvas from "html2canvas"
223 223
         limit:50,
224 224
         total:0,
225 225
         tableData:[],
226
-        // status_options:[],
226
+        status_options:[],
227 227
         nurseList:[],
228 228
         operators:[],
229 229
         docList:[],
230
-        status_options:[{value:1,label:'达到透析处方时间'},{value:2,label:'超出处方时间'},{value:3,label:'未到达处方时间'}],
230
+        // status_options:[{value:1,label:'达到透析处方时间'},{value:2,label:'超出处方时间'},{value:3,label:'未到达处方时间'}],
231 231
         date_options:[{value:1,label:'最近七天'},{value:2,label:'本周'},{value:3,label:'上周'},{value:4,label:'本月'},
232 232
                       {value:5,label:'上月'},{value:6,label:'本年'},{value:7,label:'上一年'}
233 233
         ],
@@ -272,14 +272,14 @@ import html2canvas from "html2canvas"
272 272
               yAxis.push(key)
273 273
             }
274 274
             const status = []
275
-            // for(let i in yAxis){
276
-            //   const obj ={
277
-            //     value:(i*1)+1,
278
-            //     label:yAxis[i]
279
-            //   }
280
-            //   status.push(obj)
281
-            // }
282
-            // this.status_options = status
275
+            for(let i in yAxis){
276
+              const obj ={
277
+                value:(i*1)+1,
278
+                label:yAxis[i]
279
+              }
280
+              status.push(obj)
281
+            }
282
+            this.status_options = status
283 283
             console.log('this.status_options',this.status_options);
284 284
             const option = {
285 285
                 title:{
@@ -340,13 +340,14 @@ import html2canvas from "html2canvas"
340 340
             myChart.setOption(option);
341 341
             myChart.on('click',params =>{
342 342
               this.complete_dialog = true
343
-              console.log('bbbb',params);
343
+              console.log('bbbb完成率',params);
344 344
               var status_id =''
345 345
               for(let i in this.status_options){
346 346
                 if(params.data.name == this.status_options[i].label){
347 347
                   status_id = this.status_options[i].value
348 348
                 }
349 349
               }
350
+              this.status_value = status_id
350 351
               this.getdetail(status_id)
351 352
             })
352 353
           }
@@ -359,6 +360,7 @@ import html2canvas from "html2canvas"
359 360
       },
360 361
       // 详情查询
361 362
       detil_click(){
363
+        this.currentPage = 1
362 364
         this.getdetail(this.status_value)
363 365
       },
364 366
        // 下载
@@ -446,7 +448,7 @@ import html2canvas from "html2canvas"
446 448
             this.tableData = table
447 449
             this.total = response.data.data.total
448 450
           }
449
-          console.log('55555',response);
451
+          console.log('55555',params);
450 452
         })
451 453
       },
452 454
       // 选择日期

+ 3 - 1
src/xt_pages/Dialysisanalysis/new_otherIndicators/components/dialyzer.vue Parādīt failu

@@ -282,7 +282,7 @@ import html2canvas from "html2canvas"
282 282
             const options = []
283 283
             for(let i in xAxis){
284 284
               const arr ={
285
-                id:i+1,
285
+                id:(i*1)+1,
286 286
                 name:xAxis[i]
287 287
               }
288 288
               options.push(arr)
@@ -375,6 +375,7 @@ import html2canvas from "html2canvas"
375 375
       },
376 376
       // 详情查询
377 377
       deil_click(){
378
+        this.currentPage =1
378 379
         this.Getdialyzerdetail(this.getdialyze(this.dialyze_value))
379 380
       },
380 381
        // 下载 
@@ -646,6 +647,7 @@ import html2canvas from "html2canvas"
646 647
       },
647 648
       getdialyze(val){
648 649
         const option = this.dialyze_options
650
+        console.log('透析器option',option);    
649 651
         for(let i in option){
650 652
           if(val == option[i].id){
651 653
             return option[i].name

+ 19 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Parādīt failu

@@ -1783,7 +1783,14 @@
1783 1783
                           >
1784 1784
                           碳酸氢钠<br />(ml)
1785 1785
                           </td>
1786
-
1786
+                          <td
1787
+                            width="50"
1788
+                            v-if="
1789
+                              org_id == 0 || org_id == 9829
1790
+                            "
1791
+                          >
1792
+                            SpO₂<br />(%)
1793
+                          </td>
1787 1794
                           <td width="200">病情变化及处理</td>
1788 1795
                         </tr>
1789 1796
 
@@ -2041,6 +2048,17 @@
2041 2048
                           >
2042 2049
                            {{ monitor_record.dicarbonate  }}<br />
2043 2050
                           </td>
2051
+                          <td
2052
+                            v-if="
2053
+                              org_id == 0 || org_id == 9829
2054
+                            "
2055
+                          >
2056
+                            {{
2057
+                              monitor_record.blood_oxygen_saturation
2058
+                                ? monitor_record.blood_oxygen_saturation
2059
+                                : ""
2060
+                            }}
2061
+                          </td>
2044 2062
 
2045 2063
                           <td style="line-height: 16px; padding: 0px">
2046 2064
                             <div

+ 6 - 0
src/xt_pages/dialysis/details/index.vue Parādīt failu

@@ -568,6 +568,12 @@
568 568
                   </div>
569 569
                   <div></div>
570 570
                 </div>
571
+                <div class="printCell" style="display:flex;" v-if="org_id ==10598 || org_id == 0">
572
+                  <div style="">透析器:
573
+                   <span>{{main_collection.prescription.dialysis_dialyszers }}&nbsp;&nbsp; {{main_collection.prescription.dialysis_irrigation}}&nbsp;&nbsp; {{main_collection.prescription.dialysis_strainer}}</span>
574
+                  </div>
575
+                 
576
+                </div>
571 577
               </div>
572 578
             </div>
573 579
 

+ 5 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Parādīt failu

@@ -1836,6 +1836,7 @@
1836 1836
                         <td width="50" v-if="org_id == 9538 || org_id == 9919 || org_id== 9671">血容量<br />(L)</td>
1837 1837
                         <td width="50" v-if="org_id == 10490 ">碳酸氢钠<br />(ml)</td>
1838 1838
                         <td width="50" v-if="org_id == 10598">护士签名</td>
1839
+                        <td width="50" v-if="org_id == 9829 || org_id == 0">SpO₂<br />(%)</td>
1839 1840
                         <td width="200">病情变化及处理</td>
1840 1841
                       </tr>
1841 1842
 
@@ -2021,6 +2022,10 @@
2021 2022
                           />
2022 2023
                           </span>
2023 2024
                         </td>
2025
+                        <td v-if="org_id == 0||org_id == 9829">
2026
+                          {{monitor.blood_oxygen_saturation? monitor.blood_oxygen_saturation: ""}}
2027
+                        </td>
2028
+                       
2024 2029
                         <td style="line-height: 16px; padding: 0px">
2025 2030
                           <div
2026 2031
                             style="

+ 8 - 7
src/xt_pages/outpatientCharges/statementPrint.vue Parādīt failu

@@ -22,7 +22,7 @@
22 22
           org_id == 10028 ||
23 23
           org_id == 10278 ||
24 24
           org_id == 10610 ||
25
-          org_id==10537 
25
+          org_id==10537 || org_id == 0
26 26
         "
27 27
       >
28 28
         <printTwo :info="info" v-if="org_id == 9990"></printTwo>
@@ -72,14 +72,14 @@
72 72
       <printOne :info="info" v-if=" org_id != 9990 &&
73 73
             org_id != 10138 && org_id != 9504 && org_id != 10028 &&
74 74
             org_id != 10610 && org_id !=10537 && org_id !=10697 &&
75
-            org_id != 10278 && org_id != 10387 && org_id != 10191 && 
76
-            org_id != 10210 &&org_id != 10485 &&org_id != 10480 && 
75
+            org_id != 10278 && org_id != 10387 && org_id != 10191 &&
76
+            org_id != 10210 &&org_id != 10485 &&org_id != 10480 &&
77 77
             org_id != 10510 &&org_id != 10088 &&org_id != 10633 && this.paramsObj.balance_accounts_type == 1">
78 78
       </printOne>
79 79
       <privateChargePrint :info="info" v-if="org_id != 9990 &&
80 80
             org_id != 10138 && org_id != 9504 &&  org_id != 10028 && org_id !=10697 &&
81
-            org_id != 10278 && org_id != 10610 && org_id !=10537 && org_id != 10387 && 
82
-            org_id != 10191 &&org_id != 10210 &&org_id != 10485  &&org_id != 10480 && 
81
+            org_id != 10278 && org_id != 10610 && org_id !=10537 && org_id != 10387 &&
82
+            org_id != 10191 &&org_id != 10210 &&org_id != 10485  &&org_id != 10480 &&
83 83
             org_id != 10510 &&org_id != 10633 && this.paramsObj.balance_accounts_type == 2">
84 84
       </privateChargePrint>
85 85
 
@@ -512,7 +512,7 @@ export default {
512 512
             scanStyles: false
513 513
           })
514 514
         }else if (
515
-          this.$store.getters.xt_user.org_id == 10633 || this.$store.getters.xt_user.org_id == 0
515
+          this.$store.getters.xt_user.org_id == 10633
516 516
         ) {
517 517
           const style =
518 518
             '@media print {#statement-print{font-size:14px;border:1px solid white}.statementTitle{font-size: 22px;text-align: center;font-weight: bold;} .statementTable {border-collapse: collapse;} table tr td {padding: 2px;line-height: 30px;border: 1px solid black;}'
@@ -525,7 +525,8 @@ export default {
525 525
 
526 526
         } else {
527 527
           const style =
528
-            '@media print {#statement-print{font-size:16px;border:1px solid white}.statementTitle{font-size: 22px;text-align: center;font-weight: bold;} .statementTable{border-collapse: collapse;} table{border-collapse: collapse;text-align: center;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 57%;}}}'
528
+            // '@media print {#statement-print{font-size:16px;border:1px solid white}.statementTitle{font-size: 22px;text-align: center;font-weight: bold;} .statementTable{border-collapse: collapse;} table{border-collapse: collapse;text-align: center;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 57%;}}}'
529
+            '@media print {#statement-print{font-size:16px;border:1px solid white}.statementTitle{font-size: 22px;text-align: center;font-weight: bold;} .statementTable{border-collapse: collapse;} table{border-collapse: collapse;text-align: center;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 69%;}}}'
529 530
           printJS({
530 531
             printable: 'statement-print',
531 532
             type: 'html',

+ 7 - 0
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Parādīt failu

@@ -653,6 +653,13 @@
653 653
                   </div>
654 654
                 </div>
655 655
 
656
+                <div class="printCell" style="display:flex;" v-if="org_id ==10598 || org_id == 0">
657
+                  <div style="">透析器:
658
+                   <span>{{main_collection.prescription.dialysis_dialyszers }}&nbsp;&nbsp; {{main_collection.prescription.dialysis_irrigation}}&nbsp;&nbsp; {{main_collection.prescription.dialysis_strainer}}</span>
659
+                  </div>
660
+                 
661
+                </div>
662
+
656 663
 
657 664
               </div>
658 665
             </div>

+ 7 - 3
src/xt_pages/stock/drugs/drugInventoryModePrint.vue Parādīt failu

@@ -256,13 +256,17 @@ import { getDrugInventroyModePrintList } from  "@/api/stock"
256 256
             start_time:this.$route.query.start_time,
257 257
             end_time:this.$route.query.end_time,
258 258
           }
259
+          const loading = this.$loading({
260
+            lock: true,
261
+            text: 'Loading',
262
+            spinner: 'el-icon-loading',
263
+            background: 'rgba(0, 0, 0, 0.7)'
264
+          })
259 265
           console.log("params-------",params)
260 266
           getDrugInventroyModePrintList(params).then(response=>{
261 267
               if(response.data.state == 1){
268
+                 loading.close()
262 269
                  var list  =  response.data.data.list
263
-
264
-                 console.log("list===============998",list)
265
-
266 270
                 if(list!=null && list.length > 0){
267 271
                   let dataInfo = {}
268 272
                   list.forEach((item, index) => {

+ 7 - 0
src/xt_pages/stock/drugs/inventoryRecordPrint.vue Parādīt failu

@@ -130,8 +130,15 @@ export default {
130 130
               start_time:this.$route.query.start_time,
131 131
               end_time:this.$route.query.end_time,
132 132
             }
133
+            const loading = this.$loading({
134
+              lock: true,
135
+              text: 'Loading',
136
+              spinner: 'el-icon-loading',
137
+              background: 'rgba(0, 0, 0, 0.7)'
138
+           })
133 139
           getInventoryRecordPrintList(params).then(response=>{
134 140
              if(response.data.state == 1){
141
+              loading.close()
135 142
               this.total =  response.data.data.total
136 143
               this.tableData = response.data.data.list
137 144
               this.houseList = response.data.data.houseList

+ 8 - 4
src/xt_pages/stock/drugs/newDrugInventory.vue Parādīt failu

@@ -770,11 +770,15 @@ export default {
770 770
             arr.push(this.tableData[i])
771 771
          }
772 772
        }
773
-     if(arr.length == 0){
774
-       this.$message.error("请修改数据后保存!")
775
-       loading.close()
776
-       return false
773
+
774
+      if(this.$store.getters.xt_user.template_info.org_id!=0 && this.$store.getters.xt_user.template_info.org_id!=10697){
775
+        if(arr.length == 0){
776
+          this.$message.error("请修改数据后保存!")
777
+          loading.close()
778
+          return false
779
+        }
777 780
       }
781
+   
778 782
        var params = {
779 783
          tableData:arr,
780 784
          newTableData:this.tableData

+ 8 - 4
src/xt_pages/stock/newInventory.vue Parādīt failu

@@ -406,11 +406,15 @@ export default {
406 406
           arr.push(this.tableData[i])
407 407
         }
408 408
       }
409
-      if(arr.length == 0){
410
-       this.$message.error("请修改数据后保存!")
411
-       loading.close()
412
-       return false
409
+
410
+      if(this.$store.getters.xt_user.template_info.org_id!=0 && this.$store.getters.xt_user.template_info.org_id!=10697){
411
+        if(arr.length == 0){
412
+        this.$message.error("请修改数据后保存!")
413
+        loading.close()
414
+        return false
415
+       }
413 416
       }
417
+     
414 418
       var params = {
415 419
          tableData:arr,
416 420
          storehouse_id:this.storehouse_id,

+ 7 - 1
src/xt_pages/stock/stockInventoryModePrint.vue Parādīt failu

@@ -260,10 +260,16 @@ import { getStockInventroyModePrintList } from  "@/api/stock"
260 260
             end_time:this.$route.query.end_time,
261 261
           }
262 262
           console.log("params-------",params)
263
+          const loading = this.$loading({
264
+            lock: true,
265
+            text: 'Loading',
266
+            spinner: 'el-icon-loading',
267
+            background: 'rgba(0, 0, 0, 0.7)'
268
+          })
263 269
           getStockInventroyModePrintList(params).then(response=>{
264 270
               if(response.data.state == 1){
265 271
                  var list  =  response.data.data.list
266
-
272
+                  loading.close()
267 273
                  console.log("list===============",list)
268 274
 
269 275
                 if(list!=null && list.length > 0){

+ 8 - 0
src/xt_pages/stock/stockInventoryPrint.vue Parādīt failu

@@ -113,8 +113,15 @@ export default {
113 113
             page:this.$route.query.page,
114 114
             ids:this.$route.query.ids,
115 115
           }
116
+          const loading = this.$loading({
117
+            lock: true,
118
+            text: 'Loading',
119
+            spinner: 'el-icon-loading',
120
+            background: 'rgba(0, 0, 0, 0.7)'
121
+          })
116 122
          getStockInventoryPrintList(params).then(response=>{
117 123
            if(response.data.state == 1){
124
+             loading.close()
118 125
              var list = response.data.data.list
119 126
              console.log("list232332232323",response.data.data.list)
120 127
              this.tableList = list
@@ -122,6 +129,7 @@ export default {
122 129
              this.houseList = response.data.data.storeHouseList
123 130
 
124 131
              this.docList = response.data.data.doclist
132
+            
125 133
            }
126 134
          })
127 135
         },

+ 2 - 2
src/xt_pages/user/components/PatientDetail.vue Parādīt failu

@@ -121,7 +121,7 @@
121 121
                 label="身份证号 : "
122 122
                 class="is-required"
123 123
               >
124
-                <el-input v-model="form.idCardNo" disabled></el-input>
124
+                <el-input v-model="form.idCardNo" disabled   @blur="checkIdCardNo"></el-input>
125 125
               </el-form-item>
126 126
             </el-col>
127 127
             <el-col :span="8" style="height: 59px">
@@ -2098,7 +2098,7 @@ export default {
2098 2098
             } else {
2099 2099
               this.patientPrint.hospital_first_dialysis_date = "";
2100 2100
             }
2101
-            this.checkIdCardNo();
2101
+            // this.checkIdCardNo();
2102 2102
           } else {
2103 2103
             console.log("patient get err state");
2104 2104
             this.$notify.error({

+ 2 - 1
src/xt_pages/user/components/PatientForm.vue Parādīt failu

@@ -131,6 +131,7 @@
131 131
                   label="身份证号 : "
132 132
                 >
133 133
                   <el-input
134
+                    @blur="checkIdCardNo"
134 135
                     v-model="form.idCardNo"
135 136
                   ></el-input><!---->
136 137
                 </el-form-item>
@@ -2122,7 +2123,7 @@ export default {
2122 2123
             this.form.infectious_remark = patietInfo.infectious_remark
2123 2124
 
2124 2125
 
2125
-            this.checkIdCardNo();
2126
+            // this.checkIdCardNo();
2126 2127
           } else {
2127 2128
             this.$notify.error({
2128 2129
               title: "错误",

+ 1 - 1
src/xt_pages/user/inspection.vue Parādīt failu

@@ -1330,7 +1330,7 @@ export default {
1330 1330
               
1331 1331
               if (item.item_id > 0) {
1332 1332
                 if (typeof(inspectionsMap[parseInt(items[index].item_id)])  == "undefined") {
1333
-                  if(this.org_id == 10121 || this.org_id ==10138 || this.org_id == 0 || this.org_id ==10278 || this.org_id == 10702){
1333
+                  if(this.org_id == 10121 || this.org_id ==10138 || this.org_id == 0 || this.org_id ==10278 || this.org_id == 10702 || this.org_id == 10191){
1334 1334
                     item.value = inspectionsMap[items[index].id].inspect_value
1335 1335
                     item.item_name = inspectionsMap[items[index].id].item_name
1336 1336
                   }else{

+ 1 - 1
src/xt_pages/user/lapsoSummary.vue Parādīt failu

@@ -124,7 +124,7 @@
124 124
                       </el-radio-group>
125 125
                     </el-form-item>
126 126
                 </el-col>
127
-                <el-col :span="24" v-if="lapseto == 2">
127
+                <el-col :span="24" v-if="lapseto == 2 || lapseto == 3 || lapseto == 4">
128 128
                     <el-form-item label="转归类型:"> 
129 129
                         <el-radio-group style="padding: 10px;" v-model="lapse_type">
130 130
                             <el-radio  label="1">转入</el-radio>