Browse Source

生产收料任务、生产收料记录、备注bug修复

hella_online_20240829
TengXF 2 months ago
parent
commit
eb1e745e23
  1. 2
      src/views/wms/issueManage/productionreceipt/productionreceiptJobMain/index.vue
  2. 2
      src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/index.vue

2
src/views/wms/issueManage/productionreceipt/productionreceiptJobMain/index.vue

@ -288,7 +288,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)
detailRef.value.openDetail(row, titleName, titleValue,"jobProductionreceiptMain")
}
/** 导出按钮操作 */

2
src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/index.vue

@ -144,7 +144,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)
detailRef.value.openDetail(row, titleName, titleValue,"recordProductionreceiptMain")
}
/** 导出按钮操作 */

Loading…
Cancel
Save