Browse Source

wms改为按板推

fubin 2 years ago
parent
commit
af085c902e

+ 149 - 85
DK.Client/SAPDataModule/Hegii/F_SAP_HEGII_0104.Designer.cs

@@ -29,14 +29,22 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
         /// </summary>
         private void InitializeComponent()
         {
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
             this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
+            this.txtLPN = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
+            this.lblLPN = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
+            this.txtSerialno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
+            this.lblSerialno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
+            this.txtReturnDesc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
+            this.lblReturnDesc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
+            this.lblLogType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
+            this.cmbLogType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
             this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
             this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
             this.dtpDateend = new Dongke.WinForm.Controls.DtpDate();
@@ -59,10 +67,6 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             this.LPN = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.RETURNDESC = new System.Windows.Forms.DataGridViewTextBoxColumn();
             this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
-            this.lblLogType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
-            this.cmbLogType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
-            this.lblReturnDesc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
-            this.txtReturnDesc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
             this.grpCollapsible1.SuspendLayout();
             this.tsrToolStrip1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).BeginInit();
@@ -72,6 +76,10 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             // 
             this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
+            this.grpCollapsible1.Controls.Add(this.txtLPN);
+            this.grpCollapsible1.Controls.Add(this.lblLPN);
+            this.grpCollapsible1.Controls.Add(this.txtSerialno);
+            this.grpCollapsible1.Controls.Add(this.lblSerialno);
             this.grpCollapsible1.Controls.Add(this.txtReturnDesc);
             this.grpCollapsible1.Controls.Add(this.lblReturnDesc);
             this.grpCollapsible1.Controls.Add(this.lblLogType);
@@ -82,11 +90,109 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             this.grpCollapsible1.Controls.Add(this.dtpDatebegin);
             this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
             this.grpCollapsible1.Name = "grpCollapsible1";
-            this.grpCollapsible1.Size = new System.Drawing.Size(758, 52);
+            this.grpCollapsible1.Size = new System.Drawing.Size(1135, 74);
             this.grpCollapsible1.TabIndex = 1;
             this.grpCollapsible1.TabStop = false;
             this.grpCollapsible1.Text = "查询条件";
             // 
+            // txtLPN
+            // 
+            this.txtLPN.BackColor = System.Drawing.SystemColors.Window;
+            this.txtLPN.BackgroundColor = System.Drawing.SystemColors.Window;
+            this.txtLPN.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
+            this.txtLPN.ErrorMessage = "";
+            this.txtLPN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtLPN.Location = new System.Drawing.Point(365, 47);
+            this.txtLPN.MaxLength = 200;
+            this.txtLPN.Name = "txtLPN";
+            this.txtLPN.Size = new System.Drawing.Size(285, 21);
+            this.txtLPN.TabIndex = 32;
+            // 
+            // lblLPN
+            // 
+            this.lblLPN.AutoSize = true;
+            this.lblLPN.BackColor = System.Drawing.Color.Transparent;
+            this.lblLPN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.lblLPN.ForeColor = System.Drawing.SystemColors.ControlText;
+            this.lblLPN.Location = new System.Drawing.Point(330, 52);
+            this.lblLPN.Name = "lblLPN";
+            this.lblLPN.Size = new System.Drawing.Size(29, 12);
+            this.lblLPN.TabIndex = 31;
+            this.lblLPN.Text = "板码";
+            // 
+            // txtSerialno
+            // 
+            this.txtSerialno.BackColor = System.Drawing.SystemColors.Window;
+            this.txtSerialno.BackgroundColor = System.Drawing.SystemColors.Window;
+            this.txtSerialno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
+            this.txtSerialno.ErrorMessage = "";
+            this.txtSerialno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtSerialno.Location = new System.Drawing.Point(71, 47);
+            this.txtSerialno.MaxLength = 100;
+            this.txtSerialno.Name = "txtSerialno";
+            this.txtSerialno.Size = new System.Drawing.Size(229, 21);
+            this.txtSerialno.TabIndex = 30;
+            // 
+            // lblSerialno
+            // 
+            this.lblSerialno.AutoSize = true;
+            this.lblSerialno.BackColor = System.Drawing.Color.Transparent;
+            this.lblSerialno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.lblSerialno.ForeColor = System.Drawing.SystemColors.ControlText;
+            this.lblSerialno.Location = new System.Drawing.Point(24, 52);
+            this.lblSerialno.Name = "lblSerialno";
+            this.lblSerialno.Size = new System.Drawing.Size(41, 12);
+            this.lblSerialno.TabIndex = 29;
+            this.lblSerialno.Text = "外箱码";
+            // 
+            // txtReturnDesc
+            // 
+            this.txtReturnDesc.BackColor = System.Drawing.SystemColors.Window;
+            this.txtReturnDesc.BackgroundColor = System.Drawing.SystemColors.Window;
+            this.txtReturnDesc.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
+            this.txtReturnDesc.ErrorMessage = "";
+            this.txtReturnDesc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtReturnDesc.Location = new System.Drawing.Point(530, 20);
+            this.txtReturnDesc.MaxLength = 20;
+            this.txtReturnDesc.Name = "txtReturnDesc";
+            this.txtReturnDesc.Size = new System.Drawing.Size(120, 21);
+            this.txtReturnDesc.TabIndex = 28;
+            // 
+            // lblReturnDesc
+            // 
+            this.lblReturnDesc.AutoSize = true;
+            this.lblReturnDesc.BackColor = System.Drawing.Color.Transparent;
+            this.lblReturnDesc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.lblReturnDesc.ForeColor = System.Drawing.SystemColors.ControlText;
+            this.lblReturnDesc.Location = new System.Drawing.Point(471, 24);
+            this.lblReturnDesc.Name = "lblReturnDesc";
+            this.lblReturnDesc.Size = new System.Drawing.Size(53, 12);
+            this.lblReturnDesc.TabIndex = 25;
+            this.lblReturnDesc.Text = "同步结果";
+            // 
+            // lblLogType
+            // 
+            this.lblLogType.AutoSize = true;
+            this.lblLogType.BackColor = System.Drawing.Color.Transparent;
+            this.lblLogType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.lblLogType.ForeColor = System.Drawing.SystemColors.ControlText;
+            this.lblLogType.Location = new System.Drawing.Point(306, 24);
+            this.lblLogType.Name = "lblLogType";
+            this.lblLogType.Size = new System.Drawing.Size(53, 12);
+            this.lblLogType.TabIndex = 24;
+            this.lblLogType.Text = "同步类型";
+            // 
+            // cmbLogType
+            // 
+            this.cmbLogType.BackColor = System.Drawing.SystemColors.Window;
+            this.cmbLogType.BackgroundColor = System.Drawing.SystemColors.Window;
+            this.cmbLogType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.cmbLogType.FormattingEnabled = true;
+            this.cmbLogType.Location = new System.Drawing.Point(365, 20);
+            this.cmbLogType.Name = "cmbLogType";
+            this.cmbLogType.Size = new System.Drawing.Size(100, 20);
+            this.cmbLogType.TabIndex = 23;
+            // 
             // lblLabel2
             // 
             this.lblLabel2.Location = new System.Drawing.Point(177, 24);
