| | |
| | | :options="options" |
| | | :ajaxFun="ajaxFun" |
| | | :paramObj="packageBoxIddata" |
| | | :bottomOffset="350" |
| | | :bottomOffset="150" |
| | | ref="paramTable" |
| | | > |
| | | <template #toolbar></template> |
| | |
| | | data: [], |
| | | // 标题 |
| | | column: [ |
| | | { |
| | | minWidth: '120', |
| | | prop: 'customerOrderNo', |
| | | label: '合同号', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: 'code', |
| | | prop: 'product', |
| | |
| | | watch: { |
| | | currshowlist() { |
| | | this.innerVisible = this.currshowlist |
| | | if(this.currshowlist){ |
| | | this.$nextTick(() => { |
| | | this.getData() |
| | | }); |
| | | } |
| | | } |
| | | }, |
| | | computed: { |
| | |
| | | } |
| | | } |
| | | </script> |
| | | |