Merge branch 'master' of http://8.130.121.29:3000/Develop/Piolot_RepotForm_PeiHao
This commit is contained in:
commit
f234754537
@ -219,7 +219,7 @@ namespace Pilot.Report.Exploitation.AccountsReceivable
|
|||||||
//将新创建或获取的单元格的值修改
|
//将新创建或获取的单元格的值修改
|
||||||
cell22.SetCellValue("");
|
cell22.SetCellValue("");
|
||||||
var YFHpriceSumZW = ToChineseNumber(YFHpriceSum, Context);
|
var YFHpriceSumZW = ToChineseNumber(YFHpriceSum, Context);
|
||||||
cell3.SetCellValue("贵公司截至 " + fDate + " 共欠我公司货款金额为:" + YFHpriceSum + "元【等于已发货欠款总额】(大写:" + YFHpriceSumZW + ")");
|
cell3.SetCellValue("贵公司截至 " + fDate + " 共欠我公司货款金额为:" + YFHpriceSum + "元(大写:" + YFHpriceSumZW + ")");
|
||||||
//将新创建或获取的单元格的值修改
|
//将新创建或获取的单元格的值修改
|
||||||
cell.SetCellValue("尊敬的 " + fClient + " 客户您好,我公司已根据合同/订单的要求向贵公司交付相关产品并请验收确认,鉴于我公司对贵公司已通知发货部分的交付义务已完成,");
|
cell.SetCellValue("尊敬的 " + fClient + " 客户您好,我公司已根据合同/订单的要求向贵公司交付相关产品并请验收确认,鉴于我公司对贵公司已通知发货部分的交付义务已完成,");
|
||||||
cell2.SetCellValue(fClient);
|
cell2.SetCellValue(fClient);
|
||||||
@ -255,11 +255,11 @@ namespace Pilot.Report.Exploitation.AccountsReceivable
|
|||||||
|
|
||||||
//将合计行放到最下方
|
//将合计行放到最下方
|
||||||
IRow rowi = sheet.CreateRow(j + i);
|
IRow rowi = sheet.CreateRow(j + i);
|
||||||
if (list[i]["Number"].ToString() == "合计")
|
//if (list[i]["Number"].ToString() == "合计")
|
||||||
{
|
//{
|
||||||
rowi = sheet.CreateRow(j + list.Count - 1);
|
// rowi = sheet.CreateRow(j + list.Count - 1);
|
||||||
j = 12;
|
// j = 12;
|
||||||
}
|
//}
|
||||||
|
|
||||||
ICell c1 = rowi.CreateCell(0); c1.SetCellValue(list[i]["Number"].ToString()); c1.CellStyle = cellStyle;
|
ICell c1 = rowi.CreateCell(0); c1.SetCellValue(list[i]["Number"].ToString()); c1.CellStyle = cellStyle;
|
||||||
ICell c2 = rowi.CreateCell(1); c2.SetCellValue(""+date+""); c2.CellStyle = cellStyle2;
|
ICell c2 = rowi.CreateCell(1); c2.SetCellValue(""+date+""); c2.CellStyle = cellStyle2;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user