Browse Source

发货通知单-修改子表金额来源

jingbb 4 months ago
parent
commit
5be3190b25

+ 3 - 2
src/views/saleCode/deliveryNotice/components/deliveryNoticeForm.vue

@@ -487,8 +487,9 @@
           item.model = item.childModel
           item.sourceId = item.childId
           item.orderQuantity = item.quantity
-          item.orderMoney = item.taxAmount
-          item.money=item.taxAmount
+          item.orderMoney = item.discountedAmount
+          item.money=item.discountedAmount
+          item.taxPrice = item.discountedPrice
         })
         var arrProduct = data.concat(deliveryDetailFormProductTable.dataSource)
         deliveryDetailFormProductTable.dataSource=arrProduct