Browse Source

新分支

28169 1 year ago
parent
commit
5a57bfdf0c

+ 2 - 2
src/api/device.js View File

324
   })
324
   })
325
 }
325
 }
326
 
326
 
327
-export function getAirDisinfectLongTime(params){
327
+export function getAirDisinfectLongTime(storey,params){
328
   
328
   
329
   return request({
329
   return request({
330
-    url:"/api/manage/getairdisinfectionlongtime",
330
+    url:"/api/manage/getairdisinfectionlongtime?storey="+storey,
331
     method:"get",
331
     method:"get",
332
     params:params
332
     params:params
333
   })
333
   })

+ 9 - 0
src/api/role/admin.js View File

300
     method:"Post",
300
     method:"Post",
301
     data:data,
301
     data:data,
302
   })
302
   })
303
+}
304
+
305
+export function toSavePDFInformation(params){
306
+  
307
+  return request({
308
+    url:"/api/device/tosavepdfinformation",
309
+    method:"get",
310
+    params:params,
311
+  })
303
 }
312
 }

+ 58 - 6
src/xt_pages/device/airDisinfectTwo.vue View File

24
               style="width: 150px;"
24
               style="width: 150px;"
25
               @change="changeEndtime">
25
               @change="changeEndtime">
26
             </el-date-picker>
26
             </el-date-picker>
27
+            <el-select v-model="storey" placeholder="请选择" @chang="changeStore" v-if="art_way_one==0||art_way_one == 1">
28
+                <el-option
29
+                v-for="(item,index) in storeyList"
30
+                :key="index"
31
+                :label="item.name"
32
+                :value="item.name">
33
+                </el-option>
34
+             </el-select>
27
             <el-button type="primary" style="margin-left: 10px;" @click="toSeach">搜索</el-button>
35
             <el-button type="primary" style="margin-left: 10px;" @click="toSeach">搜索</el-button>
28
           </div>
36
           </div>
29
           <div style="float:right;margin-bottom:10px;">
37
           <div style="float:right;margin-bottom:10px;">
45
                         </el-table-column>
53
                         </el-table-column>
46
                     </el-table-column>
54
                     </el-table-column>
47
                 </el-table-column>
55
                 </el-table-column>
56
+                <el-table-column prop="fenopda" label="楼层" align="center" min-width="70">
57
+                    <template slot-scope="scope">
58
+                      {{scope.row.storey }}
59
+                    </template>
60
+                </el-table-column>
48
                 <el-table-column prop="fenopda" label="透析室" align="center" min-width="70">
61
                 <el-table-column prop="fenopda" label="透析室" align="center" min-width="70">
49
                     <template slot-scope="scope">
62
                     <template slot-scope="scope">
50
                       {{getTimeTwo(scope.row.first_start_time)}} - {{ getTimeTwo(scope.row.first_end_time) }}
63
                       {{getTimeTwo(scope.row.first_start_time)}} - {{ getTimeTwo(scope.row.first_end_time) }}
218
                         </el-date-picker>
231
                         </el-date-picker>
219
                     </el-form-item>
232
                     </el-form-item>
220
                   </div>
233
                   </div>
234
+                  <div style="width: 100%;">
235
+                    <el-form-item label="楼层">
236
+                        <el-select v-model="form.storey" placeholder="请选择楼层" @change="changeStorey">
237
+                          <el-option
238
+                          v-for="(item,index) in storeyList"
239
+                          :key="index"
240
+                          :label="item.name"
241
+                          :value="item.name">
242
+                          </el-option>
243
+                      </el-select>
244
+                    </el-form-item>
245
+                  </div>
221
                   <div class="form_title"><span >透析室</span></div>
246
                   <div class="form_title"><span >透析室</span></div>
222
                   <el-form-item label="消毒液" label-width="110px">
247
                   <el-form-item label="消毒液" label-width="110px">
223
-                      <!-- <el-input v-model="form.first_disinfection_water"></el-input> -->
224
                       <el-select v-model="form.first_disinfection_water" placeholder="请选择">
248
                       <el-select v-model="form.first_disinfection_water" placeholder="请选择">
225
                           <el-option
249
                           <el-option
226
                           v-for="(item,index) in disInfectionWaterList"
250
                           v-for="(item,index) in disInfectionWaterList"
531
                         </el-date-picker>
555
                         </el-date-picker>
532
                     </el-form-item>
556
                     </el-form-item>
533
                   </div>
557
                   </div>
558
+                  <div style="width: 100%;">
559
+                    <el-form-item label="楼层">
560
+                        <el-select v-model="form.storey" placeholder="请选择">
561
+                          <el-option
562
+                          v-for="(item,index) in storeyList"
563
+                          :key="index"
564
+                          :label="item.name"
565
+                          :value="item.name">
566
+                          </el-option>
567
+                      </el-select>
568
+                    </el-form-item>
569
+                  </div>
534
                   <div class="form_title"><span >透析室</span></div>
570
                   <div class="form_title"><span >透析室</span></div>
535
                   <el-form-item label="消毒液" label-width="110px">
571
                   <el-form-item label="消毒液" label-width="110px">
536
-                      <!-- <el-input v-model="form.first_disinfection_water"></el-input> -->
537
                       <el-select v-model="form.first_disinfection_water" placeholder="请选择">
572
                       <el-select v-model="form.first_disinfection_water" placeholder="请选择">
538
                           <el-option
573
                           <el-option
539
                           v-for="(item,index) in disInfectionWaterList"
574
                           v-for="(item,index) in disInfectionWaterList"
844
                                     transform-origin: top left;"></span>
879
                                     transform-origin: top left;"></span>
845
                                     <span style="position: absolute; left: 6px; bottom: 6px;font-size: 12px;">日期</span>
880
                                     <span style="position: absolute; left: 6px; bottom: 6px;font-size: 12px;">日期</span>
846
                                 </td>
881
                                 </td>
882
+                                <td>楼层</td>
847
                                 <td>透析室</td>
883
                                 <td>透析室</td>
848
                                 <td>累计时间</td>
884
                                 <td>累计时间</td>
849
                                 <td>责任人</td>
885
                                 <td>责任人</td>
857
                                 <td>负责人</td>
893
                                 <td>负责人</td>
858
                             </tr>
894
                             </tr>
859
                             <tr v-for="(item,index) in tableData" :key="index">
895
                             <tr v-for="(item,index) in tableData" :key="index">
896
+                                <td>{{item.storey}}</td>
860
                                <td>{{getTimes(item.record_date) }}</td>
897
                                <td>{{getTimes(item.record_date) }}</td>
861
                                <td>{{ getTimeTwo(item.first_start_time)}} - {{ getTimeTwo(item.first_end_time) }}</td>
898
                                <td>{{ getTimeTwo(item.first_start_time)}} - {{ getTimeTwo(item.first_end_time) }}</td>
862
                                <td>{{item.first_total_time }}</td>
899
                                <td>{{item.first_total_time }}</td>
1376
             last_modifications:"",//修改标志
1413
             last_modifications:"",//修改标志
1377
             last_creator:this.$store.getters.xt_user.user.id,//第一责任人
1414
             last_creator:this.$store.getters.xt_user.user.id,//第一责任人
1378
             department:"",
1415
             department:"",
1416
+            storey:"",
1379
           },
1417
           },
1380
           docList:[],
1418
           docList:[],
1381
           options:[
1419
           options:[
1425
          disinfectionOfficeList:[],
1463
          disinfectionOfficeList:[],
1426
          tableDataOne:[],
1464
          tableDataOne:[],
1427
          art_way_one:0,
1465
          art_way_one:0,
1466
+         storeyList:[],
1467
+         storey:"",
1428
         }
1468
         }
1429
       },
1469
       },
