9
0

update 烧制,混料

Dieser Commit ist enthalten in:
lb
2023-02-23 17:02:18 +08:00
Ursprung c3dfc401a9
Commit 1d404775cc
3 geänderte Dateien mit 9 neuen und 6 gelöschten Zeilen

Datei anzeigen

@@ -18,9 +18,9 @@ export default function () {
prop: "operations", prop: "operations",
name: "操作", name: "操作",
fixed: "right", fixed: "right",
width: 120, width: 160,
subcomponent: TableOperaionComponent, subcomponent: TableOperaionComponent,
options: ["edit", { name: "delete", emitFull: true, permission: "pms:blenderStep:delete" }], options: ["copy", "edit", { name: "delete", emitFull: true, permission: "pms:blenderStep:delete" }],
}, },
]; ];
@@ -204,6 +204,7 @@ export default function () {
pageIsPostApi: true, // 使用post接口来获取page数据极少用目前基本上只有工艺管理模块里在用 pageIsPostApi: true, // 使用post接口来获取page数据极少用目前基本上只有工艺管理模块里在用
subase: "/pms/equipmentTechParam", subase: "/pms/equipmentTechParam",
subpage: "/pms/equipmentTechParam/page", subpage: "/pms/equipmentTechParam/page",
copyUrl: "/pms/equipmentTech/copy",
// more... // more...
}, },
}; };

Datei anzeigen

@@ -18,9 +18,9 @@ export default function () {
prop: "operations", prop: "operations",
name: "操作", name: "操作",
fixed: "right", fixed: "right",
width: 120, width: 160,
subcomponent: TableOperaionComponent, subcomponent: TableOperaionComponent,
options: ["edit", { name: "delete", emitFull: true, permission: "pms:blenderStep:delete" }], options: ["copy", "edit", { name: "delete", emitFull: true, permission: "pms:blenderStep:delete" }],
}, },
]; ];
@@ -205,6 +205,7 @@ export default function () {
pageIsPostApi: true, // 使用post接口来获取page数据极少用目前基本上只有工艺管理模块里在用 pageIsPostApi: true, // 使用post接口来获取page数据极少用目前基本上只有工艺管理模块里在用
subase: "/pms/equipmentTechParam", subase: "/pms/equipmentTechParam",
subpage: "/pms/equipmentTechParam/page", subpage: "/pms/equipmentTechParam/page",
copyUrl: "/pms/equipmentTech/copy",
// more... // more...
}, },
}; };

Datei anzeigen

@@ -18,9 +18,9 @@ export default function () {
prop: "operations", prop: "operations",
name: "操作", name: "操作",
fixed: "right", fixed: "right",
width: 120, width: 160,
subcomponent: TableOperaionComponent, subcomponent: TableOperaionComponent,
options: ["edit", { name: "delete", emitFull: true, permission: "pms:shapeStep:delete" }], options: ["copy", "edit", { name: "delete", emitFull: true, permission: "pms:shapeStep:delete" }],
}, },
]; ];
@@ -193,6 +193,7 @@ export default function () {
pageIsPostApi: true, // 使用post接口来获取page数据极少用目前基本上只有工艺管理模块里在用 pageIsPostApi: true, // 使用post接口来获取page数据极少用目前基本上只有工艺管理模块里在用
subase: "/pms/equipmentTechParam", subase: "/pms/equipmentTechParam",
subpage: "/pms/equipmentTechParam/page", subpage: "/pms/equipmentTechParam/page",
copyUrl: "/pms/equipmentTech/copy",
// more... // more...
}, },
}; };