|
@@ -8,21 +8,21 @@
|
|
|
@close="handleClose"
|
|
@close="handleClose"
|
|
|
>
|
|
>
|
|
|
<!-- 医生不开方理由(只读) -->
|
|
<!-- 医生不开方理由(只读) -->
|
|
|
- <div class="not-prescribe-reason-section">
|
|
|
|
|
- <el-form label-width="120px" size="small">
|
|
|
|
|
- <el-form-item label="不开方理由:">
|
|
|
|
|
- <el-input
|
|
|
|
|
- type="textarea"
|
|
|
|
|
- :value="notPrescribeReason"
|
|
|
|
|
- readonly
|
|
|
|
|
- disabled
|
|
|
|
|
- :rows="3"
|
|
|
|
|
- style="color: #1a1a1a; background-color: #f5f7fa;"
|
|
|
|
|
- />
|
|
|
|
|
- </el-form-item>
|
|
|
|
|
- </el-form>
|
|
|
|
|
- <el-divider />
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+<!-- <div class="not-prescribe-reason-section">-->
|
|
|
|
|
+<!-- <el-form label-width="120px" size="small">-->
|
|
|
|
|
+<!-- <el-form-item label="不开方理由:">-->
|
|
|
|
|
+<!-- <el-input-->
|
|
|
|
|
+<!-- type="textarea"-->
|
|
|
|
|
+<!-- :value="notPrescribeReason"-->
|
|
|
|
|
+<!-- readonly-->
|
|
|
|
|
+<!-- disabled-->
|
|
|
|
|
+<!-- :rows="3"-->
|
|
|
|
|
+<!-- style="color: #1a1a1a; background-color: #f5f7fa;"-->
|
|
|
|
|
+<!-- />-->
|
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
|
+<!-- </el-form>-->
|
|
|
|
|
+<!-- <el-divider />-->
|
|
|
|
|
+<!-- </div>-->
|
|
|
|
|
|
|
|
<!-- 患者基本信息 -->
|
|
<!-- 患者基本信息 -->
|
|
|
<div v-if="customerInfo && Object.keys(customerInfo).length" class="customer-info-section">
|
|
<div v-if="customerInfo && Object.keys(customerInfo).length" class="customer-info-section">
|