@@ -1284,6 +1284,7 @@ export default {
itemType:item.specificationAndModel,
cntrNo:item.containerNo,
orderQuantity:item.number,
+ cntrType:item.cntrType?String(item.cntrType):null,
}
this.$refs.crudContact.rowCellAdd(params)
})