|
@@ -1491,31 +1491,27 @@
|
1491
|
1491
|
<ul>
|
1492
|
1492
|
<li>
|
1493
|
1493
|
<span class="name">姓名:</span>
|
1494
|
|
- <!-- <input type="text" class="InputBox" v-model="currentPatient.name"> -->
|
1495
|
1494
|
<span class="InputBox"> {{ currentPatient.name }}</span>
|
1496
|
1495
|
</li>
|
1497
|
1496
|
<li>
|
1498
|
1497
|
<span class="name">性别:</span>
|
1499
|
|
- <!-- <input type="text" class="InputBox"> -->
|
1500
|
1498
|
<span class="InputBox"
|
1501
|
1499
|
> {{ tranSex(currentPatient.gender) }}</span
|
1502
|
1500
|
>
|
1503
|
1501
|
</li>
|
1504
|
1502
|
<li>
|
1505
|
1503
|
<span class="name">年龄:</span>
|
1506
|
|
- <!-- <input type="text" class="InputBox"> -->
|
1507
|
1504
|
<span class="InputBox"
|
1508
|
1505
|
> {{ tranAge(currentPatient.birthday) }}岁</span
|
1509
|
1506
|
>
|
1510
|
1507
|
</li>
|
1511
|
|
- <li>
|
|
1508
|
+ <li v-if="currentPatient.user_org_id!=10090">
|
1512
|
1509
|
<span class="name">科别:</span>
|
1513
|
|
- <!-- <input type="text" class="InputBox"> -->
|
|
1510
|
+
|
1514
|
1511
|
<span class="InputBox"> </span>
|
1515
|
1512
|
</li>
|
1516
|
1513
|
<li>
|
1517
|
1514
|
<span class="name">透析号:</span>
|
1518
|
|
- <!-- <input type="text" class="InputBox"> -->
|
1519
|
1515
|
<span class="InputBox"
|
1520
|
1516
|
> {{
|
1521
|
1517
|
currentPatient.dialysis_no
|
|
@@ -1570,7 +1566,6 @@
|
1570
|
1566
|
<span v-if="advice.advice_desc"
|
1571
|
1567
|
>{{ advice.advice_desc }}{{ advice.drug_spec_unit }}</span
|
1572
|
1568
|
>
|
1573
|
|
- <!-- <span v-if="advice.drug_spec">{{advice.drug_spec}}{{advice.drug_spec_unit}}</span> -->
|
1574
|
1569
|
<span v-if="advice.prescribing_number"
|
1575
|
1570
|
>*{{ advice.prescribing_number
|
1576
|
1571
|
}}{{ advice.prescribing_number_unit }}</span
|
|
@@ -1585,9 +1580,7 @@
|
1585
|
1580
|
|
1586
|
1581
|
<td>
|
1587
|
1582
|
<div>
|
1588
|
|
- <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{
|
1589
|
|
- getXuserName(advice.advice_doctor)
|
1590
|
|
- }}</span>
|
|
1583
|
+ <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{getXuserName(advice.advice_doctor)}}</span>
|
1591
|
1584
|
<img
|
1592
|
1585
|
class="es-img"
|
1593
|
1586
|
:src="setAdminUserES(advice.advice_doctor)"
|
|
@@ -1600,26 +1593,13 @@
|
1600
|
1593
|
|
1601
|
1594
|
<td></td>
|
1602
|
1595
|
<td>
|
1603
|
|
- <span
|
1604
|
|
- v-if="
|
1605
|
|
- advice.stop_state == 1 && isShowCQStartTime(index, advice)
|
1606
|
|
- "
|
1607
|
|
- >{{ advice.stop_time | parseTime("{y}-{m}-{d}") }}</span
|
1608
|
|
- >
|
|
1596
|
+ <span v-if="advice.stop_state == 1">{{ advice.stop_time | parseTime("{y}-{m}-{d}") }}</span>
|
1609
|
1597
|
</td>
|
1610
|
1598
|
<td>
|
1611
|
|
- <span
|
1612
|
|
- v-if="
|
1613
|
|
- advice.stop_state == 1 && isShowCQStartTime(index, advice)
|
1614
|
|
- "
|
1615
|
|
- >{{ advice.stop_time | parseTime("{h}:{i}") }}</span
|
1616
|
|
- >
|
|
1599
|
+ <span v-if="advice.stop_state == 1">{{ advice.stop_time | parseTime("{h}:{i}") }}</span>
|
1617
|
1600
|
</td>
|
1618
|
1601
|
<td>
|
1619
|
|
- <div v-if="isShowCQStartTime(index, advice)">
|
1620
|
|
- <span v-if="setAdminUserES(advice.stop_doctor) == ''">{{
|
1621
|
|
- getXuserName(advice.stop_doctor)
|
1622
|
|
- }}</span>
|
|
1602
|
+ <div><span v-if="setAdminUserES(advice.stop_doctor) == ''">{{getXuserName(advice.stop_doctor)}}</span>
|
1623
|
1603
|
<img
|
1624
|
1604
|
class="es-img"
|
1625
|
1605
|
:src="setAdminUserES(advice.stop_doctor)"
|
|
@@ -1643,41 +1623,37 @@
|
1643
|
1623
|
<ul>
|
1644
|
1624
|
<li>
|
1645
|
1625
|
<span class="name" style="width:50px;">姓名:</span>
|
1646
|
|
- <!-- <input type="text" class="InputBox" v-model="currentPatient.name"> -->
|
1647
|
1626
|
<span class="InputBox"> {{ currentPatient.name }}</span>
|
1648
|
1627
|
</li>
|
1649
|
1628
|
<li>
|
1650
|
1629
|
<span class="name" style="width:50px;">性别:</span>
|
1651
|
|
- <!-- <input type="text" class="InputBox"> -->
|
1652
|
1630
|
<span class="InputBox"
|
1653
|
1631
|
> {{ tranSex(currentPatient.gender) }}</span
|
1654
|
1632
|
>
|
1655
|
1633
|
</li>
|
1656
|
1634
|
<li>
|
1657
|
1635
|
<span class="name" style="width:50px;">年龄:</span>
|
1658
|
|
- <!-- <input type="text" class="InputBox"> -->
|
1659
|
1636
|
<span class="InputBox"
|
1660
|
1637
|
> {{ tranAge(currentPatient.birthday) }}岁</span
|
1661
|
1638
|
>
|
1662
|
1639
|
</li>
|
1663
|
|
- <li>
|
|
1640
|
+ <li v-if="currentPatient.user_org_id!=10090">
|
1664
|
1641
|
<span class="name" style="width:30px;">科:</span>
|
1665
|
|
- <!-- <input type="text" class="InputBox"> -->
|
|
1642
|
+
|
1666
|
1643
|
<span class="InputBox"> </span>
|
1667
|
1644
|
</li>
|
1668
|
|
- <li>
|
|
1645
|
+ <li v-if="currentPatient.user_org_id!=10090">
|
1669
|
1646
|
<span class="name" style="width:30px;">区:</span>
|
1670
|
|
- <!-- <input type="text" class="InputBox"> -->
|
|
1647
|
+
|
1671
|
1648
|
<span class="InputBox"> </span>
|
1672
|
1649
|
</li>
|
1673
|
|
- <li>
|
|
1650
|
+ <li v-if="currentPatient.user_org_id!=10090">
|
1674
|
1651
|
<span class="name" style="width:30px;">房:</span>
|
1675
|
|
- <!-- <input type="text" class="InputBox"> -->
|
|
1652
|
+
|
1676
|
1653
|
<span class="InputBox"> </span>
|
1677
|
1654
|
</li>
|
1678
|
|
- <li>
|
|
1655
|
+ <li v-if="currentPatient.user_org_id!=10090">
|
1679
|
1656
|
<span class="name" style="width:30px;">床:</span>
|
1680
|
|
- <!-- <input type="text" class="InputBox"> -->
|
1681
|
1657
|
<span class="InputBox"> </span>
|
1682
|
1658
|
</li>
|
1683
|
1659
|
<li>
|
|
@@ -1685,8 +1661,6 @@
|
1685
|
1661
|
<span class="InputBox"
|
1686
|
1662
|
> {{ currentPatient.dialysis_no }} </span
|
1687
|
1663
|
>
|
1688
|
|
-
|
1689
|
|
- <!-- <input type="text" class="InputBox"> -->
|
1690
|
1664
|
</li>
|
1691
|
1665
|
</ul>
|
1692
|
1666
|
</div>
|
|
@@ -1848,14 +1822,14 @@
|
1848
|
1822
|
</td>
|
1849
|
1823
|
|
1850
|
1824
|
<td>
|
1851
|
|
- <span v-if="advice.stop_state == 1 && advice.parent_id == 0">{{
|
|
1825
|
+ <span v-if="advice.parent_id == 0">{{
|
1852
|
1826
|
advice.stop_time | parseTime("{y}-{m}-{d} {h}:{i}")
|
1853
|
1827
|
}}</span>
|
1854
|
1828
|
<span v-else></span>
|
1855
|
1829
|
</td>
|
1856
|
1830
|
|
1857
|
1831
|
<td>
|
1858
|
|
- <span v-if="advice.stop_state == 1 && advice.parent_id == 0">{{
|
|
1832
|
+ <span v-if="advice.parent_id == 0">{{
|
1859
|
1833
|
getXuserName(advice.stop_doctor)
|
1860
|
1834
|
}}</span>
|
1861
|
1835
|
<span v-else></span>
|
|
@@ -2194,6 +2168,7 @@ export default {
|
2194
|
2168
|
// console.log("column", column);
|
2195
|
2169
|
},
|
2196
|
2170
|
onTranPatient: function(tranPatient) {
|
|
2171
|
+ console.log("患者信息",tranPatient)
|
2197
|
2172
|
this.currentPatient = tranPatient;
|
2198
|
2173
|
},
|
2199
|
2174
|
adviceNameShow({ row, column, rowIndex, columnIndex }) {
|
|
@@ -3389,7 +3364,7 @@ export default {
|
3389
|
3364
|
getDoctorAdviceList(this.listQuery).then(response => {
|
3390
|
3365
|
if (response.data.state == 1) {
|
3391
|
3366
|
this.adviceTableData = response.data.data.advices;
|
3392
|
|
- //console.log("数据是什么", this.adviceTableData);
|
|
3367
|
+ console.log("数据是什么", this.adviceTableData);
|
3393
|
3368
|
var advice = response.data.data.advices;
|
3394
|
3369
|
var one = response.data.data.advicetwo;
|
3395
|
3370
|
let dataInfo = {};
|
|
@@ -4710,8 +4685,6 @@ export default {
|
4710
|
4685
|
this.unitsOption = getDataConfig("hemodialysis", "units");
|
4711
|
4686
|
//查询该病人是否有排班记录
|
4712
|
4687
|
this.getPatientSchedules(id);
|
4713
|
|
-
|
4714
|
|
-
|
4715
|
4688
|
this.getSelfMedicalList(id)
|
4716
|
4689
|
}
|
4717
|
4690
|
};
|