diff --git a/src/views/firstOrder/components/inDialog.vue b/src/views/firstOrder/components/inDialog.vue index 9e5c3d9..5c8f80e 100644 --- a/src/views/firstOrder/components/inDialog.vue +++ b/src/views/firstOrder/components/inDialog.vue @@ -817,6 +817,9 @@ export default { this.sizeForm.inTableData = res.data.result; this.sizeForm.inTableData.forEach((item) => { item.theInboundQuantity = 0; + if(item.type == 'YH'){ + item.unitPrice = 0; + } }); this.getStatistics(); this.$message.success("数据获取成功");