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

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

185
         </div> -->
185
         </div> -->
186
         <!-- 其他基金支付 -->
186
         <!-- 其他基金支付 -->
187
         <div style="position: absolute;top:340px;left:560px">
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
         </div>
189
         </div>
190
         <div style="position: absolute;top:370px;left:40px">
190
         <div style="position: absolute;top:370px;left:40px">
191
             <!-- 预交款合计 -->
191
             <!-- 预交款合计 -->
193
         </div>
193
         </div>
194
         <div style="position: absolute;top:370px;left:250px">
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
         </div>
197
         </div>
198
         <div style="position: absolute;top:370px;left:480px">
198
         <div style="position: absolute;top:370px;left:480px">
199
             <!-- 应退款 -->
199
             <!-- 应退款 -->