@@ -133,7 +239,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             this.tsbtnClose});
             this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
             this.tsrToolStrip1.Name = "tsrToolStrip1";
-            this.tsrToolStrip1.Size = new System.Drawing.Size(770, 35);
+            this.tsrToolStrip1.Size = new System.Drawing.Size(1147, 35);
             this.tsrToolStrip1.TabIndex = 0;
             // 
             // tsbtnSearch
@@ -203,8 +309,8 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             this.dgvBarcode.AllowUserToDeleteRows = false;
             this.dgvBarcode.AllowUserToModifyRows = true;
             this.dgvBarcode.AllowUserToOrderColumns = true;
-            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
-            this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
+            dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
+            this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
             this.dgvBarcode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
             | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
@@ -215,14 +321,14 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             this.dgvBarcode.ChildNodeColumnText = null;
             this.dgvBarcode.ColumnDeep = 1;
             this.dgvBarcode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
-            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
-            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
-            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
-            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
-            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
-            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
-            this.dgvBarcode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
+            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+            dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
+            dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
+            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
+            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+            this.dgvBarcode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
             this.dgvBarcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
             this.dgvBarcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
             this.SEL,
@@ -241,6 +347,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             this.dgvBarcode.EnableHeadersVisualStyles = false;
             this.dgvBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.dgvBarcode.FormatQuantityColumns = null;
+            this.dgvBarcode.HasNode = false;
             this.dgvBarcode.HorizontalMergeColumn = null;
             this.dgvBarcode.IsAutoCountSum = true;
             this.dgvBarcode.IsAutoResizeColumns = false;
@@ -248,7 +355,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             this.dgvBarcode.IsOpenMergeCellFlag = false;
             this.dgvBarcode.IsSubTotalFlag = false;
             this.dgvBarcode.IsTopDeep = false;
-            this.dgvBarcode.Location = new System.Drawing.Point(0, 96);
+            this.dgvBarcode.Location = new System.Drawing.Point(0, 118);
             this.dgvBarcode.MergeColumnNames = null;
             this.dgvBarcode.MergeDetailColumnNames = null;
             this.dgvBarcode.MergeDetailOnlyColumn = null;
@@ -258,15 +365,16 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             this.dgvBarcode.RefreshAtHscroll = false;
             this.dgvBarcode.RowHeadersWidth = 50;
             this.dgvBarcode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
