|
@@ -185,6 +185,8 @@ func UpdateExcel(client *mongo.Client, plans []*model.ProductPlan) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
compStatus["交货"] = fmt.Sprintf("%d", produce.ConfirmCount)
|
|
|
}
|
|
|
|
|
@@ -200,6 +202,7 @@ func UpdateExcel(client *mongo.Client, plans []*model.ProductPlan) {
|
|
|
log.Fatal(err)
|
|
|
}
|
|
|
|
|
|
+
|
|
|
if lastBillType == billType {
|
|
|
for _, product := range bill.Products {
|
|
|
compStatus["交货"] = fmt.Sprintf("%d", product.ConfirmCount)
|