BaseSet/公用资料/公用基础资料/Gy_Material.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
BaseSet/公用资料/公用基础资料/Gy_Material.cs
@@ -917,10 +917,12 @@ { this.txtHWhID.Text = oWare.oModel.HName; this.txtHWhID.Tag = oWare.oModel.HItemID.ToString(); this.txtHSPID.Text = ""; } else { this.txtHWhID.Text = ""; this.txtHSPID.Text = ""; } } @@ -1021,7 +1023,7 @@ private void cmdHSPID_Click(object sender, EventArgs e) { DAL.ClsGy_StockPlace_View oStock = new DAL.ClsGy_StockPlace_View(); if (oStock.RefreshView()) if (oStock.RefreshViewByWh(DBUtility.ClsPub.isLong(txtHWhID.Tag))) { this.txtHSPID.Text = oStock.oModel.HName; this.txtHSPID.Tag = oStock.oModel.HItemID.ToString();