7404-stockBought #593

Merged
pablone merged 18 commits from 7404-stockBought into dev 2024-09-17 11:55:42 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit de94b3629e - Show all commits

View File

@ -79,7 +79,6 @@ const columns = [
icon: 'search',
isPrimary: true,
action: (row) => {
console.log('workerFk: ', row.workerFk);
quasar.dialog({
component: EntryStockBoughtDetail,
componentProps: {

View File

@ -18,7 +18,6 @@ const $props = defineProps({
required: true,
},
});
console.log('$props: ', $props.workerFk, $props.dated);
const customUrl = `StockBoughts/getStockBoughtDetail?workerFk=${$props.workerFk}`;
pablone marked this conversation as resolved Outdated
Outdated
Review

Ficali computed aixina quan canvies de worker, es reactiu (no se si aplica a este cas)

Ficali computed aixina quan canvies de worker, es reactiu (no se si aplica a este cas)
const columns = [
{