| | |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="step_price" |
| | | label="报工单价" |
| | | show-overflow-tooltip |
| | | min-width="110" |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="report_date" |
| | | label="报工时间" |
| | | min-width="160" |
| | |
| | | partname: '', // 产品名称 |
| | | partspec: '', // 产品规格 |
| | | saorderno: '', // 销售单号 |
| | | prop: 'lm_date', // 排序字段 |
| | | order: 'desc', // 排序字段 |
| | | prop: 'wo_code,seq', // 排序字段 lm_date |
| | | order: 'asc', // 排序字段 desc |
| | | page: 1, // 第几页 |
| | | rows: 20 // 每页多少条 |
| | | }, |
| | |
| | | this.form.partname = '' |
| | | this.form.partspec = '' |
| | | this.form.saorderno = '' |
| | | this.form.prop = 'wo_code,seq' |
| | | this.form.order = 'asc' |
| | | this.search() |
| | | }, |
| | | |