瀏覽代碼

518合并代码

XMLWAN 2 年之前
父節點
當前提交
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