Z пре 1 година
родитељ
комит
424c380ab4
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/financialManage/invoiceManage/components/tableInfo.vue

+ 2 - 2
src/views/financialManage/invoiceManage/components/tableInfo.vue

@@ -230,8 +230,8 @@ export default {
             i.type = item.subType
             console.log(item.subType);
             i.typeName = this.typeList.find(i => i.value == item.subType).label
-            item.singlePrice = item.discountSinglePrice
-            item.totalPrice = item.discountTotalPrice
+            // i.singlePrice = item.discountSinglePrice
+            i.totalPrice = i.discountTotalPrice
           })
           this.tableForm.detailList.push(...item.detailList)
         })