username@email.com
11 小时以前 72b668c965a3f5308d1a388296eb4c3f8fb7be72
CY_ECommercePlatform/CY.WebForm/Pages/procurement/ChoseWarehouse.aspx.cs
@@ -57,7 +57,7 @@
            var  name   = dwWarehouse.SelectedItem.Text;
            if (bll_OA_OutOfStorageBLL.InsertModelList(Keys, dwWarehouse.SelectedValue.ToInt32(), name))
            {
                JavaScript.MessageBox("操作成功", this, "Refreshss();top.Dialog.close();");
                JavaScript.MessageBox("操作成功", this, "top.document.getElementById('_DialogFrame_0').contentWindow.ReWindowSelf();top.frmright.ReLoad();top.Dialog.close();");
            }
           
        }