-            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
-            this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle7;
+            dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
+            this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle14;
             this.dgvBarcode.RowTemplate.Height = 21;
-            this.dgvBarcode.Size = new System.Drawing.Size(769, 294);
+            this.dgvBarcode.Size = new System.Drawing.Size(1146, 423);
             this.dgvBarcode.SortOrderColumnName = null;
             this.dgvBarcode.TabIndex = 0;
             this.dgvBarcode.Tag = "";
             this.dgvBarcode.TotalSumColumns = null;
             this.dgvBarcode.ViewRowFilter = "";
+            this.dgvBarcode.VirtualNodes = false;
             // 
             // SEL
             // 
@@ -282,8 +390,8 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             // LOGTYPENAME
             // 
             this.LOGTYPENAME.DataPropertyName = "LOGTYPENAME";
-            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
-            this.LOGTYPENAME.DefaultCellStyle = dataGridViewCellStyle3;
+            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+            this.LOGTYPENAME.DefaultCellStyle = dataGridViewCellStyle10;
             this.LOGTYPENAME.HeaderText = "同步类型";
             this.LOGTYPENAME.Name = "LOGTYPENAME";
             this.LOGTYPENAME.ReadOnly = true;
@@ -319,8 +427,8 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             // SERIALNO
             // 
             this.SERIALNO.DataPropertyName = "SERIALNO";
-            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
-            this.SERIALNO.DefaultCellStyle = dataGridViewCellStyle4;
+            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
+            this.SERIALNO.DefaultCellStyle = dataGridViewCellStyle11;
             this.SERIALNO.HeaderText = "外箱码";
             this.SERIALNO.Name = "SERIALNO";
             this.SERIALNO.ReadOnly = true;
@@ -328,8 +436,8 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             // LPN
             // 
             this.LPN.DataPropertyName = "LPN";
-            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
-            this.LPN.DefaultCellStyle = dataGridViewCellStyle5;
+            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
+            this.LPN.DefaultCellStyle = dataGridViewCellStyle12;
             this.LPN.HeaderText = "板码";
             this.LPN.Name = "LPN";
             this.LPN.ReadOnly = true;
@@ -344,66 +452,18 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
             // CREATETIME
             // 
             this.CREATETIME.DataPropertyName = "CREATETIME";
-            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
-            dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
-            this.CREATETIME.DefaultCellStyle = dataGridViewCellStyle6;
+            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+            dataGridViewCellStyle13.Format = "yyyy-MM-dd HH:mm:ss";
+            this.CREATETIME.DefaultCellStyle = dataGridViewCellStyle13;
             this.CREATETIME.HeaderText = "同步时间";
             this.CREATETIME.Name = "CREATETIME";
             this.CREATETIME.ReadOnly = true;
             // 
-            // lblLogType
-            // 
-            this.lblLogType.AutoSize = true;
-            this.lblLogType.BackColor = System.Drawing.Color.Transparent;
-            this.lblLogType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.lblLogType.ForeColor = System.Drawing.SystemColors.ControlText;
-            this.lblLogType.Location = new System.Drawing.Point(306, 24);
-            this.lblLogType.Name = "lblLogType";
-            this.lblLogType.Size = new System.Drawing.Size(53, 12);
-            this.lblLogType.TabIndex = 24;
-            this.lblLogType.Text = "同步类型";
-            // 
-            // cmbLogType
-            // 
-            this.cmbLogType.BackColor = System.Drawing.SystemColors.Window;
-            this.cmbLogType.BackgroundColor = System.Drawing.SystemColors.Window;
-            this.cmbLogType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.cmbLogType.FormattingEnabled = true;
-            this.cmbLogType.Location = new System.Drawing.Point(365, 20);
-            this.cmbLogType.Name = "cmbLogType";
-            this.cmbLogType.Size = new System.Drawing.Size(100, 20);
-            this.cmbLogType.TabIndex = 23;
-            // 
-            // lblReturnDesc
-            // 
-            this.lblReturnDesc.AutoSize = true;
-            this.lblReturnDesc.BackColor = System.Drawing.Color.Transparent;
-            this.lblReturnDesc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.lblReturnDesc.ForeColor = System.Drawing.SystemColors.ControlText;
-            this.lblReturnDesc.Location = new System.Drawing.Point(471, 24);
-            this.lblReturnDesc.Name = "lblReturnDesc";
-            this.lblReturnDesc.Size = new System.Drawing.Size(53, 12);
-            this.lblReturnDesc.TabIndex = 25;
-            this.lblReturnDesc.Text = "同步结果";
-            // 
-            // txtReturnDesc
-            // 
-            this.txtReturnDesc.BackColor = System.Drawing.SystemColors.Window;
-            this.txtReturnDesc.BackgroundColor = System.Drawing.SystemColors.Window;
-            this.txtReturnDesc.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
-            this.txtReturnDesc.ErrorMessage = "";
-            this.txtReturnDesc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtReturnDesc.Location = new System.Drawing.Point(530, 20);
-            this.txtReturnDesc.MaxLength = 20;
-            this.txtReturnDesc.Name = "txtReturnDesc";
-            this.txtReturnDesc.Size = new System.Drawing.Size(120, 21);
-            this.txtReturnDesc.TabIndex = 28;
-            // 
             // F_SAP_HEGII_0104
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(770, 402);
+            this.ClientSize = new System.Drawing.Size(1147, 553);
             this.Controls.Add(this.dgvBarcode);
             this.Controls.Add(this.grpCollapsible1);
             this.Controls.Add(this.tsrToolStrip1);
