瀏覽代碼

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

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

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