pmp 재고 조회 기능 추가

This commit is contained in:
chi
2020-04-28 10:30:13 +09:00
parent 7026136e93
commit 329f762bd3
19 changed files with 4406 additions and 1053 deletions

View File

@@ -41,6 +41,7 @@
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label7;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchase));
System.Windows.Forms.Label label8;
this.tbProject = new System.Windows.Forms.TextBox();
this.tbProjectIndex = new System.Windows.Forms.TextBox();
this.dtPdate = new System.Windows.Forms.DateTimePicker();
@@ -85,6 +86,10 @@
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.taProject = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
processLabel = new System.Windows.Forms.Label();
projectLabel = new System.Windows.Forms.Label();
assetLabel = new System.Windows.Forms.Label();
@@ -96,6 +101,7 @@
label3 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
label8 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
this.groupBox1.SuspendLayout();
@@ -271,7 +277,7 @@
this.tbOrderNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.tbOrderNo.Location = new System.Drawing.Point(65, 117);
this.tbOrderNo.Name = "tbOrderNo";
this.tbOrderNo.Size = new System.Drawing.Size(674, 25);
this.tbOrderNo.Size = new System.Drawing.Size(297, 25);
this.tbOrderNo.TabIndex = 21;
this.tbOrderNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
@@ -396,6 +402,9 @@
//
// groupBox2
//
this.groupBox2.Controls.Add(this.radioButton2);
this.groupBox2.Controls.Add(this.radioButton1);
this.groupBox2.Controls.Add(label8);
this.groupBox2.Controls.Add(this.cmbRequest);
this.groupBox2.Controls.Add(label1);
this.groupBox2.Controls.Add(this.cbManuProc);
@@ -430,7 +439,9 @@
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8});
this.columnHeader8,
this.columnHeader9,
this.columnHeader10});
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
@@ -445,12 +456,12 @@
// columnHeader1
//
this.columnHeader1.Text = "중분류";
this.columnHeader1.Width = 132;
this.columnHeader1.Width = 109;
//
// columnHeader2
//
this.columnHeader2.Text = "소분류";
this.columnHeader2.Width = 130;
this.columnHeader2.Width = 102;
//
// columnHeader3
//
@@ -461,30 +472,30 @@
// columnHeader4
//
this.columnHeader4.Text = "품명";
this.columnHeader4.Width = 290;
this.columnHeader4.Width = 220;
//
// columnHeader5
//
this.columnHeader5.Text = "모델";
this.columnHeader5.Width = 267;
this.columnHeader5.Width = 201;
//
// columnHeader6
//
this.columnHeader6.Text = "수량";
this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader6.Width = 74;
this.columnHeader6.Width = 61;
//
// columnHeader7
//
this.columnHeader7.Text = "단가";
this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader7.Width = 106;
this.columnHeader7.Width = 57;
//
// columnHeader8
//
this.columnHeader8.Text = "금액";
this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader8.Width = 148;
this.columnHeader8.Width = 90;
//
// groupBox3
//
@@ -626,6 +637,50 @@
//
this.taPart.ClearBeforeFill = true;
//
// columnHeader9
//
this.columnHeader9.Text = "구매";
this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader9.Width = 57;
//
// columnHeader10
//
this.columnHeader10.Text = "구매금액";
this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader10.Width = 83;
//
// label8
//
label8.AutoSize = true;
label8.Location = new System.Drawing.Point(382, 122);
label8.Name = "label8";
label8.Size = new System.Drawing.Size(60, 17);
label8.TabIndex = 22;
label8.Text = "등록수량";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(448, 121);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(78, 21);
this.radioButton1.TabIndex = 23;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "파트수량";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(532, 121);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(109, 21);
this.radioButton2.TabIndex = 24;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "구매요구 수량";
this.radioButton2.UseVisualStyleBackColor = true;
//
// fProjectPartToPurchase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
@@ -704,5 +759,9 @@
private System.Windows.Forms.ToolStripButton toolStripButton6;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripButton toolStripButton7;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.ColumnHeader columnHeader10;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
}
}