메일백업

This commit is contained in:
chi
2020-05-07 17:19:27 +09:00
parent ea20c93c27
commit f68c0a0ea4
18 changed files with 1289 additions and 438 deletions

View File

@@ -211,7 +211,8 @@ namespace FPJ0000
{
FCOMMON.Util.MsgE(ex.Message);
}
FPUtil.ColSizeLoad(ref this.fpSpread1, fn_fpcolsize);
FormattingData();
}
private void toolStripButton2_Click(object sender, EventArgs e)
@@ -477,7 +478,7 @@ namespace FPJ0000
{
if (dr.RowState == DataRowState.Detached || dr.RowState == DataRowState.Deleted) continue;
var qty = dr.qty; //파트리스트수량
var qty = dr.qtyn; //파트리스트수량(N대수량으로 처리)
var model = string.IsNullOrEmpty(dr.ItemModel) ? dr.ItemName : dr.ItemModel;
//검색 sql 생성