Z 1 год назад
Родитель
Сommit
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
             i.type = item.subType
             console.log(item.subType);
             console.log(item.subType);
             i.typeName = this.typeList.find(i => i.value == item.subType).label
             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)
           this.tableForm.detailList.push(...item.detailList)
         })
         })