소스 검색

518合并代码

XMLWAN 3 년 전
부모
커밋
fc26347cea
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/xt_pages/stock/drugs/components/drugOutDetail.vue

+ 2 - 2
src/xt_pages/stock/drugs/components/drugOutDetail.vue 파일 보기

@@ -441,7 +441,7 @@ export default {
441 441
                  }
442 442
                  if(order[i].count_unit == order[i].max_unit){
443 443
                    order[i].total_price += order[i].count * order[i].price * order[i].min_number
444
-                   total_price += order[i].total_price
444
+                  //  total_price += order[i].total_price
445 445
                  }
446 446
                 
447 447
                }
@@ -456,7 +456,7 @@ export default {
456 456
                 if(order[i].count_unit == order[i].max_unit){
457 457
                    order[i].total_price += order[i].count * this.getPrice(order[i].drug_id) * order[i].min_number
458 458
                    //total_price += order[i].count * this.getPrice(order[i].drug_id)
459
-                   order[i].total_price+=order[i].total_price
459
+                  //  order[i].total_price = order[i].total_price
460 460
                    order[i].price = this.getPrice(order[i].drug_id)
461 461
                 }
462 462