yyb
2 小时以前 21c1360819a78ab734046fe6e0aa91b4da9f510a
src/views/productionManagement/productionOrder/index.vue
@@ -144,11 +144,11 @@
      prop: "specificationModel",
      width: '120px',
    },
    {
      label: "工艺路线编号",
      prop: "processRouteCode",
      width: '200px',
    },
    // {
    //   label: "工艺路线编号",
    //   prop: "processRouteCode",
    //   width: '200px',
    // },
    {
      label: "需求数量",
      prop: "quantity",
@@ -196,21 +196,21 @@
            showRouteItemModal(row);
          },
        },
        {
          name: "绑定工艺路线",
          type: "text",
          showHide: row => !row.processRouteCode,
          clickFun: row => {
            openBindRouteDialog(row);
          },
        },
        {
          name: "产品结构",
          type: "text",
          clickFun: row => {
            showProductStructure(row);
          },
        },
        // {
        //   name: "绑定工艺路线",
        //   type: "text",
        //   showHide: row => !row.processRouteCode,
        //   clickFun: row => {
        //     openBindRouteDialog(row);
        //   },
        // },
        // {
        //   name: "产品结构",
        //   type: "text",
        //   clickFun: row => {
        //     showProductStructure(row);
        //   },
        // },
      ],
    },
  ]);