1430
       created(){
1470
       created(){
1431
         var  disinfection_fluid = getManageMentDataConfig('management', 'disinfection_fluid')
1471
         var  disinfection_fluid = getManageMentDataConfig('management', 'disinfection_fluid')
1432
-        console.log("disinfection_fluid",disinfection_fluid)
1472
+        
1433
         for(let i=0;i<disinfection_fluid.length;i++){
1473
         for(let i=0;i<disinfection_fluid.length;i++){
1434
           this.disInfectionWaterList.push(disinfection_fluid[i])
1474
           this.disInfectionWaterList.push(disinfection_fluid[i])
1435
         }
1475
         }
1436
 
1476
 
1437
         var  disinfection_methods = getManageMentDataConfig('management', 'disinfection_methods')
1477
         var  disinfection_methods = getManageMentDataConfig('management', 'disinfection_methods')
1438
-        console.log("disinfection_methods",disinfection_methods)
1478
+       
1439
         for(let i=0;i<disinfection_methods.length;i++){
1479
         for(let i=0;i<disinfection_methods.length;i++){
1440
           this.DisinfectionMode.push(disinfection_methods[i])
1480
           this.DisinfectionMode.push(disinfection_methods[i])
1441
         }
1481
         }
1442
         var  disinfection_offices = getManageMentDataConfig('management', 'disinfection_office')
1482
         var  disinfection_offices = getManageMentDataConfig('management', 'disinfection_office')
1443
-        console.log("disinfection_offices",disinfection_offices)
1483
+      
1444
         for(let i=0;i<disinfection_offices.length;i++){
1484
         for(let i=0;i<disinfection_offices.length;i++){
1445
           this.disinfectionOfficeList.push(disinfection_offices[i])
1485
           this.disinfectionOfficeList.push(disinfection_offices[i])
1446
         }
1486
         }
1487
+
1488
+        var  storey = getManageMentDataConfig('management', 'storey')
1489
+        
1490
+        for(let i=0;i<storey.length;i++){
1491
+          this.storeyList.push(storey[i])
1492
+        }
1447
         this.getAllDoctorList()
1493
         this.getAllDoctorList()
1448
         this.getNewAirDisinfectList()
1494
         this.getNewAirDisinfectList()
1449
         this.getNewAirWayDisinfectList()
1495
         this.getNewAirWayDisinfectList()
1490
         }
1536
         }
1491
       },
1537
       },
