浏览代码

Merge branch '20200710_pc_vue_new_branch' into 20200916_pc_vue_new_branch

csx 4 年前
父节点
当前提交
8a77b6590c

+ 2 - 2
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue 查看文件

@@ -114,7 +114,7 @@
114 114
       </el-table-column>
115 115
       <el-table-column align="center" width="40" prop="name" label="操作">
116 116
         <template slot-scope="scope">
117
-          <i class="el-icon-delete" @click="deleteProject(scope.row)"></i>
117
+          <i class="el-icon-delete" @click="deleteProject(scope.row,scope.$index)"></i>
118 118
         </template>
119 119
       </el-table-column>
120 120
     </el-table>
@@ -268,7 +268,7 @@
268 268
           }
269 269
          return name
270 270
       },
271
-      deleteProject(row){
271
+      deleteProject(row,i){
272 272
         if(this.curPrescriptions.order_status >= 2){
273 273
           this.$message.error('该处方已经结算或者退费,无法删除')
274 274
           return

+ 1 - 1
src/xt_pages/outpatientDoctorStation/recordTemplate/printOne.vue 查看文件

@@ -83,7 +83,7 @@
83 83
         </div>
84 84
         <div class="otherInfo">
85 85
             <p class="otherName">门诊医嘱:</p>
86
-            <p style="flex:1;"></p>
86
+            <p style="flex:1;">{{history.doctor_advice}}</p>
87 87
         </div>
88 88
         <div style="margin-top:20px;text-align:right;">
89 89
             医生签名:{{getDoctor(history.doctor)}}