| | |
| | | this.bindPartSecond(row); |
| | | }, |
| | | }, |
| | | { |
| | | name: '车间绑定', |
| | | type: 'text', |
| | | clickFun: (row) => { |
| | | this.bindWokshop(row); |
| | | }, |
| | | showHide: (row) => { |
| | | if (this.currentObj.objectType != '原辅料' && row.objectType != '包材') { |
| | | return false |
| | | } else { |
| | | return true |
| | | } |
| | | } |
| | | }, |
| | | // { |
| | | // name: '车间绑定', |
| | | // type: 'text', |
| | | // clickFun: (row) => { |
| | | // this.bindWokshop(row); |
| | | // }, |
| | | // showHide: (row) => { |
| | | // if (this.currentObj.objectType != '原辅料' && row.objectType != '包材') { |
| | | // return false |
| | | // } else { |
| | | // return true |
| | | // } |
| | | // } |
| | | // }, |
| | | // { |
| | | // name: '厂家密度绑定', |
| | | // type: 'text', |