| | |
| | | <template> |
| | | <el-dialog |
| | | v-diadrag |
| | | width="60%" |
| | | width="70%" |
| | | title="零件" |
| | | top="5vh" |
| | | :visible.sync="innerVisible" |
| | |
| | | :uploadInfo="uploadInfo" |
| | | :prelang="prelang" |
| | | :options="options" |
| | | :bottomOffset="350" |
| | | :bottomOffset="150" |
| | | :ajaxFun="ajaxFun" |
| | | :paramObj="paramObj" |
| | | ref="commonPartTable" |
| | |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'drawingNumber', |
| | | label: '图号', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'ean', |
| | | label: 'EAN编码', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | } |
| | | // { |
| | | // minWidth: '100', |
| | | // prop: 'drawingNumber', |
| | | // label: '图号', |
| | | // sort: true, |
| | | // isTrue: true, |
| | | // isSearch: true, |
| | | // searchInfoType: 'text' |
| | | // }, |
| | | // { |
| | | // minWidth: '120', |
| | | // prop: 'ean', |
| | | // label: 'EAN编码', |
| | | // sort: true, |
| | | // isTrue: true, |
| | | // isSearch: true, |
| | | // searchInfoType: 'text' |
| | | // } |
| | | ], |
| | | materialTypeList: [], |
| | | materialAttributeList: [] |