1492
       methods:{
1538
       methods:{
1539
+        changeStore(val){
1540
+         
1541
+          this.getNewAirDisinfectList()  
1542
+        },  
1493
       AddCard(){
1543
       AddCard(){
1494
-        getAirDisinfectLongTime().then(response=>{
1544
+        getAirDisinfectLongTime(this.storey).then(response=>{
1495
           if(response.data.state == 1){
1545
           if(response.data.state == 1){
1496
             var list = response.data.data.list
1546
             var list = response.data.data.list
1497
            
1547
            
1671
                 end_time:this.endvalue,
1721
                 end_time:this.endvalue,
1672
                 limit:this.limit,
1722
                 limit:this.limit,
1673
                 page:this.page,
1723
                 page:this.page,
1724
+                storey:this.storey,
1674
              }
1725
              }
1675
              console.log("params2332233232w",params)
1726
              console.log("params2332233232w",params)
1676
             getNewAirDisinfectList(params).then(response=>{
1727
             getNewAirDisinfectList(params).then(response=>{
1756
               this.form.last_is_check = list.last_is_check.toString()
1807
               this.form.last_is_check = list.last_is_check.toString()
1757
               this.form.last_modifications = list.last_modifications?list.last_modifications:""
1808
               this.form.last_modifications = list.last_modifications?list.last_modifications:""
1758
               this.form.last_creator = list.last_creator
1809
               this.form.last_creator = list.last_creator
1810
+              this.form.storey = list.storey
1759
               this.editDialogFormVisible = true
1811
               this.editDialogFormVisible = true
1760
 
1812
 
1761
             }
1813
             }

+ 1 - 1
src/xt_pages/device/objectRegistration.vue View File

460
         return {
460
         return {
461
           crumbs: [
461
           crumbs: [
462
             { path: false, name: '院感管理' },
462
             { path: false, name: '院感管理' },
463
-            { path: false, name: '透析室空气消毒记录表' }
463
+            { path: false, name: '透析室医疗器械记录表' }
464
           ],
464
           ],
465
 
465
 
466
           dialogFormVisible:false,
466
           dialogFormVisible:false,

+ 56 - 1
src/xt_pages/device/objectTableDisinfectTwo.vue View File

20
               style="width: 150px;"
20
               style="width: 150px;"
21
               value-format="yyyy-MM-dd">
21
               value-format="yyyy-MM-dd">
22
             </el-date-picker>
22
             </el-date-picker>
23
+            <el-select v-model="storey" placeholder="请选择楼层" v-if="art_way_one==0||art_way_one == 1"  @chang="changeStore">
24
+                <el-option
25
+                v-for="(item,index) in storeyList"
26
+                :key="index"
27
+                :label="item.name"
28
+                :value="item.name">
29
+                </el-option>
30
+             </el-select>
23
             <el-button type="primary" style="margin-left: 10px;" @click="toSeach">搜索</el-button>
31
             <el-button type="primary" style="margin-left: 10px;" @click="toSeach">搜索</el-button>
24
           </div>
32
           </div>
25
           <div style="float:right;margin-bottom:10px;">
33
           <div style="float:right;margin-bottom:10px;">
31
           </div>
39
           </div>
32
           <div class="tab_air" v-if="art_way_one == 0 || art_way_one ==1">
40
           <div class="tab_air" v-if="art_way_one == 0 || art_way_one ==1">
33
             <el-table  :data="tableData" :fit="true" stripe>
41
             <el-table  :data="tableData" :fit="true" stripe>
42
+               
34
                 <el-table-column prop="year" label="名称" width="150" align="center">
43
                 <el-table-column prop="year" label="名称" width="150" align="center">
35
                     <el-table-column prop="year" label="消毒时间" align="center" width="150">
44
                     <el-table-column prop="year" label="消毒时间" align="center" width="150">
36
                         <el-table-column prop="year" label="日期" align="center" width="150">
45
                         <el-table-column prop="year" label="日期" align="center" width="150">
41
                         </el-table-column>
50
                         </el-table-column>
42
                     </el-table-column>
51
                     </el-table-column>
43
                 </el-table-column>
52
                 </el-table-column>
53
+                <el-table-column label="楼层" width="100" align="center">
54
+                    <template  slot-scope="scope">
55
+                        {{ scope.row.storey }}
56
+                    </template>
57
+                </el-table-column>
44
                 <el-table-column prop="fenopda" :label="'湿化瓶'+'\n'+'500mg/l含氯制剂'" align="center" min-width="60">
58
                 <el-table-column prop="fenopda" :label="'湿化瓶'+'\n'+'500mg/l含氯制剂'" align="center" min-width="60">
45
                     <template slot-scope="scope">
59
                     <template slot-scope="scope">
46
                         {{ getTimeTwo(scope.row.first_start_time) }} - {{ getTimeTwo(scope.row.first_end_time) }}
60
                         {{ getTimeTwo(scope.row.first_start_time) }} - {{ getTimeTwo(scope.row.first_end_time) }}
47
-                        <!-- {{ scope.row.first_disinfection_time }} -->
61
+                       
48
                     </template>
62
                     </template>
49
                 </el-table-column>
63
                 </el-table-column>
50
                 <el-table-column prop="dwaiod" label="责任人" align="center" min-width="60">
64
                 <el-table-column prop="dwaiod" label="责任人" align="center" min-width="60">
222
                         </el-date-picker>
236
                         </el-date-picker>
223
                     </el-form-item>
237
                     </el-form-item>
224
                   </div>
238
                   </div>
239
+                  <div style="width: 100%;">
240
+                    <el-form-item label="楼层">
241
+                        <el-select v-model="form.storey" placeholder="请选择">
242
+                          <el-option
243
+                          v-for="(item,index) in storeyList"
244
+                          :key="index"
245
+                          :label="item.name"
246
+                          :value="item.name">
247
+                          </el-option>
248
+                      </el-select>
249
+                    </el-form-item>
250
+                  </div>
225
                   <div class="form_title"><span >湿化瓶</span></div>
251
                   <div class="form_title"><span >湿化瓶</span></div>
226
                   <el-form-item label="消毒方式" label-width="110px">
252
                   <el-form-item label="消毒方式" label-width="110px">
227
                       <!-- <el-input v-model="form.first_disinfection_methods"></el-input> -->
253
                       <!-- <el-input v-model="form.first_disinfection_methods"></el-input> -->
635
                         </el-date-picker>
661
                         </el-date-picker>
636
                     </el-form-item>
662
                     </el-form-item>
637
                   </div>
663
                   </div>
664
+                  <div style="width: 100%;">
665
+                    <el-form-item label="楼层">
666
+                        <el-select v-model="form.storey" placeholder="请选择">
667
+                          <el-option
668
+                          v-for="(item,index) in storeyList"
669
+                          :key="index"
670
+                          :label="item.name"
671
+                          :value="item.name">
672
+                          </el-option>
673
+                      </el-select>
674
+                    </el-form-item>
675
+                  </div>
638
                   <div class="form_title"><span >湿化瓶</span></div>
676
                   <div class="form_title"><span >湿化瓶</span></div>
639
                   <el-form-item label="消毒方式" label-width="110px">
677
                   <el-form-item label="消毒方式" label-width="110px">
640
                       <!-- <el-input v-model="form.first_disinfection_methods"></el-input> -->
678
                       <!-- <el-input v-model="form.first_disinfection_methods"></el-input> -->
1053
                                     transform-origin: top left;"></span>
1091
                                     transform-origin: top left;"></span>
1054
                                     <span style="position: absolute; left: 6px; bottom: 6px;font-size: 12px;">日期</span>
1092
                                     <span style="position: absolute; left: 6px; bottom: 6px;font-size: 12px;">日期</span>
1055
                                 </td>
1093
                                 </td>
1094
+                                <td>楼层</td>
1056
                                 <td>湿化瓶<br/>500mg/l含氯制剂</td>
1095
                                 <td>湿化瓶<br/>500mg/l含氯制剂</td>
1057
                                 <td>负责人</td>
1096
                                 <td>负责人</td>
1058
                                 <td>止血带<br/>500mg/l含氯制剂</td>
1097
                                 <td>止血带<br/>500mg/l含氯制剂</td>
1067
                             </tr>
1106
                             </tr>
1068
 
1107
 
1069
                             <tr v-for="(item,index) in tableData" :key="index">
1108
                             <tr v-for="(item,index) in tableData" :key="index">
1109
+                                <td>{{item.storey }}</td>
1070
                                 <td>{{getTimes(item.record_date) }}</td>
1110
                                 <td>{{getTimes(item.record_date) }}</td>
1071
                                 <td>{{getTimeTwo( item.first_start_time)}}- {{getTimeTwo(item.first_end_time)  }}</td>
1111
                                 <td>{{getTimeTwo( item.first_start_time)}}- {{getTimeTwo(item.first_end_time)  }}</td>
1072
                                 <td>
1112
                                 <td>
1495
             last_modifications:"",//修改标志
1535
             last_modifications:"",//修改标志
1496
             last_creator:this.$store.getters.xt_user.user.id,//第一责任人
1536
             last_creator:this.$store.getters.xt_user.user.id,//第一责任人
1497
             department:"",
1537
             department:"",
1538
+            storey:"",
1498
           },
1539
           },
1499
         //   value1:'',
1540
         //   value1:'',
1500
           docList:[],
1541
           docList:[],
1533
          tableDataOne:[],
1574
          tableDataOne:[],
1534
          hiddenShowOne:false,
1575
          hiddenShowOne:false,
1535
          art_way_one:0,
1576
          art_way_one:0,
1577
+         storeyList:[],
1578
+         storey:""
1536
         }
1579
         }
1537
 
1580
 
1538
       },
1581
       },
1553
         for(let i=0;i<disinfection_offices.length;i++){
1596
         for(let i=0;i<disinfection_offices.length;i++){
1554
           this.disinfectionOfficeList.push(disinfection_offices[i])
1597
           this.disinfectionOfficeList.push(disinfection_offices[i])
1555
         }
1598
         }
1599
+
1600
+        var  storey = getManageMentDataConfig('management', 'storey')
1601
+        
1602
+        for(let i=0;i<storey.length;i++){
1603
+          this.storeyList.push(storey[i])
1604
+        }
1556
         this.getAllDoctorList()
1605
         this.getAllDoctorList()
1557
         this.getObjectTableDisInfectList()
1606
         this.getObjectTableDisInfectList()
1558
         this.getObjectTableDisInfectWayList()
1607
         this.getObjectTableDisInfectWayList()
1594
         },
1643
         },
1595
       },
1644
       },
1596
       methods:{
1645
       methods:{
1646
+        changeStore(val){
1647
+         this.getObjectTableDisInfectList()  
1648
+       },  
1597
       printCard() {
1649
       printCard() {
1598
         this.hiddenShow = true;
1650
         this.hiddenShow = true;
1599
         var ptime = Math.round(new Date().getTime() / 1000);
1651
         var ptime = Math.round(new Date().getTime() / 1000);
1778
                 end_time:this.endvalue,
1830
                 end_time:this.endvalue,
1779
                 limit:this.limit,
1831
                 limit:this.limit,
1780
                 page:this.page,
1832
                 page:this.page,
1833
+                storey:this.storey,
1781
              }
1834
              }
1835
+             console.log("storey",params)
1782
             getObjectTableDisInfectList(params).then(response=>{
1836
             getObjectTableDisInfectList(params).then(response=>{
1783
               if(response.data.state == 1){
1837
               if(response.data.state == 1){
1784
                 var list = response.data.data.list
1838
                 var list = response.data.data.list
1841
               this.form.last_disinfection_water = list.last_disinfection_water?list.last_disinfection_water:""
1895
               this.form.last_disinfection_water = list.last_disinfection_water?list.last_disinfection_water:""
1842
               this.form.last_disinfection_methods = list.last_disinfection_methods?list.last_disinfection_methods:""
1896
               this.form.last_disinfection_methods = list.last_disinfection_methods?list.last_disinfection_methods:""
1843
               this.form.last_disinfection_time = list.last_disinfection_time?list.last_disinfection_time:""
1897
               this.form.last_disinfection_time = list.last_disinfection_time?list.last_disinfection_time:""
1898
+              this.form.storey = list.storey
1844
               this.editDialogFormVisible = true
1899
               this.editDialogFormVisible = true
1845
             }
1900
             }
1846
           })
1901
           })

+ 4 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_forty.vue View File

504
                                 <td width="10">)</td>
504
                                 <td width="10">)</td>
505
                                 <td width="50">
505
                                 <td width="50">
506
                                     <div class="under-line">&nbsp;
506
                                     <div class="under-line">&nbsp;
507
-                                        <span v-if="record.prescription.anticoagulant==6 || record.prescription.anticoagulant==7">{{record.prescription.anticoagulant_zongliang}}</span>
507
+                                        <span v-if="record.prescription.anticoagulant==6 || record.prescription.anticoagulant==7 || record.prescription.anticoagulant==14">{{record.prescription.anticoagulant_zongliang}}</span>
508
                                     </div>
508
                                     </div>
509
                                 </td>
509
                                 </td>
510
                                 <td width="10">iu</td>
510
                                 <td width="10">iu</td>
511
                                 <td width="70">
511
                                 <td width="70">
512
                                     <label-box :isChecked="record.prescription.anticoagulant==1?true:false" showValue='无肝素'></label-box> 
512
                                     <label-box :isChecked="record.prescription.anticoagulant==1?true:false" showValue='无肝素'></label-box> 
513
                                 </td>
513
                                 </td>
514
-                                <td></td>
514
+                                <td width="70">
515
+                                  <label-box :isChecked="record.prescription.anticoagulant==14?true:false" showValue='肝素钙'></label-box> 
516
+                                </td>
515
                             </tr>
517
                             </tr>
516
                             </tbody>
518
                             </tbody>
517
                             </table>
519
                             </table>

+ 7 - 10
src/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight.vue View File

78
             <div class="inline_block" v-if="record.receive_assessment.condition!=1">
78
             <div class="inline_block" v-if="record.receive_assessment.condition!=1">
79
               门特:
79
               门特:
80
               <div class="under_line" style="width: 30px; text-align: center">
80
               <div class="under_line" style="width: 30px; text-align: center">
81
-                <check-box :checked="record.patient.source == 1"></check-box>
81
+                <check-box :checked="record.patient.source == 3"></check-box>
82
               </div>
82
               </div>
83
             </div>
83
             </div>
84
             <div class="inline_block" v-if="record.receive_assessment.condition==1">
84
             <div class="inline_block" v-if="record.receive_assessment.condition==1">
85
               住院:
85
               住院:
86
               <div class="under_line" style="width: 30px; text-align: center">
86
               <div class="under_line" style="width: 30px; text-align: center">
87
-                <check-box :checked="record.patient.source == 1"></check-box>
87
+                <check-box :checked="record.patient.source == 2"></check-box>
88
               </div>
88
               </div>
89
             </div>
89
             </div>
90
             <div class="inline_block" v-if="org_id!=10510">
90
             <div class="inline_block" v-if="org_id!=10510">
1293
 
1293
 
1294
                     <div class="row" style="padding: 2px 0; line-height: 23px">
1294
                     <div class="row" style="padding: 2px 0; line-height: 23px">
1295
                       <div class="inline_block">
1295
                       <div class="inline_block">
1296
-                        冲洗量:
1296
+                        Ns冲洗量:
1297
                         <div
1297
                         <div
1298
                           class="under_line"
1298
                           class="under_line"
1299
                           style="width: 50px; text-align: center"
1299
                           style="width: 50px; text-align: center"
1300
                         >
1300
                         >
1301
-                          {{
1302
-                            record.prescription &&
1303
-                            record.prescription.pre_impulse
1304
-                              ? record.prescription.pre_impulse
1305
-                              : "/"
1301
+                        {{
1302
+                           record.prescription.warsh_count
1306
                           }}
1303
                           }}
1307
                         </div>
1304
                         </div>
1308
                         ml
1305
                         ml
1309
                       </div>
1306
                       </div>
1310
                       <span>&nbsp;&nbsp;&nbsp;</span>
1307
                       <span>&nbsp;&nbsp;&nbsp;</span>
1311
                       <div class="inline_block">
1308
                       <div class="inline_block">
1312
-                        冲洗时间
1309
+                       q
1313
                         <div
1310
                         <div
1314
                           class="under_line"
1311
                           class="under_line"
1315
                           style="width: 50px; text-align: center"
1312
                           style="width: 50px; text-align: center"
1316
                         >
1313
                         >
1317
                           {{
1314
                           {{
1318
-                           
1315
+                           record.prescription.washing_time
1319
                           }}
1316
                           }}
1320
                         </div>
1317
                         </div>
1321
                         h
1318
                         h

+ 10 - 0
src/xt_pages/dialysis/details/DialysisPrescription.vue View File

617
           <span class="content">{{this.prescription.chaptalization}}</span>
617
           <span class="content">{{this.prescription.chaptalization}}</span>
618
         </li>
618
         </li>
619
 
619
 
620
+        <li v-if="isShow('冲洗时间')">
621
+          <label>q(h): </label>
622
+          <span class="content">{{this.prescription.washing_time}}</span>
623
+        </li>
624
+
625
+        <li v-if="isShow('冲洗量')">
626
+          <label>Ns冲洗量(ml): </label>
627
+          <span class="content">{{this.prescription.chaptalization}}</span>
628
+        </li>
629
+
620
        
630
        
621
       </ul>
631
       </ul>
622
     </div>
632
     </div>

+ 12 - 0
src/xt_pages/dialysis/details/assessmentBefore.vue View File

426
           <span class="content">{{this.record.befor_symptoms}}</span>
426
           <span class="content">{{this.record.befor_symptoms}}</span>
427
           <span class="unit"></span>
427
           <span class="unit"></span>
428
         </li>
428
         </li>
429
+      
430
+        <li v-if="isShow('冲洗量')">
431
+          <label>冲洗量: </label>
432
+          <span class="content">{{this.record.warsh_count}}</span>
433
+          <span class="unit"></span>
434
+        </li>
435
+
436
+        <li v-if="isShow('冲洗时间')">
437
+          <label>冲洗时间: </label>
438
+          <span class="content">{{this.record.washing_time}}</span>
439
+          <span class="unit"></span>
440
+        </li>
429
 
441
 
430
 
442
 
431
       </ul>
443
       </ul>

+ 14 - 0
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue View File

714
               </el-form-item>
714
               </el-form-item>
715
             </el-col>
715
             </el-col>
716
           
716
           
717
+           <el-col :span="8">
718
+            <el-form-item label="Ns冲洗量(ml):" :prop="isName('冲洗量')" v-if="isShow('冲洗量')">
719
+              <el-input v-model="assessmentBeforeDislysis.warsh_count"></el-input>
720
+            </el-form-item>
721
+          </el-col>
722
+
723
+          <el-col :span="8">
724
+            <el-form-item label="q(h):" :prop="isName('冲洗时间')" v-if="isShow('冲洗时间')">
725
+              <el-input v-model="assessmentBeforeDislysis.washing_time"></el-input>
726
+            </el-form-item>
727
+          </el-col>
728
+
717
               
729
               
718
             
730
             
719
               <el-col :span="24">
731
               <el-col :span="24">
960
           pathway_formation_time:"",
972
           pathway_formation_time:"",
961
           lien_necessary:"",
973
           lien_necessary:"",
962
           befor_symptoms:"",
974
           befor_symptoms:"",
975
+          washing_time:"",
976
+          warsh_count:"",
963
         },
977
         },
