zhangwencui
2026-05-07 a0ac936eaaca18643645be8df2e56038ac00cf27
src/views/productionManagement/productionOrder/index.vue
@@ -570,7 +570,7 @@
  const openBindRouteDialog = async (row, type) => {
    bindForm.orderId = row.id;
    bindForm.routeId = type === "add" ? null : row.processRouteCode;
    bindForm.routeId = type === "add" ? null : row.technologyRoutingId;
    bindRouteDialogVisible.value = true;
    routeOptions.value = [];
    if (!row.productModelId) {