Browse Source

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

XMLWAN 2 years ago
parent
commit
04259512ad

+ 0 - 4
src/xt_pages/hospitalStation/components/deskPrescription.vue View File

@@ -2574,10 +2574,6 @@ export default {
2574 2574
         this.$message.error('该处方已经结算或者已经上传医保系统,无法删除')
2575 2575
         return
2576 2576
       }
2577
-      if (targetName == '处方1') {
2578
-        this.$message.error('该处方无法删除')
2579
-        return
2580
-      }
2581 2577
       this.$confirm('处方删除后不可恢复,是否确认删除', '删除', {
2582 2578
         confirmButtonText: '确 定',
2583 2579
         cancelButtonText: '取 消',

+ 2 - 2
src/xt_pages/hospitalStation/invoiceTemplate/printThree.vue View File

@@ -185,7 +185,7 @@
185 185
         </div> -->
186 186
         <!-- 其他基金支付 -->
187 187
         <div style="position: absolute;top:340px;left:560px">
188
-          预交押金:{{parseInt(pre_pay_money) + parseInt(list.order.decimal)}}
188
+          预交押金:{{parseFloat(pre_pay_money) + parseFloat(list.order.decimal)}}
189 189
         </div>
190 190
         <div style="position: absolute;top:370px;left:40px">
191 191
             <!-- 预交款合计 -->
@@ -193,7 +193,7 @@
193 193
         </div>
194 194
         <div style="position: absolute;top:370px;left:250px">
195 195
             <!-- 补交款 -->
196
-          实付:{{parseInt(list.order.psn_cash_pay) - parseInt(list.order.decimal)}}
196
+          实付:{{parseFloat(list.order.psn_cash_pay) - parseFloat(list.order.decimal)}}
197 197
         </div>
198 198
         <div style="position: absolute;top:370px;left:480px">
199 199
             <!-- 应退款 -->