| | |
| | | multipleSelection: [], |
| | | uploadInfo: { |
| | | // 是否展示上传EXCEL以及对应的url |
| | | isShow: true, |
| | | isShow: false, |
| | | url: '/mes/operation/excel/upload' |
| | | }, |
| | | prelang: 'operation', |
| | |
| | | // isSearch: true, |
| | | // searchInfoType: 'text' |
| | | // }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'outsideOpItem', |
| | | label: '外部工序项目', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'select', |
| | | formatter: this.formatOutsideOpItem, |
| | | optList: () => { |
| | | return this.outsideOpItemOptions |
| | | } |
| | | }, |
| | | // { |
| | | // minWidth: '120', |
| | | // prop: 'outsideOpItem', |
| | | // label: '外部工序项目', |
| | | // sort: true, |
| | | // isTrue: true, |
| | | // isSearch: true, |
| | | // searchInfoType: 'select', |
| | | // formatter: this.formatOutsideOpItem, |
| | | // optList: () => { |
| | | // return this.outsideOpItemOptions |
| | | // } |
| | | // }, |
| | | // 备注 |
| | | { |
| | | minWidth: '120', |