gaoluyang
2 天以前 f8cd648d19918723335827761cabf21d0ebf462f
src/views/productionManagement/productionOrder/index.vue
@@ -261,14 +261,14 @@
            showRouteItemModal(row);
          },
        },
        {
          name: "绑定工艺路线",
          type: "text",
          showHide: row => !row.processRouteCode,
          clickFun: row => {
            openBindRouteDialog(row);
          },
        },
        // {
        //   name: "绑定工艺路线",
        //   type: "text",
        //   showHide: row => !row.processRouteCode,
        //   clickFun: row => {
        //     openBindRouteDialog(row);
        //   },
        // },
        {
          name: "物料清单",
          type: "text",
@@ -393,7 +393,7 @@
    routeOptions.value = [];
    bindRouteLoading.value = true;
    try {
      const res = await getProcessRouteList({ current: 1, size: 1000 });
      const res = await getProcessRouteList({ current: -1, size: -1 });
      routeOptions.value = res.data?.records || [];
    } catch (e) {
      console.error("获取工艺路线列表失败:", e);