修改前端我的派工模型展示代码
This commit is contained in:
parent
284775bd9c
commit
28981248cf
@ -229,7 +229,10 @@ const pagination = reactive({
|
|||||||
const plmModelDrawerRef = ref<InstanceType<typeof PlmModelDrawer> | null>(null)
|
const plmModelDrawerRef = ref<InstanceType<typeof PlmModelDrawer> | null>(null)
|
||||||
|
|
||||||
function openPlmModel(row: Record<string, unknown>) {
|
function openPlmModel(row: Record<string, unknown>) {
|
||||||
|
console.log(row);
|
||||||
|
|
||||||
const ctx: PlmModelOpenContext = {
|
const ctx: PlmModelOpenContext = {
|
||||||
|
orderItemId: row.orderItemId as string | number,
|
||||||
dispatchId: row.id as number | string,
|
dispatchId: row.id as number | string,
|
||||||
materialCode: row.materialCode as string | undefined,
|
materialCode: row.materialCode as string | undefined,
|
||||||
materialName: row.materialName as string | undefined,
|
materialName: row.materialName as string | undefined,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user