Browse Source

备料计划、备注bug修复

hella_online_20240829
TengXF 2 months ago
parent
commit
343acdd6d9
  1. 2
      src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue

2
src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue

@ -419,7 +419,7 @@ const openForm =async (type: string, row?: number) => {
/** 详情操作 */ /** 详情操作 */
const detailRef = ref() const detailRef = ref()
const openDetail = (row: any, titleName: any, titleValue: any) => { const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue) detailRef.value.openDetail(row, titleName, titleValue,"planPreparetoissueMain")
} }
/** 删除按钮操作 */ /** 删除按钮操作 */

Loading…
Cancel
Save