diff --git a/components/ADempiere/Form/VPOS/Options/ReturnProduct/index.vue b/components/ADempiere/Form/VPOS/Options/ReturnProduct/index.vue index 76935c1b..d027372b 100644 --- a/components/ADempiere/Form/VPOS/Options/ReturnProduct/index.vue +++ b/components/ADempiere/Form/VPOS/Options/ReturnProduct/index.vue @@ -107,11 +107,6 @@ along with this program. If not, see . size="mini" @click="deleteLine(scope.row)" /> - @@ -467,7 +462,7 @@ export default defineComponent({ } else if (columnName === 'QtyEntered') { if (isEmptyValue(row.uom.uom)) { return formatQuantity({ - value: row.quantityOrdered + value: row.quantity }) } let precision = row.uom.uom.starndard_precision @@ -475,7 +470,7 @@ export default defineComponent({ precision = 0 } return formatQuantity({ - value: row.quantityOrdered, + value: row.quantity, precision }) } else if (columnName === 'UOM') { diff --git a/components/ADempiere/Form/VPOS/Options/ReturnProduct/previwer.vue b/components/ADempiere/Form/VPOS/Options/ReturnProduct/previwer.vue new file mode 100644 index 00000000..9771e7b6 --- /dev/null +++ b/components/ADempiere/Form/VPOS/Options/ReturnProduct/previwer.vue @@ -0,0 +1,483 @@ + + + + + + + + diff --git a/components/ADempiere/Form/VPOS/Options/index.vue b/components/ADempiere/Form/VPOS/Options/index.vue index f90b92d7..9d0cd5a4 100644 --- a/components/ADempiere/Form/VPOS/Options/index.vue +++ b/components/ADempiere/Form/VPOS/Options/index.vue @@ -871,6 +871,42 @@ /> + + + + + + + + + + +