|
|
@@ -1367,7 +1367,7 @@ func (this *OilSupplierController) ExportStoreList() {
|
|
|
svc.GetMyPagingEntitiesWithOrderBytbl2(OilSupplierName, OilSupplierCertName, 1, 5000, orderby, asc, &list, where, Code, Ids.Ids)
|
|
|
|
|
|
fileTitle := "已入库"
|
|
|
- showColumnArr := "序号,准入标识,准入证编号,准入类别,企业名称,有效期,工商注册号,省市县,单位地址,注册资本,币种,联系人姓名,公司类型,成立时间,开户银行,银行账号,电子邮箱,银行信用等级,移动电话,固定电话,传真,公司电话,备注"
|
|
|
+ showColumnArr := "序号,准入标识,准入证编号,准入类别,企业名称,管理单位,有效期,工商注册号,省市县,单位地址,注册资本,币种,联系人姓名,公司类型,成立时间,开户银行,银行账号,电子邮箱,银行信用等级,移动电话,固定电话,传真,公司电话,备注"
|
|
|
|
|
|
f := xlsx.NewFile()
|
|
|
sheet, _ := f.AddSheet(fileTitle)
|
|
|
@@ -1385,7 +1385,7 @@ func (this *OilSupplierController) ExportStoreList() {
|
|
|
} else if item.InFlag == "3" {
|
|
|
inStyle = "取消"
|
|
|
}
|
|
|
- dataString := strconv.Itoa(idx+1) + "," + inStyle + "," + item.AccessCardNo + "," + item.SupplierTypeName + "," + item.SupplierName + "," +
|
|
|
+ dataString := strconv.Itoa(idx+1) + "," + inStyle + "," + item.AccessCardNo + "," + item.SupplierTypeName + "," + item.SupplierName + "," + item.MgrUnit + "," +
|
|
|
utils.ToStr(item.ApplyTime.Format("2006-01-02")) + "," + item.CommercialNo + "," + item.AllAddress + "," + item.Address + "," + regCapital + "," + item.Currency + "," + item.ContactName + "," + item.CompanyType + "," + utils.ToStr(item.SetupTime.Format("2006-01-02")) + "," + item.DepositBank + "," + item.BankAccount + "," + item.EMail + "," + item.BankCreditRating + "," + item.Mobile + "," + item.Telphone + "," + item.Fax + "," + item.CompanyTel + "," + item.Remark
|
|
|
cellName := strings.Split(dataString, ",")
|
|
|
row := sheet.AddRow()
|