This commit is contained in:
chi
2023-08-09 15:21:40 +09:00
parent 20e36a3624
commit c34372e262
20 changed files with 2401 additions and 907 deletions

View File

@@ -28,6 +28,8 @@ namespace FEQ0000
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
bsManu = new BindingSource();
bsModel = new BindingSource();
this.dr = dr_;
@@ -262,6 +264,10 @@ namespace FEQ0000
{
sidchk1 = string.Empty;
dbchk1 = string.Empty;
//복사된 자료는 isd가 잇으면 sid가 잇다면 자동 처리해준다.
if (tbSID.Text.StartsWith("10") && tbSID.TextLength == 9)
dbchk1 = tbPumName.Text;
}
else
{

View File

@@ -301,6 +301,10 @@ namespace FEQ0000
{
sidchk1 = string.Empty;
dbchk1 = string.Empty;
//복사된 자료는 isd가 잇으면 sid가 잇다면 자동 처리해준다.
if (tbSID.Text.StartsWith("10") && tbSID.TextLength == 9)
dbchk1 = tbPumName.Text;
}
else
{