ysy пре 2 година
родитељ
комит
12a16c2c20
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/saleOrder/components/create-order.vue

+ 1 - 1
src/views/saleOrder/components/create-order.vue

@@ -272,7 +272,7 @@ export default {
               categoryId: item.id,
               productCode: item.code,
               productName: item.name,
-              productUnitWeight: item.weightUnit == 'G' ? item.netWeight / 1000 : item.netWeight,
+              productUnitWeight: item.weightUnit == 'kG' ? item.netWeight / 1000 : item.netWeight,
               weightUnit: 'g',
               model: item.modelType,
               brandNo: item.brandNum