964
 
978
 
965
         InnerDialogProps: {
979
         InnerDialogProps: {

+ 52 - 7
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

320
                           this.$store.getters.xt_user.template_info.org_id != 10346 &&
320
                           this.$store.getters.xt_user.template_info.org_id != 10346 &&
321
                           this.$store.getters.xt_user.template_info.org_id != 10387 &&
321
                           this.$store.getters.xt_user.template_info.org_id != 10387 &&
322
                           this.$store.getters.xt_user.template_info.org_id != 10495 &&
322
                           this.$store.getters.xt_user.template_info.org_id != 10495 &&
323
-                          this.$store.getters.xt_user.template_info.org_id != 10375 ">
323
+                          this.$store.getters.xt_user.template_info.org_id != 10375 &&
324
+                          this.$store.getters.xt_user.template_info.org_id != 10551
325
+                           ">
324
                             <el-form-item
326
                             <el-form-item
325
                                     v-if='dialysisPrescription.anticoagulant != 1 &&
327
                                     v-if='dialysisPrescription.anticoagulant != 1 &&
326
                                     this.$store.getters.xt_user.template_info.template_id != 21 &&
328
                                     this.$store.getters.xt_user.template_info.template_id != 21 &&
366
                                     this.$store.getters.xt_user.template_info.org_id == 10346 ||
368
                                     this.$store.getters.xt_user.template_info.org_id == 10346 ||
367
                                     this.$store.getters.xt_user.template_info.org_id == 10387 ||
369
                                     this.$store.getters.xt_user.template_info.org_id == 10387 ||
368
                                     this.$store.getters.xt_user.template_info.org_id ==10495 ||
370
                                     this.$store.getters.xt_user.template_info.org_id ==10495 ||
369
-                                    this.$store.getters.xt_user.template_info.org_id ==10375
371
+                                    this.$store.getters.xt_user.template_info.org_id ==10375 ||
372
+                                    this.$store.getters.xt_user.template_info.org_id ==10551
370
                                     '
373
                                     '
371
                                     :label="'首剂(mg) : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
374
                                     :label="'首剂(mg) : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
372
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
375
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
429
                                             this.$store.getters.xt_user.template_info.org_id != 54 &&
432
                                             this.$store.getters.xt_user.template_info.org_id != 54 &&
430
                                             this.$store.getters.xt_user.template_info.org_id != 9990 &&
433
                                             this.$store.getters.xt_user.template_info.org_id != 9990 &&
431
                                             this.$store.getters.xt_user.template_info.org_id != 10495 &&
434
                                             this.$store.getters.xt_user.template_info.org_id != 10495 &&
432
-                                            this.$store.getters.xt_user.template_info.org_id != 10375" prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
435
+                                            this.$store.getters.xt_user.template_info.org_id != 10375 &&
436
+                                            this.$store.getters.xt_user.template_info.org_id != 10551" prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
433
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
437
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
434
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
438
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
435
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
439
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
446
                                           this.$store.getters.xt_user.template_info.org_id == 10387  ||
450
                                           this.$store.getters.xt_user.template_info.org_id == 10387  ||
447
                                           this.$store.getters.xt_user.template_info.org_id == 9990 ||
451
                                           this.$store.getters.xt_user.template_info.org_id == 9990 ||
448
                                           this.$store.getters.xt_user.template_info.org_id == 10495 ||
452
                                           this.$store.getters.xt_user.template_info.org_id == 10495 ||
449
-                                          this.$store.getters.xt_user.template_info.org_id == 10375
453
+                                          this.$store.getters.xt_user.template_info.org_id == 10375 ||
454
+                                          this.$store.getters.xt_user.template_info.org_id == 10551
450
                                           " prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
455
                                           " prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
451
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
456
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
452
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
457
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
502
 
507
 
503
 
508
 
504
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.zongliang != -1 && isShows('总量') && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
509
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.zongliang != -1 && isShows('总量') && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
505
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.org_id != 9671 && this.$store.getters.xt_user.template_info.org_id != 9675 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375">
510
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.org_id != 9671 && this.$store.getters.xt_user.template_info.org_id != 9675 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10551">
506
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 10495">
511
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 10495">
507
                             <el-form-item
512
                             <el-form-item
508
-                                    v-if='this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38  && this.$store.getters.xt_user.template_info.org_id != 9987 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375'
513
+                                    v-if='this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38  && this.$store.getters.xt_user.template_info.org_id != 9987 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375  && this.$store.getters.xt_user.template_info.org_id != 10551'
509
                                     :label="'总量(' + anticoagulant.zongliang_unit + ') : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
514
                                     :label="'总量(' + anticoagulant.zongliang_unit + ') : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
510
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
515
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
511
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
516
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
513
                                           v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
518
                                           v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
514
                             </el-form-item>
519
                             </el-form-item>
515
                             <el-form-item
520
                             <el-form-item
516
-                                    v-if='this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 38||  this.$store.getters.xt_user.template_info.org_id == 9987 || this.$store.getters.xt_user.template_info.template_id == 54 || this.$store.getters.xt_user.template_info.org_id == 10346 || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10495 || this.$store.getters.xt_user.template_info.org_id == 10375 '
521
+                                    v-if='this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 38||  this.$store.getters.xt_user.template_info.org_id == 9987 || this.$store.getters.xt_user.template_info.template_id == 54 || this.$store.getters.xt_user.template_info.org_id == 10346 || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10495 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10551 '
517
                                     :label="'总量(mg) : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
522
                                     :label="'总量(mg) : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
518
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
523
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
519
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
524
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
1109
                         </el-form-item>
1114
                         </el-form-item>
1110
                     </el-col>
1115
                     </el-col>
1111
                 </el-row>
1116
                 </el-row>
1117
+                <el-row>
1118
+                  <el-col :span="8">
1119
+                  <el-form-item label="Ns冲洗量(ml):" :prop="isName('冲洗量')" v-if="isShow('冲洗量') && dialysisPrescription.anticoagulant == 1">
1120
+                    <el-input v-model="dialysisPrescription.warsh_count"></el-input>
1121
+                  </el-form-item>
1122
+                </el-col>
1123
+
1124
+                <el-col :span="8">
1125
+                  <el-form-item label="q(h):" :prop="isName('冲洗时间')" v-if="isShow('冲洗时间') && dialysisPrescription.anticoagulant == 1">
1126
+                    <el-input v-model="dialysisPrescription.washing_time"></el-input>
1127
+                  </el-form-item>
1128
+                </el-col>
1129
+
1130
+                </el-row>
1112
 
1131
 
1113
               <el-row :gutter="20">
1132
               <el-row :gutter="20">
1114
                     <el-col :span="24"  v-if="isShows('病情处理')">
1133
                     <el-col :span="24"  v-if="isShows('病情处理')">
1693
           prescription_water:"",
1712
           prescription_water:"",
1694
           dialysis_strainer:"",
1713
           dialysis_strainer:"",
1695
           chaptalization:"",
1714
           chaptalization:"",
1715
+          warsh_count:"",
1716
+          washing_time:"",
1696
         },
1717
         },
