28169 преди 4 седмици
родител
ревизия
5ec97eb149

+ 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 ""