|
|
@ -218,7 +218,7 @@ const detailRef = ref() |
|
|
|
const openDetail = (row: any, titleName: any, titleValue: any) => { |
|
|
|
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name |
|
|
|
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) |
|
|
|
detailRef.value.openDetail(row, titleName, titleValue,'stockupMainJob') |
|
|
|
detailRef.value.openDetail(row, titleName, titleValue,'jobStockupMain') |
|
|
|
} |
|
|
|
|
|
|
|
const handleHandle = async (data) => { |
|
|
|