|
@@ -176,11 +176,10 @@
|
|
|
<div style="width: 87px">
|
|
|
医生嘱托:
|
|
|
</div>
|
|
|
-
|
|
|
<el-input v-model="yiZhuData.instruction"
|
|
|
clearable
|
|
|
maxlength="50"
|
|
|
- show-word-limit></el-input>
|
|
|
+ show-word-limit/>
|
|
|
</div>
|
|
|
<div class="div_center__box">
|
|
|
<el-select
|
|
@@ -503,6 +502,10 @@ const pinLvRemoteMethod = (val) => {
|
|
|
|
|
|
/*计算领量*/
|
|
|
const jiSuanLingLiang = (val) => {
|
|
|
+ // 出院带药就不要计算领量了
|
|
|
+ if (yiZhuData.value.selfBuy === '4') {
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (jiLiangValue.value <= 0) {
|
|
|
return;
|
|
|
}
|