username@email.com
2026-03-18 e917506085f6b753b16a527c9bbdf3d13df1b0e0
20260318 把公文管理中的“主题词”删除
4个文件已修改
25 ■■■■■ 已修改文件
CY_ECommercePlatform/CY.WebForm/Pages/work/OA_DocumentAdd.aspx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/work/OA_DocumentAdd.aspx.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/work/OA_DocumentAdd.aspx.designer.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/work/OA_DocumentDetail.aspx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/work/OA_DocumentAdd.aspx
@@ -82,14 +82,14 @@
                    <input id="txtKonghangshu" type="text" class="int w100px" min="0" value="0" runat="server" msg="请填写大于0的整数" />
                </td>
            </tr>
            <tr>
           <%-- <tr>
                <td class="ali03">
                    主题词:
                </td>
                <td colspan="3">
                    <input id="txtDM_ThemeWords" type="text" class="w700px" runat="server" maxlength="20" />
                </td>
            </tr>
            </tr>--%>
            <tr>
                <td class="ali03" valign="top">
                    抄送单位:
CY_ECommercePlatform/CY.WebForm/Pages/work/OA_DocumentAdd.aspx.cs
@@ -49,7 +49,7 @@
        {
            this.txtDM_Title.Value = "";
            this.txtDM_Content.Text = "";
            this.txtDM_ThemeWords.Value = "";
            //this.txtDM_ThemeWords.Value = "";
            this.txtDM_CCUnit.Text = "";
            this.txtDM_PrintNumber.Value = "";
            this.txtDM_PostingId.SelectedValue = "";
@@ -66,7 +66,7 @@
                {
                    this.txtDM_Title.Value = m_OA_Document.DM_Title.ToString2(); ;
                    this.txtDM_Content.Text = m_OA_Document.DM_Content;
                    this.txtDM_ThemeWords.Value = m_OA_Document.DM_ThemeWords;
                    //this.txtDM_ThemeWords.Value = m_OA_Document.DM_ThemeWords;
                    this.txtKonghangshu.Value = m_OA_Document.Konghangshu.HasValue? m_OA_Document.Konghangshu.Value.ToString() : "";
                    this.txtDM_CCUnit.Text = m_OA_Document.DM_CCUnit;
                    this.txtDM_PrintNumber.Value = m_OA_Document.DM_PrintNumber.HasValue ? m_OA_Document.DM_PrintNumber.Value.ToString() : "";
@@ -108,7 +108,7 @@
                    //m_OA_Document.DM_DocumentNumber = m_OA_DocumentDic.ParType + "(" + DateTime.Now.Year.ToString2() + ")" + "第 " + this.txtDM_Number.Value.ToInt32().Value.ToString("000") + " 号";
                    m_OA_Document.DM_Title = this.txtDM_Title.Value.ToString2();
                    m_OA_Document.DM_Content = this.txtDM_Content.Text.ToString2();
                    m_OA_Document.DM_ThemeWords = this.txtDM_ThemeWords.Value.ToString2();
                    m_OA_Document.DM_ThemeWords = "";// this.txtDM_ThemeWords.Value.ToString2();
                    m_OA_Document.Konghangshu = this.txtKonghangshu.Value.ToInt32();
                    m_OA_Document.DM_CCUnit = this.txtDM_CCUnit.Text.ToString2();
                    m_OA_Document.DM_PrintNumber = this.txtDM_PrintNumber.Value.ToInt32();
@@ -142,7 +142,7 @@
                    m_OA_Document.DM_DocumentNumber = m_OA_DocumentDic.ParType + "(" + DateTime.Now.Year.ToString2() + ")" + "第 " + this.txtDM_Number.Value.ToInt32().Value.ToString("000") + " 号";
                    m_OA_Document.DM_Title = this.txtDM_Title.Value.ToString2();
                    m_OA_Document.DM_Content = this.txtDM_Content.Text.ToString2();
                    m_OA_Document.DM_ThemeWords = this.txtDM_ThemeWords.Value.ToString2();
                    m_OA_Document.DM_ThemeWords = "";// this.txtDM_ThemeWords.Value.ToString2();
                    m_OA_Document.Konghangshu = this.txtKonghangshu.Value.ToInt32();
                    m_OA_Document.DM_CCUnit = this.txtDM_CCUnit.Text.ToString2();
                    m_OA_Document.DM_PrintNumber = this.txtDM_PrintNumber.Value.ToInt32();
CY_ECommercePlatform/CY.WebForm/Pages/work/OA_DocumentAdd.aspx.designer.cs
@@ -114,15 +114,6 @@
        protected global::System.Web.UI.HtmlControls.HtmlInputText txtKonghangshu;
        /// <summary>
        /// txtDM_ThemeWords 控件。
        /// </summary>
        /// <remarks>
        /// 自动生成的字段。
        /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
        /// </remarks>
        protected global::System.Web.UI.HtmlControls.HtmlInputText txtDM_ThemeWords;
        /// <summary>
        /// txtDM_CCUnit 控件。
        /// </summary>
        /// <remarks>
CY_ECommercePlatform/CY.WebForm/Pages/work/OA_DocumentDetail.aspx.cs
@@ -54,8 +54,8 @@
                }
                else
                {
                    this.tr1.Visible = true;
                    this.tr2.Visible = true;
                    this.tr1.Visible = false; //true;
                    this.tr2.Visible = false; //true;
                    this.spanDM_ThemeWords.InnerText = m_OA_Document.DM_ThemeWords.ToString2();
                }
                if (m_OA_Document.DM_CCUnit.ToString2() == "")