구매짆생 수량 표시 방법 변경

This commit is contained in:
chi
2021-02-19 11:03:47 +09:00
parent b61d444bd2
commit 7755902fff
9 changed files with 581 additions and 626 deletions

View File

@@ -107,8 +107,18 @@ namespace FPJ0000.Note
void refreshData()
{
// string state = "%";
// if (cmbState.SelectedIndex > 0) state = cmbState.Text.Split(',')[0].Substring(1);
// string state = "%";
// if (cmbState.SelectedIndex > 0) state = cmbState.Text.Split(',')[0].Substring(1);
//var cmd = new System.Data.SqlClient.SqlCommand("select idx,gcode,pdate,uid,'' as description,'' as description2,share,wuid,wdate from eetgw_note where gcode = @gcode and pdate between @sd and @ed and (uid=@uid or isnull(share,0) = 1)",ta.Connection);
//cmd.Parameters.Add("gcode", SqlDbType.VarChar).Value = FCOMMON.info.Login.gcode;
//cmd.Parameters.Add("sd", SqlDbType.VarChar).Value = dtSD.Text;
//cmd.Parameters.Add("ed", SqlDbType.VarChar).Value = dtED.Text;
//cmd.Parameters.Add("uid", SqlDbType.VarChar).Value = FCOMMON.info.Login.no;
//var da = new System.Data.SqlClient.SqlDataAdapter(cmd);
//da.Fill(this.ds1.EETGW_Note);
//cmd.Dispose();
//da.Dispose();
this.ta.Fill(this.ds1.EETGW_Note, FCOMMON.info.Login.gcode, dtSD.Text, dtED.Text, FCOMMON.info.Login.no);
FPUtil.ColSizeLoad(ref this.fpSpread1, fn_fpcolsize);