Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -3667,7 +3667,9 @@ async function saveChanges () {
|
||||
detail: { upserts, deletes }
|
||||
}
|
||||
|
||||
const response = await post('/pricing/production-product-costing/onml/save', payload)
|
||||
const response = await post('/pricing/production-product-costing/onml/save', payload, {
|
||||
params: { trace_id: traceId.value }
|
||||
})
|
||||
const newOnMLNo = parseInt(String(response?.n_onml_no || '0'), 10) || 0
|
||||
|
||||
$q.notify({ type: 'positive', message: 'Kaydedildi.', position: 'top-right' })
|
||||
|
||||
Reference in New Issue
Block a user