| | |
| | | :uploadInfo="uploadInfo" |
| | | :prelang="prelang" |
| | | :options="options" |
| | | :bottomOffset="255" |
| | | :bottomOffset="150" |
| | | :ajaxFun="ajaxFun" |
| | | ref="commonOperationTable" |
| | | > |
| | |
| | | minWidth: '100', |
| | | prop: 'name', |
| | | label: '工序名称', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'remark', |
| | | label: '备注', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | |
| | | components: { |
| | | ttable |
| | | }, |
| | | mounted(){ |
| | | this.options.multiSelect = this.multiSelect |
| | | }, |
| | | methods: { |
| | | saveSelectRow() { |
| | | if (this.multiSelect) { |
| | |
| | | this.getData() |
| | | }) |
| | | } |
| | | }, |
| | | multiSelect(){ |
| | | this.options.multiSelect = this.multiSelect |
| | | } |
| | | } |
| | | } |