재고 등록화면 프로젝트 입력칸 비활성화 => 완료

재고 관리 화면 - 보관소 필터링 기능 추가
재고 관리 등록 화면 규격의 값이 없어도 등록 가능 => 완료
보관소 직접입력이 아닌 선택 하게 => 재고등록화면 수정,
품목정보에 공급처 선택 기능 => 공급처 칸(제일 우측) 추가
주문도 보관소 별로 처리 => 완료
안전용 주문등록화면 추가 => 보관소 기능 추가
구매 신청 목록에 "보관소" 열 추가
This commit is contained in:
chikyun.kim
2019-10-01 15:51:12 +09:00
parent 3acf9659e7
commit 80d00fd4b6
78 changed files with 13867 additions and 5520 deletions

View File

@@ -57,12 +57,12 @@
this.cmbRequest = new System.Windows.Forms.ComboBox();
this.tbPumIDX = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tbPlace = new System.Windows.Forms.TextBox();
this.tbSN = new System.Windows.Forms.TextBox();
this.linkLabel7 = new System.Windows.Forms.LinkLabel();
this.linkLabel5 = new System.Windows.Forms.LinkLabel();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.ta = new FCM0000.DSInventoryTableAdapters.vInventoryTableAdapter();
this.cmbPlace = new System.Windows.Forms.ComboBox();
sidLabel = new System.Windows.Forms.Label();
pumscaleLabel = new System.Windows.Forms.Label();
pumqtyLabel = new System.Windows.Forms.Label();
@@ -357,7 +357,7 @@
//
// groupBox1
//
this.groupBox1.Controls.Add(this.tbPlace);
this.groupBox1.Controls.Add(this.cmbPlace);
this.groupBox1.Controls.Add(label4);
this.groupBox1.Controls.Add(this.tbSN);
this.groupBox1.Controls.Add(label2);
@@ -394,17 +394,6 @@
this.groupBox1.TabStop = false;
this.groupBox1.Text = "필수입력";
//
// tbPlace
//
this.tbPlace.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbPlace.Location = new System.Drawing.Point(93, 280);
this.tbPlace.Margin = new System.Windows.Forms.Padding(4);
this.tbPlace.MaxLength = 500;
this.tbPlace.Name = "tbPlace";
this.tbPlace.Size = new System.Drawing.Size(381, 27);
this.tbPlace.TabIndex = 25;
this.tbPlace.TabStop = false;
//
// tbSN
//
this.tbSN.ImeMode = System.Windows.Forms.ImeMode.Hangul;
@@ -444,6 +433,19 @@
//
this.ta.ClearBeforeFill = true;
//
// tbPlace
//
this.cmbPlace.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbPlace.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbPlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPlace.FormattingEnabled = true;
this.cmbPlace.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.cmbPlace.Location = new System.Drawing.Point(93, 280);
this.cmbPlace.Margin = new System.Windows.Forms.Padding(4);
this.cmbPlace.Name = "tbPlace";
this.cmbPlace.Size = new System.Drawing.Size(381, 28);
this.cmbPlace.TabIndex = 28;
//
// finventoryAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
@@ -491,7 +493,7 @@
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.LinkLabel linkLabel5;
private System.Windows.Forms.LinkLabel linkLabel7;
private System.Windows.Forms.TextBox tbPlace;
private System.Windows.Forms.TextBox tbSN;
private System.Windows.Forms.ComboBox cmbPlace;
}
}