| | |
| | | > |
| | | <el-table-column |
| | | prop="saleOrderCode" |
| | | label="销售单号" |
| | | width="130" |
| | | label="生产订单" |
| | | width="170" |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{ |
| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="partname" |
| | | width="170" |
| | | width="140" |
| | | label="产品名称" |
| | | > |
| | | <template slot-scope="{row}"> |
| | |
| | | <el-table-column |
| | | prop="good_qty" |
| | | label="数量" |
| | | width="70" |
| | | width="60" |
| | | /> |
| | | </el-table> |
| | | </div> |
| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="partname" |
| | | width="150" |
| | | width="120" |
| | | label="产品名称" |
| | | > |
| | | <template slot-scope="{row}"> |
| | |
| | | <el-table-column |
| | | prop="stepname" |
| | | label="工序" |
| | | width="100" |
| | | width="130" |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <div |
| | |
| | | > |
| | | <el-table-column |
| | | prop="saleOrderCode" |
| | | label="销售单号" |
| | | width="130" |
| | | label="生产订单" |
| | | width="170" |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{ |
| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="partname" |
| | | width="170" |
| | | width="140" |
| | | label="产品名称" |
| | | > |
| | | <template slot-scope="{row}"> |
| | |
| | | <el-table-column |
| | | prop="good_qty" |
| | | label="数量" |
| | | width="70" |
| | | width="60" |
| | | /> |
| | | </el-table> |
| | | </div> |
| | |
| | | // 获取左上数据并定时刷新 |
| | | getLeftTopTableDataSetInterval() { |
| | | let startValue = 0 // 初始值 |
| | | const scale = 10// 刻度 |
| | | const scale = 24// 刻度 |
| | | |
| | | WkshpLineData({ LineCode: '001' }).then(res => { |
| | | this.tableDataLeftTopTemp = res.data |
| | |
| | | // 获取右上数据并定时刷新 |
| | | getRightTopTableDataSetInterval() { |
| | | let startValue = 0 // 初始值 |
| | | const scale = 10// 刻度 |
| | | const scale = 24// 刻度 |
| | | |
| | | WkshpLineData({ LineCode: '002' }).then(res => { |
| | | this.tableDataRightTopTemp = res.data |