@@ -449,5 +509,9 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
         private Basics.BaseControls.C_ComboBox cmbLogType;
         private Basics.BaseControls.C_Label lblReturnDesc;
         private Basics.BaseControls.C_TextBox txtReturnDesc;
+        private Basics.BaseControls.C_TextBox txtSerialno;
+        private Basics.BaseControls.C_Label lblSerialno;
+        private Basics.BaseControls.C_TextBox txtLPN;
+        private Basics.BaseControls.C_Label lblLPN;
     }
 }

+ 28 - 14
DK.Client/SAPDataModule/Hegii/F_SAP_HEGII_0104.cs

@@ -144,21 +144,26 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
                 cre.Properties["dateend"] = dtpDateend.Value.Value.AddDays(1);
                 cre.Properties["LogType"] = cmbLogType.SelectedValue;
                 cre.Properties["ReturnDesc"] = txtReturnDesc.Text;
+                cre.Properties["Serialno"] = txtSerialno.Text;
+                cre.Properties["LPN"] = txtLPN.Text;
 
                 ServiceResultEntity sre = DoAsync(() =>
                 {
                     return SAPDataModuleProxy.Service.DoRequest(cre);
                 });
 
-                if (sre.Status == Constant.ServiceResultStatus.Success)
+                if (sre.Data != null)
                 {
-                    // 查询成功
-                    dgvBarcode.DataSource = sre.Data.Tables[0];
-                    dgvBarcode.IsSetInputColumnsColor = true;
-                    if (dgvBarcode.RowCount == 0)
+                    if (sre.Data.Tables[0].Rows.Count == 0)
                     {
                         DKMessageBox.ShowDialog(this, DKMessageCode.I_CMN_S_001);
+                        return;
                     }
+
+                    // 查询成功
+                    dgvBarcode.DataSource = sre.Data.Tables[0];
+                    dgvBarcode.IsSetInputColumnsColor = true;
+                    dgvBarcode.AutoResizeColumns();
                 }
             }
             catch (Exception ex)
@@ -196,15 +201,15 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
                     return;
                 }
 
-                DataRow[] rows = dtSelBarcode.Select("RETURNDESC = '同步成功'");
-                if (rows.Length > 0)
-                {
-                    DKMessageBox.ShowDialog(this, DKMessageCode.W_CMN_S_004, "同步成功不允许再同步");
-                    return;
-                }
-
+                //DataRow[] rows = dtSelBarcode.Select("RETURNDESC = '同步成功'");
+                //if (rows.Length > 0)
+                //{
+                //    DKMessageBox.ShowDialog(this, DKMessageCode.W_CMN_S_004, "同步成功不允许再同步");
+                //    return;
+                //}
+                
                 string logtype;
-                rows = dtSelBarcode.Select("LOGTYPE = '1'");
+                DataRow[] rows = dtSelBarcode.Select("LOGTYPE = '1'");
                 if (rows.Length == dtSelBarcode.Rows.Count)
                 {
                     logtype = "1";
@@ -219,6 +224,13 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
                     return;
                 }
 
