Browse Source

上线结算记录、备注bug修复

hella_online_20240829
TengXF 2 months ago
parent
commit
2920c47165
  1. 2
      src/views/wms/issueManage/onlinesettlement/onlinesettlementRecordMain/index.vue

2
src/views/wms/issueManage/onlinesettlement/onlinesettlementRecordMain/index.vue

@ -139,7 +139,7 @@ const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name const departmentCode = wsCache.get(CACHE_KEY.DEPT).find((account) => account.id == row.departmentCode)?.name
if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode)) if (departmentCode) row.departmentCode = JSON.parse(JSON.stringify(departmentCode))
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"recordOnlinesettlementMain")
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

Loading…
Cancel
Save