Kanban/µç×Ó¿´°å/Sc_CGKB.cs
New file @@ -0,0 +1,502 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using gregn6Lib; using SQLHelper; using DBUtility; using Pub_Class; namespace Kanban { public partial class Sc_CGKB : Form { public Sc_CGKB() { InitializeComponent(); } public DBUtility.frmBillQueryCondition_New frmCondition; public string ViewName = "h_v_Sc_CGKB"; public string ModCaption = "éè´çæ¿"; public const string ModName = "3702"; public const string ModRightName = "Sc_CGKB"; public const string ModRightNameEdit = ModRightName + "_Edit"; public const string ModRightNameCheck = ModRightName + "_Check"; public const string ModRightNameClose = ModRightName + "_Close"; public const string ModRightNameDelete = ModRightName + "_Delete"; Pub_Class.ClsGridListSum oSumGrid = new Pub_Class.ClsGridListSum(); public string sDeptID = "0"; DataSet DSet; int FY = 29; // private void initGrid() { //DBUtility.Xt_BaseBillFun.initGridList(grdMain, this.Name); //åæ é¢ //grdMain.ColumnHeadersDefaultCellStyle.BackColor = Color.FromArgb(60, 134, 202); //grdMain.ColumnHeadersDefaultCellStyle.ForeColor = Color.White; //grdMain.ColumnHeadersDefaultCellStyle.SelectionBackColor = Color.FromArgb(60, 134, 202); //grdMain.ColumnHeadersDefaultCellStyle.SelectionForeColor = Color.White; //grdMain.ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; //grdMain.ColumnHeadersHeight = 40; //grdMain.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; ////奿°è¡ //grdMain.AlternatingRowsDefaultCellStyle.BackColor = Color.FromArgb(104, 97, 118); //grdMain.AlternatingRowsDefaultCellStyle.ForeColor = Color.White; //grdMain.AlternatingRowsDefaultCellStyle.SelectionBackColor = Color.FromArgb(104, 97, 118); //grdMain.AlternatingRowsDefaultCellStyle.SelectionForeColor = Color.White; ////ç½æ ¼èæ¯è² //grdMain.BackgroundColor = Color.FromArgb(104, 97, 118); ////åæ é¢è¾¹æ¡æ ·å¼ //grdMain.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.None; ; ////æ 颿 ·å¼æ¯å¦ä½¿ç¨ç¨æ·å½å主é¢çæ ·å¼ //grdMain.EnableHeadersVisualStyles = false; ////éèè¡æ é¢ //grdMain.RowHeadersVisible = false; ////åå æ ¼ //grdMain.RowsDefaultCellStyle.BackColor = Color.FromArgb(47, 47, 47); //grdMain.RowsDefaultCellStyle.ForeColor = Color.White; //grdMain.RowsDefaultCellStyle.SelectionBackColor = Color.FromArgb(47, 47, 47); //grdMain.RowsDefaultCellStyle.SelectionForeColor = Color.White; //grdMain.RowsDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; //-------------------- DBUtility.Xt_BaseBillFun.initKanBan(this.Name, grdMain, Tool, toolStripLabel1, null, ref FY, timer2, timer3); } // private void Display() { try { ClsCN SubCn = new ClsCN(); string sSql = ""; string sWhere = ""; //è¿æ»¤æ¡ä»¶ //if (frmCondition.SqlStr.Trim().Length == 0) // return; //sSql = frmCondition.SqlStr + sWhere + " order by HStatus,HDate "; sSql = "exec h_p_Sc_CGKB " ; // DSet = SubCn.RunProcReturn(sSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo); //çæé¦è¡æ é¢ if (DSet == null) { //MessageBox.Show("没æè¿åä»»ä½ç»æ,请å¨è¿æ»¤æ¡ä¸ç¹å»ãæ¢å¤ãæé®,å°è¯å次æ¥è¯¢ï¼" + DBUtility.ClsPub.sExeReturnInfo); return; } //éæ¾å»ç» DBUtility.Xt_BaseBillFun.CancelFrozenCol(grdMain); // grdMain.DataSource = DSet.Tables[0].DefaultView; // //-----------é¢è¦ç¶æ //å¼å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åç¶æè¿æ¯ å¾ ç产ï¼ç³»ç»èªå¨é»è²è¦ç¤ºï¼ //å®å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åè¿æ¯å¾ ç产æè 卿§è¡çï¼ç³»ç»èªå¨çº¢è²è¦ç¤ºï¼ //int HBDateCol = Fun_GetCol("å¼å·¥æ¶é´"); //int HEDateCol = Fun_GetCol("å®å·¥æ¶é´"); //int HStatusCol = Fun_GetCol("çäº§ç¶æ"); //DateTime oNow = DateTime.Today.Date; //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HBDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") // { // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Yellow; // } // if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HEDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") // { // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Red; // } //} //设置å计å string sTotalCol = ""; sTotalCol = DBUtility.Gy_BaseFun.GetTotalCols(DSet); string[] sT; sT = sTotalCol.Split(Convert.ToChar(",")); oSumGrid.BuildTotalCols(sT); // //å»ç» int FrCol = 10; string s = "æ¯"; DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, s, FrCol); //ç»çº¿ //GraphLine(); //Total(); //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (i % 2 == 0) // { // grdMain.Rows[i].DefaultCellStyle.BackColor = Color.SteelBlue; // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.White; // } // else // { // grdMain.Rows[i].DefaultCellStyle.BackColor = Color.SlateGray; // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.White; // } //} // } catch (Exception e) { return; } } // private void timer1_Tick(object sender, EventArgs e) { timer1.Enabled=false; initGrid(); Display(); } private void tc_Click(object sender, EventArgs e) { //ä¿åå宽 DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); this.Close(); } private void sx_Click(object sender, EventArgs e) { timer1.Enabled = true; } private void dj_Click(object sender, EventArgs e) { Sub_ShowBill(); } //æ¾ç¤ºåæ® private void Sub_ShowBill() { } // private Int32 Fun_GetCol(string sCol) { return DBUtility.Xt_BaseBillFun.Fun_GetCol(sCol, grdMain); } // private void Sc_CGKB_Load(object sender, EventArgs e) { // frmCondition = new frmBillQueryCondition_New(); this.Text = ModCaption; //lblCaption.Text = ModCaption; oSumGrid.ogrdMain = grdMain; //åå§å new oSumGrid.oGridsum = grdSum; initGrid(); ClsIni oIni = new ClsIni(); string sID = ClsIni.ReadIni("Dept", "DeptID", Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); if (sID == "æ²¡ææ¾å°ï¼") { sDeptID = "0"; } else { sDeptID = sID; } } private void grdMain_DblClick(object sender, EventArgs e) { //Sc_WorkBillProcReportKB o = new Sc_WorkBillProcReportKB(); //if(grdMain.CurrentRow==null) // return; //o.sICMOInterID = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentCell.RowIndex].Cells[Fun_GetCol("HInterID")].Value); //o.sDeptID = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentCell.RowIndex].Cells[Fun_GetCol("HDeptID")].Value); //o.ShowDialog(); } private void cx_Click(object sender, EventArgs e) { frmCondition = new frmBillQueryCondition_New(); SetCondition(frmCondition, ViewName, this.Name); frmCondition.ShowDialog(); if (frmCondition.Tag.ToString() == "OK") { Display(); } } public void SetCondition(frmBillQueryCondition_New frmCondition, string ViewName, string Name) { frmCondition.Tag = ""; frmCondition.ViewName = ViewName; frmCondition.ModName = Name; } private void xz_Click(object sender, EventArgs e) { // } private void sc_Click(object sender, EventArgs e) { Sub_DeleteBill(); } //å é¤ private void Sub_DeleteBill() { } private void timer2_Tick(object sender, EventArgs e) { //timer2.Enabled = false; //frmCondition = new frmBillQueryCondition_New(); //SetCondition(frmCondition, ViewName, this.Name); //frmCondition.ShowDialog(); //if (frmCondition.Tag.ToString() == "OK") //{ //timer1.Enabled = true; //} if (DSet != null && DSet.Tables[0].Rows.Count > FY) { for (int y = 0; y < FY; y++) { DataRow newRow = DSet.Tables[0].NewRow(); //ç¨ç¸åºå¼å¡«åæ°æ®è¡ for (int m = 0; m < DSet.Tables[0].Columns.Count; m++) { newRow[m] = DSet.Tables[0].Rows[0][m]; } //å¡«å宿¯ï¼å°æ°æ®è¡æ·»å å°æ°æ®é DSet.Tables[0].Rows.Add(newRow); DSet.Tables[0].Rows.Remove(DSet.Tables[0].Rows[0]); } grdMain.DataSource = null; grdMain.DataSource = DSet.Tables[0].DefaultView; ////-----------é¢è¦ç¶æ å°äºçäº æ¾ç¤º 红è²ï¼ å°äº7 æ©è²ï¼å°äºçäº14 é»è² //int HYJDateCol = Fun_GetCol("é¢è¦ç¶æï¼å¤©ï¼"); //int HSumUnDownQtyCol = Fun_GetCol("æ»æªä¸éè´é"); //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) <= 0) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Red; // } // else if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) > 0 && DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) < 7) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Orange; // } // else if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) >= 7 && DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) <= 14) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Yellow; // grdMain.Rows[i].Cells[HYJDateCol].Style.ForeColor = Color.Black; // } // //================= //------------æªä¸å 大äº0 æ¾ç¤ºçº¢è² // if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HSumUnDownQtyCol].Value) > 0) // { // grdMain.Rows[i].Cells[HSumUnDownQtyCol].Style.BackColor = Color.Red; // } //} DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, "", 0); } } private void bclk_Click(object sender, EventArgs e) { //ä¿åå宽 DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); } private void mrlk_Click(object sender, EventArgs e) { DBUtility.Xt_BaseBillFun.DefaultGridView(grdMain, this.Name); } // private void GraphLine() { int MainIDCol = Fun_GetCol("hmainid"); int SubIDCol = Fun_GetCol("hsubid"); string s = frmCondition.cmbHComplete.Text; long n=0; //DBUtility.Xt_BaseBillFun.GraphLine(grdMain, MainIDCol, SubIDCol, s,ref n); //æ¾ç¤º //lbldj.Text = "æ¥è¯¢åº " + n.ToString() + " å¼ åæ®"; //lbljl.Text = "å ±æ " + grdMain.RowCount.ToString() + " æ¡è®°å½"; } //å®¡æ ¸ private void sh_Click(object sender, EventArgs e) { this.Sub_CheckBill(); } //å®¡æ ¸åæ® private void Sub_CheckBill() { } //å审忮 private void Sub_AbandonCheck() { } //åå®¡æ ¸ private void qsh_Click(object sender, EventArgs e) { Sub_AbandonCheck(); } private void GraphicsGrid() { DBUtility.Xt_BaseBillFun.GraphicsGrid(grdMain); } #region //æå°è®¾ç½® GridppReport Report; //é¢è§ private void yl_Click(object sender, EventArgs e) { //éæ©æå°æ¨¡æ¿ BLL.Gy_OpenTmp oFrm = new BLL.Gy_OpenTmp(); oFrm.sBillName = ModName; oFrm.sBillModel = ModCaption; oFrm.ShowDialog(); if (oFrm.OKTag == Pub_Class.ClsPub.Enum_OKTag.OKTag_OK) { // Sub_SetReport(oFrm.sOpenTmp); Report.PrintPreview(true); } } private void Sub_SetReport(string sOpenTmp) { //å¤æè¡æ° // Report = new GridppReport(); Report.LoadFromFile(DBUtility.ClsPub.AppPath + @"\" + sOpenTmp + ".grf"); //here . Report.FetchRecord += new _IGridppReportEvents_FetchRecordEventHandler(ReportFetchRecordByDataTable); } private void ReportFetchRecordByDataTable() { try { BLL.Utility.FillRecordToReport(Report, grdMain, grdPrint, Fun_GetCol("HMaterID")); } catch (Exception e) { MessageBox.Show("æå°å¤±è´¥!ï¼" + e.Message); } } #endregion // private void grdMain_Paint(object sender, PaintEventArgs e) { GraphicsGrid(); } //å计 new private void Total() { if (grdMain.Rows.Count > 0 && grdMain.ColumnCount>0) { oSumGrid.SetGridsum(); oSumGrid.Total(); } } //å计 new private void grdMain_ColumnWidthChanged(object sender, DataGridViewColumnEventArgs e) { Total(); } //å计 new private void grdMain_CellMouseUp(object sender, DataGridViewCellMouseEventArgs e) { Total(); } //å¼åºEXCEL private void dc_Click(object sender, EventArgs e) { DBUtility.Gy_BaseFun.DataToExcel(this.Text, grdMain); } int HQty = 0; private void timer3_Tick(object sender, EventArgs e) { if (HQty < 10) { HQty = HQty + 1; } else { HQty = 0; timer1.Enabled = true; } } private void toolStripButton1_Click(object sender, EventArgs e) { if (toolStripButton1.Text == "æå") { toolStripButton1.Text = "è¿è¡"; timer2.Enabled = false; } else { toolStripButton1.Text = "æå"; timer2.Enabled = true; } } private void txtHMaterID_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Enter) { timer1.Enabled = true; } } private void toolStripButton2_Click(object sender, EventArgs e) { Kanban_BaseSet oSZ = new Kanban_BaseSet(); oSZ.HName = this.Name; oSZ.ShowDialog(); timer1.Enabled = true; } private void grdMain_Sorted(object sender, EventArgs e) { //-----------é¢è¦ç¶æ //å¼å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åç¶æè¿æ¯ å¾ ç产ï¼ç³»ç»èªå¨é»è²è¦ç¤ºï¼ //å®å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åè¿æ¯å¾ ç产æè 卿§è¡çï¼ç³»ç»èªå¨çº¢è²è¦ç¤ºï¼ int HBDateCol = Fun_GetCol("å¼å·¥æ¶é´"); int HEDateCol = Fun_GetCol("å®å·¥æ¶é´"); int HStatusCol = Fun_GetCol("çäº§ç¶æ"); DateTime oNow = DateTime.Today.Date; for (int i = 0; i < grdMain.Rows.Count; i++) { if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HBDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") { grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Yellow; } if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HEDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") { grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Red; } } } } } Kanban/µç×Ó¿´°å/Sc_CGKB.designer.cs
New file @@ -0,0 +1,286 @@ namespace Kanban { partial class Sc_CGKB { /// <summary> /// å¿ éç设计å¨åéã /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// æ¸ çæææ£å¨ä½¿ç¨çèµæºã /// </summary> /// <param name="disposing">妿åºéæ¾æç®¡èµæºï¼ä¸º trueï¼å¦å为 falseã</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows çªä½è®¾è®¡å¨çæç代ç /// <summary> /// è®¾è®¡å¨æ¯ææéçæ¹æ³ - ä¸è¦ /// 使ç¨ä»£ç ç¼è¾å¨ä¿®æ¹æ¤æ¹æ³çå 容ã /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_CGKB)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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(); this.Tool = new System.Windows.Forms.ToolStrip(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.grdPrint = new System.Windows.Forms.DataGridView(); this.grdSum = new System.Windows.Forms.DataGridView(); this.timer3 = new System.Windows.Forms.Timer(this.components); this.grdMain = new System.Windows.Forms.DataGridView(); this.Tool.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.SuspendLayout(); // // Tool // this.Tool.AutoSize = false; this.Tool.BackColor = System.Drawing.Color.Black; this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tc, this.toolStripButton1, this.toolStripButton2, this.toolStripSeparator3, this.toolStripSeparator9, this.toolStripSeparator7, this.toolStripLabel1}); this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); this.Tool.Size = new System.Drawing.Size(906, 50); this.Tool.Stretch = true; this.Tool.TabIndex = 16; this.Tool.Text = "toolStrip1"; // // tc // this.tc.AutoSize = false; this.tc.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tc.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tc.ForeColor = System.Drawing.Color.White; this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tc.ImageTransparentColor = System.Drawing.Color.White; this.tc.Name = "tc"; this.tc.Size = new System.Drawing.Size(50, 47); this.tc.Text = "<è¿å"; this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; this.tc.Click += new System.EventHandler(this.tc_Click); // // toolStripButton1 // this.toolStripButton1.AutoSize = false; this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripButton1.ForeColor = System.Drawing.Color.White; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.White; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(50, 47); this.toolStripButton1.Text = "æå"; this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.AutoSize = false; this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripButton2.ForeColor = System.Drawing.Color.White; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(36, 47); this.toolStripButton2.Text = "设置"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator9 // this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator7 // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); // // toolStripLabel1 // this.toolStripLabel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.toolStripLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripLabel1.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripLabel1.ForeColor = System.Drawing.Color.White; this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(92, 47); this.toolStripLabel1.Text = "éè´çæ¿"; this.toolStripLabel1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Enabled = true; this.timer2.Interval = 20000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // grdPrint // this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdPrint.Location = new System.Drawing.Point(772, 146); this.grdPrint.Name = "grdPrint"; this.grdPrint.RowTemplate.Height = 23; this.grdPrint.Size = new System.Drawing.Size(25, 24); this.grdPrint.TabIndex = 8; this.grdPrint.Visible = false; // // grdSum // this.grdSum.AllowUserToAddRows = false; this.grdSum.AllowUserToDeleteRows = false; this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; this.grdSum.Location = new System.Drawing.Point(0, 512); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; this.grdSum.Size = new System.Drawing.Size(906, 19); this.grdSum.TabIndex = 47; this.grdSum.Visible = false; // // timer3 // this.timer3.Enabled = true; this.timer3.Interval = 1800000; this.timer3.Tick += new System.EventHandler(this.timer3_Tick); // // grdMain // this.grdMain.AllowUserToAddRows = false; this.grdMain.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(97)))), ((int)(((byte)(118))))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(97)))), ((int)(((byte)(118))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White; this.grdMain.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.grdMain.BackgroundColor = System.Drawing.Color.Black; this.grdMain.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(134)))), ((int)(((byte)(202))))); 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.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(134)))), ((int)(((byte)(202))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.grdMain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.grdMain.ColumnHeadersHeight = 40; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.EnableHeadersVisualStyles = false; this.grdMain.Location = new System.Drawing.Point(0, 50); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.Color.CornflowerBlue; dataGridViewCellStyle3.Font = new System.Drawing.Font("å®ä½", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.grdMain.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.grdMain.RowHeadersVisible = false; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47))))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White; this.grdMain.RowsDefaultCellStyle = dataGridViewCellStyle4; this.grdMain.RowTemplate.Height = 23; this.grdMain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.grdMain.Size = new System.Drawing.Size(906, 462); this.grdMain.TabIndex = 48; this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp); this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); this.grdMain.Sorted += new System.EventHandler(this.grdMain_Sorted); this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick); // // Sc_CGKB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(906, 531); this.Controls.Add(this.grdMain); this.Controls.Add(this.grdSum); this.Controls.Add(this.Tool); this.Controls.Add(this.grdPrint); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Sc_CGKB"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "åæ®å表"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Sc_CGKB_Load); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip Tool; private System.Windows.Forms.ToolStripButton tc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; public System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.DataGridView grdPrint; private System.Windows.Forms.DataGridView grdSum; private System.Windows.Forms.Timer timer3; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.DataGridView grdMain; } } Kanban/µç×Ó¿´°å/Sc_CGKB.resx
New file @@ -0,0 +1,156 @@ <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes associated with the data types. Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple name/value pairs. Each data row contains a name, and value. The row also contains a type or mimetype. Type corresponds to a .NET class that support text/value conversion through the TypeConverter architecture. Classes that don't support this are serialized and stored with the mimetype set. The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: Note - application/x-microsoft.net.object.binary.base64 is the format that the ResXResourceWriter will generate, however the reader can read any of the formats listed below. mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.bytearray.base64 value : The object must be serialized into a byte array : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> <xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <metadata name="Tool.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <data name="tc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADCSURBVDhPpZJdCoMwEIRzpxxJ6Ak2z/ZZnysIBXuUHMA7 bXeWrGBMYkoHh+gk8xl/XEneP7jXqXIWJkIgHscnT/PEy2vhz7ZhMQ/Dm5l3ObRcB1ACzAKQ6FTcV69G rgWTbUl3QFQtFgGpfAAoAVDOi2ZbrwW5hwY4N+P6FmDlkrsBq6zOy3AXIEkhGHMbIMaorgGgI8Cu7CsY wOZbAEgDBch/gOveRzgJAKLwH0CGJsDmxU1dAMiSu3R5iZr+oJuic1+SJ5jRbOqnmgAAAABJRU5ErkJg gg== </value> </data> <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADCSURBVDhPpZJdCoMwEIRzpxxJ6Ak2z/ZZnysIBXuUHMA7 bXeWrGBMYkoHh+gk8xl/XEneP7jXqXIWJkIgHscnT/PEy2vhz7ZhMQ/Dm5l3ObRcB1ACzAKQ6FTcV69G rgWTbUl3QFQtFgGpfAAoAVDOi2ZbrwW5hwY4N+P6FmDlkrsBq6zOy3AXIEkhGHMbIMaorgGgI8Cu7CsY wOZbAEgDBch/gOveRzgJAKLwH0CGJsDmxU1dAMiSu3R5iZr+oJuic1+SJ5jRbOqnmgAAAABJRU5ErkJg gg== </value> </data> <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>102, 16</value> </metadata> <metadata name="timer2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>191, 16</value> </metadata> <metadata name="timer3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>281, 16</value> </metadata> <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <value>37</value> </metadata> </root> LMES/ClsShowMod.cs
@@ -3961,6 +3961,27 @@ //oGy_BarCodeBill_ChaiMa.ModCaption = gnmc; oGy_BarCodeBill_ChaiMa.ShowDialog(); break; case "sc_cgkb": //æé Sc_CGKB oSc_CGKB = new Sc_CGKB(); oSc_CGKB.MdiParent = oMain; oSc_CGKB.Show(); oMainForm.AddTabPage(oSc_CGKB); break; case "sc_cjkb": //æé Sc_CJKB oSc_CJKB = new Sc_CJKB(); oSc_CJKB.MdiParent = oMain; oSc_CJKB.Show(); oMainForm.AddTabPage(oSc_CJKB); break; case "sc_qlkb": //æé Sc_QLKB oSc_QLKB = new Sc_QLKB(); oSc_QLKB.MdiParent = oMain; oSc_QLKB.Show(); oMainForm.AddTabPage(oSc_QLKB); break; default: break; } LMES/bin/x86/Debug.zipBinary files differ
WarM/WarM.csproj
@@ -555,6 +555,24 @@ <Compile Include="æ¥è¡¨åæ\Kf_BarCodeBackInfoReport_MaterOut_M.designer.cs"> <DependentUpon>Kf_BarCodeBackInfoReport_MaterOut_M.cs</DependentUpon> </Compile> <Compile Include="æ¥è¡¨åæ\Sc_QLKB.cs"> <SubType>Form</SubType> </Compile> <Compile Include="æ¥è¡¨åæ\Sc_QLKB.designer.cs"> <DependentUpon>Sc_QLKB.cs</DependentUpon> </Compile> <Compile Include="æ¥è¡¨åæ\Sc_CJKB.cs"> <SubType>Form</SubType> </Compile> <Compile Include="æ¥è¡¨åæ\Sc_CJKB.designer.cs"> <DependentUpon>Sc_CJKB.cs</DependentUpon> </Compile> <Compile Include="æ¥è¡¨åæ\Sc_CGKB.cs"> <SubType>Form</SubType> </Compile> <Compile Include="æ¥è¡¨åæ\Sc_CGKB.designer.cs"> <DependentUpon>Sc_CGKB.cs</DependentUpon> </Compile> <Compile Include="æ¥è¡¨åæ\WMS_BarCodeStatusQueryReport.cs"> <SubType>Form</SubType> </Compile> @@ -1020,6 +1038,18 @@ <DependentUpon>Kf_BarCodeBackInfoReport_MaterOut_M.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="æ¥è¡¨åæ\Sc_QLKB.resx"> <DependentUpon>Sc_QLKB.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="æ¥è¡¨åæ\Sc_CJKB.resx"> <DependentUpon>Sc_CJKB.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="æ¥è¡¨åæ\Sc_CGKB.resx"> <DependentUpon>Sc_CGKB.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="æ¥è¡¨åæ\WMS_BarCodeStatusQueryReport.resx"> <DependentUpon>WMS_BarCodeStatusQueryReport.cs</DependentUpon> <SubType>Designer</SubType> WarM/±¨±í·ÖÎö/Sc_CGKB.cs
New file @@ -0,0 +1,502 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using gregn6Lib; using SQLHelper; using DBUtility; using Pub_Class; namespace Kanban { public partial class Sc_CGKB : Form { public Sc_CGKB() { InitializeComponent(); } public DBUtility.frmBillQueryCondition_New frmCondition; public string ViewName = "h_v_Sc_CGKB"; public string ModCaption = "éè´çæ¿"; public const string ModName = "3702"; public const string ModRightName = "Sc_CGKB"; public const string ModRightNameEdit = ModRightName + "_Edit"; public const string ModRightNameCheck = ModRightName + "_Check"; public const string ModRightNameClose = ModRightName + "_Close"; public const string ModRightNameDelete = ModRightName + "_Delete"; Pub_Class.ClsGridListSum oSumGrid = new Pub_Class.ClsGridListSum(); public string sDeptID = "0"; DataSet DSet; int FY = 29; // private void initGrid() { //DBUtility.Xt_BaseBillFun.initGridList(grdMain, this.Name); //åæ é¢ //grdMain.ColumnHeadersDefaultCellStyle.BackColor = Color.FromArgb(60, 134, 202); //grdMain.ColumnHeadersDefaultCellStyle.ForeColor = Color.White; //grdMain.ColumnHeadersDefaultCellStyle.SelectionBackColor = Color.FromArgb(60, 134, 202); //grdMain.ColumnHeadersDefaultCellStyle.SelectionForeColor = Color.White; //grdMain.ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; //grdMain.ColumnHeadersHeight = 40; //grdMain.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; ////奿°è¡ //grdMain.AlternatingRowsDefaultCellStyle.BackColor = Color.FromArgb(104, 97, 118); //grdMain.AlternatingRowsDefaultCellStyle.ForeColor = Color.White; //grdMain.AlternatingRowsDefaultCellStyle.SelectionBackColor = Color.FromArgb(104, 97, 118); //grdMain.AlternatingRowsDefaultCellStyle.SelectionForeColor = Color.White; ////ç½æ ¼èæ¯è² //grdMain.BackgroundColor = Color.FromArgb(104, 97, 118); ////åæ é¢è¾¹æ¡æ ·å¼ //grdMain.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.None; ; ////æ 颿 ·å¼æ¯å¦ä½¿ç¨ç¨æ·å½å主é¢çæ ·å¼ //grdMain.EnableHeadersVisualStyles = false; ////éèè¡æ é¢ //grdMain.RowHeadersVisible = false; ////åå æ ¼ //grdMain.RowsDefaultCellStyle.BackColor = Color.FromArgb(47, 47, 47); //grdMain.RowsDefaultCellStyle.ForeColor = Color.White; //grdMain.RowsDefaultCellStyle.SelectionBackColor = Color.FromArgb(47, 47, 47); //grdMain.RowsDefaultCellStyle.SelectionForeColor = Color.White; //grdMain.RowsDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; //-------------------- DBUtility.Xt_BaseBillFun.initKanBan(this.Name, grdMain, Tool, toolStripLabel1, null, ref FY, timer2, timer3); } // private void Display() { try { ClsCN SubCn = new ClsCN(); string sSql = ""; string sWhere = ""; //è¿æ»¤æ¡ä»¶ //if (frmCondition.SqlStr.Trim().Length == 0) // return; //sSql = frmCondition.SqlStr + sWhere + " order by HStatus,HDate "; sSql = "exec h_p_CGKB "; // DSet = SubCn.RunProcReturn(sSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo); //çæé¦è¡æ é¢ if (DSet == null) { //MessageBox.Show("没æè¿åä»»ä½ç»æ,请å¨è¿æ»¤æ¡ä¸ç¹å»ãæ¢å¤ãæé®,å°è¯å次æ¥è¯¢ï¼" + DBUtility.ClsPub.sExeReturnInfo); return; } //éæ¾å»ç» DBUtility.Xt_BaseBillFun.CancelFrozenCol(grdMain); // grdMain.DataSource = DSet.Tables[0].DefaultView; // //-----------é¢è¦ç¶æ //å¼å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åç¶æè¿æ¯ å¾ ç产ï¼ç³»ç»èªå¨é»è²è¦ç¤ºï¼ //å®å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åè¿æ¯å¾ ç产æè 卿§è¡çï¼ç³»ç»èªå¨çº¢è²è¦ç¤ºï¼ //int HBDateCol = Fun_GetCol("å¼å·¥æ¶é´"); //int HEDateCol = Fun_GetCol("å®å·¥æ¶é´"); //int HStatusCol = Fun_GetCol("çäº§ç¶æ"); //DateTime oNow = DateTime.Today.Date; //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HBDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") // { // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Yellow; // } // if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HEDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") // { // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Red; // } //} //设置å计å string sTotalCol = ""; sTotalCol = DBUtility.Gy_BaseFun.GetTotalCols(DSet); string[] sT; sT = sTotalCol.Split(Convert.ToChar(",")); oSumGrid.BuildTotalCols(sT); // //å»ç» int FrCol = 10; string s = "æ¯"; DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, s, FrCol); //ç»çº¿ //GraphLine(); //Total(); //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (i % 2 == 0) // { // grdMain.Rows[i].DefaultCellStyle.BackColor = Color.SteelBlue; // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.White; // } // else // { // grdMain.Rows[i].DefaultCellStyle.BackColor = Color.SlateGray; // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.White; // } //} // } catch (Exception e) { return; } } // private void timer1_Tick(object sender, EventArgs e) { timer1.Enabled=false; initGrid(); Display(); } private void tc_Click(object sender, EventArgs e) { //ä¿åå宽 DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); this.Close(); } private void sx_Click(object sender, EventArgs e) { timer1.Enabled = true; } private void dj_Click(object sender, EventArgs e) { Sub_ShowBill(); } //æ¾ç¤ºåæ® private void Sub_ShowBill() { } // private Int32 Fun_GetCol(string sCol) { return DBUtility.Xt_BaseBillFun.Fun_GetCol(sCol, grdMain); } // private void Sc_CGKB_Load(object sender, EventArgs e) { // frmCondition = new frmBillQueryCondition_New(); this.Text = ModCaption; //lblCaption.Text = ModCaption; oSumGrid.ogrdMain = grdMain; //åå§å new oSumGrid.oGridsum = grdSum; initGrid(); ClsIni oIni = new ClsIni(); string sID = ClsIni.ReadIni("Dept", "DeptID", Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); if (sID == "æ²¡ææ¾å°ï¼") { sDeptID = "0"; } else { sDeptID = sID; } } private void grdMain_DblClick(object sender, EventArgs e) { //Sc_WorkBillProcReportKB o = new Sc_WorkBillProcReportKB(); //if(grdMain.CurrentRow==null) // return; //o.sICMOInterID = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentCell.RowIndex].Cells[Fun_GetCol("HInterID")].Value); //o.sDeptID = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentCell.RowIndex].Cells[Fun_GetCol("HDeptID")].Value); //o.ShowDialog(); } private void cx_Click(object sender, EventArgs e) { frmCondition = new frmBillQueryCondition_New(); SetCondition(frmCondition, ViewName, this.Name); frmCondition.ShowDialog(); if (frmCondition.Tag.ToString() == "OK") { Display(); } } public void SetCondition(frmBillQueryCondition_New frmCondition, string ViewName, string Name) { frmCondition.Tag = ""; frmCondition.ViewName = ViewName; frmCondition.ModName = Name; } private void xz_Click(object sender, EventArgs e) { // } private void sc_Click(object sender, EventArgs e) { Sub_DeleteBill(); } //å é¤ private void Sub_DeleteBill() { } private void timer2_Tick(object sender, EventArgs e) { //timer2.Enabled = false; //frmCondition = new frmBillQueryCondition_New(); //SetCondition(frmCondition, ViewName, this.Name); //frmCondition.ShowDialog(); //if (frmCondition.Tag.ToString() == "OK") //{ //timer1.Enabled = true; //} if (DSet != null && DSet.Tables[0].Rows.Count > FY) { for (int y = 0; y < FY; y++) { DataRow newRow = DSet.Tables[0].NewRow(); //ç¨ç¸åºå¼å¡«åæ°æ®è¡ for (int m = 0; m < DSet.Tables[0].Columns.Count; m++) { newRow[m] = DSet.Tables[0].Rows[0][m]; } //å¡«å宿¯ï¼å°æ°æ®è¡æ·»å å°æ°æ®é DSet.Tables[0].Rows.Add(newRow); DSet.Tables[0].Rows.Remove(DSet.Tables[0].Rows[0]); } grdMain.DataSource = null; grdMain.DataSource = DSet.Tables[0].DefaultView; ////-----------é¢è¦ç¶æ å°äºçäº æ¾ç¤º 红è²ï¼ å°äº7 æ©è²ï¼å°äºçäº14 é»è² //int HYJDateCol = Fun_GetCol("é¢è¦ç¶æï¼å¤©ï¼"); //int HSumUnDownQtyCol = Fun_GetCol("æ»æªä¸éè´é"); //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) <= 0) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Red; // } // else if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) > 0 && DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) < 7) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Orange; // } // else if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) >= 7 && DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) <= 14) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Yellow; // grdMain.Rows[i].Cells[HYJDateCol].Style.ForeColor = Color.Black; // } // //================= //------------æªä¸å 大äº0 æ¾ç¤ºçº¢è² // if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HSumUnDownQtyCol].Value) > 0) // { // grdMain.Rows[i].Cells[HSumUnDownQtyCol].Style.BackColor = Color.Red; // } //} DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, "", 0); } } private void bclk_Click(object sender, EventArgs e) { //ä¿åå宽 DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); } private void mrlk_Click(object sender, EventArgs e) { DBUtility.Xt_BaseBillFun.DefaultGridView(grdMain, this.Name); } // private void GraphLine() { int MainIDCol = Fun_GetCol("hmainid"); int SubIDCol = Fun_GetCol("hsubid"); string s = frmCondition.cmbHComplete.Text; long n=0; //DBUtility.Xt_BaseBillFun.GraphLine(grdMain, MainIDCol, SubIDCol, s,ref n); //æ¾ç¤º //lbldj.Text = "æ¥è¯¢åº " + n.ToString() + " å¼ åæ®"; //lbljl.Text = "å ±æ " + grdMain.RowCount.ToString() + " æ¡è®°å½"; } //å®¡æ ¸ private void sh_Click(object sender, EventArgs e) { this.Sub_CheckBill(); } //å®¡æ ¸åæ® private void Sub_CheckBill() { } //å审忮 private void Sub_AbandonCheck() { } //åå®¡æ ¸ private void qsh_Click(object sender, EventArgs e) { Sub_AbandonCheck(); } private void GraphicsGrid() { DBUtility.Xt_BaseBillFun.GraphicsGrid(grdMain); } #region //æå°è®¾ç½® GridppReport Report; //é¢è§ private void yl_Click(object sender, EventArgs e) { //éæ©æå°æ¨¡æ¿ BLL.Gy_OpenTmp oFrm = new BLL.Gy_OpenTmp(); oFrm.sBillName = ModName; oFrm.sBillModel = ModCaption; oFrm.ShowDialog(); if (oFrm.OKTag == Pub_Class.ClsPub.Enum_OKTag.OKTag_OK) { // Sub_SetReport(oFrm.sOpenTmp); Report.PrintPreview(true); } } private void Sub_SetReport(string sOpenTmp) { //å¤æè¡æ° // Report = new GridppReport(); Report.LoadFromFile(DBUtility.ClsPub.AppPath + @"\" + sOpenTmp + ".grf"); //here . Report.FetchRecord += new _IGridppReportEvents_FetchRecordEventHandler(ReportFetchRecordByDataTable); } private void ReportFetchRecordByDataTable() { try { BLL.Utility.FillRecordToReport(Report, grdMain, grdPrint, Fun_GetCol("HMaterID")); } catch (Exception e) { MessageBox.Show("æå°å¤±è´¥!ï¼" + e.Message); } } #endregion // private void grdMain_Paint(object sender, PaintEventArgs e) { GraphicsGrid(); } //å计 new private void Total() { if (grdMain.Rows.Count > 0 && grdMain.ColumnCount>0) { oSumGrid.SetGridsum(); oSumGrid.Total(); } } //å计 new private void grdMain_ColumnWidthChanged(object sender, DataGridViewColumnEventArgs e) { Total(); } //å计 new private void grdMain_CellMouseUp(object sender, DataGridViewCellMouseEventArgs e) { Total(); } //å¼åºEXCEL private void dc_Click(object sender, EventArgs e) { DBUtility.Gy_BaseFun.DataToExcel(this.Text, grdMain); } int HQty = 0; private void timer3_Tick(object sender, EventArgs e) { if (HQty < 10) { HQty = HQty + 1; } else { HQty = 0; timer1.Enabled = true; } } private void toolStripButton1_Click(object sender, EventArgs e) { if (toolStripButton1.Text == "æå") { toolStripButton1.Text = "è¿è¡"; timer2.Enabled = false; } else { toolStripButton1.Text = "æå"; timer2.Enabled = true; } } private void txtHMaterID_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Enter) { timer1.Enabled = true; } } private void toolStripButton2_Click(object sender, EventArgs e) { //Kanban_BaseSet oSZ = new Kanban_BaseSet(); //oSZ.HName = this.Name; //oSZ.ShowDialog(); timer1.Enabled = true; } private void grdMain_Sorted(object sender, EventArgs e) { //-----------é¢è¦ç¶æ //å¼å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åç¶æè¿æ¯ å¾ ç产ï¼ç³»ç»èªå¨é»è²è¦ç¤ºï¼ //å®å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åè¿æ¯å¾ ç产æè 卿§è¡çï¼ç³»ç»èªå¨çº¢è²è¦ç¤ºï¼ int HBDateCol = Fun_GetCol("å¼å·¥æ¶é´"); int HEDateCol = Fun_GetCol("å®å·¥æ¶é´"); int HStatusCol = Fun_GetCol("çäº§ç¶æ"); DateTime oNow = DateTime.Today.Date; for (int i = 0; i < grdMain.Rows.Count; i++) { if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HBDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") { grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Yellow; } if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HEDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") { grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Red; } } } } } WarM/±¨±í·ÖÎö/Sc_CGKB.designer.cs
New file @@ -0,0 +1,286 @@ namespace Kanban { partial class Sc_CGKB { /// <summary> /// å¿ éç设计å¨åéã /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// æ¸ çæææ£å¨ä½¿ç¨çèµæºã /// </summary> /// <param name="disposing">妿åºéæ¾æç®¡èµæºï¼ä¸º trueï¼å¦å为 falseã</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows çªä½è®¾è®¡å¨çæç代ç /// <summary> /// è®¾è®¡å¨æ¯ææéçæ¹æ³ - ä¸è¦ /// 使ç¨ä»£ç ç¼è¾å¨ä¿®æ¹æ¤æ¹æ³çå 容ã /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_CGKB)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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(); this.Tool = new System.Windows.Forms.ToolStrip(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.grdPrint = new System.Windows.Forms.DataGridView(); this.grdSum = new System.Windows.Forms.DataGridView(); this.timer3 = new System.Windows.Forms.Timer(this.components); this.grdMain = new System.Windows.Forms.DataGridView(); this.Tool.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.SuspendLayout(); // // Tool // this.Tool.AutoSize = false; this.Tool.BackColor = System.Drawing.Color.Black; this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tc, this.toolStripButton1, this.toolStripButton2, this.toolStripSeparator3, this.toolStripSeparator9, this.toolStripSeparator7, this.toolStripLabel1}); this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); this.Tool.Size = new System.Drawing.Size(906, 50); this.Tool.Stretch = true; this.Tool.TabIndex = 16; this.Tool.Text = "toolStrip1"; // // tc // this.tc.AutoSize = false; this.tc.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tc.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tc.ForeColor = System.Drawing.Color.White; this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tc.ImageTransparentColor = System.Drawing.Color.White; this.tc.Name = "tc"; this.tc.Size = new System.Drawing.Size(50, 47); this.tc.Text = "<è¿å"; this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; this.tc.Click += new System.EventHandler(this.tc_Click); // // toolStripButton1 // this.toolStripButton1.AutoSize = false; this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripButton1.ForeColor = System.Drawing.Color.White; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.White; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(50, 47); this.toolStripButton1.Text = "æå"; this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.AutoSize = false; this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripButton2.ForeColor = System.Drawing.Color.White; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(36, 47); this.toolStripButton2.Text = "设置"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator9 // this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator7 // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); // // toolStripLabel1 // this.toolStripLabel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.toolStripLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripLabel1.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripLabel1.ForeColor = System.Drawing.Color.White; this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(92, 47); this.toolStripLabel1.Text = "éè´çæ¿"; this.toolStripLabel1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Enabled = true; this.timer2.Interval = 20000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // grdPrint // this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdPrint.Location = new System.Drawing.Point(772, 146); this.grdPrint.Name = "grdPrint"; this.grdPrint.RowTemplate.Height = 23; this.grdPrint.Size = new System.Drawing.Size(25, 24); this.grdPrint.TabIndex = 8; this.grdPrint.Visible = false; // // grdSum // this.grdSum.AllowUserToAddRows = false; this.grdSum.AllowUserToDeleteRows = false; this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; this.grdSum.Location = new System.Drawing.Point(0, 512); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; this.grdSum.Size = new System.Drawing.Size(906, 19); this.grdSum.TabIndex = 47; this.grdSum.Visible = false; // // timer3 // this.timer3.Enabled = true; this.timer3.Interval = 1800000; this.timer3.Tick += new System.EventHandler(this.timer3_Tick); // // grdMain // this.grdMain.AllowUserToAddRows = false; this.grdMain.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(97)))), ((int)(((byte)(118))))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(97)))), ((int)(((byte)(118))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White; this.grdMain.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.grdMain.BackgroundColor = System.Drawing.Color.Black; this.grdMain.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(134)))), ((int)(((byte)(202))))); 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.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(134)))), ((int)(((byte)(202))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.grdMain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.grdMain.ColumnHeadersHeight = 40; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.EnableHeadersVisualStyles = false; this.grdMain.Location = new System.Drawing.Point(0, 50); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.Color.CornflowerBlue; dataGridViewCellStyle3.Font = new System.Drawing.Font("å®ä½", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.grdMain.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.grdMain.RowHeadersVisible = false; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47))))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White; this.grdMain.RowsDefaultCellStyle = dataGridViewCellStyle4; this.grdMain.RowTemplate.Height = 23; this.grdMain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.grdMain.Size = new System.Drawing.Size(906, 462); this.grdMain.TabIndex = 48; this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp); this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); this.grdMain.Sorted += new System.EventHandler(this.grdMain_Sorted); this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick); // // Sc_CGKB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(906, 531); this.Controls.Add(this.grdMain); this.Controls.Add(this.grdSum); this.Controls.Add(this.Tool); this.Controls.Add(this.grdPrint); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Sc_CGKB"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "åæ®å表"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Sc_CGKB_Load); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip Tool; private System.Windows.Forms.ToolStripButton tc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; public System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.DataGridView grdPrint; private System.Windows.Forms.DataGridView grdSum; private System.Windows.Forms.Timer timer3; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.DataGridView grdMain; } } WarM/±¨±í·ÖÎö/Sc_CGKB.resx
New file @@ -0,0 +1,156 @@ <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes associated with the data types. Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple name/value pairs. Each data row contains a name, and value. The row also contains a type or mimetype. Type corresponds to a .NET class that support text/value conversion through the TypeConverter architecture. Classes that don't support this are serialized and stored with the mimetype set. The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: Note - application/x-microsoft.net.object.binary.base64 is the format that the ResXResourceWriter will generate, however the reader can read any of the formats listed below. mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.bytearray.base64 value : The object must be serialized into a byte array : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> <xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <metadata name="Tool.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <data name="tc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADCSURBVDhPpZJdCoMwEIRzpxxJ6Ak2z/ZZnysIBXuUHMA7 bXeWrGBMYkoHh+gk8xl/XEneP7jXqXIWJkIgHscnT/PEy2vhz7ZhMQ/Dm5l3ObRcB1ACzAKQ6FTcV69G rgWTbUl3QFQtFgGpfAAoAVDOi2ZbrwW5hwY4N+P6FmDlkrsBq6zOy3AXIEkhGHMbIMaorgGgI8Cu7CsY wOZbAEgDBch/gOveRzgJAKLwH0CGJsDmxU1dAMiSu3R5iZr+oJuic1+SJ5jRbOqnmgAAAABJRU5ErkJg gg== </value> </data> <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADCSURBVDhPpZJdCoMwEIRzpxxJ6Ak2z/ZZnysIBXuUHMA7 bXeWrGBMYkoHh+gk8xl/XEneP7jXqXIWJkIgHscnT/PEy2vhz7ZhMQ/Dm5l3ObRcB1ACzAKQ6FTcV69G rgWTbUl3QFQtFgGpfAAoAVDOi2ZbrwW5hwY4N+P6FmDlkrsBq6zOy3AXIEkhGHMbIMaorgGgI8Cu7CsY wOZbAEgDBch/gOveRzgJAKLwH0CGJsDmxU1dAMiSu3R5iZr+oJuic1+SJ5jRbOqnmgAAAABJRU5ErkJg gg== </value> </data> <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>102, 16</value> </metadata> <metadata name="timer2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>191, 16</value> </metadata> <metadata name="timer3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>281, 16</value> </metadata> <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <value>37</value> </metadata> </root> WarM/±¨±í·ÖÎö/Sc_CJKB.cs
New file @@ -0,0 +1,502 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using gregn6Lib; using SQLHelper; using DBUtility; using Pub_Class; namespace Kanban { public partial class Sc_CJKB : Form { public Sc_CJKB() { InitializeComponent(); } public DBUtility.frmBillQueryCondition_New frmCondition; public string ViewName = "h_v_Sc_CJKB"; public string ModCaption = "车é´çæ¿"; public const string ModName = "3702"; public const string ModRightName = "Sc_CJKB"; public const string ModRightNameEdit = ModRightName + "_Edit"; public const string ModRightNameCheck = ModRightName + "_Check"; public const string ModRightNameClose = ModRightName + "_Close"; public const string ModRightNameDelete = ModRightName + "_Delete"; Pub_Class.ClsGridListSum oSumGrid = new Pub_Class.ClsGridListSum(); public string sDeptID = "0"; DataSet DSet; int FY = 29; // private void initGrid() { //DBUtility.Xt_BaseBillFun.initGridList(grdMain, this.Name); //åæ é¢ //grdMain.ColumnHeadersDefaultCellStyle.BackColor = Color.FromArgb(60, 134, 202); //grdMain.ColumnHeadersDefaultCellStyle.ForeColor = Color.White; //grdMain.ColumnHeadersDefaultCellStyle.SelectionBackColor = Color.FromArgb(60, 134, 202); //grdMain.ColumnHeadersDefaultCellStyle.SelectionForeColor = Color.White; //grdMain.ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; //grdMain.ColumnHeadersHeight = 40; //grdMain.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; ////奿°è¡ //grdMain.AlternatingRowsDefaultCellStyle.BackColor = Color.FromArgb(104, 97, 118); //grdMain.AlternatingRowsDefaultCellStyle.ForeColor = Color.White; //grdMain.AlternatingRowsDefaultCellStyle.SelectionBackColor = Color.FromArgb(104, 97, 118); //grdMain.AlternatingRowsDefaultCellStyle.SelectionForeColor = Color.White; ////ç½æ ¼èæ¯è² //grdMain.BackgroundColor = Color.FromArgb(104, 97, 118); ////åæ é¢è¾¹æ¡æ ·å¼ //grdMain.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.None; ; ////æ 颿 ·å¼æ¯å¦ä½¿ç¨ç¨æ·å½å主é¢çæ ·å¼ //grdMain.EnableHeadersVisualStyles = false; ////éèè¡æ é¢ //grdMain.RowHeadersVisible = false; ////åå æ ¼ //grdMain.RowsDefaultCellStyle.BackColor = Color.FromArgb(47, 47, 47); //grdMain.RowsDefaultCellStyle.ForeColor = Color.White; //grdMain.RowsDefaultCellStyle.SelectionBackColor = Color.FromArgb(47, 47, 47); //grdMain.RowsDefaultCellStyle.SelectionForeColor = Color.White; //grdMain.RowsDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; //-------------------- DBUtility.Xt_BaseBillFun.initKanBan(this.Name, grdMain, Tool, toolStripLabel1, null, ref FY, timer2, timer3); } // private void Display() { try { ClsCN SubCn = new ClsCN(); string sSql = ""; string sWhere = ""; //è¿æ»¤æ¡ä»¶ //if (frmCondition.SqlStr.Trim().Length == 0) // return; //sSql = frmCondition.SqlStr + sWhere + " order by HStatus,HDate "; sSql = "exec h_p_CGKB "; // DSet = SubCn.RunProcReturn(sSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo); //çæé¦è¡æ é¢ if (DSet == null) { //MessageBox.Show("没æè¿åä»»ä½ç»æ,请å¨è¿æ»¤æ¡ä¸ç¹å»ãæ¢å¤ãæé®,å°è¯å次æ¥è¯¢ï¼" + DBUtility.ClsPub.sExeReturnInfo); return; } //éæ¾å»ç» DBUtility.Xt_BaseBillFun.CancelFrozenCol(grdMain); // grdMain.DataSource = DSet.Tables[0].DefaultView; // //-----------é¢è¦ç¶æ //å¼å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åç¶æè¿æ¯ å¾ ç产ï¼ç³»ç»èªå¨é»è²è¦ç¤ºï¼ //å®å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åè¿æ¯å¾ ç产æè 卿§è¡çï¼ç³»ç»èªå¨çº¢è²è¦ç¤ºï¼ //int HBDateCol = Fun_GetCol("å¼å·¥æ¶é´"); //int HEDateCol = Fun_GetCol("å®å·¥æ¶é´"); //int HStatusCol = Fun_GetCol("çäº§ç¶æ"); //DateTime oNow = DateTime.Today.Date; //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HBDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") // { // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Yellow; // } // if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HEDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") // { // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Red; // } //} //设置å计å string sTotalCol = ""; sTotalCol = DBUtility.Gy_BaseFun.GetTotalCols(DSet); string[] sT; sT = sTotalCol.Split(Convert.ToChar(",")); oSumGrid.BuildTotalCols(sT); // //å»ç» int FrCol = 10; string s = "æ¯"; DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, s, FrCol); //ç»çº¿ //GraphLine(); //Total(); //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (i % 2 == 0) // { // grdMain.Rows[i].DefaultCellStyle.BackColor = Color.SteelBlue; // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.White; // } // else // { // grdMain.Rows[i].DefaultCellStyle.BackColor = Color.SlateGray; // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.White; // } //} // } catch (Exception e) { return; } } // private void timer1_Tick(object sender, EventArgs e) { timer1.Enabled=false; initGrid(); Display(); } private void tc_Click(object sender, EventArgs e) { //ä¿åå宽 DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); this.Close(); } private void sx_Click(object sender, EventArgs e) { timer1.Enabled = true; } private void dj_Click(object sender, EventArgs e) { Sub_ShowBill(); } //æ¾ç¤ºåæ® private void Sub_ShowBill() { } // private Int32 Fun_GetCol(string sCol) { return DBUtility.Xt_BaseBillFun.Fun_GetCol(sCol, grdMain); } // private void Sc_CJKB_Load(object sender, EventArgs e) { // frmCondition = new frmBillQueryCondition_New(); this.Text = ModCaption; //lblCaption.Text = ModCaption; oSumGrid.ogrdMain = grdMain; //åå§å new oSumGrid.oGridsum = grdSum; initGrid(); ClsIni oIni = new ClsIni(); string sID = ClsIni.ReadIni("Dept", "DeptID", Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); if (sID == "æ²¡ææ¾å°ï¼") { sDeptID = "0"; } else { sDeptID = sID; } } private void grdMain_DblClick(object sender, EventArgs e) { //Sc_WorkBillProcReportKB o = new Sc_WorkBillProcReportKB(); //if(grdMain.CurrentRow==null) // return; //o.sICMOInterID = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentCell.RowIndex].Cells[Fun_GetCol("HInterID")].Value); //o.sDeptID = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentCell.RowIndex].Cells[Fun_GetCol("HDeptID")].Value); //o.ShowDialog(); } private void cx_Click(object sender, EventArgs e) { frmCondition = new frmBillQueryCondition_New(); SetCondition(frmCondition, ViewName, this.Name); frmCondition.ShowDialog(); if (frmCondition.Tag.ToString() == "OK") { Display(); } } public void SetCondition(frmBillQueryCondition_New frmCondition, string ViewName, string Name) { frmCondition.Tag = ""; frmCondition.ViewName = ViewName; frmCondition.ModName = Name; } private void xz_Click(object sender, EventArgs e) { // } private void sc_Click(object sender, EventArgs e) { Sub_DeleteBill(); } //å é¤ private void Sub_DeleteBill() { } private void timer2_Tick(object sender, EventArgs e) { //timer2.Enabled = false; //frmCondition = new frmBillQueryCondition_New(); //SetCondition(frmCondition, ViewName, this.Name); //frmCondition.ShowDialog(); //if (frmCondition.Tag.ToString() == "OK") //{ //timer1.Enabled = true; //} if (DSet != null && DSet.Tables[0].Rows.Count > FY) { for (int y = 0; y < FY; y++) { DataRow newRow = DSet.Tables[0].NewRow(); //ç¨ç¸åºå¼å¡«åæ°æ®è¡ for (int m = 0; m < DSet.Tables[0].Columns.Count; m++) { newRow[m] = DSet.Tables[0].Rows[0][m]; } //å¡«å宿¯ï¼å°æ°æ®è¡æ·»å å°æ°æ®é DSet.Tables[0].Rows.Add(newRow); DSet.Tables[0].Rows.Remove(DSet.Tables[0].Rows[0]); } grdMain.DataSource = null; grdMain.DataSource = DSet.Tables[0].DefaultView; ////-----------é¢è¦ç¶æ å°äºçäº æ¾ç¤º 红è²ï¼ å°äº7 æ©è²ï¼å°äºçäº14 é»è² //int HYJDateCol = Fun_GetCol("é¢è¦ç¶æï¼å¤©ï¼"); //int HSumUnDownQtyCol = Fun_GetCol("æ»æªä¸éè´é"); //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) <= 0) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Red; // } // else if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) > 0 && DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) < 7) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Orange; // } // else if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) >= 7 && DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) <= 14) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Yellow; // grdMain.Rows[i].Cells[HYJDateCol].Style.ForeColor = Color.Black; // } // //================= //------------æªä¸å 大äº0 æ¾ç¤ºçº¢è² // if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HSumUnDownQtyCol].Value) > 0) // { // grdMain.Rows[i].Cells[HSumUnDownQtyCol].Style.BackColor = Color.Red; // } //} DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, "", 0); } } private void bclk_Click(object sender, EventArgs e) { //ä¿åå宽 DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); } private void mrlk_Click(object sender, EventArgs e) { DBUtility.Xt_BaseBillFun.DefaultGridView(grdMain, this.Name); } // private void GraphLine() { int MainIDCol = Fun_GetCol("hmainid"); int SubIDCol = Fun_GetCol("hsubid"); string s = frmCondition.cmbHComplete.Text; long n=0; //DBUtility.Xt_BaseBillFun.GraphLine(grdMain, MainIDCol, SubIDCol, s,ref n); //æ¾ç¤º //lbldj.Text = "æ¥è¯¢åº " + n.ToString() + " å¼ åæ®"; //lbljl.Text = "å ±æ " + grdMain.RowCount.ToString() + " æ¡è®°å½"; } //å®¡æ ¸ private void sh_Click(object sender, EventArgs e) { this.Sub_CheckBill(); } //å®¡æ ¸åæ® private void Sub_CheckBill() { } //å审忮 private void Sub_AbandonCheck() { } //åå®¡æ ¸ private void qsh_Click(object sender, EventArgs e) { Sub_AbandonCheck(); } private void GraphicsGrid() { DBUtility.Xt_BaseBillFun.GraphicsGrid(grdMain); } #region //æå°è®¾ç½® GridppReport Report; //é¢è§ private void yl_Click(object sender, EventArgs e) { //éæ©æå°æ¨¡æ¿ BLL.Gy_OpenTmp oFrm = new BLL.Gy_OpenTmp(); oFrm.sBillName = ModName; oFrm.sBillModel = ModCaption; oFrm.ShowDialog(); if (oFrm.OKTag == Pub_Class.ClsPub.Enum_OKTag.OKTag_OK) { // Sub_SetReport(oFrm.sOpenTmp); Report.PrintPreview(true); } } private void Sub_SetReport(string sOpenTmp) { //å¤æè¡æ° // Report = new GridppReport(); Report.LoadFromFile(DBUtility.ClsPub.AppPath + @"\" + sOpenTmp + ".grf"); //here . Report.FetchRecord += new _IGridppReportEvents_FetchRecordEventHandler(ReportFetchRecordByDataTable); } private void ReportFetchRecordByDataTable() { try { BLL.Utility.FillRecordToReport(Report, grdMain, grdPrint, Fun_GetCol("HMaterID")); } catch (Exception e) { MessageBox.Show("æå°å¤±è´¥!ï¼" + e.Message); } } #endregion // private void grdMain_Paint(object sender, PaintEventArgs e) { GraphicsGrid(); } //å计 new private void Total() { if (grdMain.Rows.Count > 0 && grdMain.ColumnCount>0) { oSumGrid.SetGridsum(); oSumGrid.Total(); } } //å计 new private void grdMain_ColumnWidthChanged(object sender, DataGridViewColumnEventArgs e) { Total(); } //å计 new private void grdMain_CellMouseUp(object sender, DataGridViewCellMouseEventArgs e) { Total(); } //å¼åºEXCEL private void dc_Click(object sender, EventArgs e) { DBUtility.Gy_BaseFun.DataToExcel(this.Text, grdMain); } int HQty = 0; private void timer3_Tick(object sender, EventArgs e) { if (HQty < 10) { HQty = HQty + 1; } else { HQty = 0; timer1.Enabled = true; } } private void toolStripButton1_Click(object sender, EventArgs e) { if (toolStripButton1.Text == "æå") { toolStripButton1.Text = "è¿è¡"; timer2.Enabled = false; } else { toolStripButton1.Text = "æå"; timer2.Enabled = true; } } private void txtHMaterID_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Enter) { timer1.Enabled = true; } } private void toolStripButton2_Click(object sender, EventArgs e) { //Kanban_BaseSet oSZ = new Kanban_BaseSet(); //oSZ.HName = this.Name; //oSZ.ShowDialog(); timer1.Enabled = true; } private void grdMain_Sorted(object sender, EventArgs e) { //-----------é¢è¦ç¶æ //å¼å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åç¶æè¿æ¯ å¾ ç产ï¼ç³»ç»èªå¨é»è²è¦ç¤ºï¼ //å®å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åè¿æ¯å¾ ç产æè 卿§è¡çï¼ç³»ç»èªå¨çº¢è²è¦ç¤ºï¼ int HBDateCol = Fun_GetCol("å¼å·¥æ¶é´"); int HEDateCol = Fun_GetCol("å®å·¥æ¶é´"); int HStatusCol = Fun_GetCol("çäº§ç¶æ"); DateTime oNow = DateTime.Today.Date; for (int i = 0; i < grdMain.Rows.Count; i++) { if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HBDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") { grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Yellow; } if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HEDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") { grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Red; } } } } } WarM/±¨±í·ÖÎö/Sc_CJKB.designer.cs
New file @@ -0,0 +1,286 @@ namespace Kanban { partial class Sc_CJKB { /// <summary> /// å¿ éç设计å¨åéã /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// æ¸ çæææ£å¨ä½¿ç¨çèµæºã /// </summary> /// <param name="disposing">妿åºéæ¾æç®¡èµæºï¼ä¸º trueï¼å¦å为 falseã</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows çªä½è®¾è®¡å¨çæç代ç /// <summary> /// è®¾è®¡å¨æ¯ææéçæ¹æ³ - ä¸è¦ /// 使ç¨ä»£ç ç¼è¾å¨ä¿®æ¹æ¤æ¹æ³çå 容ã /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_CJKB)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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(); this.Tool = new System.Windows.Forms.ToolStrip(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.grdPrint = new System.Windows.Forms.DataGridView(); this.grdSum = new System.Windows.Forms.DataGridView(); this.timer3 = new System.Windows.Forms.Timer(this.components); this.grdMain = new System.Windows.Forms.DataGridView(); this.Tool.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.SuspendLayout(); // // Tool // this.Tool.AutoSize = false; this.Tool.BackColor = System.Drawing.Color.Black; this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tc, this.toolStripButton1, this.toolStripButton2, this.toolStripSeparator3, this.toolStripSeparator9, this.toolStripSeparator7, this.toolStripLabel1}); this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); this.Tool.Size = new System.Drawing.Size(906, 50); this.Tool.Stretch = true; this.Tool.TabIndex = 16; this.Tool.Text = "toolStrip1"; // // tc // this.tc.AutoSize = false; this.tc.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tc.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tc.ForeColor = System.Drawing.Color.White; this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tc.ImageTransparentColor = System.Drawing.Color.White; this.tc.Name = "tc"; this.tc.Size = new System.Drawing.Size(50, 47); this.tc.Text = "<è¿å"; this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; this.tc.Click += new System.EventHandler(this.tc_Click); // // toolStripButton1 // this.toolStripButton1.AutoSize = false; this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripButton1.ForeColor = System.Drawing.Color.White; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.White; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(50, 47); this.toolStripButton1.Text = "æå"; this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.AutoSize = false; this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripButton2.ForeColor = System.Drawing.Color.White; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(36, 47); this.toolStripButton2.Text = "设置"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator9 // this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator7 // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); // // toolStripLabel1 // this.toolStripLabel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.toolStripLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripLabel1.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripLabel1.ForeColor = System.Drawing.Color.White; this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(92, 47); this.toolStripLabel1.Text = "车é´çæ¿"; this.toolStripLabel1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Enabled = true; this.timer2.Interval = 20000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // grdPrint // this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdPrint.Location = new System.Drawing.Point(772, 146); this.grdPrint.Name = "grdPrint"; this.grdPrint.RowTemplate.Height = 23; this.grdPrint.Size = new System.Drawing.Size(25, 24); this.grdPrint.TabIndex = 8; this.grdPrint.Visible = false; // // grdSum // this.grdSum.AllowUserToAddRows = false; this.grdSum.AllowUserToDeleteRows = false; this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; this.grdSum.Location = new System.Drawing.Point(0, 512); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; this.grdSum.Size = new System.Drawing.Size(906, 19); this.grdSum.TabIndex = 47; this.grdSum.Visible = false; // // timer3 // this.timer3.Enabled = true; this.timer3.Interval = 1800000; this.timer3.Tick += new System.EventHandler(this.timer3_Tick); // // grdMain // this.grdMain.AllowUserToAddRows = false; this.grdMain.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(97)))), ((int)(((byte)(118))))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(97)))), ((int)(((byte)(118))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White; this.grdMain.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.grdMain.BackgroundColor = System.Drawing.Color.Black; this.grdMain.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(134)))), ((int)(((byte)(202))))); 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.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(134)))), ((int)(((byte)(202))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.grdMain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.grdMain.ColumnHeadersHeight = 40; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.EnableHeadersVisualStyles = false; this.grdMain.Location = new System.Drawing.Point(0, 50); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.Color.CornflowerBlue; dataGridViewCellStyle3.Font = new System.Drawing.Font("å®ä½", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.grdMain.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.grdMain.RowHeadersVisible = false; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47))))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White; this.grdMain.RowsDefaultCellStyle = dataGridViewCellStyle4; this.grdMain.RowTemplate.Height = 23; this.grdMain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.grdMain.Size = new System.Drawing.Size(906, 462); this.grdMain.TabIndex = 48; this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp); this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); this.grdMain.Sorted += new System.EventHandler(this.grdMain_Sorted); this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick); // // Sc_CJKB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(906, 531); this.Controls.Add(this.grdMain); this.Controls.Add(this.grdSum); this.Controls.Add(this.Tool); this.Controls.Add(this.grdPrint); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Sc_CJKB"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "åæ®å表"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Sc_CJKB_Load); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip Tool; private System.Windows.Forms.ToolStripButton tc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; public System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.DataGridView grdPrint; private System.Windows.Forms.DataGridView grdSum; private System.Windows.Forms.Timer timer3; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.DataGridView grdMain; } } WarM/±¨±í·ÖÎö/Sc_CJKB.resx
New file @@ -0,0 +1,156 @@ <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes associated with the data types. Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple name/value pairs. Each data row contains a name, and value. The row also contains a type or mimetype. Type corresponds to a .NET class that support text/value conversion through the TypeConverter architecture. Classes that don't support this are serialized and stored with the mimetype set. The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: Note - application/x-microsoft.net.object.binary.base64 is the format that the ResXResourceWriter will generate, however the reader can read any of the formats listed below. mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.bytearray.base64 value : The object must be serialized into a byte array : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> <xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <metadata name="Tool.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <data name="tc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADCSURBVDhPpZJdCoMwEIRzpxxJ6Ak2z/ZZnysIBXuUHMA7 bXeWrGBMYkoHh+gk8xl/XEneP7jXqXIWJkIgHscnT/PEy2vhz7ZhMQ/Dm5l3ObRcB1ACzAKQ6FTcV69G rgWTbUl3QFQtFgGpfAAoAVDOi2ZbrwW5hwY4N+P6FmDlkrsBq6zOy3AXIEkhGHMbIMaorgGgI8Cu7CsY wOZbAEgDBch/gOveRzgJAKLwH0CGJsDmxU1dAMiSu3R5iZr+oJuic1+SJ5jRbOqnmgAAAABJRU5ErkJg gg== </value> </data> <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADCSURBVDhPpZJdCoMwEIRzpxxJ6Ak2z/ZZnysIBXuUHMA7 bXeWrGBMYkoHh+gk8xl/XEneP7jXqXIWJkIgHscnT/PEy2vhz7ZhMQ/Dm5l3ObRcB1ACzAKQ6FTcV69G rgWTbUl3QFQtFgGpfAAoAVDOi2ZbrwW5hwY4N+P6FmDlkrsBq6zOy3AXIEkhGHMbIMaorgGgI8Cu7CsY wOZbAEgDBch/gOveRzgJAKLwH0CGJsDmxU1dAMiSu3R5iZr+oJuic1+SJ5jRbOqnmgAAAABJRU5ErkJg gg== </value> </data> <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>102, 16</value> </metadata> <metadata name="timer2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>191, 16</value> </metadata> <metadata name="timer3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>281, 16</value> </metadata> <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <value>37</value> </metadata> </root> WarM/±¨±í·ÖÎö/Sc_QLKB.cs
New file @@ -0,0 +1,502 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using gregn6Lib; using SQLHelper; using DBUtility; using Pub_Class; namespace Kanban { public partial class Sc_QLKB : Form { public Sc_QLKB() { InitializeComponent(); } public DBUtility.frmBillQueryCondition_New frmCondition; public string ViewName = "h_v_Sc_QLKB"; public string ModCaption = "缺æçæ¿"; public const string ModName = "3702"; public const string ModRightName = "Sc_QLKB"; public const string ModRightNameEdit = ModRightName + "_Edit"; public const string ModRightNameCheck = ModRightName + "_Check"; public const string ModRightNameClose = ModRightName + "_Close"; public const string ModRightNameDelete = ModRightName + "_Delete"; Pub_Class.ClsGridListSum oSumGrid = new Pub_Class.ClsGridListSum(); public string sDeptID = "0"; DataSet DSet; int FY = 29; // private void initGrid() { //DBUtility.Xt_BaseBillFun.initGridList(grdMain, this.Name); //åæ é¢ //grdMain.ColumnHeadersDefaultCellStyle.BackColor = Color.FromArgb(60, 134, 202); //grdMain.ColumnHeadersDefaultCellStyle.ForeColor = Color.White; //grdMain.ColumnHeadersDefaultCellStyle.SelectionBackColor = Color.FromArgb(60, 134, 202); //grdMain.ColumnHeadersDefaultCellStyle.SelectionForeColor = Color.White; //grdMain.ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; //grdMain.ColumnHeadersHeight = 40; //grdMain.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; ////奿°è¡ //grdMain.AlternatingRowsDefaultCellStyle.BackColor = Color.FromArgb(104, 97, 118); //grdMain.AlternatingRowsDefaultCellStyle.ForeColor = Color.White; //grdMain.AlternatingRowsDefaultCellStyle.SelectionBackColor = Color.FromArgb(104, 97, 118); //grdMain.AlternatingRowsDefaultCellStyle.SelectionForeColor = Color.White; ////ç½æ ¼èæ¯è² //grdMain.BackgroundColor = Color.FromArgb(104, 97, 118); ////åæ é¢è¾¹æ¡æ ·å¼ //grdMain.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.None; ; ////æ 颿 ·å¼æ¯å¦ä½¿ç¨ç¨æ·å½å主é¢çæ ·å¼ //grdMain.EnableHeadersVisualStyles = false; ////éèè¡æ é¢ //grdMain.RowHeadersVisible = false; ////åå æ ¼ //grdMain.RowsDefaultCellStyle.BackColor = Color.FromArgb(47, 47, 47); //grdMain.RowsDefaultCellStyle.ForeColor = Color.White; //grdMain.RowsDefaultCellStyle.SelectionBackColor = Color.FromArgb(47, 47, 47); //grdMain.RowsDefaultCellStyle.SelectionForeColor = Color.White; //grdMain.RowsDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; //-------------------- DBUtility.Xt_BaseBillFun.initKanBan(this.Name, grdMain, Tool, toolStripLabel1, null, ref FY, timer2, timer3); } // private void Display() { try { ClsCN SubCn = new ClsCN(); string sSql = ""; string sWhere = ""; //è¿æ»¤æ¡ä»¶ //if (frmCondition.SqlStr.Trim().Length == 0) // return; //sSql = frmCondition.SqlStr + sWhere + " order by HStatus,HDate "; sSql = "exec h_p_QLKB "; // DSet = SubCn.RunProcReturn(sSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo); //çæé¦è¡æ é¢ if (DSet == null) { //MessageBox.Show("没æè¿åä»»ä½ç»æ,请å¨è¿æ»¤æ¡ä¸ç¹å»ãæ¢å¤ãæé®,å°è¯å次æ¥è¯¢ï¼" + DBUtility.ClsPub.sExeReturnInfo); return; } //éæ¾å»ç» DBUtility.Xt_BaseBillFun.CancelFrozenCol(grdMain); // grdMain.DataSource = DSet.Tables[0].DefaultView; // //-----------é¢è¦ç¶æ //å¼å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åç¶æè¿æ¯ å¾ ç产ï¼ç³»ç»èªå¨é»è²è¦ç¤ºï¼ //å®å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åè¿æ¯å¾ ç产æè 卿§è¡çï¼ç³»ç»èªå¨çº¢è²è¦ç¤ºï¼ //int HBDateCol = Fun_GetCol("å¼å·¥æ¶é´"); //int HEDateCol = Fun_GetCol("å®å·¥æ¶é´"); //int HStatusCol = Fun_GetCol("çäº§ç¶æ"); //DateTime oNow = DateTime.Today.Date; //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HBDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") // { // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Yellow; // } // if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HEDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") // { // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Red; // } //} //设置å计å string sTotalCol = ""; sTotalCol = DBUtility.Gy_BaseFun.GetTotalCols(DSet); string[] sT; sT = sTotalCol.Split(Convert.ToChar(",")); oSumGrid.BuildTotalCols(sT); // //å»ç» int FrCol = 10; string s = "æ¯"; DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, s, FrCol); //ç»çº¿ //GraphLine(); //Total(); //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (i % 2 == 0) // { // grdMain.Rows[i].DefaultCellStyle.BackColor = Color.SteelBlue; // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.White; // } // else // { // grdMain.Rows[i].DefaultCellStyle.BackColor = Color.SlateGray; // grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.White; // } //} // } catch (Exception e) { return; } } // private void timer1_Tick(object sender, EventArgs e) { timer1.Enabled=false; initGrid(); Display(); } private void tc_Click(object sender, EventArgs e) { //ä¿åå宽 DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); this.Close(); } private void sx_Click(object sender, EventArgs e) { timer1.Enabled = true; } private void dj_Click(object sender, EventArgs e) { Sub_ShowBill(); } //æ¾ç¤ºåæ® private void Sub_ShowBill() { } // private Int32 Fun_GetCol(string sCol) { return DBUtility.Xt_BaseBillFun.Fun_GetCol(sCol, grdMain); } // private void Sc_QLKB_Load(object sender, EventArgs e) { // frmCondition = new frmBillQueryCondition_New(); this.Text = ModCaption; //lblCaption.Text = ModCaption; oSumGrid.ogrdMain = grdMain; //åå§å new oSumGrid.oGridsum = grdSum; initGrid(); ClsIni oIni = new ClsIni(); string sID = ClsIni.ReadIni("Dept", "DeptID", Pub_Class.ClsPub.AppPath + @"\" + "HXErp_SY.ini"); if (sID == "æ²¡ææ¾å°ï¼") { sDeptID = "0"; } else { sDeptID = sID; } } private void grdMain_DblClick(object sender, EventArgs e) { //Sc_WorkBillProcReportKB o = new Sc_WorkBillProcReportKB(); //if(grdMain.CurrentRow==null) // return; //o.sICMOInterID = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentCell.RowIndex].Cells[Fun_GetCol("HInterID")].Value); //o.sDeptID = DBUtility.ClsPub.isLong(grdMain.Rows[grdMain.CurrentCell.RowIndex].Cells[Fun_GetCol("HDeptID")].Value); //o.ShowDialog(); } private void cx_Click(object sender, EventArgs e) { frmCondition = new frmBillQueryCondition_New(); SetCondition(frmCondition, ViewName, this.Name); frmCondition.ShowDialog(); if (frmCondition.Tag.ToString() == "OK") { Display(); } } public void SetCondition(frmBillQueryCondition_New frmCondition, string ViewName, string Name) { frmCondition.Tag = ""; frmCondition.ViewName = ViewName; frmCondition.ModName = Name; } private void xz_Click(object sender, EventArgs e) { // } private void sc_Click(object sender, EventArgs e) { Sub_DeleteBill(); } //å é¤ private void Sub_DeleteBill() { } private void timer2_Tick(object sender, EventArgs e) { //timer2.Enabled = false; //frmCondition = new frmBillQueryCondition_New(); //SetCondition(frmCondition, ViewName, this.Name); //frmCondition.ShowDialog(); //if (frmCondition.Tag.ToString() == "OK") //{ //timer1.Enabled = true; //} if (DSet != null && DSet.Tables[0].Rows.Count > FY) { for (int y = 0; y < FY; y++) { DataRow newRow = DSet.Tables[0].NewRow(); //ç¨ç¸åºå¼å¡«åæ°æ®è¡ for (int m = 0; m < DSet.Tables[0].Columns.Count; m++) { newRow[m] = DSet.Tables[0].Rows[0][m]; } //å¡«å宿¯ï¼å°æ°æ®è¡æ·»å å°æ°æ®é DSet.Tables[0].Rows.Add(newRow); DSet.Tables[0].Rows.Remove(DSet.Tables[0].Rows[0]); } grdMain.DataSource = null; grdMain.DataSource = DSet.Tables[0].DefaultView; ////-----------é¢è¦ç¶æ å°äºçäº æ¾ç¤º 红è²ï¼ å°äº7 æ©è²ï¼å°äºçäº14 é»è² //int HYJDateCol = Fun_GetCol("é¢è¦ç¶æï¼å¤©ï¼"); //int HSumUnDownQtyCol = Fun_GetCol("æ»æªä¸éè´é"); //for (int i = 0; i < grdMain.Rows.Count; i++) //{ // if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) <= 0) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Red; // } // else if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) > 0 && DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) < 7) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Orange; // } // else if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) >= 7 && DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HYJDateCol].Value) <= 14) // { // grdMain.Rows[i].Cells[HYJDateCol].Style.BackColor = Color.Yellow; // grdMain.Rows[i].Cells[HYJDateCol].Style.ForeColor = Color.Black; // } // //================= //------------æªä¸å 大äº0 æ¾ç¤ºçº¢è² // if (DBUtility.ClsPub.isDoule(grdMain.Rows[i].Cells[HSumUnDownQtyCol].Value) > 0) // { // grdMain.Rows[i].Cells[HSumUnDownQtyCol].Style.BackColor = Color.Red; // } //} DBUtility.Xt_BaseBillFun.DisplayGrid(grdMain, this.Name, "", 0); } } private void bclk_Click(object sender, EventArgs e) { //ä¿åå宽 DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name); } private void mrlk_Click(object sender, EventArgs e) { DBUtility.Xt_BaseBillFun.DefaultGridView(grdMain, this.Name); } // private void GraphLine() { int MainIDCol = Fun_GetCol("hmainid"); int SubIDCol = Fun_GetCol("hsubid"); string s = frmCondition.cmbHComplete.Text; long n=0; //DBUtility.Xt_BaseBillFun.GraphLine(grdMain, MainIDCol, SubIDCol, s,ref n); //æ¾ç¤º //lbldj.Text = "æ¥è¯¢åº " + n.ToString() + " å¼ åæ®"; //lbljl.Text = "å ±æ " + grdMain.RowCount.ToString() + " æ¡è®°å½"; } //å®¡æ ¸ private void sh_Click(object sender, EventArgs e) { this.Sub_CheckBill(); } //å®¡æ ¸åæ® private void Sub_CheckBill() { } //å审忮 private void Sub_AbandonCheck() { } //åå®¡æ ¸ private void qsh_Click(object sender, EventArgs e) { Sub_AbandonCheck(); } private void GraphicsGrid() { DBUtility.Xt_BaseBillFun.GraphicsGrid(grdMain); } #region //æå°è®¾ç½® GridppReport Report; //é¢è§ private void yl_Click(object sender, EventArgs e) { //éæ©æå°æ¨¡æ¿ BLL.Gy_OpenTmp oFrm = new BLL.Gy_OpenTmp(); oFrm.sBillName = ModName; oFrm.sBillModel = ModCaption; oFrm.ShowDialog(); if (oFrm.OKTag == Pub_Class.ClsPub.Enum_OKTag.OKTag_OK) { // Sub_SetReport(oFrm.sOpenTmp); Report.PrintPreview(true); } } private void Sub_SetReport(string sOpenTmp) { //å¤æè¡æ° // Report = new GridppReport(); Report.LoadFromFile(DBUtility.ClsPub.AppPath + @"\" + sOpenTmp + ".grf"); //here . Report.FetchRecord += new _IGridppReportEvents_FetchRecordEventHandler(ReportFetchRecordByDataTable); } private void ReportFetchRecordByDataTable() { try { BLL.Utility.FillRecordToReport(Report, grdMain, grdPrint, Fun_GetCol("HMaterID")); } catch (Exception e) { MessageBox.Show("æå°å¤±è´¥!ï¼" + e.Message); } } #endregion // private void grdMain_Paint(object sender, PaintEventArgs e) { GraphicsGrid(); } //å计 new private void Total() { if (grdMain.Rows.Count > 0 && grdMain.ColumnCount>0) { oSumGrid.SetGridsum(); oSumGrid.Total(); } } //å计 new private void grdMain_ColumnWidthChanged(object sender, DataGridViewColumnEventArgs e) { Total(); } //å计 new private void grdMain_CellMouseUp(object sender, DataGridViewCellMouseEventArgs e) { Total(); } //å¼åºEXCEL private void dc_Click(object sender, EventArgs e) { DBUtility.Gy_BaseFun.DataToExcel(this.Text, grdMain); } int HQty = 0; private void timer3_Tick(object sender, EventArgs e) { if (HQty < 10) { HQty = HQty + 1; } else { HQty = 0; timer1.Enabled = true; } } private void toolStripButton1_Click(object sender, EventArgs e) { if (toolStripButton1.Text == "æå") { toolStripButton1.Text = "è¿è¡"; timer2.Enabled = false; } else { toolStripButton1.Text = "æå"; timer2.Enabled = true; } } private void txtHMaterID_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Enter) { timer1.Enabled = true; } } private void toolStripButton2_Click(object sender, EventArgs e) { //Kanban_BaseSet oSZ = new Kanban_BaseSet(); //oSZ.HName = this.Name; //oSZ.ShowDialog(); timer1.Enabled = true; } private void grdMain_Sorted(object sender, EventArgs e) { //-----------é¢è¦ç¶æ //å¼å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åç¶æè¿æ¯ å¾ ç产ï¼ç³»ç»èªå¨é»è²è¦ç¤ºï¼ //å®å·¥æ¶é´å°äºå½å¤©æ¶é´ï¼ä½æ¯ä»»å¡åè¿æ¯å¾ ç产æè 卿§è¡çï¼ç³»ç»èªå¨çº¢è²è¦ç¤ºï¼ int HBDateCol = Fun_GetCol("å¼å·¥æ¶é´"); int HEDateCol = Fun_GetCol("å®å·¥æ¶é´"); int HStatusCol = Fun_GetCol("çäº§ç¶æ"); DateTime oNow = DateTime.Today.Date; for (int i = 0; i < grdMain.Rows.Count; i++) { if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HBDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") { grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Yellow; } if (DBUtility.ClsPub.isDate(grdMain.Rows[i].Cells[HEDateCol].Value) < oNow && DBUtility.ClsPub.isStrNull(grdMain.Rows[i].Cells[HStatusCol].Value) == "å¾ ç产") { grdMain.Rows[i].DefaultCellStyle.ForeColor = Color.Red; } } } } } WarM/±¨±í·ÖÎö/Sc_QLKB.designer.cs
New file @@ -0,0 +1,286 @@ namespace Kanban { partial class Sc_QLKB { /// <summary> /// å¿ éç设计å¨åéã /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// æ¸ çæææ£å¨ä½¿ç¨çèµæºã /// </summary> /// <param name="disposing">妿åºéæ¾æç®¡èµæºï¼ä¸º trueï¼å¦å为 falseã</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows çªä½è®¾è®¡å¨çæç代ç /// <summary> /// è®¾è®¡å¨æ¯ææéçæ¹æ³ - ä¸è¦ /// 使ç¨ä»£ç ç¼è¾å¨ä¿®æ¹æ¤æ¹æ³çå 容ã /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_QLKB)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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(); this.Tool = new System.Windows.Forms.ToolStrip(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.grdPrint = new System.Windows.Forms.DataGridView(); this.grdSum = new System.Windows.Forms.DataGridView(); this.timer3 = new System.Windows.Forms.Timer(this.components); this.grdMain = new System.Windows.Forms.DataGridView(); this.Tool.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.SuspendLayout(); // // Tool // this.Tool.AutoSize = false; this.Tool.BackColor = System.Drawing.Color.Black; this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tc, this.toolStripButton1, this.toolStripButton2, this.toolStripSeparator3, this.toolStripSeparator9, this.toolStripSeparator7, this.toolStripLabel1}); this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); this.Tool.Size = new System.Drawing.Size(906, 50); this.Tool.Stretch = true; this.Tool.TabIndex = 16; this.Tool.Text = "toolStrip1"; // // tc // this.tc.AutoSize = false; this.tc.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tc.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tc.ForeColor = System.Drawing.Color.White; this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tc.ImageTransparentColor = System.Drawing.Color.White; this.tc.Name = "tc"; this.tc.Size = new System.Drawing.Size(50, 47); this.tc.Text = "<è¿å"; this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; this.tc.Click += new System.EventHandler(this.tc_Click); // // toolStripButton1 // this.toolStripButton1.AutoSize = false; this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripButton1.ForeColor = System.Drawing.Color.White; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.White; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(50, 47); this.toolStripButton1.Text = "æå"; this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.AutoSize = false; this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripButton2.ForeColor = System.Drawing.Color.White; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(36, 47); this.toolStripButton2.Text = "设置"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator9 // this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator7 // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); // // toolStripLabel1 // this.toolStripLabel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.toolStripLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripLabel1.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStripLabel1.ForeColor = System.Drawing.Color.White; this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(92, 47); this.toolStripLabel1.Text = "缺æçæ¿"; this.toolStripLabel1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Enabled = true; this.timer2.Interval = 20000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // grdPrint // this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdPrint.Location = new System.Drawing.Point(772, 146); this.grdPrint.Name = "grdPrint"; this.grdPrint.RowTemplate.Height = 23; this.grdPrint.Size = new System.Drawing.Size(25, 24); this.grdPrint.TabIndex = 8; this.grdPrint.Visible = false; // // grdSum // this.grdSum.AllowUserToAddRows = false; this.grdSum.AllowUserToDeleteRows = false; this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; this.grdSum.Location = new System.Drawing.Point(0, 512); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; this.grdSum.Size = new System.Drawing.Size(906, 19); this.grdSum.TabIndex = 47; this.grdSum.Visible = false; // // timer3 // this.timer3.Enabled = true; this.timer3.Interval = 1800000; this.timer3.Tick += new System.EventHandler(this.timer3_Tick); // // grdMain // this.grdMain.AllowUserToAddRows = false; this.grdMain.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(97)))), ((int)(((byte)(118))))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(97)))), ((int)(((byte)(118))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White; this.grdMain.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.grdMain.BackgroundColor = System.Drawing.Color.Black; this.grdMain.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(134)))), ((int)(((byte)(202))))); 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.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(134)))), ((int)(((byte)(202))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.grdMain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.grdMain.ColumnHeadersHeight = 40; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.EnableHeadersVisualStyles = false; this.grdMain.Location = new System.Drawing.Point(0, 50); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.Color.CornflowerBlue; dataGridViewCellStyle3.Font = new System.Drawing.Font("å®ä½", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.grdMain.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.grdMain.RowHeadersVisible = false; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47))))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(47)))), ((int)(((byte)(47))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White; this.grdMain.RowsDefaultCellStyle = dataGridViewCellStyle4; this.grdMain.RowTemplate.Height = 23; this.grdMain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.grdMain.Size = new System.Drawing.Size(906, 462); this.grdMain.TabIndex = 48; this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp); this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); this.grdMain.Sorted += new System.EventHandler(this.grdMain_Sorted); this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick); // // Sc_QLKB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(906, 531); this.Controls.Add(this.grdMain); this.Controls.Add(this.grdSum); this.Controls.Add(this.Tool); this.Controls.Add(this.grdPrint); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Sc_QLKB"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "åæ®å表"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Sc_QLKB_Load); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip Tool; private System.Windows.Forms.ToolStripButton tc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; public System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.DataGridView grdPrint; private System.Windows.Forms.DataGridView grdSum; private System.Windows.Forms.Timer timer3; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.DataGridView grdMain; } } WarM/±¨±í·ÖÎö/Sc_QLKB.resx
New file @@ -0,0 +1,156 @@ <?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes associated with the data types. Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple name/value pairs. Each data row contains a name, and value. The row also contains a type or mimetype. Type corresponds to a .NET class that support text/value conversion through the TypeConverter architecture. Classes that don't support this are serialized and stored with the mimetype set. The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: Note - application/x-microsoft.net.object.binary.base64 is the format that the ResXResourceWriter will generate, however the reader can read any of the formats listed below. mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.bytearray.base64 value : The object must be serialized into a byte array : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> <xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <metadata name="Tool.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <data name="tc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADCSURBVDhPpZJdCoMwEIRzpxxJ6Ak2z/ZZnysIBXuUHMA7 bXeWrGBMYkoHh+gk8xl/XEneP7jXqXIWJkIgHscnT/PEy2vhz7ZhMQ/Dm5l3ObRcB1ACzAKQ6FTcV69G rgWTbUl3QFQtFgGpfAAoAVDOi2ZbrwW5hwY4N+P6FmDlkrsBq6zOy3AXIEkhGHMbIMaorgGgI8Cu7CsY wOZbAEgDBch/gOveRzgJAKLwH0CGJsDmxU1dAMiSu3R5iZr+oJuic1+SJ5jRbOqnmgAAAABJRU5ErkJg gg== </value> </data> <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADCSURBVDhPpZJdCoMwEIRzpxxJ6Ak2z/ZZnysIBXuUHMA7 bXeWrGBMYkoHh+gk8xl/XEneP7jXqXIWJkIgHscnT/PEy2vhz7ZhMQ/Dm5l3ObRcB1ACzAKQ6FTcV69G rgWTbUl3QFQtFgGpfAAoAVDOi2ZbrwW5hwY4N+P6FmDlkrsBq6zOy3AXIEkhGHMbIMaorgGgI8Cu7CsY wOZbAEgDBch/gOveRzgJAKLwH0CGJsDmxU1dAMiSu3R5iZr+oJuic1+SJ5jRbOqnmgAAAABJRU5ErkJg gg== </value> </data> <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>102, 16</value> </metadata> <metadata name="timer2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>191, 16</value> </metadata> <metadata name="timer3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>281, 16</value> </metadata> <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <value>37</value> </metadata> </root> WebAPI/Controllers/MoveStockBillController.cs
@@ -208,7 +208,7 @@ //} /// <summary> /// è°æ¨å/æ«æ¡ç /// è°æ¨å/æ«æ¡ç ï¼20220618å¤ä»½èæ¹æ³ï¼ /// </summary> /// <param name="sCode"></param> /// <param name="sInterID"></param> @@ -221,313 +221,344 @@ /// <returns></returns> [Route("MoveStockBill/get_InfoByBarCode_Source_Json")] [HttpGet] public object get_InfoByBarCode_Source_Json(string sCode, Int64 sInterID, string sBillNo, Double sQty, Int64 HWHID, Int64 HSPID, Int64 SCWhID, Int64 SCSPID, string HMaker, Int64 HOrgID,string HSourceBillNo,string HSourceBillType) //public object get_InfoByBarCode_Source_Json(string sCode, Int64 sInterID, string sBillNo, Double sQty, Int64 HWHID, Int64 HSPID, Int64 SCWhID, Int64 SCSPID, string HMaker, Int64 HOrgID,string HSourceBillNo,string HSourceBillType) //{ // try // { // DAL.ClsGy_BarCodeBill_View dal = new DAL.ClsGy_BarCodeBill_View(); // SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); // dal.GetInfoByNumber_View(sCode); // if (dal.omodel_View.HBarCodeType != "æçæ¡ç ") // { // if (HSourceBillNo == null) // { // HSourceBillNo = ""; // } // return get_InfoByBarCode_Source_Json_s(sCode, sInterID, sBillNo, sQty, HWHID, HSPID, SCWhID, SCSPID, HMaker, HOrgID, HSourceBillNo, HSourceBillType); // } // else // { // //妿æ¯é çªè¯ºåæçæ¡ç åè§£å¹¶æ¨¡ææ«ç // //åè§£ææ¡ç å¾å°æç»æ¡ç ä¿¡æ¯åå ¥åºå ¥åºæ¡ç 临æ¶è¡¨ // DataSet dsTBarCode; // string sBarCode_MX; // dsTBarCode = oCn.RunProcReturn("select b.HBarCode HBarCodeMX from Sc_PackUnionBillMain a " + // " inner join Sc_PackUnionBillSub b on a.HInterID = b.HInterID " + // " Where a.HBarCode_Pack = '" + sCode + "'", "Sc_PackUnionBillMain"); // if (dsTBarCode == null || dsTBarCode.Tables[0].Rows.Count == 0) // { // //sErrMsg = "æ²¡ææ¾å°æçæ¡ç ï¼"; // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "æ«ç å¤±è´¥ï¼æ²¡ææ¾å°æçæ¡ç ï¼"; // objJsonResult.data = null; // return objJsonResult; // } // else // { // for (int i = 0; i < dsTBarCode.Tables[0].Rows.Count; i++) // { // //sBarCode_MX = DBUtility.ClsPub.isStrNull(dsTBarCode.Tables[0].Rows[i]["HBarCodeMX"]); // sCode = DBUtility.ClsPub.isStrNull(dsTBarCode.Tables[0].Rows[i]["HBarCodeMX"]); // //objJsonResult = (JsonResult)get_InfoByBarCode_Source_Json_s(sBarCode_MX, sInterID, sBillNo, sQty, HWHID, HSPID, SCWhID, SCSPID, HMaker,HOrgID,HSourceBillNo,HSourceBillType); // objJsonResult = (JsonResult)get_InfoByBarCode_Source_Json_s(sCode, sInterID, sBillNo, sQty, HWHID, HSPID, SCWhID, SCSPID, HMaker, HOrgID, HSourceBillNo, HSourceBillType); // if (objJsonResult.code == "0") // { // return objJsonResult; // } // } // return objJsonResult; // } // } // } // catch (Exception e) // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "æ«ç 失败ï¼" + DBUtility.ClsPub.isStrNull(e); // objJsonResult.data = null; // return objJsonResult; // } //} //public object get_InfoByBarCode_Source_Json_s(string sCode, Int64 sInterID, string sBillNo, Double sQty, Int64 HWHID, Int64 HSPID, Int64 SCWhID, Int64 SCSPID, string HMaker,Int64 HOrgID,string HSourceBillNo,string HSourceBillType) //{ // try // { // WebS.ClsKF_PonderationBillMain_Temp model = new WebS.ClsKF_PonderationBillMain_Temp(); // string sErrMsg = ""; // bool sBool = false; // double sRelQty = 0; // int sRow = 0; // long sHMaterID = 0; // long sHAuxPropID = 0; // string[] NewBarCode; // if (sCode.CompareTo("#") > 0) // { // NewBarCode = sCode.Split(Convert.ToChar("#")); // sCode = NewBarCode[0]; // } // string sBarCode = sCode.Trim(); // string sBarCodePrefix = sBarCode.Substring(0, Math.Min(3, sBarCode.Length));//æªåæ¡ç åä¸ä½å符串 // WebS.ClsGy_BarCodeBill_WMS_Model_View oView = new WebS.ClsGy_BarCodeBill_WMS_Model_View(); // WebS.WebService1 oWebs1 = new WebS.WebService1(); // oView = oWebs1.get_InfoByBarCode_Source(sCode, sInterID, ref sBool, ref sErrMsg); // //oView = webserver.get_InfoByBarCode_Source(sCode, sInterID, ref sBool, ref DBUtility.ClsPub.sErrInfo); // if (oView == null) // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼" + DBUtility.ClsPub.sErrInfo; // objJsonResult.data = null; // return objJsonResult; // } // else { // if (HSourceBillNo.Trim() != "") // { // if (sBool == false) // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "è¯¥ç©æå¹¶ä¸åå¨äºæ¤è°æ¨å,è¯·ç¡®è®¤ç©ææ 误åéæ°æ«æï¼"; // objJsonResult.data = null; // return objJsonResult; // } // } // if (oView.HBarCodeType != "æçæ¡ç ") // { // if (oView.HBarCodeType == "å¯ä¸æ¡ç " && sQty > 0 && oView.HQty < sQty) // { // sRelQty = oView.HQty; // } // else if (sQty > 0) // { // sRelQty = sQty; // } // else // { // sRelQty = oView.HQty; // } // if (oView.HBarCodeType != "å¯ä¸æ¡ç ") // { // if (SCWhID == 0) // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "è°åºä»åºæ²¡æéæ©ï¼"; // objJsonResult.data = null; // return objJsonResult; // } // else // { // if (SCSPID == 0) // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "è°åºä»ä½æ²¡æéæ©ï¼"; // objJsonResult.data = null; // return objJsonResult; // } // } // } // //if (webserver.set_SavePonderationBillMain_Temp_Qty(model, sQty, ref DBUtility.ClsPub.sErrInfo)) // bool flag = oWebs1.Get_CheckQtyByBarCode_GetWhAndSP(model.HInterID, model.HBillType, oView.HBarCode, ref SCWhID, ref SCSPID, sRelQty, ref sRelQty); // if (flag) // { // //sQty = sRelQty; // model.HSCWHID = SCWhID; // model.HOutStockPlaceID = SCSPID; // if (SCWhID <= 0) // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "1-ä»åºæ åºåï¼"; // objJsonResult.data = null; // return objJsonResult; // } // } // else if (sRelQty == 0) // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "2-æ åºåï¼"; // objJsonResult.data = null; // return objJsonResult; // } // } // } // model.HInterID = DBUtility.ClsPub.isLong(sInterID); // model.HBillNo = DBUtility.ClsPub.isStrNull(sBillNo); // model.HBillType = this.HBillType; // model.HMaker = HMaker; // // // model.HMaterID = oView.HMaterID; // model.HAuxPropID = oView.HAuxPropID; // model.HErpClsID = oView.HErpClsID; // model.HQty = oView.HQty; // model.HQtyMust = oView.HinitQty; // model.HBarCode = oView.HBarCode; // model.HBatchNo = oView.HBatchNo; // model.HMTONo = oView.HMTONo; // model.HWhID = DBUtility.ClsPub.isLong(HWHID); // model.HStockPlaceID = DBUtility.ClsPub.isLong(HSPID); // model.HSCWHID = SCWhID; // model.HOutStockPlaceID = SCSPID; // //model.HVDAPack = txtHVDAPack2.Text.Trim(); // //model.HVDAMaterNum = txtHVDAMaterID.Text.Trim(); // //model.HVDAQty = DBUtility.ClsPub.ObjToDouble(txtHVDAQty.Text.Trim()); // // // model.HSourceInterID = oView.HSourceInterID; // model.HSourceEntryID = oView.HSourceEntryID; // model.HSourceBillNo = oView.HSourceBillNo; // model.HSourceBillType = oView.HSourceBillType; // model.HRedBlueFlag = false; // model.HPieceQty = 1; // model.HSTOCKORGID = HOrgID; // model.HOWNERID = HOrgID; // if(sBool) // { // model.HSourceBillType = HSourceBillType; // } // if(oWebs1.Get_CheckWhAndSP_BeUpdate(SCWhID,SCSPID,ref DBUtility.ClsPub.sErrInfo)) // { // } // else // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼è°åºä»åº," + DBUtility.ClsPub.sErrInfo; // objJsonResult.data = null; // return objJsonResult; // } // if(model.HWhID == 0) // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼è°å ¥ä»åºæ²¡æéæ©ï¼" + DBUtility.ClsPub.sErrInfo; // objJsonResult.data = null; // return objJsonResult; // } // WebS.WebService1 oWebs = new WebS.WebService1(); // if(sBool) // { // if(oWebs.set_SavePonderationBillMain_Temp_Select_Qty(model, sQty, ref DBUtility.ClsPub.sErrInfo)) // { // } // else // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼æ«æå¤±è´¥ï¼" + DBUtility.ClsPub.sErrInfo; // objJsonResult.data = null; // return objJsonResult; // } // } // else // { // if (oView.HBarCodeType != "æçæ¡ç ") // { // if (HSourceBillType == "䏿¶éç¥å" && HSourceBillNo != "") // { // if (oWebs.set_SavePonderationBillMain_Temp_FIFO(model, ref DBUtility.ClsPub.sErrInfo)) // { // } // else // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼æ«æå¤±è´¥ï¼" + DBUtility.ClsPub.sErrInfo; // objJsonResult.data = null; // return objJsonResult; // } // } // else // { // if (oWebs.set_SavePonderationBillMain_Temp_Qty(model, sQty, ref DBUtility.ClsPub.sErrInfo)) // { // } // else // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼æ«æå¤±è´¥ï¼" + DBUtility.ClsPub.sErrInfo; // objJsonResult.data = null; // return objJsonResult; // } // } // } // else // { // if (oWebs.set_SavePonderationBillMain_Temp_Qty(model, sQty, ref DBUtility.ClsPub.sErrInfo)) // { // } // else // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼æ«æå¤±è´¥ï¼" + DBUtility.ClsPub.sErrInfo; // objJsonResult.data = null; // return objJsonResult; // } // } // } // //return objJsonResult; // objJsonResult.code = "0"; // objJsonResult.count = 1; // objJsonResult.Message = "æ«ç æåï¼"; // objJsonResult.data = null; // return objJsonResult; // } // catch (Exception) // { // throw; // } //} public Object get_InfoByBarCode_Source_Json(string sCode, Int64 sInterID, string HBillType, string sBillNo, string sMaker, Int64 WhID, Int64 SPID, Int64 HSCWhID,Int64 HSCSPID,Double sQty, bool SourceFlag, string sSourceBillNo, string sHSourceBillType,Int64 HStockInOrgID,Int64 HStockOutOrgID,string HScanStyle) { try { DAL.ClsGy_BarCodeBill_View dal = new DAL.ClsGy_BarCodeBill_View(); SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); dal.GetInfoByNumber_View(sCode); if (dal.omodel_View.HBarCodeType != "æçæ¡ç ") { if (HSourceBillNo == null) { HSourceBillNo = ""; } return get_InfoByBarCode_Source_Json_s(sCode, sInterID, sBillNo, sQty, HWHID, HSPID, SCWhID, SCSPID, HMaker, HOrgID, HSourceBillNo, HSourceBillType); } else { //妿æ¯é çªè¯ºåæçæ¡ç åè§£å¹¶æ¨¡ææ«ç //åè§£ææ¡ç å¾å°æç»æ¡ç ä¿¡æ¯åå ¥åºå ¥åºæ¡ç 临æ¶è¡¨ DataSet dsTBarCode; string sBarCode_MX; dsTBarCode = oCn.RunProcReturn("select b.HBarCode HBarCodeMX from Sc_PackUnionBillMain a " + " inner join Sc_PackUnionBillSub b on a.HInterID = b.HInterID " + " Where a.HBarCode_Pack = '" + sCode + "'", "Sc_PackUnionBillMain"); if (dsTBarCode == null || dsTBarCode.Tables[0].Rows.Count == 0) { //sErrMsg = "æ²¡ææ¾å°æçæ¡ç ï¼"; objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ«ç å¤±è´¥ï¼æ²¡ææ¾å°æçæ¡ç ï¼"; objJsonResult.data = null; return objJsonResult; } else { for (int i = 0; i < dsTBarCode.Tables[0].Rows.Count; i++) { //sBarCode_MX = DBUtility.ClsPub.isStrNull(dsTBarCode.Tables[0].Rows[i]["HBarCodeMX"]); sCode = DBUtility.ClsPub.isStrNull(dsTBarCode.Tables[0].Rows[i]["HBarCodeMX"]); //objJsonResult = (JsonResult)get_InfoByBarCode_Source_Json_s(sBarCode_MX, sInterID, sBillNo, sQty, HWHID, HSPID, SCWhID, SCSPID, HMaker,HOrgID,HSourceBillNo,HSourceBillType); objJsonResult = (JsonResult)get_InfoByBarCode_Source_Json_s(sCode, sInterID, sBillNo, sQty, HWHID, HSPID, SCWhID, SCSPID, HMaker, HOrgID, HSourceBillNo, HSourceBillType); if (objJsonResult.code == "0") { return objJsonResult; } } return objJsonResult; } } } catch (Exception e) //if (sRedBlue == true) //{ // HBillType = "1245"; //} //oBar = webserver.get_CheckTypeByBarCode(sCode, sInterID, sBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, ref DBUtility.ClsPub.sErrInfo); WebS.WebService1 oWebs = new WebS.WebService1(); WebS.ClsKf_ICStockBill_WMS WebSoBar = new WebS.ClsKf_ICStockBill_WMS(); string sExpressNumber = ""; //WebSoBar = oWebs.get_CheckTypeByBarCode_All(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, sExpressNumber, ref DBUtility.ClsPub.sErrInfo); WebSoBar = oWebs.get_BarCode_MoveStock(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, HSCWhID, HSCSPID, sQty, SourceFlag, sSourceBillNo, sHSourceBillType, HStockInOrgID,HStockOutOrgID,HScanStyle, ref DBUtility.ClsPub.sErrInfo); if (WebSoBar == null) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ«ç 失败ï¼" + DBUtility.ClsPub.isStrNull(e); objJsonResult.Message = DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } } public object get_InfoByBarCode_Source_Json_s(string sCode, Int64 sInterID, string sBillNo, Double sQty, Int64 HWHID, Int64 HSPID, Int64 SCWhID, Int64 SCSPID, string HMaker,Int64 HOrgID,string HSourceBillNo,string HSourceBillType) { try else { WebS.ClsKF_PonderationBillMain_Temp model = new WebS.ClsKF_PonderationBillMain_Temp(); string sErrMsg = ""; bool sBool = false; double sRelQty = 0; int sRow = 0; long sHMaterID = 0; long sHAuxPropID = 0; string[] NewBarCode; if (sCode.CompareTo("#") > 0) { NewBarCode = sCode.Split(Convert.ToChar("#")); sCode = NewBarCode[0]; } string sBarCode = sCode.Trim(); string sBarCodePrefix = sBarCode.Substring(0, Math.Min(3, sBarCode.Length));//æªåæ¡ç åä¸ä½å符串 WebS.ClsGy_BarCodeBill_WMS_Model_View oView = new WebS.ClsGy_BarCodeBill_WMS_Model_View(); WebS.WebService1 oWebs1 = new WebS.WebService1(); oView = oWebs1.get_InfoByBarCode_Source(sCode, sInterID, ref sBool, ref sErrMsg); //oView = webserver.get_InfoByBarCode_Source(sCode, sInterID, ref sBool, ref DBUtility.ClsPub.sErrInfo); if (oView == null) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼" + DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } else { if (HSourceBillNo.Trim() != "") { if (sBool == false) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "è¯¥ç©æå¹¶ä¸åå¨äºæ¤è°æ¨å,è¯·ç¡®è®¤ç©ææ 误åéæ°æ«æï¼"; objJsonResult.data = null; return objJsonResult; } } if (oView.HBarCodeType != "æçæ¡ç ") { if (oView.HBarCodeType == "å¯ä¸æ¡ç " && sQty > 0 && oView.HQty < sQty) { sRelQty = oView.HQty; } else if (sQty > 0) { sRelQty = sQty; } else { sRelQty = oView.HQty; } if (oView.HBarCodeType != "å¯ä¸æ¡ç ") { if (SCWhID == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "è°åºä»åºæ²¡æéæ©ï¼"; objJsonResult.data = null; return objJsonResult; } else { if (SCSPID == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "è°åºä»ä½æ²¡æéæ©ï¼"; objJsonResult.data = null; return objJsonResult; } } } //if (webserver.set_SavePonderationBillMain_Temp_Qty(model, sQty, ref DBUtility.ClsPub.sErrInfo)) bool flag = oWebs1.Get_CheckQtyByBarCode_GetWhAndSP(model.HInterID, model.HBillType, oView.HBarCode, ref SCWhID, ref SCSPID, sRelQty, ref sRelQty); if (flag) { //sQty = sRelQty; model.HSCWHID = SCWhID; model.HOutStockPlaceID = SCSPID; if (SCWhID <= 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "1-ä»åºæ åºåï¼"; objJsonResult.data = null; return objJsonResult; } } else if (sRelQty == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "2-æ åºåï¼"; objJsonResult.data = null; return objJsonResult; } } } model.HInterID = DBUtility.ClsPub.isLong(sInterID); model.HBillNo = DBUtility.ClsPub.isStrNull(sBillNo); model.HBillType = this.HBillType; model.HMaker = HMaker; // model.HMaterID = oView.HMaterID; model.HAuxPropID = oView.HAuxPropID; model.HErpClsID = oView.HErpClsID; model.HQty = oView.HQty; model.HQtyMust = oView.HinitQty; model.HBarCode = oView.HBarCode; model.HBatchNo = oView.HBatchNo; model.HMTONo = oView.HMTONo; model.HWhID = DBUtility.ClsPub.isLong(HWHID); model.HStockPlaceID = DBUtility.ClsPub.isLong(HSPID); model.HSCWHID = SCWhID; model.HOutStockPlaceID = SCSPID; //model.HVDAPack = txtHVDAPack2.Text.Trim(); //model.HVDAMaterNum = txtHVDAMaterID.Text.Trim(); //model.HVDAQty = DBUtility.ClsPub.ObjToDouble(txtHVDAQty.Text.Trim()); // model.HSourceInterID = oView.HSourceInterID; model.HSourceEntryID = oView.HSourceEntryID; model.HSourceBillNo = oView.HSourceBillNo; model.HSourceBillType = oView.HSourceBillType; model.HRedBlueFlag = false; model.HPieceQty = 1; model.HSTOCKORGID = HOrgID; model.HOWNERID = HOrgID; if(sBool) { model.HSourceBillType = HSourceBillType; } if(oWebs1.Get_CheckWhAndSP_BeUpdate(SCWhID,SCSPID,ref DBUtility.ClsPub.sErrInfo)) { } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼è°åºä»åº," + DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } if(model.HWhID == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼è°å ¥ä»åºæ²¡æéæ©ï¼" + DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } WebS.WebService1 oWebs = new WebS.WebService1(); if(sBool) { if(oWebs.set_SavePonderationBillMain_Temp_Select_Qty(model, sQty, ref DBUtility.ClsPub.sErrInfo)) { } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼æ«æå¤±è´¥ï¼" + DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } } else { if (oView.HBarCodeType != "æçæ¡ç ") { if (HSourceBillType == "䏿¶éç¥å" && HSourceBillNo != "") { if (oWebs.set_SavePonderationBillMain_Temp_FIFO(model, ref DBUtility.ClsPub.sErrInfo)) { } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼æ«æå¤±è´¥ï¼" + DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } } else { if (oWebs.set_SavePonderationBillMain_Temp_Qty(model, sQty, ref DBUtility.ClsPub.sErrInfo)) { } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼æ«æå¤±è´¥ï¼" + DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } } } else { if (oWebs.set_SavePonderationBillMain_Temp_Qty(model, sQty, ref DBUtility.ClsPub.sErrInfo)) { } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "1-åæ®å·ï¼" + sBillNo + "ï¼åæ®IDï¼" + sInterID + "ï¼æ«æå¤±è´¥ï¼" + DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } } } //return objJsonResult; objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "æ«ç æåï¼"; objJsonResult.data = null; objJsonResult.Message = DBUtility.ClsPub.sErrInfo; objJsonResult.data = WebSoBar; return objJsonResult; } catch (Exception) { throw; } } WebAPI/Controllers/OtherInStockController.cs
@@ -270,13 +270,66 @@ /// çæå ¶ä»å ¥åºå /// </summary> /// <returns></returns> //[Route("OtherInStockBill/set_SaveOtherInStockBill_Json")] //[HttpPost] //public object set_SaveOtherInStockBill_Json([FromBody]JObject oMain) //{ // var _value = oMain["oMain"].ToString(); // string msg1 = _value.ToString(); // try // { // List<Model.ClsKf_OtherInBillMain> lsmain = new List<Model.ClsKf_OtherInBillMain>(); // ListModels oListModels = new ListModels(); // lsmain = oListModels.getOtherInBillMainByJson(msg1); // lsmain[0].HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); // lsmain[0].HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd")); // string sSourceBillType = lsmain[0].HBillType; // WebAPI.WebS.ClsKf_OtherInBillMain websLsmain = new WebS.ClsKf_OtherInBillMain(); // websLsmain.HInterID = lsmain[0].HInterID; // websLsmain.HDate = lsmain[0].HDate; // websLsmain.HBillNo = lsmain[0].HBillNo; // websLsmain.HDeptID = lsmain[0].HDeptID; // websLsmain.HEmpID = lsmain[0].HEmpID; // websLsmain.HRemark = lsmain[0].HRemark; // websLsmain.HMaker = lsmain[0].HMaker; // websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID; // websLsmain.HOWNERID = lsmain[0].HSTOCKORGID; // WebS.ClsXt_SystemParameterMain oSystemParameterMain = new WebS.ClsXt_SystemParameterMain(); // if (webserver.set_SaveOtherInBill_New(websLsmain, sSourceBillType, oSystemParameterMain, ref DBUtility.ClsPub.sErrInfo)) // { // objJsonResult.code = "0"; // objJsonResult.count = 1; // objJsonResult.Message = "çæå ¶ä»å ¥åºåæåï¼åæ®å·ä¸ºï¼"; // objJsonResult.data = null; // return objJsonResult; // } // else // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "ä¸ä¼ 失败ï¼" + DBUtility.ClsPub.sErrInfo; // objJsonResult.data = null; // return objJsonResult; // } // } // catch (Exception e) // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "ä¸ä¼ 失败ï¼" + e.ToString(); // objJsonResult.data = null; // return objJsonResult; // } //} [Route("OtherInStockBill/set_SaveOtherInStockBill_Json")] [HttpPost] public object set_SaveOtherInStockBill_Json([FromBody]JObject oMain) { var _value = oMain["oMain"].ToString(); string msg1 = _value.ToString(); try { @@ -297,9 +350,11 @@ websLsmain.HMaker = lsmain[0].HMaker; websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID; websLsmain.HOWNERID = lsmain[0].HSTOCKORGID; websLsmain.HBillType = "1203";//åºå®å¼ WebS.WebService1 oWebs = new WebS.WebService1(); WebS.ClsXt_SystemParameterMain oSystemParameterMain = new WebS.ClsXt_SystemParameterMain(); if (webserver.set_SaveOtherInBill_New(websLsmain, sSourceBillType, oSystemParameterMain, ref DBUtility.ClsPub.sErrInfo)) if (oWebs.set_SaveOtherInBill_New(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo)) { objJsonResult.code = "0"; objJsonResult.count = 1; @@ -362,6 +417,48 @@ // } //} //å·æ°è¡¨ä½ è¿ååºå ¥åºæ¡ç 临æ¶è¡¨ï¼é¢æåºåºç®æ´çï¼ [Route("OtherInStockBill/DisBillEntryList_Webs_New_Json1")] [HttpGet] public object DisBillEntryList_Webs_New_Json1(long HBillID, string HBillNo, string HBillType, string sMouldManagerCtl, string sFIFOCtl) { try { WebS.WebService1 oWebs = new WebS.WebService1(); ds = oWebs.GetBillEntry_TmpList(HBillID, HBillNo, HBillType, ref sMouldManagerCtl, ref sFIFOCtl, ref DBUtility.ClsPub.sErrInfo); if (ds == null || ds.Tables[0].Rows.Count <= 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼"; objJsonResult.data = null; return objJsonResult; //DBUtility.ClsPub.MessageBeep((int)DBUtility.ClsPub.BeepType.Warning); } else { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "è·åä¿¡æ¯æåï¼"; objJsonResult.data = new { list = ds.Tables[0], list2 = ds.Tables[4] }; return objJsonResult; } } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } [Route("OtherInBill/Delete_Json")] [HttpGet] public object Delete_Json(long HInterID, long HMaterID, long HAuxPropID, string HMTONo, long HSourceInterID, long HSourceEntryID, string sHBillType) WebAPI/Controllers/OtherOutBillController.cs
@@ -67,7 +67,7 @@ /// <returns></returns> [Route("OtherOutBill/get_CheckTypeByBarCode_Out_Json")] [HttpGet] public Object get_CheckTypeByBarCode_Out_Json(string sCode, Int64 sInterID, string sBillNo, string sMaker, Int64 WhID, Int64 SPID, Double sQty, bool sRedBlue, bool SourceFlag, string sSourceBillNo, string sSourceType, Int64 HOWNERID) public Object get_CheckTypeByBarCode_Out_Json(string sCode, Int64 sInterID,string HBillType, string sBillNo, string sMaker, Int64 WhID, Int64 SPID, Double sQty, bool sRedBlue, bool SourceFlag, string sSourceBillNo, string sSourceType, Int64 HOWNERID) { //oBar = webserver.get_CheckTypeByBarCode_Out(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, ref DBUtility.ClsPub.sErrInfo); //if (oBar == null) @@ -109,6 +109,7 @@ return objJsonResult; } } /// <summary> /// ä¸é®æ«ç (红å) /// </summary> @@ -117,7 +118,7 @@ [HttpGet] public Object get_CheckTypeByBarCode_All_Json(string sCode, Int64 sInterID, string sBillNo, string sMaker, Int64 WhID, Int64 SPID, Double sQty, bool sRedBlue, bool SourceFlag, string sSourceBillNo, string sSourceType, Int64 HOWNERID, string sExpressNumber) { oBar = webserver.get_CheckTypeByBarCode_All(sCode, sInterID, HBillType1, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID,sExpressNumber, ref DBUtility.ClsPub.sErrInfo); oBar = webserver.get_CheckTypeByBarCode_All(sCode, sInterID, HBillType1, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, sExpressNumber, ref DBUtility.ClsPub.sErrInfo); if (oBar == null) { objJsonResult.code = "0"; @@ -176,7 +177,7 @@ } } /// <summary> /// <summary> /// æ«ææ¡ç /// </summary> /// <param name="msg"></param> @@ -248,7 +249,7 @@ /// <returns></returns> [Route("OtherOutBill/set_SaveOtherOutBackBill_Json")] [HttpPost] public object set_SaveOtherOutBackBill_Json([FromBody]JObject oMain ) public object set_SaveOtherOutBackBill_Json([FromBody] JObject oMain) { var _value = oMain["oMain"].ToString(); string msg1 = _value.ToString(); @@ -290,65 +291,87 @@ [Route("OtherInStockBill/set_SavePonderationBillMain_Temp_Source_Fast_Json")] [HttpGet] public object set_SavePonderationBillMain_Temp_Source_Fast_Json(string HSourceBillType, string HSourceBillNo, Int64 sInterID, string sBillNo) public object set_SavePonderationBillMain_Temp_Source_Fast_Json(Int64 sInterID, string SBillNo, string HBillType, string sSourceBillNo, string sSourceType, string sMaker, Int64 sHOWNERID) { try { // DataSet ds = new DataSet(); // WebServer webserver = new WebServer(); string sWhere = " Where åæ®å· like '%" + HSourceBillNo.Trim() + "%'"; if (HSourceBillType == "3720") { ds = webserver.GetSc_ICMOBackBillList(sWhere + " "); } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½,æºåç±»åæé误ï¼"; objJsonResult.data = null; return objJsonResult; ; } //try //{ // // DataSet ds = new DataSet(); // // WebServer webserver = new WebServer(); // string sWhere = " Where åæ®å· like '%" + HSourceBillNo.Trim() + "%'"; // if (HSourceBillType == "3720") // { // ds = webserver.GetSc_ICMOBackBillList(sWhere + " "); // } // else // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "没æè¿åä»»ä½è®°å½,æºåç±»åæé误ï¼"; // objJsonResult.data = null; // return objJsonResult; ; // } if (ds == null || ds.Tables[0].Rows.Count <= 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼"; objJsonResult.data = null; return objJsonResult; //DBUtility.ClsPub.MessageBeep((int)DBUtility.ClsPub.BeepType.Warning); } else { HSupID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HSupID"]); HSupName = Convert.ToString(ds.Tables[0].Rows[0]["HSupName"]); HDeptID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HDeptID"]); HDeptName = Convert.ToString(ds.Tables[0].Rows[0]["HDeptName"]); if (webserver.set_SavePonderationBillMain_Temp_Source_Fast(sInterID, sBillNo, HBillType, HSourceBillNo, HSourceBillType, "èå", ref DBUtility.ClsPub.sErrInfo)) { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "è¿åè®°å½æåï¼"; objJsonResult.data = ds.Tables[0]; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åå ¥ä¸´æ¶è¡¨å¤±è´¥ï¼" + DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } } } catch (Exception ex) // if (ds == null || ds.Tables[0].Rows.Count <= 0) // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼"; // objJsonResult.data = null; // return objJsonResult; // //DBUtility.ClsPub.MessageBeep((int)DBUtility.ClsPub.BeepType.Warning); // } // else // { // HSupID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HSupID"]); // HSupName = Convert.ToString(ds.Tables[0].Rows[0]["HSupName"]); // HDeptID = DBUtility.ClsPub.isLong(ds.Tables[0].Rows[0]["HDeptID"]); // HDeptName = Convert.ToString(ds.Tables[0].Rows[0]["HDeptName"]); // if (webserver.set_SavePonderationBillMain_Temp_Source_Fast(sInterID, sBillNo, HBillType, HSourceBillNo, HSourceBillType, "èå", ref DBUtility.ClsPub.sErrInfo)) // { // objJsonResult.code = "0"; // objJsonResult.count = 1; // objJsonResult.Message = "è¿åè®°å½æåï¼"; // objJsonResult.data = ds.Tables[0]; // return objJsonResult; // } // else // { // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "åå ¥ä¸´æ¶è¡¨å¤±è´¥ï¼" + DBUtility.ClsPub.sErrInfo; // objJsonResult.data = null; // return objJsonResult; // } // } //} //catch (Exception ex) //{ // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼" + ex.ToString(); // objJsonResult.data = null; // return objJsonResult; //} WebS.WebService1 oWebs = new WebS.WebService1(); WebS.ClsKf_ICStockBill_WMS WebSoBar = new WebS.ClsKf_ICStockBill_WMS(); string sExpressNumber = ""; //WebSoBar = oWebs.get_CheckTypeByBarCode_All(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, sExpressNumber, ref DBUtility.ClsPub.sErrInfo); WebSoBar = oWebs.get_SourceBarCode_OtherIn(sInterID, SBillNo, HBillType, sSourceBillNo, sSourceType, sMaker, sHOWNERID, ref DBUtility.ClsPub.sErrInfo); if (WebSoBar == null) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼" + ex.ToString(); objJsonResult.Message = DBUtility.ClsPub.sErrInfo; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = DBUtility.ClsPub.sErrInfo; objJsonResult.data = WebSoBar; return objJsonResult; } } @@ -359,7 +382,7 @@ /// <returns></returns> [Route("OtherOutBill/set_set_SaveOtherOutBill_Json")] [HttpPost] public object set_set_SaveOtherOutBill_Json([FromBody]JObject oMain) public object set_set_SaveOtherOutBill_Json([FromBody] JObject oMain) { var _value = oMain["oMain"].ToString(); string msg1 = _value.ToString(); @@ -382,9 +405,10 @@ websLsmain.HMaker = lsmain[0].HMaker; websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID; websLsmain.HOWNERID = lsmain[0].HOWNERID; websLsmain.HBillType = "1206";//åºå®å¼ WebS.WebService1 oWebs = new WebS.WebService1(); WebS.ClsXt_SystemParameterMain oSystemParameterMain = new WebS.ClsXt_SystemParameterMain(); if (webserver.set_SaveOtherOutBill_New(websLsmain, sSourceBillType, oSystemParameterMain, ref DBUtility.ClsPub.sErrInfo)) if (oWebs.set_SaveOtherOutBill_New(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo)) { objJsonResult.code = "0"; objJsonResult.count = 1; WebAPI/Controllers/ProductInController.cs
@@ -168,6 +168,47 @@ } } //ç¼åå表æ¥è¯¢åè½ [Route("ProductInBillList/list1")] [HttpGet] public object list1(string BillType, string HBillNo, string HSourceBillNo) { try { if (HSourceBillNo == null) { HSourceBillNo = ""; } WebS.WebService1 oWebs = new WebS.WebService1(); ds = oWebs.GetKf_ICStockBillQueryList(BillType, HBillNo, HSourceBillNo); if (ds == null || ds.Tables[0].Rows.Count <= 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼"; objJsonResult.data = null; return objJsonResult; //DBUtility.ClsPub.MessageBeep((int)DBUtility.ClsPub.BeepType.Warning); } else { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "è·åä¿¡æ¯æåï¼"; objJsonResult.data = ds.Tables[0]; return objJsonResult; } } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } /// <summary> /// å ¶ä»åºåºæ ¡éªæ«æåæ®å·/ç´æ¥è°ç¨webservice WebAPI/Controllers/SellOutController.cs
@@ -377,11 +377,11 @@ //éå®åºåº/æ«æ¡ç /ç´æ¥è°webservice [Route("SellOut/get_CheckTypeByBarCode_Json")] [HttpGet] public Object get_CheckTypeByBarCode_Json(string sCode, Int64 sInterID,string HBillType, string sBillNo, string sMaker, Int64 WhID, Int64 SPID, Double sQty, bool sRedBlue, bool SourceFlag, string sSourceBillNo, string sSourceType, Int64 HOWNERID) public Object get_CheckTypeByBarCode_Json(string sCode, Int64 sInterID,string HBillType, string sBillNo, string sMaker, Int64 WhID, Int64 SPID, Double sQty, bool sRedBlue, bool SourceFlag, string sSourceBillNo, string sSourceType, Int64 HOWNERID,string HScanStyle) { //oBar = webserver.get_CheckTypeByBarCode(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, ref DBUtility.ClsPub.sErrInfo); string sExpressNumber = ""; WebSoBar = oWebs.get_CheckTypeByBarCode_All(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, sExpressNumber, ref DBUtility.ClsPub.sErrInfo); WebSoBar = oWebs.get_CheckTypeByBarCode_New(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, sExpressNumber, HScanStyle, ref DBUtility.ClsPub.sErrInfo); if (WebSoBar == null) { objJsonResult.code = "0"; WebAPI/Controllers/WebAPIController.cs
@@ -79,6 +79,55 @@ return objjson; } } //[Route("Web/Get_MaxBillNoAndID")] //[HttpGet] //public object Get_MaxBillNoAndID(string HBillType) //{ // try // { // string HBillNo = ""; // Int64 HInterID = 0;//æ¾ç¤ºçåæ®µ // HInterID = DBUtility.ClsPub.CreateBillID(HBillType, ref DBUtility.ClsPub.sExeReturnInfo); // HBillNo = DBUtility.ClsPub.CreateBillCode(HBillType, ref DBUtility.ClsPub.sExeReturnInfo, true); // //----------å建è表------------------------ // DataTable dt_Main = new DataTable("Json"); // dt_Main.Columns.Add("HBillNo", typeof(string)); // dt_Main.Columns.Add("HInterID", typeof(int)); // //---------å建æ°è¡------------------------ // DataRow dr_main = dt_Main.NewRow();//å建æ°è¡ // dt_Main.Rows.Add(dr_main);//å°æ°è¡å å ¥å°è¡¨ä¸ // dr_main["HBillNo"] = DBUtility.ClsPub.isStrNull(HBillNo); // dr_main["HInterID"] = DBUtility.ClsPub.isLong(HInterID); // if (HBillNo == null || HInterID == 0) // { // objjson.code = "0"; // objjson.count = 0; // objjson.Message = "è·å失败"; // objjson.data = null; // return objjson; // } // else // { // objjson.code = "0"; // objjson.count = 1; // objjson.Message = "è·åæå"; // objjson.data = dt_Main; // return objjson; // } // } // catch (Exception e) // { // objjson.code = "0"; // objjson.count = 0; // objjson.Message = "è·å失败" + e.ToString(); // objjson.data = null; // return objjson; // } //} /// <summary> /// ç»å½ /// </summary> WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -5,41 +5,41 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PublishTargetUrl>D:\ç½ç«åå¸\æºäºMESWMS\API</_PublishTargetUrl> <History>True|2022-05-17T06:19:55.1158182Z;True|2022-05-17T13:25:44.2886247+08:00;True|2022-05-17T10:29:26.6813564+08:00;True|2022-05-17T09:02:49.1742018+08:00;True|2022-05-06T15:13:12.2438900+08:00;True|2022-05-06T14:49:39.8536594+08:00;True|2022-04-22T17:07:44.8823529+08:00;True|2022-04-19T19:13:40.8312746+08:00;True|2022-04-19T15:40:16.0022040+08:00;True|2022-04-19T15:13:32.9767736+08:00;False|2022-04-19T15:08:33.6507639+08:00;True|2022-04-19T15:02:51.9580210+08:00;True|2022-04-19T13:54:18.7579131+08:00;True|2022-04-12T10:36:02.1779173+08:00;True|2022-04-12T10:05:31.0222037+08:00;True|2022-04-12T09:47:49.3724819+08:00;True|2022-04-09T15:08:54.5697468+08:00;True|2022-04-08T17:31:31.0046258+08:00;True|2022-04-08T16:50:41.3018422+08:00;True|2022-04-08T10:35:36.5029980+08:00;True|2022-03-31T09:38:37.3646053+08:00;True|2022-03-29T13:57:45.4410942+08:00;True|2022-03-10T18:59:23.7994337+08:00;True|2022-03-10T18:52:39.5019082+08:00;True|2022-03-10T18:51:12.7949284+08:00;True|2022-03-10T18:50:47.2024177+08:00;True|2022-03-10T18:45:08.8409380+08:00;True|2022-03-10T18:41:17.0102564+08:00;True|2022-03-10T18:35:49.0742353+08:00;True|2022-03-10T17:57:47.4196965+08:00;True|2022-03-10T17:34:27.5723245+08:00;True|2022-03-10T16:13:59.3829164+08:00;True|2022-03-09T14:50:49.1222033+08:00;True|2022-03-09T11:21:03.0073651+08:00;False|2022-03-09T11:16:56.1792896+08:00;False|2022-03-09T11:16:49.7923320+08:00;True|2022-03-08T15:47:47.4722336+08:00;True|2022-03-08T15:47:28.5397115+08:00;True|2022-03-08T15:37:08.7379870+08:00;True|2022-03-02T17:37:54.4659976+08:00;True|2022-03-02T17:34:12.2949726+08:00;True|2022-03-02T17:26:38.7070673+08:00;True|2022-03-02T17:07:49.7024316+08:00;True|2022-03-02T17:05:22.4177336+08:00;True|2022-03-02T16:14:57.9880587+08:00;True|2022-03-01T17:52:52.6766959+08:00;True|2022-02-28T14:36:22.6449303+08:00;True|2022-02-24T15:43:36.8244163+08:00;True|2022-02-23T17:57:14.3693224+08:00;True|2022-02-23T17:46:42.1078183+08:00;False|2022-02-23T17:41:06.5886724+08:00;True|2022-02-23T16:59:45.5533581+08:00;True|2022-02-23T16:57:43.3328895+08:00;True|2022-02-21T09:09:37.2601134+08:00;True|2022-02-21T09:03:32.4071009+08:00;True|2022-02-21T08:59:59.0172082+08:00;True|2022-02-18T14:05:39.1358825+08:00;True|2022-02-18T10:23:02.4391239+08:00;True|2022-02-18T10:21:31.0559267+08:00;True|2022-02-17T16:50:11.7192509+08:00;True|2022-02-17T13:19:13.7697894+08:00;True|2022-02-11T10:36:12.7757100+08:00;True|2022-02-10T10:54:25.2685040+08:00;True|2022-02-10T10:37:02.1034768+08:00;True|2022-02-09T17:32:45.6511283+08:00;True|2022-02-09T17:24:32.5115193+08:00;True|2022-02-09T17:00:24.0662114+08:00;True|2022-02-09T16:56:42.3364622+08:00;True|2022-02-09T14:17:25.8688855+08:00;True|2022-02-09T14:11:51.6149822+08:00;True|2022-02-07T23:29:26.2842648+08:00;True|2022-02-07T23:28:58.8242274+08:00;False|2022-02-07T23:25:29.0647793+08:00;True|2022-02-07T13:06:37.5515985+08:00;True|2022-02-07T12:42:19.5220491+08:00;True|2022-02-07T09:52:59.6728595+08:00;True|2022-02-01T11:32:10.5831557+08:00;True|2022-01-29T14:09:02.9178986+08:00;True|2022-01-28T12:01:45.1416438+08:00;True|2022-01-28T11:03:41.6361866+08:00;True|2022-01-28T10:44:53.5367862+08:00;True|2022-01-28T10:40:41.6697563+08:00;True|2022-01-28T10:25:56.7093616+08:00;True|2022-01-28T09:58:13.0733060+08:00;True|2022-01-27T09:26:29.6568807+08:00;True|2022-01-27T00:47:57.9102528+08:00;True|2022-01-27T00:46:52.8845001+08:00;True|2022-01-27T00:36:34.5330938+08:00;True|2022-01-27T00:35:19.5439329+08:00;True|2022-01-27T00:33:38.5701950+08:00;True|2022-01-27T00:32:00.9028982+08:00;True|2022-01-27T00:30:13.2390921+08:00;True|2022-01-27T00:28:23.2989144+08:00;True|2022-01-27T00:16:01.3789455+08:00;True|2022-01-27T00:09:58.8112352+08:00;True|2022-01-27T00:00:40.8353538+08:00;True|2022-01-26T23:37:50.9494735+08:00;True|2022-01-26T23:29:39.8647473+08:00;True|2022-01-26T23:20:49.3274392+08:00;True|2022-01-26T23:15:53.7037293+08:00;True|2022-01-26T23:06:28.8595953+08:00;True|2022-01-26T23:02:12.9882299+08:00;True|2022-01-26T22:55:33.2535730+08:00;True|2022-01-26T22:51:01.8427947+08:00;True|2022-01-26T22:47:44.0715387+08:00;True|2022-01-26T22:20:21.7217039+08:00;True|2022-01-26T22:13:39.5372069+08:00;True|2022-01-26T22:01:31.2113177+08:00;True|2022-01-26T21:55:26.5478921+08:00;True|2022-01-26T21:50:18.2700369+08:00;True|2022-01-26T21:48:52.0020233+08:00;True|2022-01-26T19:19:29.4530523+08:00;True|2022-01-26T19:07:21.6474231+08:00;True|2022-01-26T18:25:42.2933291+08:00;True|2022-01-26T12:39:02.0149050+08:00;True|2022-01-26T12:13:43.9149452+08:00;True|2022-01-26T11:24:33.5742248+08:00;True|2022-01-26T08:51:10.8105076+08:00;True|2022-01-25T21:07:32.9069261+08:00;True|2022-01-24T01:35:12.3309466+08:00;True|2022-01-23T23:19:15.9702821+08:00;True|2022-01-23T21:50:41.6903353+08:00;True|2022-01-23T21:25:57.6084267+08:00;True|2022-01-23T21:16:10.1516535+08:00;True|2022-01-23T20:52:08.3745284+08:00;True|2022-01-23T18:19:32.2386502+08:00;True|2022-01-23T18:11:42.0830325+08:00;True|2022-01-23T18:00:01.3239547+08:00;True|2022-01-23T12:18:48.2466943+08:00;True|2022-01-22T00:48:50.4531647+08:00;True|2022-01-21T13:10:32.8173598+08:00;True|2022-01-21T13:04:01.6388059+08:00;True|2022-01-21T12:51:40.5304103+08:00;True|2022-01-21T12:44:06.3059885+08:00;True|2022-01-21T12:34:33.9314010+08:00;True|2022-01-21T11:39:20.1088577+08:00;True|2022-01-20T11:33:49.0516846+08:00;True|2022-01-20T10:02:12.0295471+08:00;True|2022-01-20T10:02:03.3535503+08:00;True|2022-01-19T23:56:18.7293193+08:00;True|2022-01-19T22:30:14.6986228+08:00;True|2022-01-19T22:15:08.8608795+08:00;True|2022-01-19T21:57:55.2295030+08:00;True|2022-01-19T13:50:37.8588759+08:00;True|2022-01-19T13:42:52.9761531+08:00;True|2022-01-19T00:26:36.9722917+08:00;True|2022-01-19T00:15:30.8583143+08:00;True|2022-01-18T21:19:30.6193048+08:00;True|2022-01-18T21:12:07.1453825+08:00;True|2022-01-18T20:35:27.3779956+08:00;True|2022-01-18T17:44:45.2318570+08:00;True|2022-01-18T14:45:29.0299640+08:00;True|2022-01-17T22:23:20.8214203+08:00;True|2022-01-17T21:49:15.7740045+08:00;True|2022-01-17T21:47:24.6997598+08:00;True|2022-01-17T21:44:00.1942787+08:00;True|2022-01-17T21:43:15.5992687+08:00;True|2022-01-17T21:33:16.8034756+08:00;True|2022-01-17T21:25:39.9909343+08:00;True|2022-01-17T21:13:03.9659338+08:00;True|2022-01-17T20:32:14.8869091+08:00;True|2022-01-17T19:01:46.5753686+08:00;True|2022-01-17T18:31:24.1032169+08:00;True|2022-01-17T18:21:39.2918684+08:00;True|2022-01-17T18:12:07.4859038+08:00;True|2022-01-17T18:09:26.6989718+08:00;True|2022-01-17T18:04:36.7564997+08:00;True|2022-01-17T17:57:44.7814863+08:00;True|2022-01-17T17:51:50.1516107+08:00;True|2022-01-17T17:39:29.2918799+08:00;True|2022-01-17T14:55:21.5859341+08:00;True|2022-01-17T14:38:06.5091500+08:00;True|2022-01-17T14:30:25.5378436+08:00;True|2022-01-16T19:15:24.5874858+08:00;True|2022-01-16T19:07:49.0613424+08:00;True|2022-01-16T16:10:47.3112741+08:00;False|2022-01-14T19:09:41.9296709+08:00;False|2022-01-14T18:56:11.0569808+08:00;False|2022-01-14T18:28:20.1376762+08:00;False|2022-01-14T18:27:30.8678130+08:00;False|2022-01-14T18:22:45.4436504+08:00;False|2022-01-14T18:19:37.0374753+08:00;False|2022-01-14T18:18:48.5868254+08:00;False|2022-01-14T18:14:02.5810257+08:00;False|2022-01-14T18:09:51.1730754+08:00;False|2022-01-14T18:09:17.8940754+08:00;True|2022-01-13T20:08:16.2937608+08:00;True|2022-01-13T20:07:30.1505466+08:00;True|2022-01-13T13:39:42.0146294+08:00;True|2022-01-13T13:38:07.5062471+08:00;True|2022-01-13T11:29:49.3751232+08:00;True|2022-01-13T11:05:43.9574142+08:00;True|2022-01-13T10:33:23.1921058+08:00;True|2022-01-12T20:38:16.9165651+08:00;True|2022-01-12T20:24:46.3779264+08:00;True|2022-01-12T20:03:06.5030626+08:00;True|2022-01-12T19:44:55.4294326+08:00;True|2022-01-12T12:58:45.9548600+08:00;True|2022-01-12T11:28:44.7797749+08:00;True|2022-01-11T18:07:30.9151356+08:00;True|2022-01-11T15:06:32.7301609+08:00;True|2022-01-11T09:27:00.1766442+08:00;True|2021-12-30T14:41:56.8541015+08:00;True|2021-12-30T13:45:00.6130694+08:00;True|2021-12-30T13:44:18.7370780+08:00;True|2021-12-30T13:36:52.8171136+08:00;True|2021-12-28T19:14:22.5979649+08:00;True|2021-12-28T13:13:39.3543252+08:00;True|2021-12-27T15:31:26.6037782+08:00;True|2021-12-27T15:28:54.4824480+08:00;True|2021-12-27T15:22:47.8436108+08:00;True|2021-12-27T15:04:37.0711590+08:00;True|2021-12-27T15:03:52.0932499+08:00;True|2021-12-27T15:03:33.0172733+08:00;True|2021-12-27T13:28:27.4252747+08:00;True|2021-12-25T19:38:33.6784042+08:00;True|2021-12-24T20:47:43.3471563+08:00;True|2021-12-24T20:14:57.6946814+08:00;True|2021-12-24T19:55:21.1843105+08:00;True|2021-12-24T19:49:54.6719726+08:00;True|2021-12-24T19:38:14.1180741+08:00;True|2021-12-22T13:51:37.1082523+08:00;True|2021-12-21T15:38:59.8015096+08:00;True|2021-12-21T15:29:54.8095063+08:00;False|2021-12-21T15:29:21.7006531+08:00;False|2021-12-21T15:16:18.2218025+08:00;False|2021-12-21T15:11:38.1215841+08:00;False|2021-12-21T15:08:27.0590078+08:00;True|2021-12-10T14:12:36.4065298+08:00;True|2021-12-10T13:54:03.4921778+08:00;True|2021-12-10T13:25:49.0439086+08:00;True|2021-12-10T13:19:58.9494477+08:00;True|2021-12-10T13:10:45.3929017+08:00;True|2021-12-10T11:06:53.2416794+08:00;True|2021-12-07T17:23:28.9380484+08:00;True|2021-12-07T17:13:52.4384814+08:00;True|2021-12-07T16:39:49.2020208+08:00;True|2021-12-07T15:18:20.9024533+08:00;True|2021-12-07T15:07:35.4428035+08:00;True|2021-12-07T15:01:02.0445043+08:00;True|2021-12-07T14:50:08.9019705+08:00;True|2021-12-07T14:34:50.4993666+08:00;False|2021-12-07T14:32:56.0408332+08:00;True|2021-12-06T17:11:41.4004606+08:00;True|2021-12-06T16:48:07.6029757+08:00;True|2021-12-06T13:46:35.9437718+08:00;True|2021-12-06T13:45:07.6622615+08:00;True|2021-12-06T11:25:04.3483155+08:00;True|2021-12-06T11:18:24.5804187+08:00;True|2021-11-22T16:27:05.4241947+08:00;True|2021-11-22T13:40:17.6768280+08:00;True|2021-11-19T16:15:19.9085104+08:00;True|2021-11-09T10:34:21.1623512+08:00;True|2021-11-07T16:57:59.7380254+08:00;True|2021-11-07T16:53:47.4198852+08:00;True|2021-11-07T16:42:05.5096826+08:00;True|2021-11-07T16:37:21.0729013+08:00;True|2021-11-05T20:51:17.6170717+08:00;True|2021-11-05T20:35:14.6250333+08:00;True|2021-11-05T19:30:19.8374158+08:00;True|2021-11-05T19:22:46.2276569+08:00;True|2021-11-05T19:20:30.8253213+08:00;True|2021-11-05T19:16:45.7553310+08:00;True|2021-11-05T19:16:00.4532689+08:00;True|2021-11-05T19:12:25.9022478+08:00;False|2021-11-05T19:11:26.5753529+08:00;True|2021-11-05T19:09:30.0085433+08:00;True|2021-11-05T18:48:19.9395153+08:00;True|2021-11-05T18:45:34.3437897+08:00;True|2021-11-05T18:43:43.4558159+08:00;True|2021-11-05T18:40:40.9948500+08:00;True|2021-11-05T18:34:18.4440455+08:00;True|2021-11-05T15:54:51.6037132+08:00;True|2021-10-28T16:27:53.9728270+08:00;True|2021-10-28T16:03:59.5629998+08:00;True|2021-10-28T08:51:04.2549186+08:00;True|2021-10-27T15:14:53.5506098+08:00;True|2021-10-27T15:00:44.9100320+08:00;True|2021-10-27T13:14:46.7921647+08:00;True|2021-10-27T11:24:49.4550753+08:00;True|2021-10-27T10:10:10.3545125+08:00;True|2021-10-27T10:02:24.9248610+08:00;True|2021-10-27T09:59:40.3795897+08:00;True|2021-10-27T09:56:30.6629207+08:00;True|2021-10-27T09:10:48.3883432+08:00;True|2021-10-27T09:03:31.9191991+08:00;True|2021-10-27T08:59:59.7651159+08:00;True|2021-10-27T08:36:11.8620997+08:00;True|2021-10-27T08:26:40.2533014+08:00;True|2021-10-26T09:19:35.5674748+08:00;True|2021-10-26T09:17:17.6900747+08:00;True|2021-10-26T09:14:32.3999220+08:00;True|2021-10-25T15:08:21.2581763+08:00;True|2021-10-25T10:01:57.8524903+08:00;True|2021-10-25T09:28:51.6294879+08:00;True|2021-10-25T09:25:50.3373336+08:00;True|2021-10-25T09:23:37.0203978+08:00;True|2021-10-25T09:18:23.3380608+08:00;True|2021-10-25T09:15:10.5292071+08:00;True|2021-10-25T08:56:30.4632027+08:00;True|2021-10-25T08:50:11.4697392+08:00;True|2021-10-22T13:46:49.7207066+08:00;True|2021-10-22T10:06:33.3130089+08:00;True|2021-10-20T14:32:10.1235516+08:00;True|2021-10-20T14:16:18.6496291+08:00;True|2021-10-20T14:08:49.2443715+08:00;True|2021-10-20T14:05:14.6847950+08:00;True|2021-10-20T13:30:21.6057636+08:00;True|2021-10-20T10:55:22.2151716+08:00;True|2021-10-19T10:42:13.4198267+08:00;True|2021-10-19T10:01:41.0018108+08:00;True|2021-10-19T09:59:11.2127619+08:00;True|2021-10-19T09:54:04.8472874+08:00;True|2021-10-15T11:19:15.5327495+08:00;True|2021-10-15T11:17:41.0686485+08:00;True|2021-10-15T11:12:11.8295042+08:00;True|2021-10-15T10:33:31.5670079+08:00;True|2021-10-15T10:27:45.0815146+08:00;True|2021-10-14T14:51:28.5331025+08:00;True|2021-10-14T14:37:28.3276051+08:00;True|2021-10-14T14:23:39.0606792+08:00;True|2021-10-14T14:21:03.8140347+08:00;True|2021-10-13T10:31:10.6628977+08:00;True|2021-10-13T10:12:24.4238027+08:00;True|2021-10-13T08:47:43.9314486+08:00;True|2021-10-12T14:07:18.6065183+08:00;True|2021-10-12T10:34:10.1682362+08:00;True|2021-10-12T10:27:14.3073332+08:00;True|2021-10-12T10:22:08.0004619+08:00;True|2021-10-12T10:21:03.0275378+08:00;True|2021-10-12T10:11:54.9812692+08:00;True|2021-10-11T16:59:07.3568342+08:00;True|2021-10-11T16:53:14.2016138+08:00;True|2021-10-11T16:21:35.0133775+08:00;True|2021-10-11T15:34:19.5731935+08:00;True|2021-10-11T15:31:07.5780983+08:00;True|2021-10-11T15:06:47.1145237+08:00;True|2021-10-11T15:03:25.5000280+08:00;True|2021-10-11T10:12:57.6416898+08:00;True|2021-10-09T10:15:17.9235165+08:00;True|2021-10-09T10:13:51.3318441+08:00;True|2021-10-09T10:01:21.6661542+08:00;True|2021-10-09T09:58:41.9225837+08:00;True|2021-10-08T14:56:49.7935800+08:00;True|2021-10-08T14:35:41.4490063+08:00;True|2021-10-08T14:02:42.6990656+08:00;True|2021-09-29T15:48:55.1547397+08:00;True|2021-09-29T15:48:23.5567191+08:00;True|2021-09-27T16:17:35.7180978+08:00;True|2021-09-27T15:51:50.4240134+08:00;True|2021-09-23T20:55:27.3554447+08:00;True|2021-09-23T14:14:44.0572017+08:00;True|2021-09-23T13:51:56.2344673+08:00;True|2021-09-23T10:46:16.7417007+08:00;True|2021-09-23T10:42:23.2117537+08:00;True|2021-09-22T15:21:22.9615672+08:00;True|2021-09-22T14:23:32.7907754+08:00;True|2021-09-22T13:48:03.4780947+08:00;True|2021-09-22T11:05:24.5249356+08:00;True|2021-09-22T10:00:19.0962943+08:00;True|2021-09-22T09:30:26.2686514+08:00;True|2021-09-17T11:22:34.5692792+08:00;True|2021-09-16T16:11:27.5372277+08:00;True|2021-09-16T14:53:40.8396557+08:00;True|2021-09-16T14:32:29.7905500+08:00;True|2021-09-16T14:26:46.2224219+08:00;True|2021-09-16T10:32:24.4244440+08:00;True|2021-09-15T11:10:35.3529360+08:00;True|2021-09-15T11:08:30.0857376+08:00;True|2021-09-15T11:05:56.7191571+08:00;True|2021-09-14T01:24:39.8041136+08:00;True|2021-09-14T01:05:01.1593327+08:00;True|2021-09-14T00:44:14.7233198+08:00;True|2021-09-13T23:48:19.4506233+08:00;True|2021-09-13T20:30:31.3243872+08:00;True|2021-09-13T19:45:35.9108911+08:00;False|2021-09-13T19:44:59.2779092+08:00;True|2021-09-13T18:09:22.4994381+08:00;True|2021-09-10T14:18:27.5788854+08:00;True|2021-09-09T15:57:01.7407207+08:00;True|2021-09-09T15:49:34.2598998+08:00;True|2021-09-09T11:32:10.7853024+08:00;True|2021-09-09T11:10:48.6840025+08:00;True|2021-09-09T10:35:37.3883078+08:00;True|2021-09-07T14:11:49.8497588+08:00;True|2021-09-07T13:34:48.4693349+08:00;True|2021-09-06T14:33:48.7549675+08:00;True|2021-09-03T16:27:51.1888520+08:00;True|2021-09-03T16:19:35.9003465+08:00;True|2021-09-03T15:46:28.1828032+08:00;True|2021-09-03T15:34:21.9362871+08:00;True|2021-09-03T11:24:49.8749819+08:00;True|2021-09-03T11:21:17.8373159+08:00;True|2021-09-03T11:16:53.2208136+08:00;True|2021-09-03T11:12:23.9063804+08:00;True|2021-09-03T09:11:09.2435721+08:00;True|2021-09-02T11:16:15.1370453+08:00;True|2021-09-02T10:35:39.1171879+08:00;True|2021-09-01T10:17:09.4536285+08:00;True|2021-09-01T09:46:28.4581776+08:00;True|2021-08-31T08:54:26.8588887+08:00;True|2021-08-31T08:39:08.3685693+08:00;True|2021-08-30T17:11:56.8438985+08:00;True|2021-08-30T15:59:42.0820292+08:00;True|2021-08-30T15:45:18.1868510+08:00;True|2021-08-30T14:56:08.3958863+08:00;True|2021-08-30T14:37:11.5379830+08:00;True|2021-08-30T14:35:34.8775934+08:00;True|2021-08-30T14:24:36.5111821+08:00;True|2021-08-30T10:05:49.6945200+08:00;True|2021-08-30T10:03:28.4064538+08:00;True|2021-08-30T10:00:16.8360929+08:00;True|2021-08-30T09:56:09.4434379+08:00;True|2021-08-30T09:55:36.1725334+08:00;True|2021-08-30T09:52:04.8600054+08:00;True|2021-08-30T09:47:46.4225655+08:00;True|2021-08-30T09:45:20.4894962+08:00;False|2021-08-27T17:17:34.2646751+08:00;False|2021-08-27T16:01:21.2791979+08:00;False|2021-08-27T15:58:06.9667160+08:00;False|2021-08-27T15:38:37.4818036+08:00;False|2021-08-27T15:21:02.8863114+08:00;False|2021-08-27T15:20:28.6828668+08:00;True|2021-08-26T16:00:44.3162145+08:00;True|2021-08-26T08:57:31.3842587+08:00;True|2021-08-23T08:43:41.1549775+08:00;True|2021-08-22T09:24:12.7210871+08:00;True|2021-08-22T09:19:53.8300229+08:00;True|2021-08-20T20:00:52.0140407+08:00;True|2021-08-20T19:40:14.7712765+08:00;True|2021-08-19T17:37:54.9748049+08:00;True|2021-08-19T17:20:11.0515687+08:00;True|2021-08-19T16:12:35.4392809+08:00;True|2021-08-19T16:06:50.6204587+08:00;True|2021-08-19T16:03:53.0824286+08:00;True|2021-08-19T15:56:01.3498791+08:00;True|2021-08-19T10:18:50.8113630+08:00;True|2021-08-19T09:58:06.2784035+08:00;True|2021-08-19T09:56:54.0619777+08:00;True|2021-08-19T00:32:08.3503093+08:00;True|2021-08-19T00:11:18.3150227+08:00;True|2021-08-19T00:02:49.4827718+08:00;True|2021-08-18T23:54:45.4845900+08:00;True|2021-08-18T23:39:51.6147977+08:00;True|2021-08-18T23:16:42.7214379+08:00;True|2021-08-18T22:38:57.4681929+08:00;True|2021-08-18T21:41:58.7560707+08:00;True|2021-08-18T21:11:52.2369249+08:00;True|2021-08-18T21:01:49.5669106+08:00;True|2021-08-18T20:47:46.5352688+08:00;False|2021-08-18T20:46:36.7956141+08:00;False|2021-08-18T20:46:01.0502138+08:00;True|2021-08-18T19:39:12.8186242+08:00;False|2021-08-18T19:38:12.6839708+08:00;True|2021-08-18T19:15:51.4626694+08:00;True|2021-08-18T16:07:20.4350886+08:00;True|2021-08-18T14:29:41.7171934+08:00;True|2021-08-18T14:20:36.3647361+08:00;True|2021-08-16T09:08:58.3617662+08:00;True|2021-08-15T20:44:29.9214083+08:00;True|2021-08-15T20:36:17.0958549+08:00;True|2021-08-15T20:29:34.3879773+08:00;True|2021-08-15T20:23:47.4052038+08:00;True|2021-08-15T15:01:19.7830862+08:00;True|2021-08-15T12:15:18.3433782+08:00;True|2021-08-13T20:59:11.3947130+08:00;True|2021-08-06T22:49:09.9538339+08:00;True|2021-08-06T22:35:19.0418168+08:00;True|2021-08-06T20:29:47.4241975+08:00;True|2021-08-06T14:08:16.4791827+08:00;True|2021-08-06T13:59:28.9874611+08:00;True|2021-08-06T13:57:34.3723977+08:00;True|2021-08-06T13:36:03.4816652+08:00;True|2021-08-06T12:22:52.5055221+08:00;True|2021-08-06T09:31:58.1272499+08:00;True|2021-08-06T09:26:51.6310039+08:00;True|2021-08-06T09:24:22.2899244+08:00;True|2021-08-06T09:06:30.6477912+08:00;True|2021-08-06T09:00:55.5101612+08:00;True|2021-08-06T08:49:59.9616490+08:00;True|2021-08-06T08:45:18.8586902+08:00;True|2021-08-05T20:09:25.8861998+08:00;True|2021-08-04T19:14:27.2396953+08:00;True|2021-08-04T19:11:47.5849093+08:00;True|2021-08-04T16:42:54.0149043+08:00;True|2021-08-04T15:02:11.5056561+08:00;True|2021-08-04T14:58:37.1435509+08:00;True|2021-08-04T14:55:34.7380132+08:00;True|2021-08-04T14:47:42.5933921+08:00;True|2021-08-04T14:45:17.9911874+08:00;True|2021-08-04T13:52:20.9601351+08:00;True|2021-08-04T09:48:28.8796992+08:00;True|2021-08-03T18:14:13.1894998+08:00;True|2021-08-03T17:45:35.1349721+08:00;True|2021-08-03T17:21:52.6028977+08:00;True|2021-08-03T17:20:35.4423020+08:00;True|2021-08-03T17:03:33.1667669+08:00;True|2021-08-03T17:01:54.2656787+08:00;True|2021-08-03T17:00:22.2778374+08:00;True|2021-08-03T16:56:58.8902582+08:00;True|2021-08-03T15:02:21.8601533+08:00;True|2021-08-03T14:57:34.0186758+08:00;True|2021-08-03T14:28:47.2242515+08:00;True|2021-08-03T14:22:22.4554236+08:00;True|2021-08-03T14:21:51.1339715+08:00;True|2021-08-03T13:37:33.9697131+08:00;True|2021-08-03T13:28:29.7591095+08:00;True|2021-08-03T11:35:09.5118324+08:00;True|2021-08-03T11:11:23.3051573+08:00;True|2021-08-02T13:14:42.3663755+08:00;True|2021-07-30T22:50:19.9749878+08:00;True|2021-07-30T22:49:31.2150970+08:00;True|2021-07-28T19:12:05.8381075+08:00;True|2021-07-28T18:59:45.4808797+08:00;True|2021-07-28T18:15:58.8301509+08:00;True|2021-07-28T18:04:54.8613546+08:00;True|2021-07-28T17:53:48.6225611+08:00;True|2021-07-28T17:42:50.9171563+08:00;True|2021-07-28T17:17:16.3137677+08:00;True|2021-07-28T17:11:46.8925200+08:00;True|2021-07-28T16:28:27.6823943+08:00;True|2021-07-28T16:23:00.3385836+08:00;True|2021-07-28T09:57:55.4237411+08:00;True|2021-07-28T08:38:29.6691541+08:00;True|2021-07-27T23:16:32.0331671+08:00;True|2021-07-27T23:06:08.1947249+08:00;True|2021-07-27T23:05:58.4619176+08:00;True|2021-07-27T18:42:09.5358261+08:00;True|2021-07-27T18:30:04.8532823+08:00;True|2021-07-27T18:29:43.5775092+08:00;True|2021-07-27T15:16:49.8356224+08:00;True|2021-07-27T15:05:27.8453220+08:00;True|2021-07-27T14:59:15.9519440+08:00;True|2021-07-27T09:23:32.6111337+08:00;True|2021-07-27T08:27:41.6395353+08:00;True|2021-07-27T08:25:56.7378296+08:00;True|2021-07-26T11:18:46.0856966+08:00;True|2021-07-26T11:18:02.0751924+08:00;True|2021-07-26T11:13:49.6285395+08:00;True|2021-07-21T21:08:25.9898902+08:00;True|2021-07-21T20:09:26.2258104+08:00;True|2021-07-13T16:17:25.8407435+08:00;True|2021-07-13T13:46:13.4309531+08:00;True|2021-07-13T12:29:04.5082461+08:00;True|2021-06-29T13:55:01.6864637+08:00;True|2021-06-29T10:38:52.2206472+08:00;True|2021-06-29T10:10:13.1540749+08:00;True|2021-06-28T14:37:56.3853273+08:00;False|2021-06-28T14:36:57.5726124+08:00;True|2021-06-25T14:17:57.5196108+08:00;True|2021-06-25T13:56:38.9522535+08:00;True|2021-06-24T19:38:32.8766933+08:00;True|2021-06-24T18:26:35.6118833+08:00;True|2021-06-24T18:02:52.8136877+08:00;True|2021-06-24T17:48:49.5851948+08:00;True|2021-06-24T17:45:46.7527572+08:00;True|2021-06-24T15:05:20.1592723+08:00;True|2021-06-23T16:18:15.6814625+08:00;True|2021-06-23T16:05:24.6112343+08:00;True|2021-06-23T15:14:08.2489658+08:00;True|2021-06-23T13:52:58.6029788+08:00;True|2021-06-22T16:11:20.4726923+08:00;True|2021-06-22T16:04:53.7231389+08:00;True|2021-06-22T15:50:59.2583262+08:00;True|2021-06-22T15:38:15.3016140+08:00;True|2021-06-22T15:34:42.9185543+08:00;True|2021-06-22T15:21:55.1419108+08:00;True|2021-06-22T15:07:21.5357494+08:00;True|2021-06-22T15:03:35.0535733+08:00;True|2021-06-22T14:54:47.8802969+08:00;True|2021-06-22T11:19:38.7303011+08:00;True|2021-06-22T08:53:49.2882695+08:00;True|2021-06-22T08:47:54.8286530+08:00;True|2021-06-21T16:27:19.3017700+08:00;True|2021-06-21T15:32:28.7237952+08:00;True|2021-06-21T12:34:02.6329555+08:00;True|2021-06-21T12:24:17.5427495+08:00;True|2021-06-21T10:47:30.6423502+08:00;True|2021-06-21T08:43:20.3026558+08:00;True|2021-06-19T15:10:06.8335499+08:00;True|2021-06-18T15:37:29.5009930+08:00;True|2021-06-18T13:46:35.6283432+08:00;True|2021-06-18T10:00:37.1474954+08:00;True|2021-06-18T09:55:21.8551780+08:00;True|2021-06-18T09:22:27.8432927+08:00;True|2021-06-17T11:17:43.2166430+08:00;True|2021-06-17T09:24:09.8350403+08:00;True|2021-06-16T16:10:47.8564888+08:00;True|2021-06-16T16:04:09.8286582+08:00;True|2021-06-16T15:12:29.9427169+08:00;True|2021-06-16T14:58:45.6801892+08:00;True|2021-06-16T14:46:01.6873221+08:00;True|2021-06-16T11:02:06.1272477+08:00;True|2021-06-16T09:33:56.0223915+08:00;True|2021-06-16T08:50:07.6995413+08:00;True|2021-06-16T08:28:38.7692635+08:00;True|2021-06-16T01:04:19.6282474+08:00;True|2021-06-16T01:03:50.5058323+08:00;False|2021-06-16T01:02:15.3819672+08:00;False|2021-06-16T01:01:38.6171098+08:00;True|2021-06-16T00:34:54.9902044+08:00;True|2021-06-15T23:55:36.2003828+08:00;True|2021-06-15T22:47:17.2192750+08:00;True|2021-06-15T22:42:41.1512585+08:00;True|2021-06-15T22:38:01.7390462+08:00;True|2021-06-15T22:14:11.2060782+08:00;True|2021-06-15T22:12:27.0615357+08:00;True|2021-06-15T22:07:59.9280871+08:00;True|2021-06-15T22:04:21.5051427+08:00;True|2021-06-15T21:25:55.0099814+08:00;True|2021-06-15T19:13:51.3494172+08:00;True|2021-06-15T19:02:17.6844742+08:00;True|2021-06-15T18:47:37.1629411+08:00;False|2021-06-15T18:47:11.0828111+08:00;True|2021-06-15T18:38:26.6620668+08:00;True|2021-06-15T18:33:45.2069831+08:00;True|2021-06-15T18:24:52.0550838+08:00;True|2021-06-15T18:19:43.6999796+08:00;True|2021-06-15T18:08:17.2464506+08:00;True|2021-06-15T18:03:51.3952624+08:00;True|2021-06-15T18:01:20.6141766+08:00;True|2021-06-15T17:59:04.4479416+08:00;True|2021-06-15T17:41:44.6389379+08:00;True|2021-06-15T17:39:03.1565124+08:00;True|2021-06-15T17:34:41.0634638+08:00;True|2021-06-15T17:33:50.4853178+08:00;True|2021-06-15T17:25:38.5914037+08:00;True|2021-06-15T17:22:21.3611360+08:00;True|2021-06-15T17:16:49.4970813+08:00;True|2021-06-15T17:05:28.9389484+08:00;True|2021-06-15T16:52:54.6372199+08:00;True|2021-06-15T16:51:23.9081030+08:00;True|2021-06-15T16:45:40.6017997+08:00;True|2021-06-15T16:41:05.0218887+08:00;True|2021-06-15T16:38:02.8541862+08:00;True|2021-06-15T16:22:10.3118721+08:00;True|2021-06-15T16:12:11.1552506+08:00;True|2021-06-15T15:33:42.0100494+08:00;True|2021-06-15T15:28:39.7145659+08:00;True|2021-06-15T15:15:02.7939125+08:00;True|2021-06-15T14:49:14.2300396+08:00;True|2021-06-15T14:42:28.1198064+08:00;True|2021-06-15T13:30:12.7997686+08:00;True|2021-06-15T13:25:37.7284670+08:00;True|2021-06-15T13:23:43.6207813+08:00;False|2021-06-15T13:23:19.4190232+08:00;True|2021-06-15T13:16:38.5062674+08:00;True|2021-06-15T13:03:31.2055635+08:00;True|2021-06-15T12:58:43.1653215+08:00;True|2021-06-15T12:39:22.8442109+08:00;True|2021-06-15T12:35:09.1288556+08:00;False|2021-06-15T12:33:50.0723143+08:00;True|2021-06-15T11:28:01.9733727+08:00;True|2021-06-15T11:26:26.6569392+08:00;True|2021-06-15T11:22:43.0366435+08:00;True|2021-06-15T11:07:50.1610580+08:00;True|2021-06-15T10:32:59.1925931+08:00;True|2021-06-10T17:16:57.9552310+08:00;True|2021-06-10T16:44:42.2731836+08:00;True|2021-06-10T14:39:27.6745737+08:00;True|2021-06-10T12:15:05.1524413+08:00;True|2021-06-09T18:19:24.1005606+08:00;True|2021-06-09T17:56:09.5646288+08:00;True|2021-06-09T13:34:06.1882292+08:00;True|2021-06-09T13:29:54.5924933+08:00;True|2021-06-09T13:25:55.7520662+08:00;True|2021-06-09T13:07:47.6686811+08:00;True|2021-06-09T12:59:41.2595048+08:00;True|2021-06-09T12:45:27.1305548+08:00;True|2021-06-09T12:29:52.1418191+08:00;True|2021-06-09T12:24:12.7610588+08:00;True|2021-06-09T11:31:25.3409568+08:00;True|2021-06-09T09:57:44.4387175+08:00;True|2021-06-09T09:54:26.5161307+08:00;True|2021-06-09T09:14:14.7288045+08:00;True|2021-06-09T09:10:25.1812139+08:00;True|2021-06-09T08:46:21.6585123+08:00;True|2021-06-08T19:56:55.7192062+08:00;True|2021-06-08T19:52:59.0326821+08:00;True|2021-06-08T19:49:13.6274217+08:00;True|2021-06-08T19:09:22.1038939+08:00;True|2021-06-08T15:28:41.3716247+08:00;True|2021-06-08T15:26:47.2621178+08:00;True|2021-06-08T13:49:45.8936617+08:00;True|2021-06-08T13:43:18.8115502+08:00;True|2021-06-08T10:04:06.2200731+08:00;True|2021-06-08T09:17:10.0470792+08:00;True|2021-06-08T08:44:37.4395849+08:00;True|2021-06-08T00:01:09.3745613+08:00;True|2021-06-07T23:49:31.5196888+08:00;True|2021-06-07T23:41:00.8017855+08:00;True|2021-06-07T23:21:53.1371134+08:00;True|2021-06-07T23:01:27.5712153+08:00;True|2021-06-07T22:36:12.9274014+08:00;True|2021-06-07T22:23:00.6545134+08:00;True|2021-06-07T17:44:47.5686346+08:00;True|2021-06-07T17:17:01.3431233+08:00;True|2021-06-07T16:53:28.9989587+08:00;True|2021-06-07T16:41:10.4975607+08:00;True|2021-06-07T14:21:06.8176477+08:00;True|2021-06-07T14:10:39.0355659+08:00;True|2021-06-07T12:34:31.4562732+08:00;True|2021-06-07T12:28:44.9629488+08:00;True|2021-06-07T10:30:26.9387988+08:00;True|2021-06-07T09:12:14.7658099+08:00;True|2021-06-07T08:37:19.6353792+08:00;True|2021-06-07T08:35:25.2031954+08:00;True|2021-06-05T07:07:32.0541266+08:00;True|2021-06-05T06:44:35.9475270+08:00;True|2021-06-05T06:37:27.4595197+08:00;True|2021-06-05T06:26:59.7663998+08:00;True|2021-06-05T05:43:12.8699318+08:00;True|2021-06-04T17:00:41.2426007+08:00;True|2021-06-04T16:08:03.8078072+08:00;True|2021-06-04T15:47:21.6412616+08:00;True|2021-06-04T15:21:02.4239800+08:00;True|2021-06-04T15:20:37.8641854+08:00;True|2021-06-04T13:38:51.5088395+08:00;True|2021-06-04T10:20:01.7784282+08:00;True|2021-06-04T10:13:50.3548857+08:00;True|2021-06-04T10:11:25.5017821+08:00;True|2021-06-04T10:09:51.6792228+08:00;True|2021-06-04T10:02:39.5851057+08:00;True|2021-06-04T09:30:40.4495494+08:00;True|2021-06-03T13:16:36.0317546+08:00;True|2021-06-03T13:12:47.0402047+08:00;True|2021-06-02T14:37:08.9683351+08:00;True|2021-06-02T14:10:15.7439829+08:00;True|2021-06-02T13:59:46.5841931+08:00;True|2021-06-02T13:25:18.7962660+08:00;True|2021-06-02T13:23:16.2261980+08:00;True|2021-06-01T15:37:32.2495085+08:00;True|2021-06-01T15:21:01.2856122+08:00;True|2021-06-01T15:13:36.7262365+08:00;True|2021-06-01T15:10:26.8905629+08:00;True|2021-06-01T14:56:17.5231551+08:00;True|2021-06-01T14:38:39.7895927+08:00;True|2021-06-01T14:23:12.3265287+08:00;True|2021-03-01T09:11:31.3226422+08:00;True|2021-05-26T14:54:56.9426462+08:00;True|2021-05-26T13:57:33.7780451+08:00;True|2021-05-26T13:39:02.8043358+08:00;True|2021-02-25T16:01:40.2917200+08:00;True|2021-02-25T15:49:46.6681205+08:00;True|2021-02-25T15:16:30.9372640+08:00;True|2021-05-25T13:10:21.7831921+08:00;True|2021-05-25T11:21:38.5224475+08:00;True|2021-05-25T11:12:52.0637175+08:00;True|2021-05-25T11:02:18.4164663+08:00;True|2021-05-25T10:52:06.8998521+08:00;True|2021-05-25T10:50:45.0929606+08:00;True|2021-05-25T10:45:54.1498313+08:00;True|2021-05-25T10:39:27.8602249+08:00;True|2021-05-25T10:34:49.5771162+08:00;True|2021-05-25T10:17:30.3009163+08:00;True|2021-05-25T10:14:03.8512581+08:00;True|2021-05-25T10:05:33.4343836+08:00;True|2021-05-24T17:01:23.3221168+08:00;True|2021-05-24T10:11:24.0197347+08:00;False|2021-05-24T10:11:07.6338995+08:00;</History> <History>True|2022-06-12T08:11:24.2895280Z;True|2022-05-17T14:19:55.1158182+08:00;True|2022-05-17T13:25:44.2886247+08:00;True|2022-05-17T10:29:26.6813564+08:00;True|2022-05-17T09:02:49.1742018+08:00;True|2022-05-06T15:13:12.2438900+08:00;True|2022-05-06T14:49:39.8536594+08:00;True|2022-04-22T17:07:44.8823529+08:00;True|2022-04-19T19:13:40.8312746+08:00;True|2022-04-19T15:40:16.0022040+08:00;True|2022-04-19T15:13:32.9767736+08:00;False|2022-04-19T15:08:33.6507639+08:00;True|2022-04-19T15:02:51.9580210+08:00;True|2022-04-19T13:54:18.7579131+08:00;True|2022-04-12T10:36:02.1779173+08:00;True|2022-04-12T10:05:31.0222037+08:00;True|2022-04-12T09:47:49.3724819+08:00;True|2022-04-09T15:08:54.5697468+08:00;True|2022-04-08T17:31:31.0046258+08:00;True|2022-04-08T16:50:41.3018422+08:00;True|2022-04-08T10:35:36.5029980+08:00;True|2022-03-31T09:38:37.3646053+08:00;True|2022-03-29T13:57:45.4410942+08:00;True|2022-03-10T18:59:23.7994337+08:00;True|2022-03-10T18:52:39.5019082+08:00;True|2022-03-10T18:51:12.7949284+08:00;True|2022-03-10T18:50:47.2024177+08:00;True|2022-03-10T18:45:08.8409380+08:00;True|2022-03-10T18:41:17.0102564+08:00;True|2022-03-10T18:35:49.0742353+08:00;True|2022-03-10T17:57:47.4196965+08:00;True|2022-03-10T17:34:27.5723245+08:00;True|2022-03-10T16:13:59.3829164+08:00;True|2022-03-09T14:50:49.1222033+08:00;True|2022-03-09T11:21:03.0073651+08:00;False|2022-03-09T11:16:56.1792896+08:00;False|2022-03-09T11:16:49.7923320+08:00;True|2022-03-08T15:47:47.4722336+08:00;True|2022-03-08T15:47:28.5397115+08:00;True|2022-03-08T15:37:08.7379870+08:00;True|2022-03-02T17:37:54.4659976+08:00;True|2022-03-02T17:34:12.2949726+08:00;True|2022-03-02T17:26:38.7070673+08:00;True|2022-03-02T17:07:49.7024316+08:00;True|2022-03-02T17:05:22.4177336+08:00;True|2022-03-02T16:14:57.9880587+08:00;True|2022-03-01T17:52:52.6766959+08:00;True|2022-02-28T14:36:22.6449303+08:00;True|2022-02-24T15:43:36.8244163+08:00;True|2022-02-23T17:57:14.3693224+08:00;True|2022-02-23T17:46:42.1078183+08:00;False|2022-02-23T17:41:06.5886724+08:00;True|2022-02-23T16:59:45.5533581+08:00;True|2022-02-23T16:57:43.3328895+08:00;True|2022-02-21T09:09:37.2601134+08:00;True|2022-02-21T09:03:32.4071009+08:00;True|2022-02-21T08:59:59.0172082+08:00;True|2022-02-18T14:05:39.1358825+08:00;True|2022-02-18T10:23:02.4391239+08:00;True|2022-02-18T10:21:31.0559267+08:00;True|2022-02-17T16:50:11.7192509+08:00;True|2022-02-17T13:19:13.7697894+08:00;True|2022-02-11T10:36:12.7757100+08:00;True|2022-02-10T10:54:25.2685040+08:00;True|2022-02-10T10:37:02.1034768+08:00;True|2022-02-09T17:32:45.6511283+08:00;True|2022-02-09T17:24:32.5115193+08:00;True|2022-02-09T17:00:24.0662114+08:00;True|2022-02-09T16:56:42.3364622+08:00;True|2022-02-09T14:17:25.8688855+08:00;True|2022-02-09T14:11:51.6149822+08:00;True|2022-02-07T23:29:26.2842648+08:00;True|2022-02-07T23:28:58.8242274+08:00;False|2022-02-07T23:25:29.0647793+08:00;True|2022-02-07T13:06:37.5515985+08:00;True|2022-02-07T12:42:19.5220491+08:00;True|2022-02-07T09:52:59.6728595+08:00;True|2022-02-01T11:32:10.5831557+08:00;True|2022-01-29T14:09:02.9178986+08:00;True|2022-01-28T12:01:45.1416438+08:00;True|2022-01-28T11:03:41.6361866+08:00;True|2022-01-28T10:44:53.5367862+08:00;True|2022-01-28T10:40:41.6697563+08:00;True|2022-01-28T10:25:56.7093616+08:00;True|2022-01-28T09:58:13.0733060+08:00;True|2022-01-27T09:26:29.6568807+08:00;True|2022-01-27T00:47:57.9102528+08:00;True|2022-01-27T00:46:52.8845001+08:00;True|2022-01-27T00:36:34.5330938+08:00;True|2022-01-27T00:35:19.5439329+08:00;True|2022-01-27T00:33:38.5701950+08:00;True|2022-01-27T00:32:00.9028982+08:00;True|2022-01-27T00:30:13.2390921+08:00;True|2022-01-27T00:28:23.2989144+08:00;True|2022-01-27T00:16:01.3789455+08:00;True|2022-01-27T00:09:58.8112352+08:00;True|2022-01-27T00:00:40.8353538+08:00;True|2022-01-26T23:37:50.9494735+08:00;True|2022-01-26T23:29:39.8647473+08:00;True|2022-01-26T23:20:49.3274392+08:00;True|2022-01-26T23:15:53.7037293+08:00;True|2022-01-26T23:06:28.8595953+08:00;True|2022-01-26T23:02:12.9882299+08:00;True|2022-01-26T22:55:33.2535730+08:00;True|2022-01-26T22:51:01.8427947+08:00;True|2022-01-26T22:47:44.0715387+08:00;True|2022-01-26T22:20:21.7217039+08:00;True|2022-01-26T22:13:39.5372069+08:00;True|2022-01-26T22:01:31.2113177+08:00;True|2022-01-26T21:55:26.5478921+08:00;True|2022-01-26T21:50:18.2700369+08:00;True|2022-01-26T21:48:52.0020233+08:00;True|2022-01-26T19:19:29.4530523+08:00;True|2022-01-26T19:07:21.6474231+08:00;True|2022-01-26T18:25:42.2933291+08:00;True|2022-01-26T12:39:02.0149050+08:00;True|2022-01-26T12:13:43.9149452+08:00;True|2022-01-26T11:24:33.5742248+08:00;True|2022-01-26T08:51:10.8105076+08:00;True|2022-01-25T21:07:32.9069261+08:00;True|2022-01-24T01:35:12.3309466+08:00;True|2022-01-23T23:19:15.9702821+08:00;True|2022-01-23T21:50:41.6903353+08:00;True|2022-01-23T21:25:57.6084267+08:00;True|2022-01-23T21:16:10.1516535+08:00;True|2022-01-23T20:52:08.3745284+08:00;True|2022-01-23T18:19:32.2386502+08:00;True|2022-01-23T18:11:42.0830325+08:00;True|2022-01-23T18:00:01.3239547+08:00;True|2022-01-23T12:18:48.2466943+08:00;True|2022-01-22T00:48:50.4531647+08:00;True|2022-01-21T13:10:32.8173598+08:00;True|2022-01-21T13:04:01.6388059+08:00;True|2022-01-21T12:51:40.5304103+08:00;True|2022-01-21T12:44:06.3059885+08:00;True|2022-01-21T12:34:33.9314010+08:00;True|2022-01-21T11:39:20.1088577+08:00;True|2022-01-20T11:33:49.0516846+08:00;True|2022-01-20T10:02:12.0295471+08:00;True|2022-01-20T10:02:03.3535503+08:00;True|2022-01-19T23:56:18.7293193+08:00;True|2022-01-19T22:30:14.6986228+08:00;True|2022-01-19T22:15:08.8608795+08:00;True|2022-01-19T21:57:55.2295030+08:00;True|2022-01-19T13:50:37.8588759+08:00;True|2022-01-19T13:42:52.9761531+08:00;True|2022-01-19T00:26:36.9722917+08:00;True|2022-01-19T00:15:30.8583143+08:00;True|2022-01-18T21:19:30.6193048+08:00;True|2022-01-18T21:12:07.1453825+08:00;True|2022-01-18T20:35:27.3779956+08:00;True|2022-01-18T17:44:45.2318570+08:00;True|2022-01-18T14:45:29.0299640+08:00;True|2022-01-17T22:23:20.8214203+08:00;True|2022-01-17T21:49:15.7740045+08:00;True|2022-01-17T21:47:24.6997598+08:00;True|2022-01-17T21:44:00.1942787+08:00;True|2022-01-17T21:43:15.5992687+08:00;True|2022-01-17T21:33:16.8034756+08:00;True|2022-01-17T21:25:39.9909343+08:00;True|2022-01-17T21:13:03.9659338+08:00;True|2022-01-17T20:32:14.8869091+08:00;True|2022-01-17T19:01:46.5753686+08:00;True|2022-01-17T18:31:24.1032169+08:00;True|2022-01-17T18:21:39.2918684+08:00;True|2022-01-17T18:12:07.4859038+08:00;True|2022-01-17T18:09:26.6989718+08:00;True|2022-01-17T18:04:36.7564997+08:00;True|2022-01-17T17:57:44.7814863+08:00;True|2022-01-17T17:51:50.1516107+08:00;True|2022-01-17T17:39:29.2918799+08:00;True|2022-01-17T14:55:21.5859341+08:00;True|2022-01-17T14:38:06.5091500+08:00;True|2022-01-17T14:30:25.5378436+08:00;True|2022-01-16T19:15:24.5874858+08:00;True|2022-01-16T19:07:49.0613424+08:00;True|2022-01-16T16:10:47.3112741+08:00;False|2022-01-14T19:09:41.9296709+08:00;False|2022-01-14T18:56:11.0569808+08:00;False|2022-01-14T18:28:20.1376762+08:00;False|2022-01-14T18:27:30.8678130+08:00;False|2022-01-14T18:22:45.4436504+08:00;False|2022-01-14T18:19:37.0374753+08:00;False|2022-01-14T18:18:48.5868254+08:00;False|2022-01-14T18:14:02.5810257+08:00;False|2022-01-14T18:09:51.1730754+08:00;False|2022-01-14T18:09:17.8940754+08:00;True|2022-01-13T20:08:16.2937608+08:00;True|2022-01-13T20:07:30.1505466+08:00;True|2022-01-13T13:39:42.0146294+08:00;True|2022-01-13T13:38:07.5062471+08:00;True|2022-01-13T11:29:49.3751232+08:00;True|2022-01-13T11:05:43.9574142+08:00;True|2022-01-13T10:33:23.1921058+08:00;True|2022-01-12T20:38:16.9165651+08:00;True|2022-01-12T20:24:46.3779264+08:00;True|2022-01-12T20:03:06.5030626+08:00;True|2022-01-12T19:44:55.4294326+08:00;True|2022-01-12T12:58:45.9548600+08:00;True|2022-01-12T11:28:44.7797749+08:00;True|2022-01-11T18:07:30.9151356+08:00;True|2022-01-11T15:06:32.7301609+08:00;True|2022-01-11T09:27:00.1766442+08:00;True|2021-12-30T14:41:56.8541015+08:00;True|2021-12-30T13:45:00.6130694+08:00;True|2021-12-30T13:44:18.7370780+08:00;True|2021-12-30T13:36:52.8171136+08:00;True|2021-12-28T19:14:22.5979649+08:00;True|2021-12-28T13:13:39.3543252+08:00;True|2021-12-27T15:31:26.6037782+08:00;True|2021-12-27T15:28:54.4824480+08:00;True|2021-12-27T15:22:47.8436108+08:00;True|2021-12-27T15:04:37.0711590+08:00;True|2021-12-27T15:03:52.0932499+08:00;True|2021-12-27T15:03:33.0172733+08:00;True|2021-12-27T13:28:27.4252747+08:00;True|2021-12-25T19:38:33.6784042+08:00;True|2021-12-24T20:47:43.3471563+08:00;True|2021-12-24T20:14:57.6946814+08:00;True|2021-12-24T19:55:21.1843105+08:00;True|2021-12-24T19:49:54.6719726+08:00;True|2021-12-24T19:38:14.1180741+08:00;True|2021-12-22T13:51:37.1082523+08:00;True|2021-12-21T15:38:59.8015096+08:00;True|2021-12-21T15:29:54.8095063+08:00;False|2021-12-21T15:29:21.7006531+08:00;False|2021-12-21T15:16:18.2218025+08:00;False|2021-12-21T15:11:38.1215841+08:00;False|2021-12-21T15:08:27.0590078+08:00;True|2021-12-10T14:12:36.4065298+08:00;True|2021-12-10T13:54:03.4921778+08:00;True|2021-12-10T13:25:49.0439086+08:00;True|2021-12-10T13:19:58.9494477+08:00;True|2021-12-10T13:10:45.3929017+08:00;True|2021-12-10T11:06:53.2416794+08:00;True|2021-12-07T17:23:28.9380484+08:00;True|2021-12-07T17:13:52.4384814+08:00;True|2021-12-07T16:39:49.2020208+08:00;True|2021-12-07T15:18:20.9024533+08:00;True|2021-12-07T15:07:35.4428035+08:00;True|2021-12-07T15:01:02.0445043+08:00;True|2021-12-07T14:50:08.9019705+08:00;True|2021-12-07T14:34:50.4993666+08:00;False|2021-12-07T14:32:56.0408332+08:00;True|2021-12-06T17:11:41.4004606+08:00;True|2021-12-06T16:48:07.6029757+08:00;True|2021-12-06T13:46:35.9437718+08:00;True|2021-12-06T13:45:07.6622615+08:00;True|2021-12-06T11:25:04.3483155+08:00;True|2021-12-06T11:18:24.5804187+08:00;True|2021-11-22T16:27:05.4241947+08:00;True|2021-11-22T13:40:17.6768280+08:00;True|2021-11-19T16:15:19.9085104+08:00;True|2021-11-09T10:34:21.1623512+08:00;True|2021-11-07T16:57:59.7380254+08:00;True|2021-11-07T16:53:47.4198852+08:00;True|2021-11-07T16:42:05.5096826+08:00;True|2021-11-07T16:37:21.0729013+08:00;True|2021-11-05T20:51:17.6170717+08:00;True|2021-11-05T20:35:14.6250333+08:00;True|2021-11-05T19:30:19.8374158+08:00;True|2021-11-05T19:22:46.2276569+08:00;True|2021-11-05T19:20:30.8253213+08:00;True|2021-11-05T19:16:45.7553310+08:00;True|2021-11-05T19:16:00.4532689+08:00;True|2021-11-05T19:12:25.9022478+08:00;False|2021-11-05T19:11:26.5753529+08:00;True|2021-11-05T19:09:30.0085433+08:00;True|2021-11-05T18:48:19.9395153+08:00;True|2021-11-05T18:45:34.3437897+08:00;True|2021-11-05T18:43:43.4558159+08:00;True|2021-11-05T18:40:40.9948500+08:00;True|2021-11-05T18:34:18.4440455+08:00;True|2021-11-05T15:54:51.6037132+08:00;True|2021-10-28T16:27:53.9728270+08:00;True|2021-10-28T16:03:59.5629998+08:00;True|2021-10-28T08:51:04.2549186+08:00;True|2021-10-27T15:14:53.5506098+08:00;True|2021-10-27T15:00:44.9100320+08:00;True|2021-10-27T13:14:46.7921647+08:00;True|2021-10-27T11:24:49.4550753+08:00;True|2021-10-27T10:10:10.3545125+08:00;True|2021-10-27T10:02:24.9248610+08:00;True|2021-10-27T09:59:40.3795897+08:00;True|2021-10-27T09:56:30.6629207+08:00;True|2021-10-27T09:10:48.3883432+08:00;True|2021-10-27T09:03:31.9191991+08:00;True|2021-10-27T08:59:59.7651159+08:00;True|2021-10-27T08:36:11.8620997+08:00;True|2021-10-27T08:26:40.2533014+08:00;True|2021-10-26T09:19:35.5674748+08:00;True|2021-10-26T09:17:17.6900747+08:00;True|2021-10-26T09:14:32.3999220+08:00;True|2021-10-25T15:08:21.2581763+08:00;True|2021-10-25T10:01:57.8524903+08:00;True|2021-10-25T09:28:51.6294879+08:00;True|2021-10-25T09:25:50.3373336+08:00;True|2021-10-25T09:23:37.0203978+08:00;True|2021-10-25T09:18:23.3380608+08:00;True|2021-10-25T09:15:10.5292071+08:00;True|2021-10-25T08:56:30.4632027+08:00;True|2021-10-25T08:50:11.4697392+08:00;True|2021-10-22T13:46:49.7207066+08:00;True|2021-10-22T10:06:33.3130089+08:00;True|2021-10-20T14:32:10.1235516+08:00;True|2021-10-20T14:16:18.6496291+08:00;True|2021-10-20T14:08:49.2443715+08:00;True|2021-10-20T14:05:14.6847950+08:00;True|2021-10-20T13:30:21.6057636+08:00;True|2021-10-20T10:55:22.2151716+08:00;True|2021-10-19T10:42:13.4198267+08:00;True|2021-10-19T10:01:41.0018108+08:00;True|2021-10-19T09:59:11.2127619+08:00;True|2021-10-19T09:54:04.8472874+08:00;True|2021-10-15T11:19:15.5327495+08:00;True|2021-10-15T11:17:41.0686485+08:00;True|2021-10-15T11:12:11.8295042+08:00;True|2021-10-15T10:33:31.5670079+08:00;True|2021-10-15T10:27:45.0815146+08:00;True|2021-10-14T14:51:28.5331025+08:00;True|2021-10-14T14:37:28.3276051+08:00;True|2021-10-14T14:23:39.0606792+08:00;True|2021-10-14T14:21:03.8140347+08:00;True|2021-10-13T10:31:10.6628977+08:00;True|2021-10-13T10:12:24.4238027+08:00;True|2021-10-13T08:47:43.9314486+08:00;True|2021-10-12T14:07:18.6065183+08:00;True|2021-10-12T10:34:10.1682362+08:00;True|2021-10-12T10:27:14.3073332+08:00;True|2021-10-12T10:22:08.0004619+08:00;True|2021-10-12T10:21:03.0275378+08:00;True|2021-10-12T10:11:54.9812692+08:00;True|2021-10-11T16:59:07.3568342+08:00;True|2021-10-11T16:53:14.2016138+08:00;True|2021-10-11T16:21:35.0133775+08:00;True|2021-10-11T15:34:19.5731935+08:00;True|2021-10-11T15:31:07.5780983+08:00;True|2021-10-11T15:06:47.1145237+08:00;True|2021-10-11T15:03:25.5000280+08:00;True|2021-10-11T10:12:57.6416898+08:00;True|2021-10-09T10:15:17.9235165+08:00;True|2021-10-09T10:13:51.3318441+08:00;True|2021-10-09T10:01:21.6661542+08:00;True|2021-10-09T09:58:41.9225837+08:00;True|2021-10-08T14:56:49.7935800+08:00;True|2021-10-08T14:35:41.4490063+08:00;True|2021-10-08T14:02:42.6990656+08:00;True|2021-09-29T15:48:55.1547397+08:00;True|2021-09-29T15:48:23.5567191+08:00;True|2021-09-27T16:17:35.7180978+08:00;True|2021-09-27T15:51:50.4240134+08:00;True|2021-09-23T20:55:27.3554447+08:00;True|2021-09-23T14:14:44.0572017+08:00;True|2021-09-23T13:51:56.2344673+08:00;True|2021-09-23T10:46:16.7417007+08:00;True|2021-09-23T10:42:23.2117537+08:00;True|2021-09-22T15:21:22.9615672+08:00;True|2021-09-22T14:23:32.7907754+08:00;True|2021-09-22T13:48:03.4780947+08:00;True|2021-09-22T11:05:24.5249356+08:00;True|2021-09-22T10:00:19.0962943+08:00;True|2021-09-22T09:30:26.2686514+08:00;True|2021-09-17T11:22:34.5692792+08:00;True|2021-09-16T16:11:27.5372277+08:00;True|2021-09-16T14:53:40.8396557+08:00;True|2021-09-16T14:32:29.7905500+08:00;True|2021-09-16T14:26:46.2224219+08:00;True|2021-09-16T10:32:24.4244440+08:00;True|2021-09-15T11:10:35.3529360+08:00;True|2021-09-15T11:08:30.0857376+08:00;True|2021-09-15T11:05:56.7191571+08:00;True|2021-09-14T01:24:39.8041136+08:00;True|2021-09-14T01:05:01.1593327+08:00;True|2021-09-14T00:44:14.7233198+08:00;True|2021-09-13T23:48:19.4506233+08:00;True|2021-09-13T20:30:31.3243872+08:00;True|2021-09-13T19:45:35.9108911+08:00;False|2021-09-13T19:44:59.2779092+08:00;True|2021-09-13T18:09:22.4994381+08:00;True|2021-09-10T14:18:27.5788854+08:00;True|2021-09-09T15:57:01.7407207+08:00;True|2021-09-09T15:49:34.2598998+08:00;True|2021-09-09T11:32:10.7853024+08:00;True|2021-09-09T11:10:48.6840025+08:00;True|2021-09-09T10:35:37.3883078+08:00;True|2021-09-07T14:11:49.8497588+08:00;True|2021-09-07T13:34:48.4693349+08:00;True|2021-09-06T14:33:48.7549675+08:00;True|2021-09-03T16:27:51.1888520+08:00;True|2021-09-03T16:19:35.9003465+08:00;True|2021-09-03T15:46:28.1828032+08:00;True|2021-09-03T15:34:21.9362871+08:00;True|2021-09-03T11:24:49.8749819+08:00;True|2021-09-03T11:21:17.8373159+08:00;True|2021-09-03T11:16:53.2208136+08:00;True|2021-09-03T11:12:23.9063804+08:00;True|2021-09-03T09:11:09.2435721+08:00;True|2021-09-02T11:16:15.1370453+08:00;True|2021-09-02T10:35:39.1171879+08:00;True|2021-09-01T10:17:09.4536285+08:00;True|2021-09-01T09:46:28.4581776+08:00;True|2021-08-31T08:54:26.8588887+08:00;True|2021-08-31T08:39:08.3685693+08:00;True|2021-08-30T17:11:56.8438985+08:00;True|2021-08-30T15:59:42.0820292+08:00;True|2021-08-30T15:45:18.1868510+08:00;True|2021-08-30T14:56:08.3958863+08:00;True|2021-08-30T14:37:11.5379830+08:00;True|2021-08-30T14:35:34.8775934+08:00;True|2021-08-30T14:24:36.5111821+08:00;True|2021-08-30T10:05:49.6945200+08:00;True|2021-08-30T10:03:28.4064538+08:00;True|2021-08-30T10:00:16.8360929+08:00;True|2021-08-30T09:56:09.4434379+08:00;True|2021-08-30T09:55:36.1725334+08:00;True|2021-08-30T09:52:04.8600054+08:00;True|2021-08-30T09:47:46.4225655+08:00;True|2021-08-30T09:45:20.4894962+08:00;False|2021-08-27T17:17:34.2646751+08:00;False|2021-08-27T16:01:21.2791979+08:00;False|2021-08-27T15:58:06.9667160+08:00;False|2021-08-27T15:38:37.4818036+08:00;False|2021-08-27T15:21:02.8863114+08:00;False|2021-08-27T15:20:28.6828668+08:00;True|2021-08-26T16:00:44.3162145+08:00;True|2021-08-26T08:57:31.3842587+08:00;True|2021-08-23T08:43:41.1549775+08:00;True|2021-08-22T09:24:12.7210871+08:00;True|2021-08-22T09:19:53.8300229+08:00;True|2021-08-20T20:00:52.0140407+08:00;True|2021-08-20T19:40:14.7712765+08:00;True|2021-08-19T17:37:54.9748049+08:00;True|2021-08-19T17:20:11.0515687+08:00;True|2021-08-19T16:12:35.4392809+08:00;True|2021-08-19T16:06:50.6204587+08:00;True|2021-08-19T16:03:53.0824286+08:00;True|2021-08-19T15:56:01.3498791+08:00;True|2021-08-19T10:18:50.8113630+08:00;True|2021-08-19T09:58:06.2784035+08:00;True|2021-08-19T09:56:54.0619777+08:00;True|2021-08-19T00:32:08.3503093+08:00;True|2021-08-19T00:11:18.3150227+08:00;True|2021-08-19T00:02:49.4827718+08:00;True|2021-08-18T23:54:45.4845900+08:00;True|2021-08-18T23:39:51.6147977+08:00;True|2021-08-18T23:16:42.7214379+08:00;True|2021-08-18T22:38:57.4681929+08:00;True|2021-08-18T21:41:58.7560707+08:00;True|2021-08-18T21:11:52.2369249+08:00;True|2021-08-18T21:01:49.5669106+08:00;True|2021-08-18T20:47:46.5352688+08:00;False|2021-08-18T20:46:36.7956141+08:00;False|2021-08-18T20:46:01.0502138+08:00;True|2021-08-18T19:39:12.8186242+08:00;False|2021-08-18T19:38:12.6839708+08:00;True|2021-08-18T19:15:51.4626694+08:00;True|2021-08-18T16:07:20.4350886+08:00;True|2021-08-18T14:29:41.7171934+08:00;True|2021-08-18T14:20:36.3647361+08:00;True|2021-08-16T09:08:58.3617662+08:00;True|2021-08-15T20:44:29.9214083+08:00;True|2021-08-15T20:36:17.0958549+08:00;True|2021-08-15T20:29:34.3879773+08:00;True|2021-08-15T20:23:47.4052038+08:00;True|2021-08-15T15:01:19.7830862+08:00;True|2021-08-15T12:15:18.3433782+08:00;True|2021-08-13T20:59:11.3947130+08:00;True|2021-08-06T22:49:09.9538339+08:00;True|2021-08-06T22:35:19.0418168+08:00;True|2021-08-06T20:29:47.4241975+08:00;True|2021-08-06T14:08:16.4791827+08:00;True|2021-08-06T13:59:28.9874611+08:00;True|2021-08-06T13:57:34.3723977+08:00;True|2021-08-06T13:36:03.4816652+08:00;True|2021-08-06T12:22:52.5055221+08:00;True|2021-08-06T09:31:58.1272499+08:00;True|2021-08-06T09:26:51.6310039+08:00;True|2021-08-06T09:24:22.2899244+08:00;True|2021-08-06T09:06:30.6477912+08:00;True|2021-08-06T09:00:55.5101612+08:00;True|2021-08-06T08:49:59.9616490+08:00;True|2021-08-06T08:45:18.8586902+08:00;True|2021-08-05T20:09:25.8861998+08:00;True|2021-08-04T19:14:27.2396953+08:00;True|2021-08-04T19:11:47.5849093+08:00;True|2021-08-04T16:42:54.0149043+08:00;True|2021-08-04T15:02:11.5056561+08:00;True|2021-08-04T14:58:37.1435509+08:00;True|2021-08-04T14:55:34.7380132+08:00;True|2021-08-04T14:47:42.5933921+08:00;True|2021-08-04T14:45:17.9911874+08:00;True|2021-08-04T13:52:20.9601351+08:00;True|2021-08-04T09:48:28.8796992+08:00;True|2021-08-03T18:14:13.1894998+08:00;True|2021-08-03T17:45:35.1349721+08:00;True|2021-08-03T17:21:52.6028977+08:00;True|2021-08-03T17:20:35.4423020+08:00;True|2021-08-03T17:03:33.1667669+08:00;True|2021-08-03T17:01:54.2656787+08:00;True|2021-08-03T17:00:22.2778374+08:00;True|2021-08-03T16:56:58.8902582+08:00;True|2021-08-03T15:02:21.8601533+08:00;True|2021-08-03T14:57:34.0186758+08:00;True|2021-08-03T14:28:47.2242515+08:00;True|2021-08-03T14:22:22.4554236+08:00;True|2021-08-03T14:21:51.1339715+08:00;True|2021-08-03T13:37:33.9697131+08:00;True|2021-08-03T13:28:29.7591095+08:00;True|2021-08-03T11:35:09.5118324+08:00;True|2021-08-03T11:11:23.3051573+08:00;True|2021-08-02T13:14:42.3663755+08:00;True|2021-07-30T22:50:19.9749878+08:00;True|2021-07-30T22:49:31.2150970+08:00;True|2021-07-28T19:12:05.8381075+08:00;True|2021-07-28T18:59:45.4808797+08:00;True|2021-07-28T18:15:58.8301509+08:00;True|2021-07-28T18:04:54.8613546+08:00;True|2021-07-28T17:53:48.6225611+08:00;True|2021-07-28T17:42:50.9171563+08:00;True|2021-07-28T17:17:16.3137677+08:00;True|2021-07-28T17:11:46.8925200+08:00;True|2021-07-28T16:28:27.6823943+08:00;True|2021-07-28T16:23:00.3385836+08:00;True|2021-07-28T09:57:55.4237411+08:00;True|2021-07-28T08:38:29.6691541+08:00;True|2021-07-27T23:16:32.0331671+08:00;True|2021-07-27T23:06:08.1947249+08:00;True|2021-07-27T23:05:58.4619176+08:00;True|2021-07-27T18:42:09.5358261+08:00;True|2021-07-27T18:30:04.8532823+08:00;True|2021-07-27T18:29:43.5775092+08:00;True|2021-07-27T15:16:49.8356224+08:00;True|2021-07-27T15:05:27.8453220+08:00;True|2021-07-27T14:59:15.9519440+08:00;True|2021-07-27T09:23:32.6111337+08:00;True|2021-07-27T08:27:41.6395353+08:00;True|2021-07-27T08:25:56.7378296+08:00;True|2021-07-26T11:18:46.0856966+08:00;True|2021-07-26T11:18:02.0751924+08:00;True|2021-07-26T11:13:49.6285395+08:00;True|2021-07-21T21:08:25.9898902+08:00;True|2021-07-21T20:09:26.2258104+08:00;True|2021-07-13T16:17:25.8407435+08:00;True|2021-07-13T13:46:13.4309531+08:00;True|2021-07-13T12:29:04.5082461+08:00;True|2021-06-29T13:55:01.6864637+08:00;True|2021-06-29T10:38:52.2206472+08:00;True|2021-06-29T10:10:13.1540749+08:00;True|2021-06-28T14:37:56.3853273+08:00;False|2021-06-28T14:36:57.5726124+08:00;True|2021-06-25T14:17:57.5196108+08:00;True|2021-06-25T13:56:38.9522535+08:00;True|2021-06-24T19:38:32.8766933+08:00;True|2021-06-24T18:26:35.6118833+08:00;True|2021-06-24T18:02:52.8136877+08:00;True|2021-06-24T17:48:49.5851948+08:00;True|2021-06-24T17:45:46.7527572+08:00;True|2021-06-24T15:05:20.1592723+08:00;True|2021-06-23T16:18:15.6814625+08:00;True|2021-06-23T16:05:24.6112343+08:00;True|2021-06-23T15:14:08.2489658+08:00;True|2021-06-23T13:52:58.6029788+08:00;True|2021-06-22T16:11:20.4726923+08:00;True|2021-06-22T16:04:53.7231389+08:00;True|2021-06-22T15:50:59.2583262+08:00;True|2021-06-22T15:38:15.3016140+08:00;True|2021-06-22T15:34:42.9185543+08:00;True|2021-06-22T15:21:55.1419108+08:00;True|2021-06-22T15:07:21.5357494+08:00;True|2021-06-22T15:03:35.0535733+08:00;True|2021-06-22T14:54:47.8802969+08:00;True|2021-06-22T11:19:38.7303011+08:00;True|2021-06-22T08:53:49.2882695+08:00;True|2021-06-22T08:47:54.8286530+08:00;True|2021-06-21T16:27:19.3017700+08:00;True|2021-06-21T15:32:28.7237952+08:00;True|2021-06-21T12:34:02.6329555+08:00;True|2021-06-21T12:24:17.5427495+08:00;True|2021-06-21T10:47:30.6423502+08:00;True|2021-06-21T08:43:20.3026558+08:00;True|2021-06-19T15:10:06.8335499+08:00;True|2021-06-18T15:37:29.5009930+08:00;True|2021-06-18T13:46:35.6283432+08:00;True|2021-06-18T10:00:37.1474954+08:00;True|2021-06-18T09:55:21.8551780+08:00;True|2021-06-18T09:22:27.8432927+08:00;True|2021-06-17T11:17:43.2166430+08:00;True|2021-06-17T09:24:09.8350403+08:00;True|2021-06-16T16:10:47.8564888+08:00;True|2021-06-16T16:04:09.8286582+08:00;True|2021-06-16T15:12:29.9427169+08:00;True|2021-06-16T14:58:45.6801892+08:00;True|2021-06-16T14:46:01.6873221+08:00;True|2021-06-16T11:02:06.1272477+08:00;True|2021-06-16T09:33:56.0223915+08:00;True|2021-06-16T08:50:07.6995413+08:00;True|2021-06-16T08:28:38.7692635+08:00;True|2021-06-16T01:04:19.6282474+08:00;True|2021-06-16T01:03:50.5058323+08:00;False|2021-06-16T01:02:15.3819672+08:00;False|2021-06-16T01:01:38.6171098+08:00;True|2021-06-16T00:34:54.9902044+08:00;True|2021-06-15T23:55:36.2003828+08:00;True|2021-06-15T22:47:17.2192750+08:00;True|2021-06-15T22:42:41.1512585+08:00;True|2021-06-15T22:38:01.7390462+08:00;True|2021-06-15T22:14:11.2060782+08:00;True|2021-06-15T22:12:27.0615357+08:00;True|2021-06-15T22:07:59.9280871+08:00;True|2021-06-15T22:04:21.5051427+08:00;True|2021-06-15T21:25:55.0099814+08:00;True|2021-06-15T19:13:51.3494172+08:00;True|2021-06-15T19:02:17.6844742+08:00;True|2021-06-15T18:47:37.1629411+08:00;False|2021-06-15T18:47:11.0828111+08:00;True|2021-06-15T18:38:26.6620668+08:00;True|2021-06-15T18:33:45.2069831+08:00;True|2021-06-15T18:24:52.0550838+08:00;True|2021-06-15T18:19:43.6999796+08:00;True|2021-06-15T18:08:17.2464506+08:00;True|2021-06-15T18:03:51.3952624+08:00;True|2021-06-15T18:01:20.6141766+08:00;True|2021-06-15T17:59:04.4479416+08:00;True|2021-06-15T17:41:44.6389379+08:00;True|2021-06-15T17:39:03.1565124+08:00;True|2021-06-15T17:34:41.0634638+08:00;True|2021-06-15T17:33:50.4853178+08:00;True|2021-06-15T17:25:38.5914037+08:00;True|2021-06-15T17:22:21.3611360+08:00;True|2021-06-15T17:16:49.4970813+08:00;True|2021-06-15T17:05:28.9389484+08:00;True|2021-06-15T16:52:54.6372199+08:00;True|2021-06-15T16:51:23.9081030+08:00;True|2021-06-15T16:45:40.6017997+08:00;True|2021-06-15T16:41:05.0218887+08:00;True|2021-06-15T16:38:02.8541862+08:00;True|2021-06-15T16:22:10.3118721+08:00;True|2021-06-15T16:12:11.1552506+08:00;True|2021-06-15T15:33:42.0100494+08:00;True|2021-06-15T15:28:39.7145659+08:00;True|2021-06-15T15:15:02.7939125+08:00;True|2021-06-15T14:49:14.2300396+08:00;True|2021-06-15T14:42:28.1198064+08:00;True|2021-06-15T13:30:12.7997686+08:00;True|2021-06-15T13:25:37.7284670+08:00;True|2021-06-15T13:23:43.6207813+08:00;False|2021-06-15T13:23:19.4190232+08:00;True|2021-06-15T13:16:38.5062674+08:00;True|2021-06-15T13:03:31.2055635+08:00;True|2021-06-15T12:58:43.1653215+08:00;True|2021-06-15T12:39:22.8442109+08:00;True|2021-06-15T12:35:09.1288556+08:00;False|2021-06-15T12:33:50.0723143+08:00;True|2021-06-15T11:28:01.9733727+08:00;True|2021-06-15T11:26:26.6569392+08:00;True|2021-06-15T11:22:43.0366435+08:00;True|2021-06-15T11:07:50.1610580+08:00;True|2021-06-15T10:32:59.1925931+08:00;True|2021-06-10T17:16:57.9552310+08:00;True|2021-06-10T16:44:42.2731836+08:00;True|2021-06-10T14:39:27.6745737+08:00;True|2021-06-10T12:15:05.1524413+08:00;True|2021-06-09T18:19:24.1005606+08:00;True|2021-06-09T17:56:09.5646288+08:00;True|2021-06-09T13:34:06.1882292+08:00;True|2021-06-09T13:29:54.5924933+08:00;True|2021-06-09T13:25:55.7520662+08:00;True|2021-06-09T13:07:47.6686811+08:00;True|2021-06-09T12:59:41.2595048+08:00;True|2021-06-09T12:45:27.1305548+08:00;True|2021-06-09T12:29:52.1418191+08:00;True|2021-06-09T12:24:12.7610588+08:00;True|2021-06-09T11:31:25.3409568+08:00;True|2021-06-09T09:57:44.4387175+08:00;True|2021-06-09T09:54:26.5161307+08:00;True|2021-06-09T09:14:14.7288045+08:00;True|2021-06-09T09:10:25.1812139+08:00;True|2021-06-09T08:46:21.6585123+08:00;True|2021-06-08T19:56:55.7192062+08:00;True|2021-06-08T19:52:59.0326821+08:00;True|2021-06-08T19:49:13.6274217+08:00;True|2021-06-08T19:09:22.1038939+08:00;True|2021-06-08T15:28:41.3716247+08:00;True|2021-06-08T15:26:47.2621178+08:00;True|2021-06-08T13:49:45.8936617+08:00;True|2021-06-08T13:43:18.8115502+08:00;True|2021-06-08T10:04:06.2200731+08:00;True|2021-06-08T09:17:10.0470792+08:00;True|2021-06-08T08:44:37.4395849+08:00;True|2021-06-08T00:01:09.3745613+08:00;True|2021-06-07T23:49:31.5196888+08:00;True|2021-06-07T23:41:00.8017855+08:00;True|2021-06-07T23:21:53.1371134+08:00;True|2021-06-07T23:01:27.5712153+08:00;True|2021-06-07T22:36:12.9274014+08:00;True|2021-06-07T22:23:00.6545134+08:00;True|2021-06-07T17:44:47.5686346+08:00;True|2021-06-07T17:17:01.3431233+08:00;True|2021-06-07T16:53:28.9989587+08:00;True|2021-06-07T16:41:10.4975607+08:00;True|2021-06-07T14:21:06.8176477+08:00;True|2021-06-07T14:10:39.0355659+08:00;True|2021-06-07T12:34:31.4562732+08:00;True|2021-06-07T12:28:44.9629488+08:00;True|2021-06-07T10:30:26.9387988+08:00;True|2021-06-07T09:12:14.7658099+08:00;True|2021-06-07T08:37:19.6353792+08:00;True|2021-06-07T08:35:25.2031954+08:00;True|2021-06-05T07:07:32.0541266+08:00;True|2021-06-05T06:44:35.9475270+08:00;True|2021-06-05T06:37:27.4595197+08:00;True|2021-06-05T06:26:59.7663998+08:00;True|2021-06-05T05:43:12.8699318+08:00;True|2021-06-04T17:00:41.2426007+08:00;True|2021-06-04T16:08:03.8078072+08:00;True|2021-06-04T15:47:21.6412616+08:00;True|2021-06-04T15:21:02.4239800+08:00;True|2021-06-04T15:20:37.8641854+08:00;True|2021-06-04T13:38:51.5088395+08:00;True|2021-06-04T10:20:01.7784282+08:00;True|2021-06-04T10:13:50.3548857+08:00;True|2021-06-04T10:11:25.5017821+08:00;True|2021-06-04T10:09:51.6792228+08:00;True|2021-06-04T10:02:39.5851057+08:00;True|2021-06-04T09:30:40.4495494+08:00;True|2021-06-03T13:16:36.0317546+08:00;True|2021-06-03T13:12:47.0402047+08:00;True|2021-06-02T14:37:08.9683351+08:00;True|2021-06-02T14:10:15.7439829+08:00;True|2021-06-02T13:59:46.5841931+08:00;True|2021-06-02T13:25:18.7962660+08:00;True|2021-06-02T13:23:16.2261980+08:00;True|2021-06-01T15:37:32.2495085+08:00;True|2021-06-01T15:21:01.2856122+08:00;True|2021-06-01T15:13:36.7262365+08:00;True|2021-06-01T15:10:26.8905629+08:00;True|2021-06-01T14:56:17.5231551+08:00;True|2021-06-01T14:38:39.7895927+08:00;True|2021-06-01T14:23:12.3265287+08:00;True|2021-03-01T09:11:31.3226422+08:00;True|2021-05-26T14:54:56.9426462+08:00;True|2021-05-26T13:57:33.7780451+08:00;True|2021-05-26T13:39:02.8043358+08:00;True|2021-02-25T16:01:40.2917200+08:00;True|2021-02-25T15:49:46.6681205+08:00;True|2021-02-25T15:16:30.9372640+08:00;True|2021-05-25T13:10:21.7831921+08:00;True|2021-05-25T11:21:38.5224475+08:00;True|2021-05-25T11:12:52.0637175+08:00;True|2021-05-25T11:02:18.4164663+08:00;True|2021-05-25T10:52:06.8998521+08:00;True|2021-05-25T10:50:45.0929606+08:00;True|2021-05-25T10:45:54.1498313+08:00;True|2021-05-25T10:39:27.8602249+08:00;True|2021-05-25T10:34:49.5771162+08:00;True|2021-05-25T10:17:30.3009163+08:00;True|2021-05-25T10:14:03.8512581+08:00;True|2021-05-25T10:05:33.4343836+08:00;True|2021-05-24T17:01:23.3221168+08:00;True|2021-05-24T10:11:24.0197347+08:00;False|2021-05-24T10:11:07.6338995+08:00;</History> </PropertyGroup> <ItemGroup> <File Include="apiapp.json"> <publishTime>08/16/2021 17:23:16</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="bin/Antlr3.Runtime.dll"> <publishTime>02/22/2013 08:43:40</publishTime> <publishTime>02/22/2013 16:43:40</publishTime> </File> <File Include="bin/Antlr3.Runtime.pdb"> <publishTime>02/22/2013 08:43:40</publishTime> <publishTime>02/22/2013 16:43:40</publishTime> </File> <File Include="bin/BLL.dll"> <publishTime>05/17/2022 14:18:45</publishTime> <publishTime>06/27/2022 15:42:00</publishTime> </File> <File Include="bin/BLL.pdb"> <publishTime>05/17/2022 14:18:45</publishTime> <publishTime>06/27/2022 15:42:00</publishTime> </File> <File Include="bin/BouncyCastle.Crypto.dll"> <publishTime>12/18/2020 05:32:28</publishTime> </File> <File Include="bin/DAL.dll"> <publishTime>05/17/2022 14:18:43</publishTime> <publishTime>06/27/2022 15:41:58</publishTime> </File> <File Include="bin/DAL.pdb"> <publishTime>05/17/2022 14:18:43</publishTime> <publishTime>06/27/2022 15:41:58</publishTime> </File> <File Include="bin/Dapper.dll"> <publishTime>07/22/2016 14:52:40</publishTime> <publishTime>07/22/2016 22:52:40</publishTime> </File> <File Include="bin/DBUtility.dll"> <publishTime>05/17/2022 14:18:39</publishTime> <publishTime>06/27/2022 15:41:51</publishTime> </File> <File Include="bin/DBUtility.pdb"> <publishTime>05/17/2022 14:18:39</publishTime> <publishTime>06/27/2022 15:41:51</publishTime> </File> <File Include="bin/Grpc.Core.Api.dll"> <publishTime>03/22/2022 13:17:26</publishTime> @@ -69,7 +69,7 @@ <publishTime>08/25/2021 10:28:25</publishTime> </File> <File Include="bin/Kingdee.BOS.WebApi.Client.dll"> <publishTime>08/16/2021 17:23:13</publishTime> <publishTime>03/15/2022 10:06:40</publishTime> </File> <File Include="bin/Kingdee.BOS.WebApi.FormService.dll"> <publishTime>09/20/2018 19:23:20</publishTime> @@ -84,25 +84,25 @@ <publishTime>03/19/2022 07:38:42</publishTime> </File> <File Include="bin/Microsoft.Azure.AppService.ApiApps.Service.dll"> <publishTime>03/18/2015 17:02:50</publishTime> <publishTime>03/19/2015 01:02:50</publishTime> </File> <File Include="bin/Microsoft.CSharp.dll"> <publishTime>09/26/2012 03:16:08</publishTime> </File> <File Include="bin/Microsoft.Web.Infrastructure.dll"> <publishTime>07/25/2012 11:48:56</publishTime> <publishTime>07/25/2012 19:48:56</publishTime> </File> <File Include="bin/Model.dll"> <publishTime>05/17/2022 14:18:39</publishTime> <publishTime>06/27/2022 15:41:52</publishTime> </File> <File Include="bin/Model.pdb"> <publishTime>05/17/2022 14:18:39</publishTime> <publishTime>06/27/2022 15:41:52</publishTime> </File> <File Include="bin/Models/ClsSc_MouldScrapOutBillMain.cs"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="bin/Newtonsoft.Json.dll"> <publishTime>08/03/2014 20:33:56</publishTime> <publishTime>08/04/2014 04:33:56</publishTime> </File> <File Include="bin/NPOI.dll"> <publishTime>10/23/2021 09:07:54</publishTime> @@ -129,31 +129,31 @@ <publishTime>10/23/2021 17:07:54</publishTime> </File> <File Include="bin/Pub_Class.dll"> <publishTime>05/17/2022 14:18:36</publishTime> <publishTime>06/27/2022 15:41:48</publishTime> </File> <File Include="bin/Pub_Class.pdb"> <publishTime>05/17/2022 14:18:36</publishTime> <publishTime>06/27/2022 15:41:48</publishTime> </File> <File Include="bin/Pub_Control.dll"> <publishTime>05/17/2022 14:18:37</publishTime> <publishTime>06/27/2022 15:41:49</publishTime> </File> <File Include="bin/Pub_Control.pdb"> <publishTime>05/17/2022 14:18:37</publishTime> <publishTime>06/27/2022 15:41:49</publishTime> </File> <File Include="bin/SQLHelper.dll"> <publishTime>05/17/2022 14:18:38</publishTime> <publishTime>06/27/2022 15:41:50</publishTime> </File> <File Include="bin/SQLHelper.pdb"> <publishTime>05/17/2022 14:18:38</publishTime> <publishTime>06/27/2022 15:41:50</publishTime> </File> <File Include="bin/stdole.dll"> <publishTime>05/09/2021 13:35:37</publishTime> </File> <File Include="bin/Swashbuckle.Core.dll"> <publishTime>02/15/2015 17:57:08</publishTime> <publishTime>02/16/2015 01:57:08</publishTime> </File> <File Include="bin/System.Buffers.dll"> <publishTime>07/19/2017 10:01:28</publishTime> <publishTime>07/19/2017 18:01:28</publishTime> </File> <File Include="bin/System.ComponentModel.DataAnnotations.dll"> <publishTime>09/26/2012 03:16:08</publishTime> @@ -177,19 +177,19 @@ <publishTime>09/26/2012 03:16:08</publishTime> </File> <File Include="bin/System.IdentityModel.Tokens.Jwt.dll"> <publishTime>08/19/2014 10:03:34</publishTime> <publishTime>08/19/2014 18:03:34</publishTime> </File> <File Include="bin/System.Memory.dll"> <publishTime>04/17/2019 16:24:34</publishTime> <publishTime>04/18/2019 00:24:34</publishTime> </File> <File Include="bin/System.Net.Http.dll"> <publishTime>09/26/2012 03:16:08</publishTime> </File> <File Include="bin/System.Net.Http.Formatting.dll"> <publishTime>11/28/2018 13:00:36</publishTime> <publishTime>11/28/2018 21:00:36</publishTime> </File> <File Include="bin/System.Runtime.CompilerServices.Unsafe.dll"> <publishTime>09/18/2018 19:38:10</publishTime> <publishTime>09/19/2018 03:38:10</publishTime> </File> <File Include="bin/System.Runtime.Serialization.dll"> <publishTime>09/26/2012 03:16:08</publishTime> @@ -198,7 +198,7 @@ <publishTime>09/26/2012 03:16:08</publishTime> </File> <File Include="bin/System.Web.Cors.dll"> <publishTime>11/28/2018 12:58:44</publishTime> <publishTime>11/28/2018 20:58:44</publishTime> </File> <File Include="bin/System.Web.dll"> <publishTime>09/26/2012 03:16:08</publishTime> @@ -213,37 +213,37 @@ <publishTime>09/26/2012 03:16:08</publishTime> </File> <File Include="bin/System.Web.Helpers.dll"> <publishTime>01/28/2015 04:04:30</publishTime> <publishTime>01/28/2015 12:04:30</publishTime> </File> <File Include="bin/System.Web.Http.Cors.dll"> <publishTime>11/28/2018 13:01:26</publishTime> <publishTime>11/28/2018 21:01:26</publishTime> </File> <File Include="bin/System.Web.Http.dll"> <publishTime>11/28/2018 13:01:00</publishTime> <publishTime>11/28/2018 21:01:00</publishTime> </File> <File Include="bin/System.Web.Http.WebHost.dll"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="bin/System.Web.Mvc.dll"> <publishTime>01/28/2015 04:02:18</publishTime> <publishTime>01/28/2015 12:02:18</publishTime> </File> <File Include="bin/System.Web.Optimization.dll"> <publishTime>02/11/2014 15:26:04</publishTime> <publishTime>02/11/2014 23:26:04</publishTime> </File> <File Include="bin/System.Web.Razor.dll"> <publishTime>01/28/2015 04:02:32</publishTime> <publishTime>01/28/2015 12:02:32</publishTime> </File> <File Include="bin/System.Web.Services.dll"> <publishTime>09/26/2012 03:16:08</publishTime> </File> <File Include="bin/System.Web.WebPages.Deployment.dll"> <publishTime>01/28/2015 04:04:30</publishTime> <publishTime>01/28/2015 12:04:30</publishTime> </File> <File Include="bin/System.Web.WebPages.dll"> <publishTime>01/28/2015 04:04:30</publishTime> <publishTime>01/28/2015 12:04:30</publishTime> </File> <File Include="bin/System.Web.WebPages.Razor.dll"> <publishTime>01/28/2015 04:04:30</publishTime> <publishTime>01/28/2015 12:04:30</publishTime> </File> <File Include="bin/System.Xml.dll"> <publishTime>09/26/2012 03:16:08</publishTime> @@ -252,19 +252,19 @@ <publishTime>09/26/2012 03:16:08</publishTime> </File> <File Include="bin/WebActivatorEx.dll"> <publishTime>11/24/2014 11:18:48</publishTime> <publishTime>11/24/2014 19:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> <publishTime>05/17/2022 14:18:50</publishTime> <publishTime>06/27/2022 15:42:04</publishTime> </File> <File Include="bin/WebAPI.dll.config"> <publishTime>12/15/2021 17:59:43</publishTime> </File> <File Include="bin/WebAPI.pdb"> <publishTime>05/17/2022 14:18:50</publishTime> <publishTime>06/27/2022 15:42:04</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>07/17/2013 17:03:52</publishTime> <publishTime>07/18/2013 01:03:52</publishTime> </File> <File Include="bin/zh-Hans/System.Net.Http.Formatting.resources.dll"> <publishTime>11/29/2018 21:26:02</publishTime> @@ -273,55 +273,55 @@ <publishTime>11/29/2018 21:26:30</publishTime> </File> <File Include="Content/bootstrap.css"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Content/bootstrap.min.css"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Content/Site.css"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="DLL/BLL.dll"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="DLL/DAL.dll"> <publishTime>10/29/2021 19:50:53</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="DLL/DBUtility.dll"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="DLL/Kingdee.BOS.WebApi.Client.dll"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="DLL/Model.dll"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="DLL/Newtonsoft.Json.Net35.dll"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="DLL/Pub_Class.dll"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="DLL/Pub_Control.dll"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="DLL/SQLHelper.dll"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.eot"> <publishTime>08/16/2021 17:23:16</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.svg"> <publishTime>08/16/2021 17:23:16</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.ttf"> <publishTime>08/16/2021 17:23:16</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.woff"> <publishTime>08/16/2021 17:23:16</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Global.asax"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="grpc_csharp_ext.x64.dll"> <publishTime>03/22/2022 13:17:22</publishTime> @@ -330,7 +330,7 @@ <publishTime>03/22/2022 13:17:22</publishTime> </File> <File Include="Index.html"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="libgrpc_csharp_ext.x64.dylib"> <publishTime>03/19/2022 07:38:44</publishTime> @@ -339,115 +339,115 @@ <publishTime>03/19/2022 07:38:42</publishTime> </File> <File Include="Metadata/deploymentTemplates/apiappconfig.azureresource.json"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="packages.config"> <publishTime>05/16/2022 14:22:39</publishTime> <publishTime>05/07/2022 09:07:20</publishTime> </File> <File Include="Views/Scripts/bootstrap.js"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Scripts/bootstrap.min.js"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Scripts/jquery-1.10.2.js"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Scripts/jquery-1.10.2.min.js"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Scripts/jquery-1.10.2.min.map"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Scripts/jquery.validate.js"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Scripts/jquery.validate.min.js"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Scripts/jquery.validate.unobtrusive.js"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Scripts/jquery.validate.unobtrusive.min.js"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Scripts/modernizr-2.6.2.js"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Shared/Error.cshtml"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/Shared/_Layout.cshtml"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/web.config"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Views/_ViewStart.cshtml"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>03/15/2022 10:06:42</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Customer_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Department_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Employee_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsCLD_StockPlace_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Supplier_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsCLD_Warehouse_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_BadReason_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_BarCodeBill_WMS_Model_View.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_Customer_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_Department_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_Employee_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_Group_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_Item30JiTai_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_Source_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_StockPlace_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_Supplier_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsGy_Warehouse_Model.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsKf_ICStockBill_Mould.datasource"> <publishTime>01/14/2022 19:33:07</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/ClsKf_ICStockBill_WMS.datasource"> <publishTime>08/16/2021 17:23:15</publishTime> <publishTime>06/18/2022 15:45:06</publishTime> </File> <File Include="Web References/WebS/Reference.cs"> <publishTime>12/20/2021 13:19:56</publishTime> </File> <File Include="Web References/WebS/Reference.map"> <publishTime>12/20/2021 13:19:56</publishTime> <publishTime>06/12/2022 23:16:37</publishTime> </File> <File Include="Web References/WebS/WebService1.disco"> <publishTime>12/20/2021 13:19:56</publishTime> @@ -456,7 +456,7 @@ <publishTime>12/20/2021 13:19:56</publishTime> </File> <File Include="Web.config"> <publishTime>05/17/2022 14:19:53</publishTime> <publishTime>06/27/2022 15:42:37</publishTime> </File> </ItemGroup> </Project> WebAPI/Properties/Settings.Designer.cs
@@ -26,7 +26,7 @@ [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] [global::System.Configuration.DefaultSettingValueAttribute("http://61.164.86.218:8090/WEBS-WMS/WebService1.asmx")] [global::System.Configuration.DefaultSettingValueAttribute("http://localhost:8098/WebService1.asmx")] public string WebAPI_WebS_WebService1 { get { return ((string)(this["WebAPI_WebS_WebService1"])); WebAPI/Properties/Settings.settings
@@ -3,7 +3,7 @@ <Profiles /> <Settings> <Setting Name="WebAPI_WebS_WebService1" Type="(Web Service URL)" Scope="Application"> <Value Profile="(Default)">http://61.164.86.218:8090/WEBS-WMS/WebService1.asmx</Value> <Value Profile="(Default)">http://localhost:8098/WebService1.asmx</Value> </Setting> </Settings> </SettingsFile> WebAPI/Web References/WebS/Reference.cs
Diff too large WebAPI/Web References/WebS/Reference.map
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Results> <DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://47.96.97.237/WEBS-WMS/WebService1.asmx?wsdl" filename="WebService1.wsdl" /> <DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://47.96.97.237/WEBS-WMS/WebService1.asmx?disco" filename="WebService1.disco" /> <DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://192.168.10.66/WEBS-WMS/WebService1.asmx?wsdl" filename="WebService1.wsdl" /> <DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://192.168.10.66/WEBS-WMS/WebService1.asmx?disco" filename="WebService1.disco" /> </Results> </DiscoveryClientResultsFile> WebAPI/Web References/WebS/WebService1.disco
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/"> <contractRef ref="http://47.96.97.237/WEBS-WMS/WebService1.asmx?wsdl" docRef="http://47.96.97.237/WEBS-WMS/WebService1.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> <soap address="http://47.96.97.237/WEBS-WMS/WebService1.asmx" xmlns:q1="http://tempuri.org/" binding="q1:WebService1Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> <soap address="http://47.96.97.237/WEBS-WMS/WebService1.asmx" xmlns:q2="http://tempuri.org/" binding="q2:WebService1Soap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> <contractRef ref="http://192.168.10.66/WEBS-WMS/WebService1.asmx?wsdl" docRef="http://192.168.10.66/WEBS-WMS/WebService1.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> <soap address="http://192.168.10.66/WEBS-WMS/WebService1.asmx" xmlns:q1="http://tempuri.org/" binding="q1:WebService1Soap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> <soap address="http://192.168.10.66/WEBS-WMS/WebService1.asmx" xmlns:q2="http://tempuri.org/" binding="q2:WebService1Soap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> </discovery> WebAPI/Web References/WebS/WebService1.wsdl
@@ -2,29 +2,31 @@ <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> <s:element name="get_SourceBarCode_New"> <s:element name="get_CheckTypeByBarCode_All"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueflag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HPTQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HPlanMode" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SourceBarCode_NewResponse"> <s:element name="get_CheckTypeByBarCode_AllResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_NewResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCode_AllResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -68,7 +70,235 @@ <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> </s:sequence> </s:complexType> <s:element name="getSourceBill_New"> <s:element name="set_SavePonderationBillMain_Temp_FeiLong"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHBarType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_FeiLongResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_FeiLongResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHBarType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLong"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLongResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLongResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SaveDoorOutCheck_BarCode"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKF_PonderationBillMain_Temp" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsKF_PonderationBillMain_Temp"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterModel" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HProcID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HProcName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HWhName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSCWHName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStockPlaceID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HStockPlaceName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOutStockPlaceID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HOutStockPlaceName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HGroupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HGroupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HQtyMust" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HPieceQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HAddr" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMakeDate" type="s:dateTime" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceInterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceEntryID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRelationInterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HRelationEntryID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HRelationBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HErpClsID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HBatchNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HInstructID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HInstructNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSeOrderBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HNordan" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HAuxPropID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HMTONo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HCusBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSubBillType" type="s:string" /> </s:sequence> </s:complexType> <s:element name="set_SaveDoorOutCheck_BarCodeResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveDoorOutCheck_BarCodeResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePOInStockCheck_BarCode"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSup" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHDept" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePOInStockCheck_BarCodeResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePOInStockCheck_BarCodeResult" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="sHBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSup" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHDept" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="Get_CheckTypeByMouldBarCode"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="Get_CheckTypeByMouldBarCodeResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="Get_CheckTypeByMouldBarCodeResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeBySource_New"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> @@ -77,13 +307,32 @@ <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueflag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HPTQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HPlanMode" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeBySource_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeBySource_NewResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="getSourceBillList_New"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueflag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HAccessFlag" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> @@ -170,11 +419,13 @@ <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBill_MustQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBill_BarCodeMustSameSourceBill" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBill_BillTypeOneScan" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherInBillCheck_MustQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_MustQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_BarCodeMustSameSourceBill" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBill_BillTypeOneScan" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_OtherOutBillCheck_MustQtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Kf_MoveStockBill_MustQtyCtl" type="s:string" /> @@ -232,16 +483,21 @@ <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_OneCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_FirstCheckOut" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_ProcessCheckCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationInBill_DeleteCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_QtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_ProcessCheckOut" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_FirstCheckOut" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationOutBill_DeleteCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_QtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_BadReasonQtyCtrl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="QC_NoPassProdCheckBill_DeleteCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustInBill_FIFOCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustInBill_FullMoveCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustInBill_QtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustInBill_OneCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustInBill_DeleteCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustOutBill_QtyCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MES_StationEntrustOutBill_DeleteCtl" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOReportBill_AutoCheck" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOReportBill_ERPMode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="Sc_ICMOReportBill_MustQtyCtl" type="s:string" /> @@ -271,6 +527,62 @@ <s:element minOccurs="0" maxOccurs="1" name="Sc_MouldProdOutBill_MouldLifeCtrlType" type="s:string" /> </s:sequence> </s:complexType> <s:element name="getSourceBillList_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="getSourceBillList_NewResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SourceBarCode_New"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueflag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HPTQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HPlanMode" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SourceBarCode_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_NewResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="getSourceBill_New"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueflag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HPTQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HPlanMode" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HFIFOWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HAccessFlag" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="getSourceBill_NewResponse"> <s:complexType> <s:sequence> @@ -303,6 +615,28 @@ </s:sequence> </s:complexType> </s:element> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SourceBarCode_OtherIn"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_SourceBarCode_OtherInResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_OtherInResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -351,6 +685,155 @@ <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_SourceBarCode_EntrustOutResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeByBarCode_New"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HScanStyle" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeByBarCode_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCode_NewResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_BarCode_MoveStock"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HScanStyle" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_BarCode_MoveStockResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_BarCode_MoveStockResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_BarCode_MoveStock"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="omodel_View" type="tns:ClsGy_BarCodeBill_WMS_Model_View" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStockInOrgID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HStockOutOrgID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsGy_BarCodeBill_WMS_Model_View"> <s:complexContent mixed="false"> <s:extension base="tns:ClsGy_BarCodeBill_WMS_Model"> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HMaterNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterModel" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HUnitName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSupName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HGroupName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HDeptName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HErpClsID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HCusRelationNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCodeStatus" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HWHName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HDate" type="s:dateTime" /> <s:element minOccurs="1" maxOccurs="1" name="HInstructID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HInstructNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSeOrderBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HCheckerID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HAuxPropID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HAuxPropName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode_Pack" type="s:string" /> </s:sequence> </s:extension> </s:complexContent> </s:complexType> <s:complexType name="ClsGy_BarCodeBill_WMS_Model"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBatchNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HUnitID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCodeType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HGroupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMakeDate" type="s:dateTime" /> <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceInterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceEntryID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HPrintQty" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HinitQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="HMTONo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStopflag" type="s:boolean" /> </s:sequence> </s:complexType> <s:element name="set_SavePonderationBillMain_Temp_BarCode_MoveStockResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_BarCode_MoveStockResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -851,6 +1334,25 @@ </s:sequence> </s:complexType> </s:element> <s:element name="get_BillBarCode_BillCheck"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_BillBarCode_BillCheckResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_BillBarCode_BillCheckResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_BillBarCode_MateOutCheck"> <s:complexType> <s:sequence> @@ -938,7 +1440,6 @@ <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="omodel_View" type="tns:ClsGy_BarCodeBill_WMS_Model_View" /> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> @@ -954,63 +1455,6 @@ </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsGy_BarCodeBill_WMS_Model_View"> <s:complexContent mixed="false"> <s:extension base="tns:ClsGy_BarCodeBill_WMS_Model"> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="HMaterNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterModel" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HUnitName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSupName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HGroupName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HDeptName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HErpClsID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HCusRelationNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCodeStatus" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HWHName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HDate" type="s:dateTime" /> <s:element minOccurs="1" maxOccurs="1" name="HInstructID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HInstructNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSeOrderBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HCheckerID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HAuxPropID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HAuxPropName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceQty" type="s:double" /> </s:sequence> </s:extension> </s:complexContent> </s:complexType> <s:complexType name="ClsGy_BarCodeBill_WMS_Model"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBatchNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HUnitID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCodeType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HSupID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HGroupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMakeDate" type="s:dateTime" /> <s:element minOccurs="0" maxOccurs="1" name="HRemark" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceInterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceEntryID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HPrintQty" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HDeptID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HinitQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="HMTONo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStopflag" type="s:boolean" /> </s:sequence> </s:complexType> <s:element name="set_SavePonderationBillMain_Temp_BarCode_MoveStockBillCheckResponse"> <s:complexType> <s:sequence> @@ -1023,7 +1467,6 @@ <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="omodel_View" type="tns:ClsGy_BarCodeBill_WMS_Model_View" /> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> @@ -1418,6 +1861,153 @@ </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_TempList_ChangeBox"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_TempList_ChangeBoxResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetKf_PonderationBillMain_TempList_ChangeBoxResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="GetKF_PonderationBillMain_Audit_TempList"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKF_PonderationBillMain_Audit_TempListResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetKF_PonderationBillMain_Audit_TempListResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="DeleteBillList_Audit"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="DeleteBillList_AuditResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="DeleteBillList_AuditResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_Update_WHandSP"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_Update_WHandSPResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetKf_PonderationBillMain_Temp_Update_WHandSPResult" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_Update_SP"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSPID" type="s:long" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_Update_SPResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetKf_PonderationBillMain_Temp_Update_SPResult" type="s:boolean" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_OrgandWHSP"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HOWNERNAME" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HWhName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_OrgandWHSPResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetKf_PonderationBillMain_Temp_OrgandWHSPResult" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HOWNERNAME" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HWhName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="TempList_Modify"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="TempList_ModifyResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="TempList_ModifyResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="DeleteBillList"> <s:complexType> <s:sequence> @@ -1447,6 +2037,49 @@ <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetKf_PonderationBillMain_TempList_NewResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="GetAGVBillList_New"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sHMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHOWNERID" type="s:long" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetAGVBillList_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetAGVBillList_NewResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="GetAGVBillList_BillNoQuery"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBillNo" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetAGVBillList_BillNoQueryResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetAGVBillList_BillNoQueryResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> @@ -2946,311 +3579,6 @@ </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeByBarCode_All"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeByBarCode_AllResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeByBarCode_AllResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_FeiLong"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="SourceFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHBarType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_FeiLongResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_FeiLongResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHBarType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLong"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLongResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLongResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HExpressNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHSupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHDeptID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHDeptName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SaveDoorOutCheck_BarCode"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKF_PonderationBillMain_Temp" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsKF_PonderationBillMain_Temp"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HItemID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterNumber" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterModel" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HProcID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HProcName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HWhName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSCWHName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HStockPlaceID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HStockPlaceName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOutStockPlaceID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HOutStockPlaceName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HGroupID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HGroupName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HQtyMust" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> <s:element minOccurs="1" maxOccurs="1" name="HPieceQty" type="s:double" /> <s:element minOccurs="0" maxOccurs="1" name="HBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HAddr" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HMakeDate" type="s:dateTime" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceInterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSourceEntryID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRelationInterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HRelationEntryID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HRelationBillNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HErpClsID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HBatchNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HInstructID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HInstructNo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSeOrderBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSeOrderBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HNordan" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HAuxPropID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HMTONo" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HCusBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSubBillType" type="s:string" /> </s:sequence> </s:complexType> <s:element name="set_SaveDoorOutCheck_BarCodeResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveDoorOutCheck_BarCodeResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSourceBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePOInStockCheck_BarCode"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSup" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHDept" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePOInStockCheck_BarCodeResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePOInStockCheck_BarCodeResult" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="sHBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHSup" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHDept" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="Get_CheckTypeByMouldBarCode"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HBillID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCWhID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="Get_CheckTypeByMouldBarCodeResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="Get_CheckTypeByMouldBarCodeResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeBySource_New"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueflag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="get_CheckTypeBySource_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="get_CheckTypeBySource_NewResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="getSourceBillList_New"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HSourceBillType" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HRedBlueflag" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="HHMaker" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HAccessFlag" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="oSystemParameterMain" type="tns:ClsXt_SystemParameterMain" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="getSourceBillList_NewResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="getSourceBillList_NewResult" type="tns:ClsKf_ICStockBill_WMS" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SavePOStockInBackBill_CLD"> <s:complexType> <s:sequence> @@ -3344,6 +3672,7 @@ <s:element minOccurs="1" maxOccurs="1" name="HRedBlueFlag" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HSTOCKORGID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HArrivalDate" type="s:dateTime" /> </s:sequence> </s:extension> </s:complexContent> @@ -3557,6 +3886,66 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_CheckProductInBill_CLDResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetInfoByBarCode"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sMaterName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sMaterNumber" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sMaterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sMaterModel" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sUnitID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sUnitName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sQty" type="s:double" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetInfoByBarCodeResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetInfoByBarCodeResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sMaterName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sMaterNumber" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sMaterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sMaterModel" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sUnitID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sUnitName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sQty" type="s:double" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SaveKf_AGVRequestBill"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_AGVRequestBillMain" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="ClsKf_AGVRequestBillMain"> <s:complexContent mixed="false"> <s:extension base="tns:ClsXt_BaseBillMain"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HSCWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSCSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HOrgID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HMaterID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HUnitID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HQty" type="s:double" /> </s:sequence> </s:extension> </s:complexContent> </s:complexType> <s:element name="set_SaveKf_AGVRequestBillResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveKf_AGVRequestBillResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -4153,6 +4542,22 @@ </s:sequence> </s:complexType> </s:element> <s:element name="set_SaveOtherInBill_BillCheck"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="oMain" type="tns:ClsKf_OtherInBillMain" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SaveOtherInBill_BillCheckResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SaveOtherInBill_BillCheckResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_SaveMouldProdInBill_New"> <s:complexType> <s:sequence> @@ -4547,153 +4952,6 @@ </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_TempList_ChangeBox"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_TempList_ChangeBoxResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetKf_PonderationBillMain_TempList_ChangeBoxResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="GetKF_PonderationBillMain_Audit_TempList"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKF_PonderationBillMain_Audit_TempListResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetKF_PonderationBillMain_Audit_TempListResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="DeleteBillList_Audit"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="DeleteBillList_AuditResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="DeleteBillList_AuditResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_Update_WHandSP"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHWHID" type="s:long" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_Update_WHandSPResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetKf_PonderationBillMain_Temp_Update_WHandSPResult" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_Update_SP"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="sHSPID" type="s:long" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_Update_SPResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetKf_PonderationBillMain_Temp_Update_SPResult" type="s:boolean" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_OrgandWHSP"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sBarCode" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HOWNERNAME" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HWhName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_PonderationBillMain_Temp_OrgandWHSPResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="GetKf_PonderationBillMain_Temp_OrgandWHSPResult" type="s:boolean" /> <s:element minOccurs="1" maxOccurs="1" name="HOWNERID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HOWNERNAME" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HWhID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HWhName" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="HSPID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="HSPName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="HMaterName" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="TempList_Modify"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="sHInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sHBillNo" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sHBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="TempList_ModifyResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="TempList_ModifyResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> @@ -6058,6 +6316,24 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePOStockInBackBill_CLD_NewResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_PonderationBillMain_Temp_CheckQty"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sVDAPack" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_PonderationBillMain_Temp_CheckQtyResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_PonderationBillMain_Temp_CheckQtyResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -8505,6 +8781,27 @@ </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_StockInRequestBillList"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="sWhere" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_StockInRequestBillListResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetKf_StockInRequestBillListResult"> <s:complexType> <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> </s:element> <s:element name="GetKf_OtherInBillList"> <s:complexType> <s:sequence> @@ -9571,24 +9868,6 @@ <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_SavePonderationBillMain_Temp_ChangGuiResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_PonderationBillMain_Temp_CheckQty"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="HInterID" type="s:long" /> <s:element minOccurs="0" maxOccurs="1" name="sBillType" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sVDAPack" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="set_PonderationBillMain_Temp_CheckQtyResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="set_PonderationBillMain_Temp_CheckQtyResult" type="s:boolean" /> <s:element minOccurs="0" maxOccurs="1" name="sErrMsg" type="s:string" /> </s:sequence> </s:complexType> @@ -11765,6 +12044,60 @@ </s:element> </s:schema> </wsdl:types> <wsdl:message name="get_CheckTypeByBarCode_AllSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_All" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCode_AllSoapOut"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_AllResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_FeiLongSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_FeiLong" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_FeiLongSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_FeiLongResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLongSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_DifferentMater_FeiLong" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLongSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_DifferentMater_FeiLongResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongResponse" /> </wsdl:message> <wsdl:message name="set_SaveDoorOutCheck_BarCodeSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveDoorOutCheck_BarCode" /> </wsdl:message> <wsdl:message name="set_SaveDoorOutCheck_BarCodeSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveDoorOutCheck_BarCodeResponse" /> </wsdl:message> <wsdl:message name="set_SavePOInStockCheck_BarCodeSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePOInStockCheck_BarCode" /> </wsdl:message> <wsdl:message name="set_SavePOInStockCheck_BarCodeSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePOInStockCheck_BarCodeResponse" /> </wsdl:message> <wsdl:message name="Get_CheckTypeByMouldBarCodeSoapIn"> <wsdl:part name="parameters" element="tns:Get_CheckTypeByMouldBarCode" /> </wsdl:message> <wsdl:message name="Get_CheckTypeByMouldBarCodeSoapOut"> <wsdl:part name="parameters" element="tns:Get_CheckTypeByMouldBarCodeResponse" /> </wsdl:message> <wsdl:message name="get_CheckTypeBySource_NewSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeBySource_New" /> </wsdl:message> <wsdl:message name="get_CheckTypeBySource_NewSoapOut"> <wsdl:part name="parameters" element="tns:get_CheckTypeBySource_NewResponse" /> </wsdl:message> <wsdl:message name="getSourceBillList_NewSoapIn"> <wsdl:part name="parameters" element="tns:getSourceBillList_New" /> </wsdl:message> <wsdl:message name="getSourceBillList_NewSoapOut"> <wsdl:part name="parameters" element="tns:getSourceBillList_NewResponse" /> </wsdl:message> <wsdl:message name="get_SourceBarCode_NewSoapIn"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_New" /> </wsdl:message> @@ -11783,6 +12116,12 @@ <wsdl:message name="GetSourceBillListSoapOut"> <wsdl:part name="parameters" element="tns:GetSourceBillListResponse" /> </wsdl:message> <wsdl:message name="get_SourceBarCode_OtherInSoapIn"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherIn" /> </wsdl:message> <wsdl:message name="get_SourceBarCode_OtherInSoapOut"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_OtherInResponse" /> </wsdl:message> <wsdl:message name="get_SourceBarCode_MateOutSoapIn"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_MateOut" /> </wsdl:message> @@ -11794,6 +12133,24 @@ </wsdl:message> <wsdl:message name="get_SourceBarCode_EntrustOutSoapOut"> <wsdl:part name="parameters" element="tns:get_SourceBarCode_EntrustOutResponse" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCode_NewSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_New" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCode_NewSoapOut"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_NewResponse" /> </wsdl:message> <wsdl:message name="get_BarCode_MoveStockSoapIn"> <wsdl:part name="parameters" element="tns:get_BarCode_MoveStock" /> </wsdl:message> <wsdl:message name="get_BarCode_MoveStockSoapOut"> <wsdl:part name="parameters" element="tns:get_BarCode_MoveStockResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MoveStockSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStock" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MoveStockSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStockResponse" /> </wsdl:message> <wsdl:message name="get_CheckTypeByMouldSourceSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeByMouldSource" /> @@ -11908,6 +12265,12 @@ </wsdl:message> <wsdl:message name="GetSourceBillList_BillCheckSoapOut"> <wsdl:part name="parameters" element="tns:GetSourceBillList_BillCheckResponse" /> </wsdl:message> <wsdl:message name="get_BillBarCode_BillCheckSoapIn"> <wsdl:part name="parameters" element="tns:get_BillBarCode_BillCheck" /> </wsdl:message> <wsdl:message name="get_BillBarCode_BillCheckSoapOut"> <wsdl:part name="parameters" element="tns:get_BillBarCode_BillCheckResponse" /> </wsdl:message> <wsdl:message name="get_BillBarCode_MateOutCheckSoapIn"> <wsdl:part name="parameters" element="tns:get_BillBarCode_MateOutCheck" /> @@ -12053,6 +12416,48 @@ <wsdl:message name="set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCode_MouldResponse" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_TempList_ChangeBoxSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_TempList_ChangeBox" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_TempList_ChangeBoxSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_TempList_ChangeBoxResponse" /> </wsdl:message> <wsdl:message name="GetKF_PonderationBillMain_Audit_TempListSoapIn"> <wsdl:part name="parameters" element="tns:GetKF_PonderationBillMain_Audit_TempList" /> </wsdl:message> <wsdl:message name="GetKF_PonderationBillMain_Audit_TempListSoapOut"> <wsdl:part name="parameters" element="tns:GetKF_PonderationBillMain_Audit_TempListResponse" /> </wsdl:message> <wsdl:message name="DeleteBillList_AuditSoapIn"> <wsdl:part name="parameters" element="tns:DeleteBillList_Audit" /> </wsdl:message> <wsdl:message name="DeleteBillList_AuditSoapOut"> <wsdl:part name="parameters" element="tns:DeleteBillList_AuditResponse" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_Update_WHandSPSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_Update_WHandSP" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_Update_WHandSPSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_Update_WHandSPResponse" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_Update_SPSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_Update_SP" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_Update_SPSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_Update_SPResponse" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_OrgandWHSPSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_OrgandWHSP" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_OrgandWHSPSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_OrgandWHSPResponse" /> </wsdl:message> <wsdl:message name="TempList_ModifySoapIn"> <wsdl:part name="parameters" element="tns:TempList_Modify" /> </wsdl:message> <wsdl:message name="TempList_ModifySoapOut"> <wsdl:part name="parameters" element="tns:TempList_ModifyResponse" /> </wsdl:message> <wsdl:message name="DeleteBillListSoapIn"> <wsdl:part name="parameters" element="tns:DeleteBillList" /> </wsdl:message> @@ -12064,6 +12469,18 @@ </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_TempList_NewSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_TempList_NewResponse" /> </wsdl:message> <wsdl:message name="GetAGVBillList_NewSoapIn"> <wsdl:part name="parameters" element="tns:GetAGVBillList_New" /> </wsdl:message> <wsdl:message name="GetAGVBillList_NewSoapOut"> <wsdl:part name="parameters" element="tns:GetAGVBillList_NewResponse" /> </wsdl:message> <wsdl:message name="GetAGVBillList_BillNoQuerySoapIn"> <wsdl:part name="parameters" element="tns:GetAGVBillList_BillNoQuery" /> </wsdl:message> <wsdl:message name="GetAGVBillList_BillNoQuerySoapOut"> <wsdl:part name="parameters" element="tns:GetAGVBillList_BillNoQueryResponse" /> </wsdl:message> <wsdl:message name="DeleteICStockBillAndWMSSoapIn"> <wsdl:part name="parameters" element="tns:DeleteICStockBillAndWMS" /> @@ -12503,60 +12920,6 @@ <wsdl:message name="set_SavePonderationBillMain_Temp_BarCodeSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_BarCodeResponse" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCode_AllSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_All" /> </wsdl:message> <wsdl:message name="get_CheckTypeByBarCode_AllSoapOut"> <wsdl:part name="parameters" element="tns:get_CheckTypeByBarCode_AllResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_FeiLongSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_FeiLong" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_FeiLongSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_FeiLongResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLongSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_DifferentMater_FeiLong" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLongSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_DifferentMater_FeiLongResponse" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong" /> </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongResponse" /> </wsdl:message> <wsdl:message name="set_SaveDoorOutCheck_BarCodeSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveDoorOutCheck_BarCode" /> </wsdl:message> <wsdl:message name="set_SaveDoorOutCheck_BarCodeSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveDoorOutCheck_BarCodeResponse" /> </wsdl:message> <wsdl:message name="set_SavePOInStockCheck_BarCodeSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePOInStockCheck_BarCode" /> </wsdl:message> <wsdl:message name="set_SavePOInStockCheck_BarCodeSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePOInStockCheck_BarCodeResponse" /> </wsdl:message> <wsdl:message name="Get_CheckTypeByMouldBarCodeSoapIn"> <wsdl:part name="parameters" element="tns:Get_CheckTypeByMouldBarCode" /> </wsdl:message> <wsdl:message name="Get_CheckTypeByMouldBarCodeSoapOut"> <wsdl:part name="parameters" element="tns:Get_CheckTypeByMouldBarCodeResponse" /> </wsdl:message> <wsdl:message name="get_CheckTypeBySource_NewSoapIn"> <wsdl:part name="parameters" element="tns:get_CheckTypeBySource_New" /> </wsdl:message> <wsdl:message name="get_CheckTypeBySource_NewSoapOut"> <wsdl:part name="parameters" element="tns:get_CheckTypeBySource_NewResponse" /> </wsdl:message> <wsdl:message name="getSourceBillList_NewSoapIn"> <wsdl:part name="parameters" element="tns:getSourceBillList_New" /> </wsdl:message> <wsdl:message name="getSourceBillList_NewSoapOut"> <wsdl:part name="parameters" element="tns:getSourceBillList_NewResponse" /> </wsdl:message> <wsdl:message name="set_SavePOStockInBackBill_CLDSoapIn"> <wsdl:part name="parameters" element="tns:set_SavePOStockInBackBill_CLD" /> </wsdl:message> @@ -12616,6 +12979,18 @@ </wsdl:message> <wsdl:message name="set_CheckProductInBill_CLDSoapOut"> <wsdl:part name="parameters" element="tns:set_CheckProductInBill_CLDResponse" /> </wsdl:message> <wsdl:message name="GetInfoByBarCodeSoapIn"> <wsdl:part name="parameters" element="tns:GetInfoByBarCode" /> </wsdl:message> <wsdl:message name="GetInfoByBarCodeSoapOut"> <wsdl:part name="parameters" element="tns:GetInfoByBarCodeResponse" /> </wsdl:message> <wsdl:message name="set_SaveKf_AGVRequestBillSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveKf_AGVRequestBill" /> </wsdl:message> <wsdl:message name="set_SaveKf_AGVRequestBillSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveKf_AGVRequestBillResponse" /> </wsdl:message> <wsdl:message name="set_SaveProductInBackBillSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveProductInBackBill" /> @@ -12785,6 +13160,12 @@ <wsdl:message name="set_SaveOtherInBill_CLD_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_CLD_NewResponse" /> </wsdl:message> <wsdl:message name="set_SaveOtherInBill_BillCheckSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_BillCheck" /> </wsdl:message> <wsdl:message name="set_SaveOtherInBill_BillCheckSoapOut"> <wsdl:part name="parameters" element="tns:set_SaveOtherInBill_BillCheckResponse" /> </wsdl:message> <wsdl:message name="set_SaveMouldProdInBill_NewSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveMouldProdInBill_New" /> </wsdl:message> @@ -12862,48 +13243,6 @@ </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_TempListSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_TempListResponse" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_TempList_ChangeBoxSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_TempList_ChangeBox" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_TempList_ChangeBoxSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_TempList_ChangeBoxResponse" /> </wsdl:message> <wsdl:message name="GetKF_PonderationBillMain_Audit_TempListSoapIn"> <wsdl:part name="parameters" element="tns:GetKF_PonderationBillMain_Audit_TempList" /> </wsdl:message> <wsdl:message name="GetKF_PonderationBillMain_Audit_TempListSoapOut"> <wsdl:part name="parameters" element="tns:GetKF_PonderationBillMain_Audit_TempListResponse" /> </wsdl:message> <wsdl:message name="DeleteBillList_AuditSoapIn"> <wsdl:part name="parameters" element="tns:DeleteBillList_Audit" /> </wsdl:message> <wsdl:message name="DeleteBillList_AuditSoapOut"> <wsdl:part name="parameters" element="tns:DeleteBillList_AuditResponse" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_Update_WHandSPSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_Update_WHandSP" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_Update_WHandSPSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_Update_WHandSPResponse" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_Update_SPSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_Update_SP" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_Update_SPSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_Update_SPResponse" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_OrgandWHSPSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_OrgandWHSP" /> </wsdl:message> <wsdl:message name="GetKf_PonderationBillMain_Temp_OrgandWHSPSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_PonderationBillMain_Temp_OrgandWHSPResponse" /> </wsdl:message> <wsdl:message name="TempList_ModifySoapIn"> <wsdl:part name="parameters" element="tns:TempList_Modify" /> </wsdl:message> <wsdl:message name="TempList_ModifySoapOut"> <wsdl:part name="parameters" element="tns:TempList_ModifyResponse" /> </wsdl:message> <wsdl:message name="set_SaveSellOutBackBill_CLDSoapIn"> <wsdl:part name="parameters" element="tns:set_SaveSellOutBackBill_CLD" /> @@ -13234,6 +13573,12 @@ </wsdl:message> <wsdl:message name="set_SavePOStockInBackBill_CLD_NewSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePOStockInBackBill_CLD_NewResponse" /> </wsdl:message> <wsdl:message name="set_PonderationBillMain_Temp_CheckQtySoapIn"> <wsdl:part name="parameters" element="tns:set_PonderationBillMain_Temp_CheckQty" /> </wsdl:message> <wsdl:message name="set_PonderationBillMain_Temp_CheckQtySoapOut"> <wsdl:part name="parameters" element="tns:set_PonderationBillMain_Temp_CheckQtyResponse" /> </wsdl:message> <wsdl:message name="set_DelPonderationBillMain_TempSoapIn"> <wsdl:part name="parameters" element="tns:set_DelPonderationBillMain_Temp" /> @@ -13877,6 +14222,12 @@ <wsdl:message name="GetKf_OtherOutBackBillListSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_OtherOutBackBillListResponse" /> </wsdl:message> <wsdl:message name="GetKf_StockInRequestBillListSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_StockInRequestBillList" /> </wsdl:message> <wsdl:message name="GetKf_StockInRequestBillListSoapOut"> <wsdl:part name="parameters" element="tns:GetKf_StockInRequestBillListResponse" /> </wsdl:message> <wsdl:message name="GetKf_OtherInBillListSoapIn"> <wsdl:part name="parameters" element="tns:GetKf_OtherInBillList" /> </wsdl:message> @@ -14140,12 +14491,6 @@ </wsdl:message> <wsdl:message name="set_SavePonderationBillMain_Temp_ChangGuiSoapOut"> <wsdl:part name="parameters" element="tns:set_SavePonderationBillMain_Temp_ChangGuiResponse" /> </wsdl:message> <wsdl:message name="set_PonderationBillMain_Temp_CheckQtySoapIn"> <wsdl:part name="parameters" element="tns:set_PonderationBillMain_Temp_CheckQty" /> </wsdl:message> <wsdl:message name="set_PonderationBillMain_Temp_CheckQtySoapOut"> <wsdl:part name="parameters" element="tns:set_PonderationBillMain_Temp_CheckQtyResponse" /> </wsdl:message> <wsdl:message name="HelloWorldSoapIn"> <wsdl:part name="parameters" element="tns:HelloWorld" /> @@ -14658,6 +15003,42 @@ <wsdl:part name="parameters" element="tns:GetSc_ICMOBillListResponse" /> </wsdl:message> <wsdl:portType name="WebService1Soap"> <wsdl:operation name="get_CheckTypeByBarCode_All"> <wsdl:input message="tns:get_CheckTypeByBarCode_AllSoapIn" /> <wsdl:output message="tns:get_CheckTypeByBarCode_AllSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_FeiLong"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_FeiLongSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_FeiLongSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLong"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_DifferentMater_FeiLongSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_DifferentMater_FeiLongSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveDoorOutCheck_BarCode"> <wsdl:input message="tns:set_SaveDoorOutCheck_BarCodeSoapIn" /> <wsdl:output message="tns:set_SaveDoorOutCheck_BarCodeSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePOInStockCheck_BarCode"> <wsdl:input message="tns:set_SavePOInStockCheck_BarCodeSoapIn" /> <wsdl:output message="tns:set_SavePOInStockCheck_BarCodeSoapOut" /> </wsdl:operation> <wsdl:operation name="Get_CheckTypeByMouldBarCode"> <wsdl:input message="tns:Get_CheckTypeByMouldBarCodeSoapIn" /> <wsdl:output message="tns:Get_CheckTypeByMouldBarCodeSoapOut" /> </wsdl:operation> <wsdl:operation name="get_CheckTypeBySource_New"> <wsdl:input message="tns:get_CheckTypeBySource_NewSoapIn" /> <wsdl:output message="tns:get_CheckTypeBySource_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="getSourceBillList_New"> <wsdl:input message="tns:getSourceBillList_NewSoapIn" /> <wsdl:output message="tns:getSourceBillList_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_New"> <wsdl:input message="tns:get_SourceBarCode_NewSoapIn" /> <wsdl:output message="tns:get_SourceBarCode_NewSoapOut" /> @@ -14670,6 +15051,10 @@ <wsdl:input message="tns:GetSourceBillListSoapIn" /> <wsdl:output message="tns:GetSourceBillListSoapOut" /> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_OtherIn"> <wsdl:input message="tns:get_SourceBarCode_OtherInSoapIn" /> <wsdl:output message="tns:get_SourceBarCode_OtherInSoapOut" /> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_MateOut"> <wsdl:input message="tns:get_SourceBarCode_MateOutSoapIn" /> <wsdl:output message="tns:get_SourceBarCode_MateOutSoapOut" /> @@ -14677,6 +15062,18 @@ <wsdl:operation name="get_SourceBarCode_EntrustOut"> <wsdl:input message="tns:get_SourceBarCode_EntrustOutSoapIn" /> <wsdl:output message="tns:get_SourceBarCode_EntrustOutSoapOut" /> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode_New"> <wsdl:input message="tns:get_CheckTypeByBarCode_NewSoapIn" /> <wsdl:output message="tns:get_CheckTypeByBarCode_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="get_BarCode_MoveStock"> <wsdl:input message="tns:get_BarCode_MoveStockSoapIn" /> <wsdl:output message="tns:get_BarCode_MoveStockSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_MoveStock"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStockSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MoveStockSoapOut" /> </wsdl:operation> <wsdl:operation name="get_CheckTypeByMouldSource"> <wsdl:input message="tns:get_CheckTypeByMouldSourceSoapIn" /> @@ -14753,6 +15150,10 @@ <wsdl:operation name="GetSourceBillList_BillCheck"> <wsdl:input message="tns:GetSourceBillList_BillCheckSoapIn" /> <wsdl:output message="tns:GetSourceBillList_BillCheckSoapOut" /> </wsdl:operation> <wsdl:operation name="get_BillBarCode_BillCheck"> <wsdl:input message="tns:get_BillBarCode_BillCheckSoapIn" /> <wsdl:output message="tns:get_BillBarCode_BillCheckSoapOut" /> </wsdl:operation> <wsdl:operation name="get_BillBarCode_MateOutCheck"> <wsdl:input message="tns:get_BillBarCode_MateOutCheckSoapIn" /> @@ -14850,6 +15251,34 @@ <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCode_MouldSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_TempList_ChangeBox"> <wsdl:input message="tns:GetKf_PonderationBillMain_TempList_ChangeBoxSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_TempList_ChangeBoxSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKF_PonderationBillMain_Audit_TempList"> <wsdl:input message="tns:GetKF_PonderationBillMain_Audit_TempListSoapIn" /> <wsdl:output message="tns:GetKF_PonderationBillMain_Audit_TempListSoapOut" /> </wsdl:operation> <wsdl:operation name="DeleteBillList_Audit"> <wsdl:input message="tns:DeleteBillList_AuditSoapIn" /> <wsdl:output message="tns:DeleteBillList_AuditSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_WHandSP"> <wsdl:input message="tns:GetKf_PonderationBillMain_Temp_Update_WHandSPSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_Temp_Update_WHandSPSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_SP"> <wsdl:input message="tns:GetKf_PonderationBillMain_Temp_Update_SPSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_Temp_Update_SPSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_OrgandWHSP"> <wsdl:input message="tns:GetKf_PonderationBillMain_Temp_OrgandWHSPSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_Temp_OrgandWHSPSoapOut" /> </wsdl:operation> <wsdl:operation name="TempList_Modify"> <wsdl:input message="tns:TempList_ModifySoapIn" /> <wsdl:output message="tns:TempList_ModifySoapOut" /> </wsdl:operation> <wsdl:operation name="DeleteBillList"> <wsdl:input message="tns:DeleteBillListSoapIn" /> <wsdl:output message="tns:DeleteBillListSoapOut" /> @@ -14857,6 +15286,14 @@ <wsdl:operation name="GetKf_PonderationBillMain_TempList_New"> <wsdl:input message="tns:GetKf_PonderationBillMain_TempList_NewSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_TempList_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="GetAGVBillList_New"> <wsdl:input message="tns:GetAGVBillList_NewSoapIn" /> <wsdl:output message="tns:GetAGVBillList_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="GetAGVBillList_BillNoQuery"> <wsdl:input message="tns:GetAGVBillList_BillNoQuerySoapIn" /> <wsdl:output message="tns:GetAGVBillList_BillNoQuerySoapOut" /> </wsdl:operation> <wsdl:operation name="DeleteICStockBillAndWMS"> <wsdl:input message="tns:DeleteICStockBillAndWMSSoapIn" /> @@ -15150,42 +15587,6 @@ <wsdl:input message="tns:set_SavePonderationBillMain_Temp_BarCodeSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_BarCodeSoapOut" /> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode_All"> <wsdl:input message="tns:get_CheckTypeByBarCode_AllSoapIn" /> <wsdl:output message="tns:get_CheckTypeByBarCode_AllSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_FeiLong"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_FeiLongSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_FeiLongSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLong"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_DifferentMater_FeiLongSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_DifferentMater_FeiLongSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLongSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveDoorOutCheck_BarCode"> <wsdl:input message="tns:set_SaveDoorOutCheck_BarCodeSoapIn" /> <wsdl:output message="tns:set_SaveDoorOutCheck_BarCodeSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePOInStockCheck_BarCode"> <wsdl:input message="tns:set_SavePOInStockCheck_BarCodeSoapIn" /> <wsdl:output message="tns:set_SavePOInStockCheck_BarCodeSoapOut" /> </wsdl:operation> <wsdl:operation name="Get_CheckTypeByMouldBarCode"> <wsdl:input message="tns:Get_CheckTypeByMouldBarCodeSoapIn" /> <wsdl:output message="tns:Get_CheckTypeByMouldBarCodeSoapOut" /> </wsdl:operation> <wsdl:operation name="get_CheckTypeBySource_New"> <wsdl:input message="tns:get_CheckTypeBySource_NewSoapIn" /> <wsdl:output message="tns:get_CheckTypeBySource_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="getSourceBillList_New"> <wsdl:input message="tns:getSourceBillList_NewSoapIn" /> <wsdl:output message="tns:getSourceBillList_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SavePOStockInBackBill_CLD"> <wsdl:input message="tns:set_SavePOStockInBackBill_CLDSoapIn" /> <wsdl:output message="tns:set_SavePOStockInBackBill_CLDSoapOut" /> @@ -15225,6 +15626,14 @@ <wsdl:operation name="set_CheckProductInBill_CLD"> <wsdl:input message="tns:set_CheckProductInBill_CLDSoapIn" /> <wsdl:output message="tns:set_CheckProductInBill_CLDSoapOut" /> </wsdl:operation> <wsdl:operation name="GetInfoByBarCode"> <wsdl:input message="tns:GetInfoByBarCodeSoapIn" /> <wsdl:output message="tns:GetInfoByBarCodeSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveKf_AGVRequestBill"> <wsdl:input message="tns:set_SaveKf_AGVRequestBillSoapIn" /> <wsdl:output message="tns:set_SaveKf_AGVRequestBillSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveProductInBackBill"> <wsdl:input message="tns:set_SaveProductInBackBillSoapIn" /> @@ -15338,6 +15747,10 @@ <wsdl:input message="tns:set_SaveOtherInBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SaveOtherInBill_CLD_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveOtherInBill_BillCheck"> <wsdl:input message="tns:set_SaveOtherInBill_BillCheckSoapIn" /> <wsdl:output message="tns:set_SaveOtherInBill_BillCheckSoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveMouldProdInBill_New"> <wsdl:input message="tns:set_SaveMouldProdInBill_NewSoapIn" /> <wsdl:output message="tns:set_SaveMouldProdInBill_NewSoapOut" /> @@ -15389,34 +15802,6 @@ <wsdl:operation name="GetKf_PonderationBillMain_TempList"> <wsdl:input message="tns:GetKf_PonderationBillMain_TempListSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_TempListSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_TempList_ChangeBox"> <wsdl:input message="tns:GetKf_PonderationBillMain_TempList_ChangeBoxSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_TempList_ChangeBoxSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKF_PonderationBillMain_Audit_TempList"> <wsdl:input message="tns:GetKF_PonderationBillMain_Audit_TempListSoapIn" /> <wsdl:output message="tns:GetKF_PonderationBillMain_Audit_TempListSoapOut" /> </wsdl:operation> <wsdl:operation name="DeleteBillList_Audit"> <wsdl:input message="tns:DeleteBillList_AuditSoapIn" /> <wsdl:output message="tns:DeleteBillList_AuditSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_WHandSP"> <wsdl:input message="tns:GetKf_PonderationBillMain_Temp_Update_WHandSPSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_Temp_Update_WHandSPSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_SP"> <wsdl:input message="tns:GetKf_PonderationBillMain_Temp_Update_SPSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_Temp_Update_SPSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_OrgandWHSP"> <wsdl:input message="tns:GetKf_PonderationBillMain_Temp_OrgandWHSPSoapIn" /> <wsdl:output message="tns:GetKf_PonderationBillMain_Temp_OrgandWHSPSoapOut" /> </wsdl:operation> <wsdl:operation name="TempList_Modify"> <wsdl:input message="tns:TempList_ModifySoapIn" /> <wsdl:output message="tns:TempList_ModifySoapOut" /> </wsdl:operation> <wsdl:operation name="set_SaveSellOutBackBill_CLD"> <wsdl:input message="tns:set_SaveSellOutBackBill_CLDSoapIn" /> @@ -15637,6 +16022,10 @@ <wsdl:operation name="set_SavePOStockInBackBill_CLD_New"> <wsdl:input message="tns:set_SavePOStockInBackBill_CLD_NewSoapIn" /> <wsdl:output message="tns:set_SavePOStockInBackBill_CLD_NewSoapOut" /> </wsdl:operation> <wsdl:operation name="set_PonderationBillMain_Temp_CheckQty"> <wsdl:input message="tns:set_PonderationBillMain_Temp_CheckQtySoapIn" /> <wsdl:output message="tns:set_PonderationBillMain_Temp_CheckQtySoapOut" /> </wsdl:operation> <wsdl:operation name="set_DelPonderationBillMain_Temp"> <wsdl:input message="tns:set_DelPonderationBillMain_TempSoapIn" /> @@ -16066,6 +16455,10 @@ <wsdl:input message="tns:GetKf_OtherOutBackBillListSoapIn" /> <wsdl:output message="tns:GetKf_OtherOutBackBillListSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKf_StockInRequestBillList"> <wsdl:input message="tns:GetKf_StockInRequestBillListSoapIn" /> <wsdl:output message="tns:GetKf_StockInRequestBillListSoapOut" /> </wsdl:operation> <wsdl:operation name="GetKf_OtherInBillList"> <wsdl:input message="tns:GetKf_OtherInBillListSoapIn" /> <wsdl:output message="tns:GetKf_OtherInBillListSoapOut" /> @@ -16241,10 +16634,6 @@ <wsdl:operation name="set_SavePonderationBillMain_Temp_ChangGui"> <wsdl:input message="tns:set_SavePonderationBillMain_Temp_ChangGuiSoapIn" /> <wsdl:output message="tns:set_SavePonderationBillMain_Temp_ChangGuiSoapOut" /> </wsdl:operation> <wsdl:operation name="set_PonderationBillMain_Temp_CheckQty"> <wsdl:input message="tns:set_PonderationBillMain_Temp_CheckQtySoapIn" /> <wsdl:output message="tns:set_PonderationBillMain_Temp_CheckQtySoapOut" /> </wsdl:operation> <wsdl:operation name="HelloWorld"> <wsdl:input message="tns:HelloWorldSoapIn" /> @@ -16589,6 +16978,87 @@ </wsdl:portType> <wsdl:binding name="WebService1Soap" type="tns:WebService1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="get_CheckTypeByBarCode_All"> <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_All" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_FeiLong"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_FeiLong" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLong"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_DifferentMater_FeiLong" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveDoorOutCheck_BarCode"> <soap:operation soapAction="http://tempuri.org/set_SaveDoorOutCheck_BarCode" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePOInStockCheck_BarCode"> <soap:operation soapAction="http://tempuri.org/set_SavePOInStockCheck_BarCode" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="Get_CheckTypeByMouldBarCode"> <soap:operation soapAction="http://tempuri.org/Get_CheckTypeByMouldBarCode" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeBySource_New"> <soap:operation soapAction="http://tempuri.org/get_CheckTypeBySource_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="getSourceBillList_New"> <soap:operation soapAction="http://tempuri.org/getSourceBillList_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_New"> <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_New" style="document" /> <wsdl:input> @@ -16616,6 +17086,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_OtherIn"> <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherIn" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_MateOut"> <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_MateOut" style="document" /> <wsdl:input> @@ -16627,6 +17106,33 @@ </wsdl:operation> <wsdl:operation name="get_SourceBarCode_EntrustOut"> <soap:operation soapAction="http://tempuri.org/get_SourceBarCode_EntrustOut" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode_New"> <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_BarCode_MoveStock"> <soap:operation soapAction="http://tempuri.org/get_BarCode_MoveStock" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_MoveStock"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -16798,6 +17304,15 @@ </wsdl:operation> <wsdl:operation name="GetSourceBillList_BillCheck"> <soap:operation soapAction="http://tempuri.org/GetSourceBillList_BillCheck" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_BillBarCode_BillCheck"> <soap:operation soapAction="http://tempuri.org/get_BillBarCode_BillCheck" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -17021,6 +17536,69 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_TempList_ChangeBox"> <soap:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_TempList_ChangeBox" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKF_PonderationBillMain_Audit_TempList"> <soap:operation soapAction="http://tempuri.org/GetKF_PonderationBillMain_Audit_TempList" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="DeleteBillList_Audit"> <soap:operation soapAction="http://tempuri.org/DeleteBillList_Audit" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_WHandSP"> <soap:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_Update_WHandSP" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_SP"> <soap:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_Update_SP" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_OrgandWHSP"> <soap:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_OrgandWHSP" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="TempList_Modify"> <soap:operation soapAction="http://tempuri.org/TempList_Modify" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="DeleteBillList"> <soap:operation soapAction="http://tempuri.org/DeleteBillList" style="document" /> <wsdl:input> @@ -17032,6 +17610,24 @@ </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_TempList_New"> <soap:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_TempList_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetAGVBillList_New"> <soap:operation soapAction="http://tempuri.org/GetAGVBillList_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetAGVBillList_BillNoQuery"> <soap:operation soapAction="http://tempuri.org/GetAGVBillList_BillNoQuery" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -17696,87 +18292,6 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode_All"> <soap:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_All" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_FeiLong"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_FeiLong" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLong"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_DifferentMater_FeiLong" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveDoorOutCheck_BarCode"> <soap:operation soapAction="http://tempuri.org/set_SaveDoorOutCheck_BarCode" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePOInStockCheck_BarCode"> <soap:operation soapAction="http://tempuri.org/set_SavePOInStockCheck_BarCode" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="Get_CheckTypeByMouldBarCode"> <soap:operation soapAction="http://tempuri.org/Get_CheckTypeByMouldBarCode" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeBySource_New"> <soap:operation soapAction="http://tempuri.org/get_CheckTypeBySource_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="getSourceBillList_New"> <soap:operation soapAction="http://tempuri.org/getSourceBillList_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePOStockInBackBill_CLD"> <soap:operation soapAction="http://tempuri.org/set_SavePOStockInBackBill_CLD" style="document" /> <wsdl:input> @@ -17860,6 +18375,24 @@ </wsdl:operation> <wsdl:operation name="set_CheckProductInBill_CLD"> <soap:operation soapAction="http://tempuri.org/set_CheckProductInBill_CLD" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetInfoByBarCode"> <soap:operation soapAction="http://tempuri.org/GetInfoByBarCode" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveKf_AGVRequestBill"> <soap:operation soapAction="http://tempuri.org/set_SaveKf_AGVRequestBill" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -18119,6 +18652,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveOtherInBill_BillCheck"> <soap:operation soapAction="http://tempuri.org/set_SaveOtherInBill_BillCheck" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveMouldProdInBill_New"> <soap:operation soapAction="http://tempuri.org/set_SaveMouldProdInBill_New" style="document" /> <wsdl:input> @@ -18229,69 +18771,6 @@ </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_TempList"> <soap:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_TempList" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_TempList_ChangeBox"> <soap:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_TempList_ChangeBox" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKF_PonderationBillMain_Audit_TempList"> <soap:operation soapAction="http://tempuri.org/GetKF_PonderationBillMain_Audit_TempList" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="DeleteBillList_Audit"> <soap:operation soapAction="http://tempuri.org/DeleteBillList_Audit" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_WHandSP"> <soap:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_Update_WHandSP" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_SP"> <soap:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_Update_SP" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_OrgandWHSP"> <soap:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_OrgandWHSP" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="TempList_Modify"> <soap:operation soapAction="http://tempuri.org/TempList_Modify" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -18787,6 +19266,15 @@ </wsdl:operation> <wsdl:operation name="set_SavePOStockInBackBill_CLD_New"> <soap:operation soapAction="http://tempuri.org/set_SavePOStockInBackBill_CLD_New" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_PonderationBillMain_Temp_CheckQty"> <soap:operation soapAction="http://tempuri.org/set_PonderationBillMain_Temp_CheckQty" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -19757,6 +20245,15 @@ <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_StockInRequestBillList"> <soap:operation soapAction="http://tempuri.org/GetKf_StockInRequestBillList" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_OtherInBillList"> <soap:operation soapAction="http://tempuri.org/GetKf_OtherInBillList" style="document" /> <wsdl:input> @@ -20146,15 +20643,6 @@ </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_ChangGui"> <soap:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_ChangGui" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_PonderationBillMain_Temp_CheckQty"> <soap:operation soapAction="http://tempuri.org/set_PonderationBillMain_Temp_CheckQty" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> @@ -20930,6 +21418,87 @@ </wsdl:binding> <wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="get_CheckTypeByBarCode_All"> <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_All" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_FeiLong"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_FeiLong" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLong"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_DifferentMater_FeiLong" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveDoorOutCheck_BarCode"> <soap12:operation soapAction="http://tempuri.org/set_SaveDoorOutCheck_BarCode" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePOInStockCheck_BarCode"> <soap12:operation soapAction="http://tempuri.org/set_SavePOInStockCheck_BarCode" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="Get_CheckTypeByMouldBarCode"> <soap12:operation soapAction="http://tempuri.org/Get_CheckTypeByMouldBarCode" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeBySource_New"> <soap12:operation soapAction="http://tempuri.org/get_CheckTypeBySource_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="getSourceBillList_New"> <soap12:operation soapAction="http://tempuri.org/getSourceBillList_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_New"> <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_New" style="document" /> <wsdl:input> @@ -20957,6 +21526,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_OtherIn"> <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_OtherIn" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_SourceBarCode_MateOut"> <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_MateOut" style="document" /> <wsdl:input> @@ -20968,6 +21546,33 @@ </wsdl:operation> <wsdl:operation name="get_SourceBarCode_EntrustOut"> <soap12:operation soapAction="http://tempuri.org/get_SourceBarCode_EntrustOut" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode_New"> <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_BarCode_MoveStock"> <soap12:operation soapAction="http://tempuri.org/get_BarCode_MoveStock" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_BarCode_MoveStock"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -21139,6 +21744,15 @@ </wsdl:operation> <wsdl:operation name="GetSourceBillList_BillCheck"> <soap12:operation soapAction="http://tempuri.org/GetSourceBillList_BillCheck" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_BillBarCode_BillCheck"> <soap12:operation soapAction="http://tempuri.org/get_BillBarCode_BillCheck" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -21362,6 +21976,69 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_TempList_ChangeBox"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_TempList_ChangeBox" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKF_PonderationBillMain_Audit_TempList"> <soap12:operation soapAction="http://tempuri.org/GetKF_PonderationBillMain_Audit_TempList" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="DeleteBillList_Audit"> <soap12:operation soapAction="http://tempuri.org/DeleteBillList_Audit" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_WHandSP"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_Update_WHandSP" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_SP"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_Update_SP" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_OrgandWHSP"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_OrgandWHSP" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="TempList_Modify"> <soap12:operation soapAction="http://tempuri.org/TempList_Modify" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="DeleteBillList"> <soap12:operation soapAction="http://tempuri.org/DeleteBillList" style="document" /> <wsdl:input> @@ -21373,6 +22050,24 @@ </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_TempList_New"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_TempList_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetAGVBillList_New"> <soap12:operation soapAction="http://tempuri.org/GetAGVBillList_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetAGVBillList_BillNoQuery"> <soap12:operation soapAction="http://tempuri.org/GetAGVBillList_BillNoQuery" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -22037,87 +22732,6 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeByBarCode_All"> <soap12:operation soapAction="http://tempuri.org/get_CheckTypeByBarCode_All" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_FeiLong"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_FeiLong" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_FeiLong"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_DifferentMater_FeiLong" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_DifferentMater_SellOutBack_FeiLong" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveDoorOutCheck_BarCode"> <soap12:operation soapAction="http://tempuri.org/set_SaveDoorOutCheck_BarCode" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePOInStockCheck_BarCode"> <soap12:operation soapAction="http://tempuri.org/set_SavePOInStockCheck_BarCode" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="Get_CheckTypeByMouldBarCode"> <soap12:operation soapAction="http://tempuri.org/Get_CheckTypeByMouldBarCode" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="get_CheckTypeBySource_New"> <soap12:operation soapAction="http://tempuri.org/get_CheckTypeBySource_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="getSourceBillList_New"> <soap12:operation soapAction="http://tempuri.org/getSourceBillList_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SavePOStockInBackBill_CLD"> <soap12:operation soapAction="http://tempuri.org/set_SavePOStockInBackBill_CLD" style="document" /> <wsdl:input> @@ -22201,6 +22815,24 @@ </wsdl:operation> <wsdl:operation name="set_CheckProductInBill_CLD"> <soap12:operation soapAction="http://tempuri.org/set_CheckProductInBill_CLD" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetInfoByBarCode"> <soap12:operation soapAction="http://tempuri.org/GetInfoByBarCode" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveKf_AGVRequestBill"> <soap12:operation soapAction="http://tempuri.org/set_SaveKf_AGVRequestBill" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -22460,6 +23092,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveOtherInBill_BillCheck"> <soap12:operation soapAction="http://tempuri.org/set_SaveOtherInBill_BillCheck" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_SaveMouldProdInBill_New"> <soap12:operation soapAction="http://tempuri.org/set_SaveMouldProdInBill_New" style="document" /> <wsdl:input> @@ -22570,69 +23211,6 @@ </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_TempList"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_TempList" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_TempList_ChangeBox"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_TempList_ChangeBox" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKF_PonderationBillMain_Audit_TempList"> <soap12:operation soapAction="http://tempuri.org/GetKF_PonderationBillMain_Audit_TempList" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="DeleteBillList_Audit"> <soap12:operation soapAction="http://tempuri.org/DeleteBillList_Audit" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_WHandSP"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_Update_WHandSP" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_Update_SP"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_Update_SP" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_PonderationBillMain_Temp_OrgandWHSP"> <soap12:operation soapAction="http://tempuri.org/GetKf_PonderationBillMain_Temp_OrgandWHSP" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="TempList_Modify"> <soap12:operation soapAction="http://tempuri.org/TempList_Modify" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -23128,6 +23706,15 @@ </wsdl:operation> <wsdl:operation name="set_SavePOStockInBackBill_CLD_New"> <soap12:operation soapAction="http://tempuri.org/set_SavePOStockInBackBill_CLD_New" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_PonderationBillMain_Temp_CheckQty"> <soap12:operation soapAction="http://tempuri.org/set_PonderationBillMain_Temp_CheckQty" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -24098,6 +24685,15 @@ <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_StockInRequestBillList"> <soap12:operation soapAction="http://tempuri.org/GetKf_StockInRequestBillList" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetKf_OtherInBillList"> <soap12:operation soapAction="http://tempuri.org/GetKf_OtherInBillList" style="document" /> <wsdl:input> @@ -24487,15 +25083,6 @@ </wsdl:operation> <wsdl:operation name="set_SavePonderationBillMain_Temp_ChangGui"> <soap12:operation soapAction="http://tempuri.org/set_SavePonderationBillMain_Temp_ChangGui" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="set_PonderationBillMain_Temp_CheckQty"> <soap12:operation soapAction="http://tempuri.org/set_PonderationBillMain_Temp_CheckQty" style="document" /> <wsdl:input> <soap12:body use="literal" /> </wsdl:input> @@ -25271,10 +25858,10 @@ </wsdl:binding> <wsdl:service name="WebService1"> <wsdl:port name="WebService1Soap" binding="tns:WebService1Soap"> <soap:address location="http://47.96.97.237/WEBS-WMS/WebService1.asmx" /> <soap:address location="http://192.168.10.66/WEBS-WMS/WebService1.asmx" /> </wsdl:port> <wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12"> <soap12:address location="http://47.96.97.237/WEBS-WMS/WebService1.asmx" /> <soap12:address location="http://192.168.10.66/WEBS-WMS/WebService1.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions> WebAPI/Web.config
@@ -6,7 +6,7 @@ <configuration> <configSections> <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <section name="WebAPI.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </sectionGroup> </configSections> @@ -22,7 +22,7 @@ <!--<add key="sUrl" value="http://183.129.128.86:9090/WEBS-WMSTest/WebService1.asmx"/> --> <!--<add key="sUrl" value="http://192.168.63.195/WEBS-WMS/WebService1.asmx"/> é¢å°å¼æº--> <!--<add key="sUrl" value="http://60.190.4.42:9003/WebService/WebService1.asmx" /> å¤å®--> <add key="sUrl" value="http://47.96.97.237/WEBS-WMS/WebService1.asmx" /> <add key="sUrl" value="http://192.168.10.66/WEBS-WMS/WebService1.asmx" /> <!--<add key="sUrl" value="http://10.10.130.181/WEBS-WMS/WebService1.asmx"/> åæ¥ç§æ--> <!--<add key="sUrl" value="http://192.168.0.214/WEBS-WMS/WebService1.asmx"/> çä¸ç¥º--> <!--<add key="sUrl" value="http://192.168.10.66/WEBS-WMS/WebService1.asmx"/> 森楷--> @@ -85,10 +85,22 @@ <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /> </handlers> </system.webServer> <system.serviceModel> <bindings> <basicHttpBinding> <binding name="WebService1Soap" /> </basicHttpBinding> </bindings> <client> <endpoint address="http://localhost:8098/WebService1.asmx" binding="basicHttpBinding" bindingConfiguration="WebService1Soap" contract="Webs1.WebService1Soap" name="WebService1Soap" /> </client> </system.serviceModel> <applicationSettings> <WebAPI.Properties.Settings> <setting name="WebAPI_WebS_WebService1" serializeAs="String"> <value>http://47.96.97.237/WEBS-WMS/WebService1.asmx</value> <value>http://192.168.10.66/WEBS-WMS/WebService1.asmx</value> </setting> </WebAPI.Properties.Settings> </applicationSettings> WebAPI/WebAPI.csproj
@@ -297,14 +297,15 @@ <Content Include="Web References\WebS\ClsGy_Warehouse_Model.datasource"> <DependentUpon>Reference.map</DependentUpon> </Content> <Content Include="Web References\WebS\ClsKf_ICStockBill_WMS.datasource"> <Content Include="Web References\WebS\ClsKf_ICStockBill_Mould.datasource"> <DependentUpon>Reference.map</DependentUpon> </Content> <Content Include="Web References\WebS\ClsKf_ICStockBill_Mould.datasource"> <Content Include="Web References\WebS\ClsKf_ICStockBill_WMS.datasource"> <DependentUpon>Reference.map</DependentUpon> </Content> <None Include="Web References\WebS\Reference.map"> <Generator>MSDiscoCodeGenerator</Generator> <LastGenOutput>Reference.cs</LastGenOutput> </None> <None Include="Web References\WebS\WebService1.disco" /> <Content Include="Web.config"> @@ -752,11 +753,6 @@ <Compile Include="Service\ProcessDal.cs" /> <Compile Include="Service\YqnDal.cs" /> <Compile Include="Service\YqnQbService.cs" /> <Compile Include="Web References\WebS\Reference.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Reference.map</DependentUpon> </Compile> <Compile Include="Code\Common.cs" /> <Compile Include="Code\Test2.cs" /> <Compile Include="Code\TestDAL.cs" /> @@ -782,6 +778,11 @@ <Compile Include="Models\JsonResult.cs" /> <Compile Include="Models\Pensen.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Web References\WebS\Reference.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Reference.map</DependentUpon> </Compile> <Compile Include="WebServer.cs" /> </ItemGroup> <ItemGroup> @@ -859,19 +860,6 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> <WebReferenceUrl Include="http://47.96.97.237/WEBS-WMS/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WebS\</RelPath> <UpdateFromURL>http://47.96.97.237/WEBS-WMS/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> </CachedDynamicPropName> <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName> <CachedSettingsPropName>WebAPI_WebS_WebService1</CachedSettingsPropName> </WebReferenceUrl> </ItemGroup> <ItemGroup> <ProjectReference Include="..\BLL\BLL.csproj"> <Project>{0bf3d95a-4a7b-45fb-92fb-9a5bb374b750}</Project> <Name>BLL</Name> @@ -901,6 +889,19 @@ <Name>SQLHelper</Name> </ProjectReference> </ItemGroup> <ItemGroup> <WebReferenceUrl Include="http://192.168.10.66/WEBS-WMS/WebService1.asmx"> <UrlBehavior>Dynamic</UrlBehavior> <RelPath>Web References\WebS\</RelPath> <UpdateFromURL>http://192.168.10.66/WEBS-WMS/WebService1.asmx</UpdateFromURL> <ServiceLocationURL> </ServiceLocationURL> <CachedDynamicPropName> </CachedDynamicPropName> <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName> <CachedSettingsPropName>WebAPI_WebS_WebService1</CachedSettingsPropName> </WebReferenceUrl> </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> WebAPI/WebAPI.csproj.user
@@ -9,7 +9,7 @@ <WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected> <NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>D:\Git\houduan\WebAPI\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>D:\æºäºMES\Lay-Api\MES-WEB-API\WebAPI\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile> <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig> <UseIISExpress>false</UseIISExpress> <Use64BitIISExpress /> WebAPI/WebServer.cs
@@ -7141,61 +7141,61 @@ } //çæå ¶ä»å ¥åºå //public bool set_SaveOtherInBill_New(Model.ClsKf_OtherInBillMain oMain, string sHSourceType, ref string sErrMsg) //{ // //è·åç³»ç»åæ° // Pub_Class.ClsXt_SystemParameter oSystemParameter = new Pub_Class.ClsXt_SystemParameter(); // if (oSystemParameter.ShowBill(ref sErrMsg) == false) // { // sErrMsg = "è·åç³»ç»åæ°å¤±è´¥ï¼ " + sErrMsg; // return false; // } // // // if (oSystemParameter.omodel.Kf_OtherInBill_ERPMode.ToUpper() == "WISE") //å¤æåæ¥æ¨¡å¼æ¯éè¶WISE // { // if (SaveOtherInBill_K3(oMain, sHSourceType, oSystemParameter.omodel, ref sErrMsg)) // { // //"ä¿åæåï¼"; // sErrMsg = "ä¿åæåï¼" + oMain.HBillNo; // return true; // } // else // { // //"ä¿å失败ï¼"; // sErrMsg = sErrMsg; // return false; // } // } // if (oSystemParameter.omodel.Kf_OtherInBill_ERPMode.ToUpper() == "CLOUD") //å¤æåæ¥æ¨¡å¼æ¯éè¶CLOUD // { // ////ä¸ä¼ åå¿ å¡«é¡¹å¤æ // //if (oMain.HDeptID == 0) // //{ // // sErrMsg = "é¨é¨æ²¡æéæ©ï¼"; // // return false; // //} // //忥çæCLOUDåæ® // //if (SaveOtherInBill_CLD(oMain, sHSourceType, oSystemParameter.omodel, ref sErrMsg) == true) // //{ // // //"ä¿åæåï¼"; // // return true; // //} // //else // //{ // // //"ä¿å失败ï¼"; // // return false; // //} // } //çæå ¶ä»å ¥åºå //public bool set_SaveOtherInBill_New(Model.ClsKf_OtherInBillMain oMain, string sHSourceType, ref string sErrMsg) //{ // //è·åç³»ç»åæ° // Pub_Class.ClsXt_SystemParameter oSystemParameter = new Pub_Class.ClsXt_SystemParameter(); // if (oSystemParameter.ShowBill(ref sErrMsg) == false) // { // sErrMsg = "è·åç³»ç»åæ°å¤±è´¥ï¼ " + sErrMsg; // return false; // } // // // if (oSystemParameter.omodel.Kf_OtherInBill_ERPMode.ToUpper() == "WISE") //å¤æåæ¥æ¨¡å¼æ¯éè¶WISE // { // if (SaveOtherInBill_K3(oMain, sHSourceType, oSystemParameter.omodel, ref sErrMsg)) // { // //"ä¿åæåï¼"; // sErrMsg = "ä¿åæåï¼" + oMain.HBillNo; // return true; // } // else // { // //"ä¿å失败ï¼"; // sErrMsg = sErrMsg; // return false; // } // } // if (oSystemParameter.omodel.Kf_OtherInBill_ERPMode.ToUpper() == "CLOUD") //å¤æåæ¥æ¨¡å¼æ¯éè¶CLOUD // { // ////ä¸ä¼ åå¿ å¡«é¡¹å¤æ // //if (oMain.HDeptID == 0) // //{ // // sErrMsg = "é¨é¨æ²¡æéæ©ï¼"; // // return false; // //} // //忥çæCLOUDåæ® // //if (SaveOtherInBill_CLD(oMain, sHSourceType, oSystemParameter.omodel, ref sErrMsg) == true) // //{ // // //"ä¿åæåï¼"; // // return true; // //} // //else // //{ // // //"ä¿å失败ï¼"; // // return false; // //} // } // sErrMsg = "ä¿åå ¶ä»å ¥åºå失败ï¼" + sErrMsg; // return false; //} // sErrMsg = "ä¿åå ¶ä»å ¥åºå失败ï¼" + sErrMsg; // return false; //} public bool set_SaveOtherInBill_New(WebAPI.WebS.ClsKf_OtherInBillMain oMain, string sHSourceType,WebS.ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { public bool set_SaveOtherInBill_New(WebAPI.WebS.ClsKf_OtherInBillMain oMain, string sHSourceType, WebS.ClsXt_SystemParameterMain oSystemParameterMain, ref string sErrMsg) { WebS.WebService1 oWebs = new WebS.WebService1();//set_SaveOtherInBill_CLD_New if (oWebs.set_SaveOtherInBill_CLD_New(oMain, sHSourceType,oSystemParameterMain,ref sErrMsg)) if (oWebs.set_SaveOtherInBill_CLD_New(oMain, sHSourceType, oSystemParameterMain, ref sErrMsg)) { sErrMsg = "ä¿åæåï¼" + oMain.HBillNo; return true;