Parcourir la source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 il y a 8 mois
Parent
révision
5d26d82934

+ 9 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue Voir le fichier

@@ -73,10 +73,17 @@
73 73
                 class="under_line"
74 74
                 style="width: 70px; text-align: center"
75 75
               >
76
-                {{
76
+                <!-- {{
77 77
                    record.patient.total_dialysis + record.patient.user_sys_before_count
78 78
                     ? record.patient.total_dialysis + record.patient.user_sys_before_count : "/"
79
-                }}
79
+                }} -->
80
+              {{
81
+                          record.Count +
82
+                          record.patient.user_sys_before_count
83
+                            ?  record.Count +
84
+                              record.patient.user_sys_before_count
85
+                            : "/"
86
+                 }}
80 87
               </div>
81 88
             </div>
82 89
           </div>

+ 1 - 1
src/xt_pages/stock/selfPreparedMedicine/warehouseOut.vue Voir le fichier

@@ -551,7 +551,7 @@ export default {
551 551
     },
552 552
     handleDelete: function (index, row) {
553 553
 
554
-        this.$confirm('确定删除' + row.name + row.sub_name + '方案吗?', '提示', {
554
+        this.$confirm('确定删除吗?', '提示', {
555 555
           confirmButtonText: '确定',
556 556
           cancelButtonText: '取消',
557 557
           type: 'warning'