浏览代码

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 3 年前
父节点
当前提交
ec8687fc8c

+ 3 - 3
src/xt_pages/hospitalStation/template/printFive.vue 查看文件

@@ -2,10 +2,10 @@
2 2
   <div id='prescriptionPrint'>
3 3
     <div v-for="(item,index) in advicePrint" :key="index">
4 4
       <div id='prescription-print' class="prescription-print" style="page-break-after: always;">
5
-        <div  style="float: right" v-if="prescriptions[0].med_type == '1111'">精一</div>
6
-        <div  style="float: right" v-if="prescriptions[0].med_type == '1112'">精二</div>
5
+        <div  style="float: right" v-if="item.med_type == '1111'">精一</div>
6
+        <div  style="float: right" v-if="item.med_type == '1112'">精二</div>
7 7
         <div  style="float: right"
8
-             v-if="prescriptions[0].med_type != '1111' && prescriptions[0].med_type != '1112'">普通
8
+             v-if="item.med_type != '1111' && item.med_type != '1112'">普通
9 9
         </div>
10 10
 
11 11
         <div class="printTitle">{{ orgname }}处方笺</div>

+ 3 - 3
src/xt_pages/outpatientRecord/outpatientRecord.vue 查看文件

@@ -114,9 +114,9 @@
114 114
                             <span @click="putOnRecord(1,scope.row)">备案</span>
115 115
                         </el-button>
116 116
 
117
-<!--                        <el-button type="danger" size="small" icon="el-icon-tickets" v-if="scope.row.record.is_cancel == 1" >-->
118
-<!--                            <span @click="putOnRecord(2,scope.row)">撤消</span>-->
119
-<!--                        </el-button>-->
117
+                        <el-button type="danger" size="small" icon="el-icon-tickets" v-if="scope.row.record.is_cancel == 1" >
118
+                            <span @click="putOnRecord(2,scope.row)">撤消</span>
119
+                        </el-button>
120 120
                     </template>
121 121
                 </el-table-column>
122 122
             </el-table>