فهرست منبع

修改功能-医生拒方时也可完善会诊单信息

cgp 2 روز پیش
والد
کامیت
79feab123e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/his/scrmPrescribe/index.vue

+ 2 - 2
src/views/his/scrmPrescribe/index.vue

@@ -134,9 +134,9 @@
             icon="el-icon-view"
             @click="handleViewPrescribe(scope.row)"
           >查看处方</el-button>
-          <!-- 完善处方(编辑) -->
+          <!-- 完善处方-待医生开方时或药师审核不通过时(编辑) -->
           <el-button
-            v-if="scope.row.doctorConfirm === 0 && scope.row.status!==2 && scope.row.isDocument===0"
+            v-if="(scope.row.doctorConfirm === 0||scope.row.status === 2)&&scope.row.isDocument === 0"
             type="text"
             size="mini"
             icon="el-icon-edit"