Z před 1 rokem
rodič
revize
424c380ab4

+ 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)
         })