1697
 
1718
 
1698
         anticoagulant: {
1719
         anticoagulant: {
2514
           if (minites < 10) {
2535
           if (minites < 10) {
2515
             minites = '0' + minites
2536
             minites = '0' + minites
2516
           }
2537
           }
2538
+
2539
+
2517
           if (this.$store.getters.xt_user.org.id == 10016 || this.$store.getters.xt_user.org.id == 10121 || this.$store.getters.xt_user.org.id == 4 || this.$store.getters.xt_user.org.id == 10013 || this.$store.getters.xt_user.org.id == 10014 ||  this.$store.getters.xt_user.org.id == 9970) {
2540
           if (this.$store.getters.xt_user.org.id == 10016 || this.$store.getters.xt_user.org.id == 10121 || this.$store.getters.xt_user.org.id == 4 || this.$store.getters.xt_user.org.id == 10013 || this.$store.getters.xt_user.org.id == 10014 ||  this.$store.getters.xt_user.org.id == 9970) {
2518
             this.start_time = year + '-' + month + '-' + day + ' ' + hours + ':' + minites
2541
             this.start_time = year + '-' + month + '-' + day + ' ' + hours + ':' + minites
2519
           }else if(this.$store.getters.xt_user.org.id == 9990 || this.$store.getters.xt_user.org.id==10432){
2542
           }else if(this.$store.getters.xt_user.org.id == 9990 || this.$store.getters.xt_user.org.id==10432){
2588
             } else if (schedual.schedule_type == 3) {
2611
             } else if (schedual.schedule_type == 3) {
2589
               this.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
2612
               this.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
2590
             }
2613
             }
2614
+           }else if (this.$store.getters.xt_user.org.id == 10551){
2615
+            var date = new Date()
2616
+            var year = date.getFullYear()
2617
+            var month = date.getMonth() + 1
2618
+            var day = date.getDate()
2619
+
2620
+            var hours = date.getHours()
2621
+            var minites = date.getMinutes()
2622
+
2623
+            if (month < 10) {
2624
+              month = '0' + month
2625
+            }
2626
+            if (day < 10) {
2627
+              day = '0' + day
2628
+            }
2629
+            if (hours < 10) {
2630
+              hours = '0' + hours
2631
+            }
2632
+            if (minites < 10) {
2633
+              minites = '0' + minites
2634
+            }
2635
+            this.start_time = year + '-' + month + '-' + day + ' ' + hours + ':' + minites
2591
            } else {
2636
            } else {
2592
             if (schedual.schedule_type == 1) {
2637
             if (schedual.schedule_type == 1) {
2593
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'
2638
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'

+ 12 - 9
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

245
                 org_id == 10375 ||
245
                 org_id == 10375 ||
246
                 org_id == 10485 ||
246
                 org_id == 10485 ||
247
                 org_id == 10375 ||
247
                 org_id == 10375 ||
248
-                org_id == 10480) &&
248
+                org_id == 10480 ||
249
+                org_id == 10551) &&
249
                 org_id!=10387
250
                 org_id!=10387
250
             "
251
             "
251
           >
252
           >
316
               && org_id!=10432 && org_id!=10445
317
               && org_id!=10432 && org_id!=10445
317
               && org_id!=10410 && org_id!=10495 &&
318
               && org_id!=10410 && org_id!=10495 &&
318
                org_id!=10485 && org_id!=10395 && org_id!=10375
319
                org_id!=10485 && org_id!=10395 && org_id!=10375
319
-               && org_id!=10480 )
320
+               && org_id!=10480  && org_id!=10551 )
320
               || org_id == 10387
