구매짆생 수량 표시 방법 변경
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user