修改前端我的派工模型展示代码

This commit is contained in:
shaoleiliu-netizen123 2026-06-22 17:45:05 +08:00
parent 284775bd9c
commit 28981248cf

View File

@ -229,7 +229,10 @@ const pagination = reactive({
const plmModelDrawerRef = ref<InstanceType<typeof PlmModelDrawer> | null>(null)
function openPlmModel(row: Record<string, unknown>) {
console.log(row);
const ctx: PlmModelOpenContext = {
orderItemId: row.orderItemId as string | number,
dispatchId: row.id as number | string,
materialCode: row.materialCode as string | undefined,
materialName: row.materialName as string | undefined,