321
               || org_id == 10387
321
             "
322
             "
322
           >
323
           >
372
                 org_id == 10410 ||
373
                 org_id == 10410 ||
373
                 org_id == 10495  ||
374
                 org_id == 10495  ||
374
                 org_id == 10395
375
                 org_id == 10395
375
-                || org_id == 10485 || org_id == 10375 || org_id ==10480)
376
-                && org_id!=10387
376
+                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551)
377
+                && org_id!=10387 
377
             "
378
             "
378
           >
379
           >
379
             <template slot-scope="scope">
380
             <template slot-scope="scope">
425
               org_id!=10432 &&
426
               org_id!=10432 &&
426
               org_id!=10445 &&
427
               org_id!=10445 &&
427
               org_id!=10410 && org_id!=10495
428
               org_id!=10410 && org_id!=10495
428
-              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480) ||
429
+              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551) ||
429
               org_id == 10387
430
               org_id == 10387
430
             "
431
             "
431
           >
432
           >
1153
                 org_id== 10432 ||
1154
                 org_id== 10432 ||
1154
                 org_id== 10445 ||
1155
                 org_id== 10445 ||
1155
                 org_id== 10410 ||
1156
                 org_id== 10410 ||
1156
-                org_id == 10485 || org_id == 10375 || org_id == 10480) &&
1157
+                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551) &&
1157
                 org_id!=10387
1158
                 org_id!=10387
1158
             "
1159
             "
1159
           >
1160
           >
1201
               org_id!=10445 &&
1202
               org_id!=10445 &&
1202
               org_id!=10410 &&
1203
               org_id!=10410 &&
1203
               org_id!=10485 &&
1204
               org_id!=10485 &&
1204
-              org_id!=10375 &&  org_id!=10480)
1205
+              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551)
1205
               || org_id == 10387
1206
               || org_id == 10387
1206
             "
1207
             "
1207
           >
1208
           >
1261
                 org_id == 10485 ||
1262
                 org_id == 10485 ||
1262
                 org_id == 10395 ||
1263
                 org_id == 10395 ||
1263
                 org_id == 10375 ||
1264
                 org_id == 10375 ||
1264
-                org_id == 10480)
1265
+                org_id == 10480 ||
1266
+                org_id == 10551)
1265
                 && org_id!=10387
1267
                 && org_id!=10387
1266
             "
1268
             "
1267
           >
1269
           >
1321
               org_id!=10485 &&
1323
               org_id!=10485 &&
1322
               org_id!=10395 &&
1324
               org_id!=10395 &&
1323
               org_id!=10375 &&
1325
               org_id!=10375 &&
1324
-              org_id!=10480
1326
+              org_id!=10480 &&
1327
+              org_id!=10551
1325
               )
1328
               )
1326
               || org_id == 10387
1329
               || org_id == 10387
1327
             "
1330
             "

+ 1 - 1
src/xt_pages/dialysis/details/index.vue View File

342
                   </div>
342
                   </div>
343
                   <div class="printCell" style="display:flex;justify-content: space-around;">
343
                   <div class="printCell" style="display:flex;justify-content: space-around;">
344
                     <span style="display: block;width: 50%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}
344
                     <span style="display: block;width: 50%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}
345
-                      <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10138">ml</span> 
345
+                      <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10138 || $store.getters.xt_user.org.id == 10460">ml</span> 
346
                       <span v-else>L</span>
346
                       <span v-else>L</span>
347
                     </span>
347
                     </span>
348
                     <span style="display: block;width: 50%;">
348
                     <span style="display: block;width: 50%;">

+ 4 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderForty.vue View File

590
                   <td width="10">)</td>
590
                   <td width="10">)</td>
591
                   <td width="50">
591
                   <td width="50">
592
                       <div class="under-line">&nbsp;
592
                       <div class="under-line">&nbsp;
593
-                          <span v-if="prescription.anticoagulant==6 || prescription.anticoagulant==7">{{prescription.anticoagulant_zongliang}}</span>
593
+                          <span v-if="prescription.anticoagulant==6 || prescription.anticoagulant==7 || prescription.anticoagulant==14">{{prescription.anticoagulant_zongliang}}</span>
594
                       </div>
594
                       </div>
595
                   </td>
595
                   </td>
596
                   <td width="10">iu</td>
596
                   <td width="10">iu</td>
597
                   <td width="70">
597
                   <td width="70">
598
                       <label-box :isChecked="prescription.anticoagulant==1?true:false" showValue='无肝素'></label-box> 
598
                       <label-box :isChecked="prescription.anticoagulant==1?true:false" showValue='无肝素'></label-box> 
599
                   </td>
599
                   </td>
600
-                  <td></td>
600
+                  <td  width="100">
601
+                    <label-box :isChecked="prescription.anticoagulant==14?true:false" showValue='肝素钙'></label-box> 
602
+                  </td>
601
                 </tr>
603
                 </tr>
602
                 </tbody>
604
                 </tbody>
603
               </table>
605
               </table>

+ 6 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

1127
                         }}
1127
                         }}
1128
                       </div>
1128
                       </div>
1129
                      
1129
                      
1130
-                     <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471">
1130
+                     <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">
1131
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1131
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1132
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1132
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1133
                       <span v-if="prescription.anticoagulant == 2">iu</span>
1133
                       <span v-if="prescription.anticoagulant == 2">iu</span>
1134
                       <span v-if="prescription.anticoagulant == 1">mg</span>
1134
                       <span v-if="prescription.anticoagulant == 1">mg</span>
1135
                     </span>
1135
                     </span>
1136
 
1136
 
1137
-                    <span v-if="org_id==9675 || org_id==10447 || org_id==9829 || org_id==10440 || org_id==10469 || org_id == 10471">
1137
+                    <span v-if="org_id==9675 || org_id==10447 || org_id==9829 || org_id==10440 || org_id==10469 || org_id == 10471 || org_id == 10460">
1138
                       <span v-if="prescription.anticoagulant == 4">iu</span>
1138
                       <span v-if="prescription.anticoagulant == 4">iu</span>
1139
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1139
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1140
                       <span v-if="prescription.anticoagulant == 2">mg</span>
1140
                       <span v-if="prescription.anticoagulant == 2">mg</span>
1173
                             : "0"
1173
                             : "0"
1174
                         }}
1174
                         }}
1175
                       </div>
1175
                       </div>
1176
-                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471">
1176
+                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">
1177
 
1177
 
1178
                         <span v-if="prescription.anticoagulant == 5">ml/h</span>
1178
                         <span v-if="prescription.anticoagulant == 5">ml/h</span>
1179
                           <span v-if="prescription.anticoagulant == 4">mg/h</span>
1179
                           <span v-if="prescription.anticoagulant == 4">mg/h</span>
