qukaidi 3 rokov pred
rodič
commit
1035fbb444

+ 1 - 0
src/views/purchase/contract/detailsPage.vue

@@ -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)
       })