| | |
| | | prop: "specificationModel", |
| | | width: '120px', |
| | | }, |
| | | { |
| | | label: "工艺路线编号", |
| | | prop: "processRouteCode", |
| | | width: '200px', |
| | | }, |
| | | // { |
| | | // label: "工艺路线编号", |
| | | // prop: "processRouteCode", |
| | | // width: '200px', |
| | | // }, |
| | | { |
| | | label: "需求数量", |
| | | prop: "quantity", |
| | |
| | | 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); |
| | | // }, |
| | | // }, |
| | | ], |
| | | }, |
| | | ]); |