|
@@ -614,7 +614,6 @@ export default {
|
|
|
// 生产情况
|
|
|
initProductionCondition() {
|
|
|
getProductionCondition({}).then((res) => {
|
|
|
- // console.log(res.data);
|
|
|
if (res.code === 10000) {
|
|
|
this.productionPercents = [
|
|
|
{ ...res.data["grice_rate"], color: "rgb(112,249,250)" },
|
|
@@ -623,6 +622,7 @@ export default {
|
|
|
{ ...res.data["break_rate"], color: "rgb(2, 167, 240)" },
|
|
|
{ ...res.data["breed_rate"], color: "rgb(112, 0, 217)" },
|
|
|
];
|
|
|
+ console.log(this.productionPercents);
|
|
|
this.productionItems = [
|
|
|
res.data["avg_farrow_1"].stockQuantity,
|
|
|
res.data["avg_farrow_2"].stockQuantity,
|