1181
                           <span v-if="prescription.anticoagulant == 2">iu/h</span>
1181
                           <span v-if="prescription.anticoagulant == 2">iu/h</span>
1182
                           <span v-if="prescription.anticoagulant == 1">mg/h</span>
1182
                           <span v-if="prescription.anticoagulant == 1">mg/h</span>
1183
                       </span>
1183
                       </span>
1184
-                      <span v-if="org_id==9675 || org_id==10447 || org_id== 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471">
1184
+                      <span v-if="org_id==9675 || org_id==10447 || org_id== 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460">
1185
                         <span v-if="prescription.anticoagulant == 2">mg/h</span>
1185
                         <span v-if="prescription.anticoagulant == 2">mg/h</span>
1186
                           <span v-if="prescription.anticoagulant == 3">iu/h</span>
1186
                           <span v-if="prescription.anticoagulant == 3">iu/h</span>
1187
                           <span v-if="prescription.anticoagulant == 4">ml</span>
1187
                           <span v-if="prescription.anticoagulant == 4">ml</span>
1246
                             : "/"
1246
                             : "/"
1247
                         }}
1247
                         }}
1248
                       </div>
1248
                       </div>
1249
-                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471">
1249
+                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">
1250
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1250
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1251
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1251
                       <span v-if="prescription.anticoagulant == 3">iu</span>
1252
                       <span v-if="prescription.anticoagulant == 2">iu</span>
1252
                       <span v-if="prescription.anticoagulant == 2">iu</span>
1253
                       <span v-if="prescription.anticoagulant == 1">mg</span>
1253
                       <span v-if="prescription.anticoagulant == 1">mg</span>
1254
                      </span>
1254
                      </span>
1255
-                    <span v-if="org_id==9675 || org_id==10447 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471">
1255
+                    <span v-if="org_id==9675 || org_id==10447 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471|| org_id == 10460">
1256
                        <span v-if="prescription.anticoagulant == 2">mg</span>
1256
                        <span v-if="prescription.anticoagulant == 2">mg</span>
1257
                        <span v-if="prescription.anticoagulant == 3">iu</span>
1257
                        <span v-if="prescription.anticoagulant == 3">iu</span>
1258
                        <span v-if="prescription.anticoagulant == 4">ml</span>
1258
                        <span v-if="prescription.anticoagulant == 4">ml</span>

+ 19 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyeight.vue View File

76
           <div class="inline_block" v-if="receiverTreatmentAccess.condition!=1">
76
           <div class="inline_block" v-if="receiverTreatmentAccess.condition!=1">
77
             门特:
77
             门特:
78
             <div class="under_line" style="width: 30px; text-align: center">
78
             <div class="under_line" style="width: 30px; text-align: center">
79
-              <check-box :checked="patientInfo_source_1"></check-box>
79
+              <check-box :checked="patientInfo_source_3"></check-box>
80
             </div>
80
             </div>
81
           </div>
81
           </div>
82
           <div class="inline_block" v-if="receiverTreatmentAccess.condition==1">
82
           <div class="inline_block" v-if="receiverTreatmentAccess.condition==1">
1349
                       <span>ml/h</span>
1349
                       <span>ml/h</span>
1350
                     </div>
1350
                     </div>
1351
                     <div class="inline_block" style="margin-left: 20px">
1351
                     <div class="inline_block" style="margin-left: 20px">
1352
-                      冲洗量:
1352
+                      Ns冲洗量:
1353
                       <div
1353
                       <div
1354
                         class="under_line"
1354
                         class="under_line"
1355
                         style="width: 50px; text-align: center"
1355
                         style="width: 50px; text-align: center"
1356
                       >
1356
                       >
1357
-                        {{prescription.pre_impulse?prescription.pre_impulse:""}}
1357
+                        {{prescription.warsh_count?prescription.warsh_count:""}}
1358
                       </div>
1358
                       </div>
1359
                       <span>ml</span>
1359
                       <span>ml</span>
1360
                     </div>
1360
                     </div>
1361
                     <div class="inline_block" style="margin-left: 20px">
1361
                     <div class="inline_block" style="margin-left: 20px">
1362
-                      冲洗时间
1362
+                      q
1363
                       <div
1363
                       <div
1364
                         class="under_line"
1364
                         class="under_line"
1365
                         style="width: 50px; text-align: center"
1365
                         style="width: 50px; text-align: center"
1366
                       >
1366
                       >
1367
                         {{
1367
                         {{
1368
-                          prescription.sodium_bicarbonate_flow
1369
-                            ? prescription.sodium_bicarbonate_flow
1368
+                          prescription.washing_time
1369
+                            ? prescription.washing_time
1370
                             : ""
1370
                             : ""
1371
                         }}
1371
                         }}
1372
                       </div>
1372
                       </div>
3100
         <!-- 患者签名 -->
3100
         <!-- 患者签名 -->
3101
         <div style="position: relative; left: 70%;top: 30px;">
3101
         <div style="position: relative; left: 70%;top: 30px;">
3102
           患者签名:
3102
           患者签名:
3103
-          <div class="under_line" style="width: 120px;"></div>
3103
+          <div class="under_line" style="width: 120px;">
3104
+            <img
3105
+              style="height: 30px"
3106
+              :src="dialysisOrder == null? 0: dialysisOrder.url"
3107
+              alt=""
3108
+              srcset=""
3109
+            />
3110
+          </div>
3104
         </div>
3111
         </div>
3105
       </div>
3112
       </div>
3106
     </div>
3113
     </div>
3356
       patientInfo_gender_2: false,
3363
       patientInfo_gender_2: false,
3357
       patientInfo_source_2: false,
3364
       patientInfo_source_2: false,
3358
       patientInfo_source_1: false,
3365
       patientInfo_source_1: false,
3366
+      patientInfo_source_3: false,
3367
+      patientInfo_source_1: false,
3359
       modeOptions: {},
3368
       modeOptions: {},
3360
       replacementWays: [],
3369
       replacementWays: [],
3361
       perfusionApparatus: [],
3370
       perfusionApparatus: [],
4283
       } else if (this.patientInfo.source == 2) {
4292
       } else if (this.patientInfo.source == 2) {
4284
         this.patientInfo_source_2 = true;
4293
         this.patientInfo_source_2 = true;
4285
         this.patientInfo_source_1 = false;
4294
         this.patientInfo_source_1 = false;
4295
+      } else if (this.patientInfo.source == 3) {
4296
+        this.patientInfo_source_3 = true;
4297
+        this.patientInfo_source_1 = false;
4286
       } else {
4298
       } else {
4287
         this.patientInfo_source_2 = false;
4299
         this.patientInfo_source_2 = false;
4288
         this.patientInfo_source_1 = false;
4300
         this.patientInfo_source_1 = false;

+ 1 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

437
                 </div>
437
                 </div>
438
                 <div class="printCell" style="display:flex;justify-content: space-around;">
438
                 <div class="printCell" style="display:flex;justify-content: space-around;">
439
                   <span style="display: block;width: 50%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}
439
                   <span style="display: block;width: 50%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}
440
-                    <span v-if="$store.getters.xt_user.org.id == 10278">ml</span>
440
+                    <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
441
                     <span v-else>L</span>
441
                     <span v-else>L</span>
442
                     </span>
442
                     </span>
443
                   <span style="display: block;width: 50%;">
443
                   <span style="display: block;width: 50%;">

+ 14 - 1
src/xt_pages/role/admin.vue View File

187
           @click="toSendInformaton">发送短信验证码</el-button>  -->
187
           @click="toSendInformaton">发送短信验证码</el-button>  -->
188
        
188
        
189
           
189
           
190
+        <!-- <el-button
191
+          type="primary"
192
+          size="small"
193
+          icon="el-icon-circle-plus-outline"
194
+          style="float:left"
195
+          @click="toSendInformaton">生成PDF</el-button> -->
190
      </div>
196
      </div>
191
     
197
     
192
       
198
       
485
 
491
 
486
 <script>
492
 <script>
487
 import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
493
 import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
488
-  ,CreateQianshuUserName,CreateSKDSendInformation} from "@/api/role/admin";
494
+  ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation} from "@/api/role/admin";
489
 import { getRoles } from "@/api/role/role";