+                rows = dtSelBarcode.Select("LPN = '"+ dtSelBarcode.Rows[0]["LPN"] + "'");
+                if (rows.Length != dtSelBarcode.Rows.Count)
+                {
+                    DKMessageBox.ShowDialog(this, DKMessageCode.W_CMN_S_004, "一次只能同步一板");
+                    return;
+                }
+
                 foreach (DataRow row in dtSelBarcode.Rows)
                 {
                     rows = dtSelBarcode.Select("CODEI = '" + row["CODEI"] + "'");
@@ -276,8 +288,10 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
         {
             dtpDatebegin.Value = DateTime.Now.Date;
             dtpDateend.Value = DateTime.Now.Date;
-            this.cmbLogType.SelectedIndex = 0;
+            cmbLogType.SelectedIndex = 0;
             txtReturnDesc.Text = string.Empty;
+            txtSerialno.Text = string.Empty;
+            txtLPN.Text = string.Empty;
         }
 
         /// <summary>

+ 36 - 66
DK.Service/SAPDataService/SAPDataLogicPartial.cs

@@ -7,7 +7,7 @@ using System.Linq;
 using System.Net;
 using System.Reflection;
 using System.Text;
-
+using System.Threading;
 using Dongke.IBOSS.PRD.Basics.BaseResources;
 using Dongke.IBOSS.PRD.Basics.DataAccess;
 using Dongke.IBOSS.PRD.Basics.Library;
@@ -99,7 +99,7 @@ namespace Dongke.IBOSS.PRD.Service.SAPHegiiDataService
 
                     // 正式
                     //string url033 = "http://hgs4powd1.hegii.com:8000/RESTAdapter/DKMES/ZPPFM033";
-                    
+
                     string ztype, msg = string.Empty;
                     try
                     {
@@ -1784,7 +1784,8 @@ namespace Dongke.IBOSS.PRD.Service.SAPHegiiDataService
                  WHERE 1 = 1
                    AND DL.DATASTUTS = 'F'
                    AND DL.LOGID > 6
-                   AND DL.DATACODE = '60' ";
+                   AND DL.DATACODE = '60' 
+                 ORDER BY DL.LOGID ";
 
                 DataTable dtLogID = oracleConn.GetSqlResultToDt(sqlString);
 
@@ -1907,7 +1908,7 @@ namespace Dongke.IBOSS.PRD.Service.SAPHegiiDataService
                 DateTime now = DateTime.Now;
                 string message = string.Empty;
 
-                sqlString = @"
+                string sqlFpData = @"
                 SELECT WL.SKU,
                        WL.SERIALNO,
                        WL.ADDDAY,
@@ -1917,82 +1918,51 @@ namespace Dongke.IBOSS.PRD.Service.SAPHegiiDataService
                        WL.UDF2,
                        WL.LPN,
                        WL.CREATETIME,
-                       GDD.SECURITYCODE
+                       GDD.SECURITYCODE,
+                       WL.LOGTYPE
                   FROM TP_WMS_LOG WL
                  INNER JOIN TP_PM_GROUTINGDAILYDETAIL GDD
                     ON GDD.BARCODE = WL.CODEI
                  WHERE WL.VALUEFLAG = '1'
-                   AND WL.LOGTYPE = '1'
-                   AND INSTR(:LOGIDS, ',' || WL.BGLOGID || ',') > 0 ";
-
-                paras = new OracleParameter[]
-                {
-                    new OracleParameter(":LOGIDS", OracleDbType.Varchar2, logIDs, ParameterDirection.Input),
-                };
-                DataTable fpData = oracleConn.GetSqlResultToDt(sqlString, paras);
+                   AND WL.BGLOGID = :BGLOGID ";
 
-                if (fpData.Rows.Count > 0)
-                {
-                    message = WMSDataLogic.PushWMS2(fpData, now);
-                }
-
-                sqlString = @"
+                string sqlUpdate = @"
                 UPDATE TP_WMS_LOG
                    SET RETURNDESC = :RETURNDESC,
                        UPDATETIME = :UPDATETIME
-                 WHERE INSTR(:LOGIDS, ',' || BGLOGID || ',') > 0 ";
+                 WHERE BGLOGID = :BGLOGID ";
 
-                paras = new OracleParameter[]
+                foreach (DataRow row in dtLogID.Rows)
                 {
-                    new OracleParameter(":RETURNDESC", OracleDbType.NVarchar2, message, ParameterDirection.Input),
-                    new OracleParameter(":UPDATETIME", OracleDbType.Date, now, ParameterDirection.Input),
-                    new OracleParameter(":LOGIDS", OracleDbType.Varchar2, logIDs, ParameterDirection.Input),
-                };
-                r = oracleConn.ExecuteNonQuery(sqlString, paras);
+                    // 歇2s,调太快会给接口累着。
+                    Thread.Sleep(2000);
 
-                sqlString = @"
-                SELECT WL.SKU,
-                       WL.SERIALNO,
-                       WL.ADDDAY,
-                       WL.ADDTIME,
-                       WL.CODEI,
-                       NVL(WL.UDF1, 'hegii') AS UDF1,
-                       WL.UDF2,
-                       WL.LPN,
-                       WL.CREATETIME,
-                       GDD.SECURITYCODE
-                  FROM TP_WMS_LOG WL
-                 INNER JOIN TP_PM_GROUTINGDAILYDETAIL GDD
-                    ON GDD.BARCODE = WL.CODEI
-                 WHERE WL.VALUEFLAG = '1'
-                   AND WL.LOGTYPE = '2'
-                   AND INSTR(:LOGIDS, ',' || WL.BGLOGID || ',') > 0 ";
+                    paras = new OracleParameter[]
+                    {
+                        new OracleParameter(":BGLOGID", OracleDbType.Int32, row["LOGID"], ParameterDirection.Input),
+                    };
+                    DataTable fpData = oracleConn.GetSqlResultToDt(sqlFpData, paras);
 
-                paras = new OracleParameter[]
-                {
-                    new OracleParameter(":LOGIDS", OracleDbType.Varchar2, logIDs, ParameterDirection.Input),
-                };
-                fpData = oracleConn.GetSqlResultToDt(sqlString, paras);
+                    if (fpData.Rows.Count > 0)
+                    {
+                        if ("1".Equals(fpData.Rows[0]["LOGTYPE"] + ""))
+                        {
+                            message = WMSDataLogic.PushWMS2(fpData, now);
+                        }
+                        else
+                        {
+                            message = WMSDataLogic.BackPushWMS2(fpData, now);
+                        }
+                    }
 
-                if (fpData.Rows.Count > 0)
-                {
-                    message = WMSDataLogic.BackPushWMS2(fpData, now);
+                    paras = new OracleParameter[]
+                    {
+                        new OracleParameter(":RETURNDESC", OracleDbType.NVarchar2, message, ParameterDirection.Input),
+                        new OracleParameter(":UPDATETIME", OracleDbType.Date, now, ParameterDirection.Input),
+                        new OracleParameter(":BGLOGID", OracleDbType.Int32, row["LOGID"], ParameterDirection.Input),
+                    };
+                    r = oracleConn.ExecuteNonQuery(sqlUpdate, paras);
                 }
-
-                sqlString = @"
-                UPDATE TP_WMS_LOG
-                   SET RETURNDESC = :RETURNDESC,
-                       UPDATETIME = :UPDATETIME
-                 WHERE INSTR(:LOGIDS, ',' || BGLOGID || ',') > 0 ";
-
-                paras = new OracleParameter[]
-                {
-                    new OracleParameter(":RETURNDESC", OracleDbType.NVarchar2, message, ParameterDirection.Input),
-                    new OracleParameter(":UPDATETIME", OracleDbType.Date, now, ParameterDirection.Input),
-                    new OracleParameter(":LOGIDS", OracleDbType.Varchar2, logIDs, ParameterDirection.Input),
-                };
-                r = oracleConn.ExecuteNonQuery(sqlString, paras);
-
                 #endregion
 
                 oracleConn.Commit();

+ 88 - 1
DK.Service/WMSDataService/WMSDataLogic.cs

@@ -313,11 +313,20 @@ namespace Dongke.IBOSS.PRD.Service.WMSDataService
                     wmsParam.messageid = "ZTBARCODE";
                     wmsParam.stdno = "ZTBARCODE";
                     wmsParam.warehouseid = "WH01";
-                    string ss = JsonHelper.ToJson(barcodeInfo);
+
+                    // 推送前json
+                    OutputLog.TraceLog(LogPriority.Information,
+                        "wms主数据推送前", "PushWMS2", JsonHelper.ToJson(barcodeInfo),
+                        LocalPath.LogExePath + "WMS_HEGII\\PushWMS2");
 
                     // 参数
                     wmsResult = wmsClient.putBARCODEData(info, barcodeInfo, wmsParam);
 
+                    // 推送后json
+                    OutputLog.TraceLog(LogPriority.Information,
+                        "wms主数据推送后", "PushWMS2", JsonHelper.ToJson(wmsResult),
+                        LocalPath.LogExePath + "WMS_HEGII\\PushWMS2");
+
                     if (wmsResult.returnCode != "0000")
                     {
                         return "同步失败:" + wmsResult.returnDesc;
@@ -374,9 +383,19 @@ namespace Dongke.IBOSS.PRD.Service.WMSDataService
                     wmsParam.stdno = "ZPPCODE";
                     wmsParam.warehouseid = "WH01";
 
+                    // 推送前json
+                    OutputLog.TraceLog(LogPriority.Information,
+                        "wms关系数据推送前", "PushWMS2", JsonHelper.ToJson(barcodeInfo),
+                        LocalPath.LogExePath + "WMS_HEGII\\PushWMS2");
+
                     // 参数
                     wmsResult = wmsClient.putBARCODEData(info, barcodeInfo, wmsParam);
 
+                    // 推送后json
+                    OutputLog.TraceLog(LogPriority.Information,
+                        "wms关系数据推送后", "PushWMS2", JsonHelper.ToJson(wmsResult),
+                        LocalPath.LogExePath + "WMS_HEGII\\PushWMS2");
+
                     if (wmsResult.returnCode != "0000")
                     {
                         return "同步失败:" + wmsResult.returnDesc;
@@ -460,9 +479,19 @@ namespace Dongke.IBOSS.PRD.Service.WMSDataService
                     wmsParam.stdno = "ZPPCODE";
                     wmsParam.warehouseid = "WH01";
 
+                    // 推送前json
+                    OutputLog.TraceLog(LogPriority.Information,
+                        "wms撤销关系数据推送前", "BackPushWMS2", JsonHelper.ToJson(barcodeInfo),
+                        LocalPath.LogExePath + "WMS_HEGII\\PushWMS2");
+
                     // 参数
                     wmsResult = wmsClient.putBARCODEData(info, barcodeInfo, wmsParam);
 
+                    // 推送后json
+                    OutputLog.TraceLog(LogPriority.Information,
+                        "wms撤销关系数据推送后", "BackPushWMS2", JsonHelper.ToJson(wmsResult),
+                        LocalPath.LogExePath + "WMS_HEGII\\PushWMS2");
+
                     if (wmsResult.returnCode != "0000")
                     {
                         return "同步失败:" + wmsResult.returnDesc;
@@ -553,9 +582,19 @@ namespace Dongke.IBOSS.PRD.Service.WMSDataService
                         wmsParam.stdno = "ZTBARCODE";
                         wmsParam.warehouseid = "WH01";
 
+                        // 推送前json
+                        OutputLog.TraceLog(LogPriority.Information,
+                            "wms手动主数据推送前", "SyncWMSDataLog", JsonHelper.ToJson(barcodeInfo),
+                            LocalPath.LogExePath + "WMS_HEGII\\SyncWMSDataLog");
+
                         // 参数
                         wmsResult = wmsClient.putBARCODEData(info, barcodeInfo, wmsParam);
 
+                        // 推送前json
+                        OutputLog.TraceLog(LogPriority.Information,
+                            "wms手动主数据推送后", "SyncWMSDataLog", JsonHelper.ToJson(wmsResult),
+                            LocalPath.LogExePath + "WMS_HEGII\\SyncWMSDataLog");
+
                         if (wmsResult.returnCode != "0000")
                         {
                             sre.OtherStatus = -1;
@@ -615,9 +654,19 @@ namespace Dongke.IBOSS.PRD.Service.WMSDataService
                         wmsParam.stdno = "ZPPCODE";
                         wmsParam.warehouseid = "WH01";
 
+                        // 推送前json
+                        OutputLog.TraceLog(LogPriority.Information,
+                            "wms手动关系数据推送前", "SyncWMSDataLog", JsonHelper.ToJson(barcodeInfo),
+                            LocalPath.LogExePath + "WMS_HEGII\\SyncWMSDataLog");
+
                         // 参数
                         wmsResult = wmsClient.putBARCODEData(info, barcodeInfo, wmsParam);
 
+                        // 推送前json
+                        OutputLog.TraceLog(LogPriority.Information,
+                            "wms手动关系数据推送后", "SyncWMSDataLog", JsonHelper.ToJson(wmsResult),
+                            LocalPath.LogExePath + "WMS_HEGII\\SyncWMSDataLog");
+
                         if (wmsResult.returnCode != "0000")
                         {
                             sre.OtherStatus = -1;
@@ -680,9 +729,19 @@ namespace Dongke.IBOSS.PRD.Service.WMSDataService
                         wmsParam.stdno = "ZPPCODE";
                         wmsParam.warehouseid = "WH01";
 
+                        // 推送前json
+                        OutputLog.TraceLog(LogPriority.Information,
+                            "wms手动撤销关系数据推送前", "SyncWMSDataLog", JsonHelper.ToJson(barcodeInfo),
+                            LocalPath.LogExePath + "WMS_HEGII\\SyncWMSDataLog");
+
                         // 参数
                         wmsResult = wmsClient.putBARCODEData(info, barcodeInfo, wmsParam);
 
+                        // 推送前json
+                        OutputLog.TraceLog(LogPriority.Information,
+                            "wms手动撤销关系数据推送后", "SyncWMSDataLog", JsonHelper.ToJson(wmsResult),
+                            LocalPath.LogExePath + "WMS_HEGII\\SyncWMSDataLog");
+
                         if (wmsResult.returnCode != "0000")
                         {
                             sre.OtherStatus = -1;
@@ -783,6 +842,34 @@ namespace Dongke.IBOSS.PRD.Service.WMSDataService
                     paras.Add(new OracleParameter(":RETURNDESC", OracleDbType.NVarchar2, "%" + cre.Properties["ReturnDesc"] + "%", ParameterDirection.Input));
                 }
 
+                if (!string.IsNullOrEmpty(cre.Properties["ReturnDesc"] + ""))
+                {
+                    sqlString += " AND WL.RETURNDESC LIKE :RETURNDESC\n";
+                    paras.Add(new OracleParameter(":RETURNDESC", OracleDbType.NVarchar2, "%" + cre.Properties["ReturnDesc"] + "%", ParameterDirection.Input));
+                }
+
+                string Serialno = cre.Properties["Serialno"] + "";
+                if (!string.IsNullOrEmpty(Serialno))
+                {
+                    // 查询整版
+                    if (Serialno.Length == 28)
+                    {
+                        sqlString += " AND WL.LPN = (SELECT L.LPN FROM TP_WMS_LOG L WHERE L.SERIALNO = :SERIALNO AND ROWNUM = 1)\n";
+                        paras.Add(new OracleParameter(":SERIALNO", OracleDbType.NVarchar2, cre.Properties["Serialno"], ParameterDirection.Input));
+                    }
+                    else
+                    {
+                        sqlString += " AND WL.SERIALNO LIKE :SERIALNO\n";
+                        paras.Add(new OracleParameter(":SERIALNO", OracleDbType.NVarchar2, "%" + cre.Properties["Serialno"] + "%", ParameterDirection.Input));
+                    }
+                }
+
+                if (!string.IsNullOrEmpty(cre.Properties["LPN"] + ""))
+                {
+                    sqlString += " AND WL.LPN LIKE :LPN\n";
+                    paras.Add(new OracleParameter(":LPN", OracleDbType.NVarchar2, "%" + cre.Properties["LPN"] + "%", ParameterDirection.Input));
+                }
+
                 sqlString += " order by WL.CREATETIME";
 
                 sre.Data = oracleConn.GetSqlResultToDs(sqlString, paras.ToArray());

+ 2 - 2
WCF.Service/WCF.WebHosting/SAP_HEGII.ini

@@ -23,14 +23,14 @@ NextDate_BG_50=2023-10-01 00:30
 
 ;±¨¹¤60
 Interval_BG_60=10
-NextDate_BG_60=2023-03-29 10:10
+NextDate_BG_60=2023-05-19 11:10
 
 ;ÒÆ¿â
 Interval_YK=120
 NextDate_YK=2023-10-01 02:00
 
 ByTime=07:30
-NextDate6002=2023-06-01 09:00
+NextDate6002=2023-10-01 09:00
 UserName=hgsapdk
 Password=Sapdk#240
 ;²âÊÔ£ºSapdk#240

+ 5 - 4
WCF.Service/WCF.WebHosting/Web.config

@@ -218,7 +218,7 @@
 	    bindingConfiguration="ProcessServiceSoap" contract="BPMWebService.ProcessServiceSoap" name="ProcessServiceSoap" />
     </client>-->
     <!--HEGII SAP同步 测试 230-->
-    <!--<client>
+    <client>
       <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/230/zppfm010/zppfm010_bind" binding="customBinding" bindingConfiguration="ZPPFM010_BIND" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND"/>
       <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm010/230/zppfm010/zppfm010_bind" binding="customBinding" bindingConfiguration="ZPPFM010_BIND_soap12" contract="HGSAPDK_ZPPFM010.ZPPFM010" name="ZPPFM010_BIND_soap12"/>
       <endpoint address="http://S4DEVAPP.hegii.com:8080/sap/bc/srt/rfc/sap/zppfm008/230/zppfm008/zppfm008_bind" binding="customBinding" bindingConfiguration="ZPPFM008_BIND" contract="HGSAPDK_ZPPFM008.ZPPFM008" name="ZPPFM008_BIND"/>
@@ -226,14 +226,15 @@
     
 	  <endpoint address="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx" binding="basicHttpBinding" 
 	    bindingConfiguration="ProcessServiceSoap" contract="BPMWebService.ProcessServiceSoap" name="ProcessServiceSoap" />
+		
 		<endpoint address="http://wmsqas.hegii.com:8091/datahubWeb/WMSSOAP/FLUXWMSSOAP" binding="basicHttpBinding"
 		  bindingConfiguration="CERPWSService2ServiceSoapBinding_TEST" contract="WMS_putBARCODEData.IERPWSService2" name="CERPWSService2Port_TEST" />
 		<endpoint address="http://wms.hegii.com:18080/datahubWeb/WMSSOAP" binding="basicHttpBinding"
 		  bindingConfiguration="CERPWSService2ServiceSoapBinding" contract="WMS_putBARCODEData.IERPWSService2" name="CERPWSService2Port" />
 
-		<endpoint address="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx" binding="basicHttpBinding"
-		   bindingConfiguration="ProcessServiceSoap" contract="BPMWebService.ProcessServiceSoap" name="ProcessServiceSoap" />
-	</client>-->
+		<!--<endpoint address="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx" binding="basicHttpBinding"
+		   bindingConfiguration="ProcessServiceSoap" contract="BPMWebService.ProcessServiceSoap" name="ProcessServiceSoap" />-->
+	</client>
     <!--aspNetCompatibilityEnabled属性设为True,让WCF启用ASP.NET管线(通俗的说就是启用Web模式下的各种设置)-->
     <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" minFreeMemoryPercentageToActivateService="0">
       <serviceActivations>