1.增加炉批号确认记录

2.修正看板月度计划情况数据显示问题
main
董哲奇 6 months ago
parent 246b24e3a7
commit b88e3157b4

@ -159,6 +159,7 @@ export default {
res.data.xq=res.data.xq?parseInt(res.data.xq).toFixed(0):'0'
this.xqzlSum=res.data.xq
this.rowObj = res.data;
this.TableBar(dataX, dataXqzlY, dataJhzlY);
this.$nextTick(() => {
const elementHeight = this.$refs.refHeight;
elementHeight.forEach((li, index) => {

@ -46,7 +46,7 @@
</td>
<td class="table-sum-title">批次数量</td>
<td class="table-sum-text">
{{ item.pcsl ? item.pcsl : 0 }}
{{ item.total ? item.total : 0 }}
</td>
</tr>
</table>

Loading…
Cancel
Save