ソースを参照

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

yq1 3 週間 前
コミット
ff8fbc51a1
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      src/xt_pages/stock/drugs/components/purchaseNewDrugQuery.vue
  2. 1 1
      src/xt_pages/stock/drugs/components/purchaseNewDrugQueryPrint.vue

+ 1 - 1
src/xt_pages/stock/drugs/components/purchaseNewDrugQuery.vue ファイルの表示

@@ -282,7 +282,7 @@ export default {
282 282
       console.log("total_five_price----",total_five_price)
283 283
     
284 284
       var total =  total_one_price + total_two_price - total_three_price - total_four_price + total_five_price
285
-      if(total >0){
285
+      if(total >1){
286 286
         return total.toFixed(2)
287 287
       }else{
288 288
         return ""

+ 1 - 1
src/xt_pages/stock/drugs/components/purchaseNewDrugQueryPrint.vue ファイルの表示

@@ -1544,7 +1544,7 @@ export default {
1544 1544
 
1545 1545
       var total = (total_one_price + total_two_price -total_three_price-total_four_price + total_five_price)
1546 1546
        
1547
-      if(total >0){
1547
+      if(total >1){
1548 1548
         return total.toFixed(2)
1549 1549
       }else{
1550 1550
         return ""