数量grow
This commit is contained in:
@@ -83,19 +83,19 @@
|
||||
<div class="count_h">
|
||||
<div class="count_h_1">未开始数量</div>
|
||||
<div class="count_h_2">
|
||||
<NumberGrow fontcolor="fontcolor1" :value="jo3.sumproduce_qty"></NumberGrow>
|
||||
<NumberGrow fontcolor="fontcolor1" :value="jo3.sumproduce_qty + ''"></NumberGrow>
|
||||
</div>
|
||||
</div>
|
||||
<div class="count_h">
|
||||
<div class="count_h_1">生产中数量</div>
|
||||
<div class="count_h_2">
|
||||
<NumberGrow fontcolor="fontcolor2" :value="jo3.sumproducing_qty"></NumberGrow>
|
||||
<NumberGrow fontcolor="fontcolor2" :value="jo3.sumproducing_qty + ''"></NumberGrow>
|
||||
</div>
|
||||
</div>
|
||||
<div class="count_h">
|
||||
<div class="count_h_1">已完成数量</div>
|
||||
<div class="count_h_2">
|
||||
<NumberGrow fontcolor="fontcolor3" :value="jo3.sumfinishproduce_qty"></NumberGrow>
|
||||
<NumberGrow fontcolor="fontcolor3" :value="jo3.sumfinishproduce_qty + ''"></NumberGrow>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -395,9 +395,9 @@ export default {
|
||||
this.arr4 = res.result.arr4
|
||||
this.arr5 = res.result.arr5
|
||||
this.data = [
|
||||
{value: this.jo3.sumproduce_qty, name: '未开始数量'},
|
||||
{value: this.jo3.sumproducing_qty, name: '生产中数量'},
|
||||
{value: this.jo3.sumfinishproduce_qty, name: '已完成数量'}
|
||||
{value: this.jo3.sumproduce_qty + '', name: '未开始数量'},
|
||||
{value: this.jo3.sumproducing_qty + '', name: '生产中数量'},
|
||||
{value: this.jo3.sumfinishproduce_qty + '', name: '已完成数量'}
|
||||
]
|
||||
// res.result.arr7.forEach((el) => {
|
||||
// this.xdata2.push(el.date)
|
||||
|
||||
Reference in New Issue
Block a user