|
@ -168,6 +168,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => |
|
|
let tfk = JSON.parse(JSON.stringify(tableFormKeys)) |
|
|
let tfk = JSON.parse(JSON.stringify(tableFormKeys)) |
|
|
tfk['itemCode'] = item['itemCode'] |
|
|
tfk['itemCode'] = item['itemCode'] |
|
|
tfk['itemName'] = item['itemName'] |
|
|
tfk['itemName'] = item['itemName'] |
|
|
|
|
|
tfk['itemDesc1'] = item['itemDesc1'] |
|
|
tfk['uom'] = item['uom'] |
|
|
tfk['uom'] = item['uom'] |
|
|
tfk['batch'] = item['batch'] |
|
|
tfk['batch'] = item['batch'] |
|
|
tfk['inventoryQty'] = item['qty'] |
|
|
tfk['inventoryQty'] = item['qty'] |
|
@ -603,9 +604,9 @@ const submitForm = async (formType, submitData) => { |
|
|
} |
|
|
} |
|
|
formRef.value.formLoading = true |
|
|
formRef.value.formLoading = true |
|
|
data.intexContactBegin = data.intexContact[0] |
|
|
data.intexContactBegin = data.intexContact[0] |
|
|
data.intexContactEnd = data.intexContact[0] |
|
|
data.intexContactEnd = data.intexContact[1] |
|
|
data.supplierContactBegin = data.supplierContact[0] |
|
|
data.supplierContactBegin = data.supplierContact[0] |
|
|
data.supplierContactEnd = data.supplierContact[0] |
|
|
data.supplierContactEnd = data.supplierContact[1] |
|
|
await PurchaseBarterRequestMainApi.createPurchaseBarterRequestMain(data) |
|
|
await PurchaseBarterRequestMainApi.createPurchaseBarterRequestMain(data) |
|
|
message.success(t('common.createSuccess')) |
|
|
message.success(t('common.createSuccess')) |
|
|
} else { |
|
|
} else { |
|
|