陈少旭 преди 1 седмица
родител
ревизия
5a519fb476

+ 6 - 3
src/xt_pages/eleFaPiao/newSettleDetail.vue Целия файл

@@ -151,7 +151,7 @@
151 151
 <!--              开票-->
152 152
 <!--            </el-button>-->
153 153
             <el-button v-if="scope.row.result.id == 0" size="mini" type="primary"
154
-                       @click="blueDailog()">
154
+                       @click="blueDailog(scope.row)">
155 155
               开票
156 156
             </el-button>
157 157
             <el-button v-if="scope.row.result.id == 0 && scope.row.result.fapiao_status == 1" disabled="true" size="mini" type="primary"
@@ -333,7 +333,9 @@ export default {
333 333
         }
334 334
       }).catch(function(error) {
335 335
       })
336
-    },blueDailog(){
336
+    },blueDailog(row){
337
+      this.selecting_schs.push(row.id)
338
+      console.log(this.selecting_schs)
337 339
       var order_ids = ""
338 340
       for(let i = 0; i < this.selecting_schs.length;i++){
339 341
         if(order_ids.length == 0){
@@ -351,7 +353,8 @@ export default {
351 353
       this.settlementVisible = true
352 354
       this.paramsObj = paramsObj
353 355
     },
354
-    blue(){
356
+    blue(row){
357
+
355 358
       var order_ids = ""
356 359
       for(let i = 0; i < this.selecting_schs.length;i++){
357 360
         if(order_ids.length == 0){

+ 290 - 1
src/xt_pages/outpatientCharges/statementPrint.vue Целия файл

@@ -75,7 +75,7 @@
75 75
             org_id != 10610 && org_id !=10537 && org_id !=10697 &&
76 76
             org_id != 10278 && org_id != 10387 && org_id != 10191 &&
77 77
             org_id != 10210 &&org_id != 10485 &&org_id != 10480 &&
78
-            org_id != 10510 &&org_id != 10088 &&org_id != 10633 &&org_id != 0 && this.paramsObj.balance_accounts_type == 1">
78
+            org_id != 10510 &&org_id != 10088 && org_id != 10721 &&org_id != 10633 &&org_id != 0 && this.paramsObj.balance_accounts_type == 1">
79 79
       </printOne>
80 80
       <privateChargePrint :info="info" v-if="org_id != 9990 &&
81 81
             org_id != 10138 && org_id != 9504 &&  org_id != 10028 && org_id !=10697 &&
@@ -1556,6 +1556,295 @@ export default {
1556 1556
 
1557 1557
 
1558 1558
 
1559
+          } if(this.org_id == 10721){
1560
+            let params = {
1561
+              order_id: obj.order_id,
1562
+              admin_user_id: this.$store.getters.xt_user.user.id
1563
+            }
1564
+            getPrivateExpensesOrder(params).then((response) => {
1565
+              if (response.data.state == 0) {
1566
+                // this.$message.error(response.data.msg)
1567
+
1568
+                return false
1569
+              } else {
1570
+                var that = this
1571
+                that.info = response.data.data.info
1572
+                that.p_admin = response.data.data.printor_admin
1573
+                that.charge_admin = response.data.data.charge_admin
1574
+                that.info['new_order'] = response.data.data.info
1575
+                that.info['p_admin'] = that.p_admin
1576
+                that.info['charge_admin'] = that.charge_admin
1577
+                that.info['order_number'] = response.data.data.order_number
1578
+                that.info['patient'] = response.data.data.patient
1579
+                that.info['date'] = response.data.data.date
1580
+                that.info['number'] = response.data.data.number
1581
+                that.info['order_infos'] = response.data.data.order_infos
1582
+                that.info['diagnosis'] = response.data.data.diagnosis
1583
+                that.info['fixmedins_name'] = response.data.data.org_name
1584
+                that.info['fixmedins_code'] = response.data.data.org_code
1585
+                // that.info["doctor_code"] = response.data.data.doctor_code;
1586
+                // that.info["department"] = response.data.data.department;
1587
+                // that.info["health_card_no"] = response.data.data.health_card_no;
1588
+
1589
+                that.info['bed_cost_total'] = response.data.data.bedCostTotal
1590
+                that.info['bed_cost_self_total'] =
1591
+                  response.data.data.bedCostSelfTotal
1592
+                that.info['bed_cost_part_self_total'] =
1593
+                  response.data.data.bedCostPartSelfTotal
1594
+
1595
+                that.info['operation_cost_total'] =
1596
+                  response.data.data.operationCostTotal
1597
+                that.info['operation_cost_self_total'] =
1598
+                  response.data.data.operationCostSelfTotal
1599
+                that.info['operation_cost_part_self_total'] =
1600
+                  response.data.data.operationCostPartSelfTotal
1601
+
1602
+                that.info['other_cost_total'] = response.data.data.otherCostTotal
1603
+                that.info['other_cost_self_total'] =
1604
+                  response.data.data.otherCostSelfTotal
1605
+                that.info['other_cost_part_self_total'] =
1606
+                  response.data.data.otherCostPartSelfTotal
1607
+
1608
+                that.info['material_cost_total'] =
1609
+                  response.data.data.materialCostTotal
1610
+                that.info['material_cost_self_total'] =
1611
+                  response.data.data.materialCostSelfTotal
1612
+                that.info['material_cost_part_self_total'] =
1613
+                  response.data.data.materialCostPartSelfTotal
1614
+
1615
+                that.info['western_medicine_cost_total'] =
1616
+                  response.data.data.westernMedicineCostTotal
1617
+                that.info['western_medicine_cost_self_total'] =
1618
+                  response.data.data.westernMedicineCostSelfTotal
1619
+                that.info['western_medicine_cost_part_self_total'] =
1620
+                  response.data.data.westernMedicineCostPartSelfTotal
1621
+
1622
+                that.info['chinese_traditional_medicine_cost_total'] =
1623
+                  response.data.data.chineseTraditionalMedicineCostTotal
1624
+                that.info['chinese_traditional_medicine_cost_self_total'] =
1625
+                  response.data.data.chineseTraditionalMedicineCostSelfTotal
1626
+                that.info['chinese_traditional_medicine_cost_part_self_total'] =
1627
+                  response.data.data.chineseTraditionalMedicineCostPartSelfTotal
1628
+
1629
+                that.info['check_cost_total'] = response.data.data.checkCostTotal
1630
+                that.info['check_cost_self_total'] =
1631
+                  response.data.data.checkCostSelfTotal
1632
+                that.info['check_cost_part_self_total'] =
1633
+                  response.data.data.checkCostPartSelfTotal
1634
+
1635
+                that.info['laboratory_cost_total'] =
1636
+                  response.data.data.laboratoryCostTotal
1637
+                that.info['laboratory_cost_self_total'] =
1638
+                  response.data.data.laboratoryCostSelfTotal
1639
+                that.info['laboratory_cost_part_self_total'] =
1640
+                  response.data.data.laboratoryCostPartSelfTotal
1641
+
1642
+                that.info['treat_cost_total'] = response.data.data.treatCostTotal
1643
+                that.info['treat_cost_self_total'] =
1644
+                  response.data.data.treatCostSelfTotal
1645
+                that.info['treat_cost_part_self_total'] =
1646
+                  response.data.data.treatCostPartSelfTotal
1647
+
1648
+
1649
+
1650
+                that.info['date'] = response.data.data.date
1651
+                that.info['number'] = response.data.data.number
1652
+                that.info['order_infos'] = response.data.data.order_infos
1653
+                that.info['diagnosis'] = response.data.data.diagnosis
1654
+                that.info['his'] = response.data.data.his
1655
+                that.info['dia_config'] = response.data.data.dia_config
1656
+
1657
+
1658
+                for (let i = 0; i < response.data.data.order_infos.length; i++) {
1659
+                  if (response.data.data.order_infos[i].advice_id > 0 && response.data.data.order_infos[i].project_id == 0) {
1660
+                    response.data.data.order_infos[i].med_chrgitm_type = '09'
1661
+                  }
1662
+                  if (response.data.data.order_infos[i].advice_id == 0 && response.data.data.order_infos[i].project_id > 0) {
1663
+                    if (response.data.data.order_infos[i].project.type == 2) { //项目
1664
+                      if (response.data.data.order_infos[i].project.project.cost_classify == 2) {
1665
+                        response.data.data.order_infos[i].med_chrgitm_type = '05'
1666
+                      } else if (response.data.data.order_infos[i].project.project.cost_classify == 3) {
1667
+                        response.data.data.order_infos[i].med_chrgitm_type = '04'
1668
+                      } else {
1669
+                        response.data.data.order_infos[i].med_chrgitm_type = '14'
1670
+                      }
1671
+                    } else if (response.data.data.order_infos[i].project.type == 3) { //耗材
1672
+                      response.data.data.order_infos[i].med_chrgitm_type = '08'
1673
+                    }
1674
+                  }
1675
+                }
1676
+                console.log(response.data.data.order_infos)
1677
+                console.log(that.info)
1678
+
1679
+                let list = []
1680
+                for (let i = 0; i < response.data.data.order_infos.length; i++) {
1681
+                  let order = response.data.data.order_infos[i]
1682
+                  let obj = {
1683
+                    name: '',
1684
+                    spec: '',
1685
+                    cnt: '',
1686
+                    det_item_fee_sumamt: '',
1687
+                    price:'',
1688
+                  }
1689
+
1690
+                  if (order.advice_id > 0 && order.project_id == 0) {
1691
+                    obj.name = order.advice.advice_name
1692
+                    let spec = order.advice.drug.dose + order.advice.drug.dose_unit + '*' + order.advice.drug.min_number + order.advice.drug.min_unit + '/' + order.advice.drug.max_unit
1693
+                    obj.spec = spec
1694
+                    obj.cnt = order.cnt
1695
+                    obj.det_item_fee_sumamt = order.det_item_fee_sumamt
1696
+                    obj.price = order.pric
1697
+                    list.push(obj)
1698
+
1699
+                  } else if (order.advice_id == 0 && order.project_id > 0) {
1700
+                    if (order.project.type == 2) {
1701
+                      obj.name = order.project.project.project_name
1702
+                      obj.spec = ''
1703
+                      obj.cnt = order.cnt
1704
+                      obj.det_item_fee_sumamt = order.det_item_fee_sumamt
1705
+                      obj.price = order.pric
1706
+                    } else {
1707
+                      obj.name = order.project.good_info.good_name
1708
+                      obj.spec = order.project.good_info.specification_name
1709
+                      obj.cnt = order.cnt
1710
+                      obj.det_item_fee_sumamt = order.det_item_fee_sumamt
1711
+                      obj.price = order.pric
1712
+                    }
1713
+                    list.push(obj)
1714
+                  }
1715
+
1716
+                }
1717
+                that.info['Z_list'] = list
1718
+
1719
+                //获取所有项目类型进行去重
1720
+                let med_chrgitm_types = []
1721
+                for (let i = 0; i < response.data.data.order_infos.length; i++) {
1722
+                  med_chrgitm_types.push(response.data.data.order_infos[i].med_chrgitm_type)
1723
+                }
1724
+                const obj10 = {}
1725
+                med_chrgitm_types = med_chrgitm_types.reduce((cur, next) => {
1726
+                  obj10[next] ? '' : obj10[next] = true && cur.push(next)
1727
+                  return cur
1728
+                }, []) // 设置cur默认类型为数组,并且初始值为空的数组
1729
+                let tempOrderInfo = []
1730
+                for (let i = 0; i < med_chrgitm_types.length; i++) {
1731
+
1732
+                  let obj9 = {
1733
+                    details: [],
1734
+                    med_chrgitm_name: that.getType(med_chrgitm_types[i]),
1735
+                    total:0,
1736
+                  }
1737
+
1738
+                  // if(med_chrgitm_types[i] == '09'){
1739
+                  //   obj.sort = 99
1740
+                  // } else if(med_chrgitm_types[i] == '05'){
1741
+                  //   obj.sort = 98
1742
+                  // } else if(med_chrgitm_types[i] == '08'){
1743
+                  //   obj.sort = 97
1744
+                  // }else if(med_chrgitm_types[i] == '03'){
1745
+                  //   obj.sort = 96
1746
+                  // }
1747
+
1748
+                  let tempDetails = []
1749
+                  for (let b = 0; b < response.data.data.order_infos.length; b++) {
1750
+                    if (med_chrgitm_types[i] == response.data.data.order_infos[b].med_chrgitm_type) {
1751
+                      tempDetails.push(response.data.data.order_infos[b])
1752
+                    }
1753
+                  }
1754
+                  console.log(med_chrgitm_types[i])
1755
+                  console.log(tempDetails)
1756
+                  obj9.total = that.getTotal(tempDetails)
1757
+                  obj9.details = that.set10265NewData(tempDetails)
1758
+                  list.push(obj9)
1759
+                }
1760
+                that.info['new_list'] = list
1761
+                // list.sort((a,b) => a.sort < b.sort ? 1 : a.sort > b.sort ? -1 : 0)
1762
+
1763
+                let obj = {
1764
+                  type: 1,
1765
+                  details: [],
1766
+                  total: 0
1767
+                }
1768
+                let obj2 = {
1769
+                  type: 2,
1770
+                  details: [],
1771
+                  total: 0
1772
+                }
1773
+                let obj3 = {
1774
+                  type: 3,
1775
+                  details: [],
1776
+                  total: 0
1777
+                }
1778
+
1779
+                let obj4 = {
1780
+                  type: 4,
1781
+                  details: [],
1782
+                  total: 0
1783
+                }
1784
+                let num = 0
1785
+                that.info.order_infos.map((item) => {
1786
+                  if (item.advice_id > 0) {
1787
+                    obj.details.push(item)
1788
+                    obj.total += item.pric * item.advice.prescribing_number
1789
+                    num++
1790
+                  } else {
1791
+                    if (item.project.type == 2) {
1792
+                      obj2.details.push(item)
1793
+                      obj2.total += item.pric * item.project.count
1794
+                      num++
1795
+                    } else {
1796
+                      obj3.details.push(item)
1797
+                      obj3.total += item.pric * item.project.count
1798
+                      num++
1799
+                    }
1800
+                  }
1801
+                })
1802
+
1803
+                // this.info.order_infos.map(item => {
1804
+                //   obj4.total = item.Total
1805
+                //   obj4.details.push(item)
1806
+                //   num++
1807
+                //
1808
+                // })
1809
+                var funds = []
1810
+                for(let i = 0; i <  response.data.data.funds.length; i++){
1811
+                  var objs = {}
1812
+                  objs["number"] = i + 1
1813
+                  objs["fund_pay"] = response.data.data.funds[i].fund_payamt
1814
+                  objs["limit_pay"] = response.data.data.funds[i].inscp_scp_amt
1815
+                  objs["insp_pay"] = response.data.data.funds[i].inscp_scp_amt
1816
+                  for(let b = 0; b < that.fundsArray.length; b++){
1817
+                    if(response.data.data.funds[i].fund_pay_type ==  that.fundsArray[b].code){
1818
+                      objs["name"] =that.fundsArray[b].name
1819
+                    }
1820
+                  }
1821
+                  funds.push(objs)
1822
+                }
1823
+                that.info['funds'] = funds
1824
+                console.log(that.info)
1825
+
1826
+                that.info.new_detail_list = []
1827
+                that.info.new_detail_list.push(obj)
1828
+                that.info.new_detail_list.push(obj2)
1829
+                that.info.new_detail_list.push(obj3)
1830
+                // that.info.new_detail_list.push(obj4)
1831
+
1832
+                that.num = num
1833
+
1834
+                if (that.paramsObj.settle_type != 1) {
1835
+                  that.info.begndate = that.getTimes(that.paramsObj.start_time)
1836
+                  that.info.enddate = that.getTimes(that.paramsObj.end_time)
1837
+                }
1838
+
1839
+                that.info.order_infos.map((item) => {
1840
+
1841
+                })
1842
+
1843
+              }
1844
+            })
1845
+
1846
+
1847
+
1559 1848
           }else{
1560 1849
             var that = this
1561 1850
             axios

+ 2 - 2
src/xt_pages/outpatientCharges/statementTemplate/printSeventheen.vue Целия файл

@@ -29,7 +29,7 @@
29 29
         <div style="flex: 1;text-align: right;">收费员:{{info.charge_admin.user_name}}</div>
30 30
       </div>
31 31
       <div style="width: 100%;display: flex;padding: 5px 0;">
32
-        <div style="flex: 1;">帐户支付总额:{{info.new_order.medfee_sumamt}}</div>
32
+        <div style="flex: 1;">帐户支付总额:{{info.new_order.acct_pay}}</div>
33 33
         <div style="flex: 1;text-align: right;">现金支付:{{info.new_order.psn_cash_pay}}</div>
34 34
       </div>
35 35
       <div style="width: 100%;display: flex;">
@@ -42,7 +42,7 @@
42 42
       </div>
43 43
       <div style="width: 100%;display: flex;">
44 44
         <div style="flex: 1;">大病保险支付:{{info.new_order.hifmi_pay}}</div>
45
-        <div style="flex: 1;text-align: right;">账户余额:{{info.new_order.acct_pay}}</div>
45
+        <div style="flex: 1;text-align: right;">账户余额:{{info.new_order.blac}}</div>
46 46
       </div>
47 47
 
48 48
      <!-- <div style="border: 1px solid black;width: 100%;">

+ 181 - 15
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Целия файл

@@ -944,7 +944,7 @@ export default {
944 944
         } else {
945 945
           //挂号
946 946
           console.log('response.data.data12121212134',response.data.data);
947
-          
947
+
948 948
           for (let i = 0; i < response.data.data.list.length; i++) {
949 949
             for (let b = 0; b < response.data.data.list[i].his_patient.length; b++) {
950 950
               //未就诊
@@ -1885,8 +1885,8 @@ export default {
1885 1885
 
1886 1886
           this.all_data = this.all_data.concat(this.cure_data)
1887 1887
           this.all_data = this.all_data.concat(this.un_cure_data)
1888
-          
1889
-          
1888
+
1889
+
1890 1890
           this.cure_data_two = this.cure_data
1891 1891
           this.un_cure_data_two = this.un_cure_data
1892 1892
           this.all_data_two = this.all_data
@@ -2132,13 +2132,15 @@ export default {
2132 2132
 
2133 2133
 
2134 2134
               var preTime = nowTime
2135
-              if ( this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
2135
+              if ( this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191 && this.$store.getters.xt_user.org.id != 10375 ) {
2136 2136
                 if (prescription.pre_time == 0) {
2137 2137
                   if (this.schedule.schedule_type == 1) {
2138 2138
                     if (this.org_id == 10028 || this.org_id == 10571  || this.org_id == 10633) {
2139 2139
                       preTime = this.record_date + ' ' + '6:30'
2140 2140
                     } else if(this.org_id == 10206 || this.org_id == 10598){
2141 2141
                       preTime = this.record_date + ' ' + '6:00'
2142
+                    }else if(this.org_id == 10721){
2143
+                      preTime = this.record_date + ' ' + '05:30'
2142 2144
                     } else {
2143 2145
                       preTime = this.record_date + ' ' + '7:00'
2144 2146
 
@@ -2149,6 +2151,8 @@ export default {
2149 2151
                     }else if(this.org_id == 10598){
2150 2152
                        preTime = this.record_date + ' ' + '09:00'
2151 2153
 
2154
+                     }else if(this.org_id == 10721){
2155
+                       preTime = this.record_date + ' ' + '10:00'
2152 2156
                      }else{
2153 2157
                      preTime = this.record_date + ' ' + '11:00'
2154 2158
                    }
@@ -2174,12 +2178,16 @@ export default {
2174 2178
                     if(this.schedule.schedule_type == 1){
2175 2179
                       if(this.org_id == 10206   || this.org_id == 10598) {
2176 2180
                         preTime = this.record_date+ ' ' + '6:00'
2181
+                      } else if(this.org_id == 10721){
2182
+                        preTime = this.record_date + ' ' + '05:30'
2177 2183
                       }else {
2178 2184
                         preTime = this.record_date + ' ' + '7:00'
2179 2185
                       }
2180 2186
                     }else if(this.schedule.schedule_type == 2){
2181 2187
                       if(this.org_id == 10206  || this.org_id == 0){
2182 2188
                         preTime = this.record_date + ' ' + '10:30'
2189
+                      }else if(this.org_id == 10721){
2190
+                        preTime = this.record_date + ' ' + '10:00'
2183 2191
                       }else if(this.org_id == 10598){
2184 2192
                         preTime = this.record_date + ' ' + '09:00'
2185 2193
 
@@ -2348,6 +2356,8 @@ export default {
2348 2356
                       preTime = this.record_date + ' ' + '6:30'
2349 2357
                     } else if(this.org_id == 10206  || this.org_id == 10598) {
2350 2358
                       preTime = this.record_date+ ' ' + '6:00'
2359
+                    } else if(this.org_id == 10721 ) {
2360
+                      preTime = this.record_date+ ' ' + '05:30'
2351 2361
                     } else {
2352 2362
                       preTime = this.record_date + ' ' + '7:00'
2353 2363
                     }
@@ -2358,6 +2368,8 @@ export default {
2358 2368
                     }else if(this.org_id == 10598){
2359 2369
                       preTime = this.record_date + ' ' + '09:00'
2360 2370
 
2371
+                    }  else if(this.org_id == 10721 ) {
2372
+                      preTime = this.record_date+ ' ' + '10:00'
2361 2373
                     }else {
2362 2374
                       preTime = this.record_date + ' ' + '11:00'
2363 2375
                     }
@@ -2374,6 +2386,8 @@ export default {
2374 2386
                   if(this.schedule.schedule_type == 1){
2375 2387
                     if(this.org_id == 10206  || this.org_id == 0 ||  this.org_id == 10598) {
2376 2388
                       preTime = this.record_date+ ' ' + '6:00'
2389
+                    } else if(this.org_id == 10721 ) {
2390
+                      preTime = this.record_date+ ' ' + '05:30'
2377 2391
                     }else {
2378 2392
                       preTime = this.record_date + ' ' + '7:00'
2379 2393
                     }
@@ -2383,7 +2397,9 @@ export default {
2383 2397
                     }else if(this.org_id == 10598){
2384 2398
                       preTime = this.record_date + ' ' + '09:00'
2385 2399
 
2386
-                    }else {
2400
+                    }else if(this.org_id == 10721 ) {
2401
+                      preTime = this.record_date+ ' ' + '10:00'
2402
+                    } else {
2387 2403
                       preTime = this.record_date + ' ' + '11:00'
2388 2404
                     }
2389 2405
                   }else{
@@ -2415,6 +2431,10 @@ export default {
2415 2431
                 if (obj.med_type == 0 || obj.med_type == '') {
2416 2432
                   if (this.org_id != 10206 && this.org_id != 0) {
2417 2433
                     obj.med_type = 14
2434
+                    if (this.org_id == 10721){
2435
+
2436
+                      obj.med_type = 992102
2437
+                    }
2418 2438
                   } else {
2419 2439
                     obj.med_type = 1
2420 2440
                   }
@@ -2433,15 +2453,18 @@ export default {
2433 2453
                 if(this.schedule.schedule_type == 1){
2434 2454
                   if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
2435 2455
                     preTime = this.record_date+ ' ' + '6:00'
2456
+                  }else if(this.org_id == 10721 ) {
2457
+                    preTime = this.record_date+ ' ' + '05:30'
2436 2458
                   }else {
2437 2459
                     preTime = this.record_date + ' ' + '7:00'
2438 2460
                   }
2439 2461
                 }else if(this.schedule.schedule_type == 2){
2440 2462
                   if(this.org_id == 10206  || this.org_id == 0){
2441 2463
                     preTime = this.record_date + ' ' + '10:30'
2464
+                  }else if(this.org_id == 10721 ) {
2465
+                    preTime = this.record_date+ ' ' + '10:00'
2442 2466
                   }else if(this.org_id == 10598){
2443 2467
                     preTime = this.record_date + ' ' + '09:00'
2444
-
2445 2468
                   }else {
2446 2469
                     preTime = this.record_date + ' ' + '11:00'
2447 2470
                   }
@@ -2466,6 +2489,10 @@ export default {
2466 2489
               }
2467 2490
               if (this.org_id != 10206) {
2468 2491
                 obj.med_type = 14
2492
+                if (this.org_id == 10721){
2493
+
2494
+                  obj.med_type = 992102
2495
+                }
2469 2496
               }else{
2470 2497
 
2471 2498
                 obj.med_type = 1
@@ -2740,6 +2767,8 @@ export default {
2740 2767
                             preTime = this.record_date + ' ' + '6:30'
2741 2768
                           } else if(this.org_id == 10206 || this.org_id == 10598){
2742 2769
                             preTime = this.record_date + ' ' + '6:00'
2770
+                          } else if(this.org_id == 10721 ){
2771
+                            preTime = this.record_date + ' ' + '05:30'
2743 2772
                           } else {
2744 2773
                             preTime = this.record_date + ' ' + '7:00'
2745 2774
 
@@ -2748,7 +2777,9 @@ export default {
2748 2777
                         } else if (this.schedule.schedule_type == 2) {
2749 2778
                           if(this.org_id == 10206  || this.org_id == 0){
2750 2779
                             preTime = this.record_date + ' ' + '10:30'
2751
-                          }else if(this.org_id == 10598){
2780
+                          }else if(this.org_id == 10721 ){
2781
+                            preTime = this.record_date + ' ' + '10:00'
2782
+                          } else if(this.org_id == 10598){
2752 2783
                             preTime = this.record_date + ' ' + '09:00'
2753 2784
 
2754 2785
                           }else{
@@ -2770,12 +2801,16 @@ export default {
2770 2801
                           if(this.schedule.schedule_type == 1){
2771 2802
                             if(this.org_id == 10206  || this.org_id == 10598) {
2772 2803
                               preTime = this.record_date+ ' ' + '6:00'
2804
+                            } else if(this.org_id == 10721) {
2805
+                              preTime = this.record_date+ ' ' + '05:30'
2773 2806
                             }else {
2774 2807
                               preTime = this.record_date + ' ' + '7:00'
2775 2808
                             }
2776 2809
                           }else if(this.schedule.schedule_type == 2){
2777 2810
                             if(this.org_id == 10206  || this.org_id == 0){
2778 2811
                               preTime = this.record_date + ' ' + '10:30'
2812
+                            } else if(this.org_id == 10721) {
2813
+                              preTime = this.record_date+ ' ' + '10:00'
2779 2814
                             }else if(this.org_id == 10598){
2780 2815
                               preTime = this.record_date + ' ' + '09:00'
2781 2816
 
@@ -2941,6 +2976,8 @@ export default {
2941 2976
                             preTime = this.record_date + ' ' + '6:30'
2942 2977
                           } else if(this.org_id == 10206 || this.org_id == 10598){
2943 2978
                             preTime = this.record_date + ' ' + '6:00'
2979
+                          } else if(this.org_id == 10721){
2980
+                            preTime = this.record_date + ' ' + '05:30'
2944 2981
                           } else {
2945 2982
                             preTime = this.record_date + ' ' + '7:00'
2946 2983
 
@@ -2952,6 +2989,9 @@ export default {
2952 2989
                           }else if(this.org_id == 10598){
2953 2990
                             preTime = this.record_date + ' ' + '09:00'
2954 2991
 
2992
+                          }else if(this.org_id == 10721){
2993
+                            preTime = this.record_date + ' ' + '10:00'
2994
+
2955 2995
                           }else{
2956 2996
                             preTime = this.record_date + ' ' + '11:00'
2957 2997
                           }
@@ -2967,6 +3007,8 @@ export default {
2967 3007
                         if(this.schedule.schedule_type == 1){
2968 3008
                           if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
2969 3009
                             preTime = this.record_date+ ' ' + '6:00'
3010
+                          } else if(this.org_id == 10721) {
3011
+                            preTime = this.record_date+ ' ' + '05:30'
2970 3012
                           }else {
2971 3013
                             preTime = this.record_date + ' ' + '7:00'
2972 3014
                           }
@@ -2976,6 +3018,9 @@ export default {
2976 3018
                           }else if(this.org_id == 10598){
2977 3019
                             preTime = this.record_date + ' ' + '09:00'
2978 3020
 
3021
+                          }else if(this.org_id == 10721){
3022
+                            preTime = this.record_date + ' ' + '10:00'
3023
+
2979 3024
                           }else {
2980 3025
                             preTime = this.record_date + ' ' + '11:00'
2981 3026
                           }
@@ -3010,6 +3055,10 @@ export default {
3010 3055
                           obj.med_type = 14
3011 3056
 
3012 3057
                         }
3058
+                        if (this.org_id == 10721){
3059
+
3060
+                          obj.med_type = 992102
3061
+                        }
3013 3062
                       }
3014 3063
                       this.prescriptions.push(obj)
3015 3064
                     }
@@ -3019,6 +3068,8 @@ export default {
3019 3068
                       if(this.schedule.schedule_type == 1){
3020 3069
                         if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
3021 3070
                           preTime = this.record_date+ ' ' + '6:00'
3071
+                        }else if(this.org_id == 10721) {
3072
+                          preTime = this.record_date+ ' ' + '05:30'
3022 3073
                         }else {
3023 3074
                           preTime = this.record_date + ' ' + '7:00'
3024 3075
                         }
@@ -3028,6 +3079,9 @@ export default {
3028 3079
                         } else if(this.org_id == 10598){
3029 3080
                           preTime = this.record_date + ' ' + '09:00'
3030 3081
 
3082
+                        } else if(this.org_id == 10721){
3083
+                          preTime = this.record_date + ' ' + '10:00'
3084
+
3031 3085
                         }else {
3032 3086
                           preTime = this.record_date + ' ' + '11:00'
3033 3087
                         }
@@ -3051,6 +3105,10 @@ export default {
3051 3105
 
3052 3106
                     if (this.org_id != 10206) {
3053 3107
                       obj.med_type = 14
3108
+                      if (this.org_id == 10721){
3109
+
3110
+                        obj.med_type = 992102
3111
+                      }
3054 3112
                     }
3055 3113
 
3056 3114
                     this.prescriptions.push(obj)
@@ -3409,12 +3467,16 @@ export default {
3409 3467
                         if(this.schedule.schedule_type == 1){
3410 3468
                           if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
3411 3469
                             preTime = this.record_date+ ' ' + '6:00'
3470
+                          }else if(this.org_id == 10721) {
3471
+                            preTime = this.record_date+ ' ' + '05:30'
3412 3472
                           }else {
3413 3473
                             preTime = this.record_date + ' ' + '7:00'
3414 3474
                           }
3415 3475
                         }else if(this.schedule.schedule_type == 2){
3416 3476
                           if(this.org_id == 10206  || this.org_id == 0){
3417 3477
                             preTime = this.record_date + ' ' + '10:30'
3478
+                          }else if(this.org_id == 10721) {
3479
+                            preTime = this.record_date+ ' ' + '10:00'
3418 3480
                           }else if(this.org_id == 10598){
3419 3481
                             preTime = this.record_date + ' ' + '09:00'
3420 3482
 
@@ -3572,12 +3634,18 @@ export default {
3572 3634
                         if(this.schedule.schedule_type == 1){
3573 3635
                           if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
3574 3636
                             preTime = this.record_date+ ' ' + '6:00'
3637
+                          }else if (this.org_id == 10721){
3638
+                            preTime = this.record_date+ ' ' + '05:30'
3639
+
3575 3640
                           }else {
3576 3641
                             preTime = this.record_date + ' ' + '7:00'
3577 3642
                           }
3578 3643
                         }else if(this.schedule.schedule_type == 2){
3579 3644
                           if(this.org_id == 10206  || this.org_id == 0){
3580 3645
                             preTime = this.record_date + ' ' + '10:30'
3646
+                          }else if (this.org_id == 10721){
3647
+                            preTime = this.record_date+ ' ' + '10:00'
3648
+
3581 3649
                           }else if(this.org_id == 10598){
3582 3650
                             preTime = this.record_date + ' ' + '09:00'
3583 3651
 
@@ -3613,6 +3681,10 @@ export default {
3613 3681
                         if (obj.med_type == 0 || obj.med_type == '') {
3614 3682
                           obj.med_type = 14
3615 3683
                         }
3684
+                        if (this.org_id == 10721){
3685
+
3686
+                          obj.med_type = 992102
3687
+                        }
3616 3688
                       }
3617 3689
                       this.prescriptions.push(obj)
3618 3690
                     }
@@ -3622,12 +3694,16 @@ export default {
3622 3694
                       if(this.schedule.schedule_type == 1){
3623 3695
                         if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
3624 3696
                           preTime = this.record_date+ ' ' + '6:00'
3697
+                        }else if(this.org_id == 10721) {
3698
+                          preTime = this.record_date+ ' ' + '05:30'
3625 3699
                         }else {
3626 3700
                           preTime = this.record_date + ' ' + '7:00'
3627 3701
                         }
3628 3702
                       }else if(this.schedule.schedule_type == 2){
3629 3703
                         if(this.org_id == 10206  || this.org_id == 0){
3630 3704
                           preTime = this.record_date + ' ' + '10:30'
3705
+                        }else if(this.org_id == 10721) {
3706
+                          preTime = this.record_date+ ' ' + '10:00'
3631 3707
                         }else if(this.org_id == 10598){
3632 3708
                           preTime = this.record_date + ' ' + '09:00'
3633 3709
 
@@ -3654,6 +3730,10 @@ export default {
3654 3730
                     }
3655 3731
                     if (this.org_id != 10206) {
3656 3732
                       obj.med_type = 14
3733
+                      if (this.org_id == 10721){
3734
+
3735
+                        obj.med_type = 992102
3736
+                      }
3657 3737
                     }
3658 3738
 
3659 3739
                     this.prescriptions.push(obj)
@@ -3998,12 +4078,18 @@ export default {
3998 4078
                       if(this.schedule.schedule_type == 1){
3999 4079
                         if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
4000 4080
                           preTime = this.record_date+ ' ' + '6:00'
4081
+                        }else if(this.org_id == 10721){
4082
+                          preTime = this.record_date+ ' ' + '05:30'
4083
+
4001 4084
                         }else {
4002 4085
                           preTime = this.record_date + ' ' + '7:00'
4003 4086
                         }
4004 4087
                       }else if(this.schedule.schedule_type == 2){
4005 4088
                         if(this.org_id == 10206  || this.org_id == 0){
4006 4089
                           preTime = this.record_date + ' ' + '10:30'
4090
+                        }else if(this.org_id == 10721){
4091
+                          preTime = this.record_date+ ' ' + '10:00'
4092
+
4007 4093
                         }else if(this.org_id == 10598){
4008 4094
                           preTime = this.record_date + ' ' + '09:00'
4009 4095
 
@@ -4160,12 +4246,16 @@ export default {
4160 4246
                       if(this.schedule.schedule_type == 1){
4161 4247
                         if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
4162 4248
                           preTime = this.record_date+ ' ' + '6:00'
4249
+                        }else if(this.org_id == 10721) {
4250
+                          preTime = this.record_date+ ' ' + '05:30'
4163 4251
                         }else {
4164 4252
                           preTime = this.record_date + ' ' + '7:00'
4165 4253
                         }
4166 4254
                       }else if(this.schedule.schedule_type == 2){
4167 4255
                         if(this.org_id == 10206  || this.org_id == 0){
4168 4256
                           preTime = this.record_date + ' ' + '10:30'
4257
+                        }else if(this.org_id == 10721) {
4258
+                          preTime = this.record_date+ ' ' + '10:00'
4169 4259
                         }else if(this.org_id == 10598){
4170 4260
                           preTime = this.record_date + ' ' + '09:00'
4171 4261
 
@@ -4202,6 +4292,10 @@ export default {
4202 4292
                         obj.med_type = 14
4203 4293
 
4204 4294
                       }
4295
+                      if (this.org_id == 10721){
4296
+
4297
+                        obj.med_type = 992102
4298
+                      }
4205 4299
                     }
4206 4300
                     this.prescriptions.push(obj)
4207 4301
                   }
@@ -4211,12 +4305,16 @@ export default {
4211 4305
                     if(this.schedule.schedule_type == 1){
4212 4306
                       if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
4213 4307
                         preTime = this.record_date+ ' ' + '6:00'
4308
+                      }else if(this.org_id == 10721) {
4309
+                        preTime = this.record_date+ ' ' + '05:30'
4214 4310
                       }else {
4215 4311
                         preTime = this.record_date + ' ' + '7:00'
4216 4312
                       }
4217 4313
                     }else if(this.schedule.schedule_type == 2){
4218 4314
                       if(this.org_id == 10206  || this.org_id == 0){
4219 4315
                         preTime = this.record_date + ' ' + '10:30'
4316
+                      }else if(this.org_id == 10721) {
4317
+                        preTime = this.record_date+ ' ' + '10:00'
4220 4318
                       }else if(this.org_id == 10598){
4221 4319
                         preTime = this.record_date + ' ' + '09:00'
4222 4320
 
@@ -4244,6 +4342,10 @@ export default {
4244 4342
 
4245 4343
                   if (this.org_id != 10206) {
4246 4344
                     obj.med_type = 14
4345
+                    if (this.org_id == 10721){
4346
+
4347
+                      obj.med_type = 992102
4348
+                    }
4247 4349
                   }
4248 4350
 
4249 4351
                   this.prescriptions.push(obj)
@@ -4676,6 +4778,10 @@ export default {
4676 4778
 
4677 4779
                             preTime = this.record_date + ' ' + '6:00'
4678 4780
 
4781
+                          } else if(this.org_id == 10721){
4782
+
4783
+                            preTime = this.record_date + ' ' + '05:30'
4784
+
4679 4785
                           } else {
4680 4786
                             preTime = this.record_date + ' ' + '7:00'
4681 4787
 
@@ -4688,6 +4794,9 @@ export default {
4688 4794
                           }else if(this.org_id == 10598){
4689 4795
                             preTime = this.record_date + ' ' + '09:00'
4690 4796
 
4797
+                          }else if(this.org_id == 10721){
4798
+                            preTime = this.record_date + ' ' + '10:00'
4799
+
4691 4800
                           }else {
4692 4801
                             preTime = this.record_date + ' ' + '11:00'
4693 4802
                           }
@@ -4710,12 +4819,18 @@ export default {
4710 4819
                           if(this.schedule.schedule_type == 1){
4711 4820
                             if(this.org_id == 10206  || this.org_id == 10598) {
4712 4821
                               preTime = this.record_date+ ' ' + '6:00'
4822
+                            }else if(this.org_id == 10721){
4823
+                              preTime = this.record_date + ' ' + '05:30'
4824
+
4713 4825
                             }else {
4714 4826
                               preTime = this.record_date + ' ' + '7:00'
4715 4827
                             }
4716 4828
                           }else if(this.schedule.schedule_type == 2){
4717 4829
                             if(this.org_id == 10206  || this.org_id == 0){
4718 4830
                               preTime = this.record_date + ' ' + '10:30'
4831
+                            }else if(this.org_id == 10721){
4832
+                              preTime = this.record_date + ' ' + '10:00'
4833
+
4719 4834
                             }else if(this.org_id == 10598){
4720 4835
                               preTime = this.record_date + ' ' + '09:00'
4721 4836
 
@@ -4880,6 +4995,8 @@ export default {
4880 4995
                             preTime = this.record_date + ' ' + '6:30'
4881 4996
                           } else if(this.org_id == 10206 || this.org_id == 10598){
4882 4997
                             preTime = this.record_date+ ' ' + '6:00'
4998
+                          } else if(this.org_id == 10721){
4999
+                            preTime = this.record_date+ ' ' + '05:30'
4883 5000
                           } else {
4884 5001
                             preTime = this.record_date + ' ' + '7:00'
4885 5002
                           }
@@ -4890,7 +5007,9 @@ export default {
4890 5007
                           }else if(this.org_id == 10598){
4891 5008
                             preTime = this.record_date + ' ' + '09:00'
4892 5009
 
4893
-                          }else{
5010
+                          }else if(this.org_id == 10721){
5011
+                            preTime = this.record_date+ ' ' + '10:00'
5012
+                          } else{
4894 5013
                             preTime = this.record_date + ' ' + '11:00'
4895 5014
                           }
4896 5015
                         } else if (this.schedule.schedule_type == 3) {
@@ -4905,6 +5024,8 @@ export default {
4905 5024
                         if(this.schedule.schedule_type == 1){
4906 5025
                           if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
4907 5026
                             preTime = this.record_date+ ' ' + '6:00'
5027
+                          } else if(this.org_id == 10721){
5028
+                            preTime = this.record_date+ ' ' + '05:30'
4908 5029
                           }else {
4909 5030
                             preTime = this.record_date + ' ' + '7:00'
4910 5031
                           }
@@ -4914,6 +5035,8 @@ export default {
4914 5035
                           }else if(this.org_id == 10598){
4915 5036
                             preTime = this.record_date + ' ' + '09:00'
4916 5037
 
5038
+                          }else if(this.org_id == 10721){
5039
+                            preTime = this.record_date+ ' ' + '10:00'
4917 5040
                           }else {
4918 5041
                             preTime = this.record_date + ' ' + '11:00'
4919 5042
                           }
@@ -4944,10 +5067,15 @@ export default {
4944 5067
                           obj.med_type = parseInt(prescription.med_type)
4945 5068
                         }
4946 5069
                         if (obj.med_type == 0 || obj.med_type == '') {
4947
-
4948 5070
                           obj.med_type = 14
5071
+                        }
5072
+                        if (this.org_id == 10721){
4949 5073
 
5074
+                          obj.med_type = 992102
4950 5075
                         }
5076
+
5077
+
5078
+
4951 5079
                       }else{
4952 5080
                         obj.med_type = parseInt(prescription.med_type)
4953 5081
                         if (obj.med_type == 0 || obj.med_type == '') {
@@ -4963,6 +5091,8 @@ export default {
4963 5091
                       if(this.schedule.schedule_type == 1){
4964 5092
                         if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
4965 5093
                           preTime = this.record_date+ ' ' + '6:00'
5094
+                        }else if(this.org_id == 10721){
5095
+                          preTime = this.record_date+ ' ' + '05:30'
4966 5096
                         }else {
4967 5097
                           preTime = this.record_date + ' ' + '7:00'
4968 5098
                         }
@@ -4972,6 +5102,8 @@ export default {
4972 5102
                         }else if(this.org_id == 10598){
4973 5103
                           preTime = this.record_date + ' ' + '09:00'
4974 5104
 
5105
+                        }else if(this.org_id == 10721){
5106
+                          preTime = this.record_date+ ' ' + '10:00'
4975 5107
                         }else {
4976 5108
                           preTime = this.record_date + ' ' + '11:00'
4977 5109
                         }
@@ -4996,6 +5128,10 @@ export default {
4996 5128
                     }
4997 5129
                     if (this.org_id != 10206) {
4998 5130
                       obj.med_type = 14
5131
+                      if (this.org_id == 10721){
5132
+
5133
+                        obj.med_type = 992102
5134
+                      }
4999 5135
                     }else{
5000 5136
                       obj.med_type = 1
5001 5137
                     }
@@ -5329,7 +5465,9 @@ export default {
5329 5465
                             preTime = this.record_date + ' ' + '6:30'
5330 5466
                           } else if(this.org_id == 10206 || this.org_id == 10598){
5331 5467
                             preTime = this.record_date + ' ' + '6:00'
5332
-                          } else {
5468
+                          } else if(this.org_id == 10721){
5469
+                            preTime = this.record_date+ ' ' + '05:30'
5470
+                          }else {
5333 5471
                             preTime = this.record_date + ' ' + '7:00'
5334 5472
                           }
5335 5473
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
@@ -5339,6 +5477,8 @@ export default {
5339 5477
                           }else if(this.org_id == 10598){
5340 5478
                             preTime = this.record_date + ' ' + '09:00'
5341 5479
 
5480
+                          }else if(this.org_id == 10721){
5481
+                            preTime = this.record_date+ ' ' + '10:00'
5342 5482
                           }else{
5343 5483
                             preTime = this.record_date + ' ' + '11:00'
5344 5484
 
@@ -5361,6 +5501,8 @@ export default {
5361 5501
                           if(this.schedule.schedule_type == 1){
5362 5502
                             if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
5363 5503
                               preTime = this.record_date+ ' ' + '6:00'
5504
+                            }else if(this.org_id == 10721){
5505
+                              preTime = this.record_date+ ' ' + '05:30'
5364 5506
                             }else {
5365 5507
                               preTime = this.record_date + ' ' + '7:00'
5366 5508
                             }
@@ -5370,6 +5512,8 @@ export default {
5370 5512
                             }else if(this.org_id == 10598){
5371 5513
                               preTime = this.record_date + ' ' + '09:00'
5372 5514
 
5515
+                            }else if(this.org_id == 10721){
5516
+                              preTime = this.record_date+ ' ' + '10:00'
5373 5517
                             }else {
5374 5518
                               preTime = this.record_date + ' ' + '11:00'
5375 5519
                             }
@@ -5531,7 +5675,9 @@ export default {
5531 5675
                             preTime = this.record_date + ' ' + '6:30'
5532 5676
                           } else if(this.org_id == 10206 || this.org_id == 10598){
5533 5677
                             preTime = this.record_date + ' ' + '6:00'
5534
-                          } else {
5678
+                          } else if(this.org_id == 10721){
5679
+                            preTime = this.record_date+ ' ' + '05:30'
5680
+                          }else {
5535 5681
                             preTime = this.record_date + ' ' + '7:00'
5536 5682
                           }
5537 5683
                           // preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '7:00'
@@ -5542,6 +5688,8 @@ export default {
5542 5688
                           }else if(this.org_id == 10598){
5543 5689
                             preTime = this.record_date + ' ' + '09:00'
5544 5690
 
5691
+                          }else if(this.org_id == 10721){
5692
+                            preTime = this.record_date+ ' ' + '10:00'
5545 5693
                           }else{
5546 5694
                             preTime = this.record_date + ' ' + '11:00'
5547 5695
                           }
@@ -5557,12 +5705,16 @@ export default {
5557 5705
                         if(this.schedule.schedule_type == 1){
5558 5706
                           if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
5559 5707
                             preTime = this.record_date+ ' ' + '6:00'
5708
+                          }else if(this.org_id == 10721){
5709
+                            preTime = this.record_date+ ' ' + '05:30'
5560 5710
                           }else {
5561 5711
                             preTime = this.record_date + ' ' + '7:00'
5562 5712
                           }
5563 5713
                         }else if(this.schedule.schedule_type == 2){
5564 5714
                           if(this.org_id == 10206  || this.org_id == 0){
5565 5715
                             preTime = this.record_date + ' ' + '10:30'
5716
+                          }else if(this.org_id == 10721){
5717
+                            preTime = this.record_date+ ' ' + '10:00'
5566 5718
                           }else if(this.org_id == 10598){
5567 5719
                             preTime = this.record_date + ' ' + '09:00'
5568 5720
 
@@ -5599,6 +5751,10 @@ export default {
5599 5751
                           obj.med_type = 14
5600 5752
 
5601 5753
                         }
5754
+                        if (this.org_id == 10721){
5755
+
5756
+                          obj.med_type = 992102
5757
+                        }
5602 5758
                       }else{
5603 5759
                         obj.med_type = parseInt(prescription.med_type)
5604 5760
                         if (obj.med_type == 0 || obj.med_type == '') {
@@ -5614,12 +5770,18 @@ export default {
5614 5770
                       if(this.schedule.schedule_type == 1){
5615 5771
                         if(this.org_id == 10206  || this.org_id == 0 || this.org_id == 10598) {
5616 5772
                           preTime = this.record_date+ ' ' + '6:00'
5773
+                        }else if(this.org_id == 10721){
5774
+                          preTime = this.record_date + ' ' + '05:30'
5775
+
5617 5776
                         }else {
5618 5777
                           preTime = this.record_date + ' ' + '7:00'
5619 5778
                         }
5620 5779
                       }else if(this.schedule.schedule_type == 2){
5621 5780
                         if(this.org_id == 10206  || this.org_id == 0){
5622 5781
                           preTime = this.record_date + ' ' + '10:30'
5782
+                        }else if(this.org_id == 10721){
5783
+                          preTime = this.record_date + ' ' + '10:00'
5784
+
5623 5785
                         }else if(this.org_id == 10598){
5624 5786
                           preTime = this.record_date + ' ' + '09:00'
5625 5787
 
@@ -5649,6 +5811,10 @@ export default {
5649 5811
                     if (this.org_id != 10206 && this.org_id != 0) {
5650 5812
 
5651 5813
                       obj.med_type = 14
5814
+                      if (this.org_id == 10721){
5815
+
5816
+                        obj.med_type = 992102
5817
+                      }
5652 5818
                     }else{
5653 5819
 
5654 5820
                       obj.med_type = 1
@@ -5836,16 +6002,16 @@ export default {
5836 6002
     },
5837 6003
 
5838 6004
     getPrescriptionList(id, record_date, type, checkType) {
5839
-      
6005
+
5840 6006
       getPrescriptionList(id, 2, record_date).then(response => {
5841 6007
         console.log('123456response.data.data',response.data.data,checkType);
5842 6008
         if (response.data.state == 1) {
5843
-          
6009
+
5844 6010
           if (checkType != 3) {
5845 6011
             this.centerDialogVisible = true
5846 6012
             var list = response.data.data.list
5847
-           
5848
-            
6013
+
6014
+
5849 6015
             let arr1 = []
5850 6016
             let arr2 = []
5851 6017
             let arr3 = []