|
@@ -35,10 +35,16 @@
|
35
|
35
|
<p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
|
36
|
36
|
</div>
|
37
|
37
|
<div class="actionBar">
|
38
|
|
- <p>审核:{{getDoctor(item.advices[0].checker)?getDoctor(item.advices[0].checker):""}}</p>
|
|
38
|
+ <!-- <p>审核:{{getDoctor(item.advices[0].checker)?getDoctor(item.advices[0].checker):""}}</p>
|
39
|
39
|
<p>配对:</p>
|
40
|
40
|
<p>核对:{{getDoctor(item.advices[0].checker)?getDoctor(item.advices[0].checker):""}}</p>
|
41
|
41
|
<p>发药:{{getDoctor(item.advices[0].execution_staff)?getDoctor(item.advices[0].execution_staff):""}}</p>
|
|
42
|
+ <p>药费:{{getTotalOne(item.id)?getTotalOne(item.id):0}}元</p> -->
|
|
43
|
+
|
|
44
|
+ <p>审核:</p>
|
|
45
|
+ <p>配对:</p>
|
|
46
|
+ <p>核对:</p>
|
|
47
|
+ <p>发药:</p>
|
42
|
48
|
<p>药费:{{getTotalOne(item.id)?getTotalOne(item.id):0}}元</p>
|
43
|
49
|
</div>
|
44
|
50
|
<div style="page-break-after:always"></div>
|