zhangwencui
9 天以前 4ce344581a59622b17eab10e2b2f4cdc84cc9a69
src/views/customerService/feedbackRegistration/components/formDia.vue
@@ -212,6 +212,7 @@
    taxInclusiveUnitPrice: row?.taxInclusiveUnitPrice ?? 0,
    taxInclusiveTotalPrice: row?.taxInclusiveTotalPrice ?? 0,
    taxExclusiveTotalPrice: row?.taxExclusiveTotalPrice ?? 0,
    noQuantity: row?.noQuantity ?? 0,
  }
}