huminmin
7 天以前 8f9e65a587ee29b607010f83025456ee28c9b0d6
src/views/inventoryManagement/receiptManagement/components/formDiaProduct.vue
@@ -289,7 +289,6 @@
      taxRate: Number(row?.taxRate ?? 0),
      unitPrice: Number(row?.unitPrice ?? 0),
      taxExclusiveTotalPrice: Number(row?.taxExclusiveTotalPrice ?? 0),
      dollarPrice: Number(row?.dollarPrice ?? 0),
    }]
  }
}