src/views/productionManagement/productionOrder/index.vue
@@ -231,20 +231,20 @@ // showProductStructure(row); // }, // }, { name: "领料", type: "text", clickFun: row => { openMaterialDialog(row); }, }, { name: "领料详情", type: "text", clickFun: row => { openMaterialDetailDialog(row); }, }, // { // name: "领料", // type: "text", // clickFun: row => { // openMaterialDialog(row); // }, // }, // { // name: "领料详情", // type: "text", // clickFun: row => { // openMaterialDetailDialog(row); // }, // }, ], }, ]);