瀏覽代碼

增加采购单位行业

xuzhiheng 4 年之前
父節點
當前提交
6c786dff81
共有 3 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/history/util_history.go
  2. 1 0
      src/service/second_push.go
  3. 二進制
      src/web/res/fields.xlsx

+ 1 - 0
src/history/util_history.go

@@ -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["buyer"])
+					row.AddCell().SetValue(v["buyerclass"])
 					row.AddCell().SetValue(v["buyerperson"])
 					row.AddCell().SetValue(v["buyertel"])
 					row.AddCell().SetValue(v["buyer_credit_no"])

+ 1 - 0
src/service/second_push.go

@@ -493,6 +493,7 @@ func GetXlsxs(mMap []map[string]interface{}, fn, email, id string) {
 						row.AddCell()
 					}
 					row.AddCell().SetValue(v["buyer"])
+					row.AddCell().SetValue(v["buyerclass"])
 					row.AddCell().SetValue(v["buyerperson"])
 					row.AddCell().SetValue(v["buyertel"])
 					row.AddCell().SetValue(v["s_winner"])

二進制
src/web/res/fields.xlsx