@@ -134,6 +134,7 @@ export default {
itemid: item.itemid,
reason: "",
qty: 1,
+ traceabilitytype:item.traceabilitytype
};
});
let res = await this.$api.requested({
@@ -144,6 +144,7 @@ export default {