|
@@ -208,7 +208,7 @@ func DownLoadCompBills(c *gin.Context, apictx *ApiSession) (interface{}, error)
|
|
|
Query: repo.Map{"_id": billId},
|
|
|
}, &product)
|
|
|
if found {
|
|
|
- billExcel = NewProduceBill(f)
|
|
|
+ billExcel = NewProductBill(f)
|
|
|
if product.Reviewed == 1 {
|
|
|
if len(product.SignUsers) > 0 {
|
|
|
signs := []*model.Signature{}
|