新增
This commit is contained in:
@@ -212,9 +212,9 @@
|
||||
<div class="prescription-footer">
|
||||
<div class="footer-left">
|
||||
<div class="footer-dosage">
|
||||
共 {{ savedPrescription.dose_count }}{{ savedPrescription.dose_unit || '剂' }}, {{ savedPrescription.usage_instruction }}
|
||||
共{{ savedPrescription.dose_count }}{{ savedPrescription.dose_unit || '剂' }}, {{ savedPrescription.usage_instruction }}
|
||||
</div>
|
||||
<div class="footer-amount">金额 {{ savedPrescription.amount }}</div>
|
||||
<!-- <div class="footer-amount">金额 {{ savedPrescription.amount }}</div> -->
|
||||
</div>
|
||||
<div class="footer-right footer-sign">
|
||||
<span class="signature-cell">
|
||||
@@ -230,6 +230,11 @@
|
||||
<!-- <span>核对发药</span> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="prescription-area">
|
||||
<div >成都双流甄养堂互联网医院有限公司 联系方式:4001667339</div>
|
||||
<div >地址 :四川省成都市双流区黄甲街道黄龙大道二段280号</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex justify-end gap-2 mt-4">
|
||||
@@ -738,9 +743,24 @@ defineExpose({
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
position: relative;
|
||||
margin-bottom: 12px;
|
||||
padding-bottom: 12px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
||||
.prescription-title {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.prescription-type {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.prescription-void-info {
|
||||
@@ -831,7 +851,11 @@ defineExpose({
|
||||
margin: 12px 0;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.prescription-area {
|
||||
border-top: 1px dashed #ddd;
|
||||
padding-top: 12px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.prescription-footer {
|
||||
margin-top: 16px;
|
||||
padding-top: 12px;
|
||||
|
||||
Reference in New Issue
Block a user