|
@@ -959,6 +959,7 @@ func GetXlsxs(mMap []map[string]interface{}, fn, email, id string, isfile bool)
|
|
}
|
|
}
|
|
row.AddCell().SetValue(v["purchasing"])
|
|
row.AddCell().SetValue(v["purchasing"])
|
|
row.AddCell().SetValue(v["buyer"])
|
|
row.AddCell().SetValue(v["buyer"])
|
|
|
|
+ row.AddCell().SetValue(v["buyerclass"])
|
|
row.AddCell().SetValue(v["buyerperson"])
|
|
row.AddCell().SetValue(v["buyerperson"])
|
|
row.AddCell().SetValue(v["buyertel"])
|
|
row.AddCell().SetValue(v["buyertel"])
|
|
row.AddCell().SetValue(v["buyer_credit_no"])
|
|
row.AddCell().SetValue(v["buyer_credit_no"])
|