| | |
| | | sortable="custom"
|
| | | />
|
| | | <el-table-column
|
| | | prop="inhouseqty" |
| | | label="入库数量" |
| | | show-overflow-tooltip |
| | | min-width="110" |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | | prop="report_date"
|
| | | label="报工时间"
|
| | | min-width="160"
|
| | |
| | |
|
| | | }
|
| | | },
|
| | | activated() {
window.addEventListener('resize', this.getHeight)
this.getHeight()
},
created() {
|
| | | activated() { |
| | | window.addEventListener('resize', this.getHeight) |
| | | this.getHeight() |
| | | }, |
| | | created() { |
| | | },
|
| | | mounted() {
|
| | | window.addEventListener('resize', this.getHeight)
|
| | |
| | |
|
| | | // 报工调整
|
| | | async reportAdjust(row) {
|
| | | if (parseFloat(row.inhouseqty) > 0) { |
| | | return this.$message.info('此记录已入库,不允许报工调整,请先删除入库记录!') |
| | | } |
| | | |
| | | const data = {
|
| | | wo_code: row.wo_code,
|
| | | step_code: row.step_code,
|