chenlu
2025-05-12 603c30271110d43b9c3d0f1aea82c20561d54111
north-glass-erp/northglass-erp/src/views/pp/glassOptimize/ProjectMange.vue
@@ -122,12 +122,16 @@
      const projectNumber = row.projectNumber;
      const thickness = row.thickness;
      const glassType = row.glassType;
      const quantity = row.quantity;
      const area = row.area;
      await router.push({
        name: 'optimizeInfo',
        params: {
          projectNo: projectNumber,
          thickNess: thickness,
          model: glassType
          model: glassType,
          quantity: quantity,
          area: area
        }
      });
    }