495
 import { getRoles } from "@/api/role/role";
490
 
496
 
491
 import { parseTime } from "@/utils";
497
 import { parseTime } from "@/utils";
1047
           var orderId = response.data.data.orderId
1053
           var orderId = response.data.data.orderId
1048
         }
1054
         }
1049
       })
1055
       })
1056
+    },
1057
+    toSavePDFInformation(){
1058
+      toSavePDFInformation().then(response=>{
1059
+         if(response.data.data == 1){
1060
+
1061
+         }
1062
+      })
1050
     }
1063
     }
1051
   },
1064
   },
1052
   watch: {
1065
   watch: {

+ 2 - 1
src/xt_pages/user/components/PatientDetail.vue View File

1392
       sourceOptions: [
1392
       sourceOptions: [
1393
         { value: 1, label: "门诊" },
1393
         { value: 1, label: "门诊" },
1394
         { value: 2, label: "住院" },
1394
         { value: 2, label: "住院" },
1395
+        { value: 3, label: "门特" },
1395
       ],
1396
       ],
1396
       lapsetoOptions: [
1397
       lapsetoOptions: [
1397
         { value: 1, label: "留治" },
1398
         { value: 1, label: "留治" },
1631
             if (patietInfo.education_level > 0) {
1632
             if (patietInfo.education_level > 0) {
1632
               this.form.education = patietInfo.education_level;
1633
               this.form.education = patietInfo.education_level;
1633
             }
1634
             }
1634
-            if (patietInfo.source === 1 || patietInfo.source === 2) {
1635
+            if (patietInfo.source === 1 || patietInfo.source === 2 || patietInfo.source === 3) {
1635
               this.form.source = patietInfo.source;
1636
               this.form.source = patietInfo.source;
1636
             }
1637
             }
1637
             if (patietInfo.lapseto === 1 || patietInfo.lapseto === 2) {
1638
             if (patietInfo.lapseto === 1 || patietInfo.lapseto === 2) {

+ 1 - 1
src/xt_pages/user/components/PatientForm.vue View File

1407
       dialogVisible: false,
1407
       dialogVisible: false,
1408
       // typeOptions: null,
1408
       // typeOptions: null,
1409
       // styleOptions: null,
1409
       // styleOptions: null,
1410
-      sourceOptions: [{ value: 1, label: "门诊" }, { value: 2, label: "住院" }],
1410
+      sourceOptions: [{ value: 1, label: "门诊" }, { value: 2, label: "住院" }, { value: 3, label: "门特" }],
1411
       patientSourceList:[
1411
       patientSourceList:[
1412
         {value:1,label:"门诊"},
1412
         {value:1,label:"门诊"},
1413
         {value:2,label:"住院"},
1413
         {value:2,label:"住院"},

+ 13 - 3
src/xt_pages/user/patients.vue View File

404
           <template slot-scope="scope">
404
           <template slot-scope="scope">
405
             <span v-if="scope.row.source == 1">门诊</span>
405
             <span v-if="scope.row.source == 1">门诊</span>
406
             <span v-else-if="scope.row.source == 2">住院</span>
406
             <span v-else-if="scope.row.source == 2">住院</span>
407
+            <span v-else-if="scope.row.source == 3">门特</span>
407
             <span v-else>未知</span>
408
             <span v-else>未知</span>
408
           </template>
409
           </template>
409
         </el-table-column>
410
         </el-table-column>
785
           { value:8,  label:"好转"},
786
           { value:8,  label:"好转"},
786
           { value:9,  label:"放弃治疗"},
787
           { value:9,  label:"放弃治疗"},
787
           { value:10, label:"其他状态"},
788
           { value:10, label:"其他状态"},
789
+          { value:11, label:"请假"},
788
         ],
790
         ],
789
         systemType: 0,
791
         systemType: 0,
790
         systemArr: [
792
         systemArr: [
800
           { value: 0, label: '全部', source: 0, lapseto: 0 },
802
           { value: 0, label: '全部', source: 0, lapseto: 0 },
801
           // { value: 1, label: "转出", source: 0, lapseto: 2 },
803
           // { value: 1, label: "转出", source: 0, lapseto: 2 },
802
           // { value: 2, label: "留治", source: 0, lapseto: 1 },
804
           // { value: 2, label: "留治", source: 0, lapseto: 1 },
803
-          { value: 3, label: '门诊', source: 1, lapseto: 1 },
804
-          { value: 4, label: '住院', source: 2, lapseto: 1 }
805
+          { value: 1, label: '门诊', source: 1, lapseto: 1 },
806
+          { value: 2, label: '住院', source: 2, lapseto: 1 },
807
+          { value: 3, label: '门特', source: 3, lapseto: 1 }
805
         ],
808
         ],
806
         patientSourceList:[
809
         patientSourceList:[
807
           {value:0,label:"全部",source:0,lapeseto:0},
810
           {value:0,label:"全部",source:0,lapeseto:0},
808
           {value:1,label:"门诊",source:1,lapeseto:1},
811
           {value:1,label:"门诊",source:1,lapeseto:1},
809
           {value:2,label:"住院",source:2,lapeseto:2},
812
           {value:2,label:"住院",source:2,lapeseto:2},
810
-         
813
+          {value:3,label:"门特",source:3,lapeseto:3},
811
        ],
814
        ],
812
         lapsetoArr: [
815
         lapsetoArr: [
813
           { value: 0, label: '全部', source: 0, lapseto: 0 },
816
           { value: 0, label: '全部', source: 0, lapseto: 0 },
821
           { value: 8, label: "好转", source: 0, lapseto: 8 },
824
           { value: 8, label: "好转", source: 0, lapseto: 8 },
822
           { value: 9, label: "放弃治疗", source: 0, lapseto: 9 },
825
           { value: 9, label: "放弃治疗", source: 0, lapseto: 9 },
823
           { value: 10, label: "其他状态", source: 0, lapseto: 10 },
826
           { value: 10, label: "其他状态", source: 0, lapseto: 10 },
827
+          { value: 11, label: "请假", source: 0, lapseto: 11 },
824
         ],
828
         ],
825
         scheduling: [
829
         scheduling: [
826
           {
830
           {
1090
                         obj['source'] = '1'
1094
                         obj['source'] = '1'
1091
                       } else if (results[i][key] == '住院') {
1095
                       } else if (results[i][key] == '住院') {
1092
                         obj['source'] = '2'
1096
                         obj['source'] = '2'
1097
+                      } else if (results[i][key] == '门特') {
1098
+                        obj['source'] = '3'
1093
                       } else {
1099
                       } else {
1094
                         obj['source'] = '0'
1100
                         obj['source'] = '0'
1095
                       }
1101
                       }
1407
            return "放弃治疗"
1413
            return "放弃治疗"
1408
         }else if (row.lapseto == 10){
1414
         }else if (row.lapseto == 10){
1409
            return "其他状态"
1415
            return "其他状态"
1416
+        }else if(row.lapseto == 11){
1417
+          return "请假"
1410
         }
1418
         }
1411
       },
1419
       },
1412
       getPatientSource(val){
1420
       getPatientSource(val){
1430
            return "放弃治疗"
1438
            return "放弃治疗"
1431
         }else if (val == 10){
1439
         }else if (val == 10){
1432
            return "其他状态"
1440
            return "其他状态"
1441
+        }else if (val == 11){
1442
+           return "请假"
1433
         }
1443
         }
1434
       },
1444
       },
1435
       openWechatBindDialog() {
1445
       openWechatBindDialog() {