jhz
2024-11-05 e6b5088ef0d91b2e20eecbf615e8357b55670e7f
仓位选择
1个文件已修改
4 ■■■ 已修改文件
BaseSet/公用资料/公用基础资料/Gy_Material.cs 4 ●●● 补丁 | 查看 | 原始文档 | 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();