From d428e70498e9f9ec6aac36719d52829c0bb036a9 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 30 九月 2024 15:22:30 +0800 Subject: [PATCH] 修改外协增加账号 --- CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx | 6 +++--- CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx | 4 ++-- CY_ECommercePlatform/CY.WebForm/Pages/business/OutsourceFirmEdit.aspx.cs | 12 +++++++++++- CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx | 4 ++-- 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/OutsourceFirmEdit.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/business/OutsourceFirmEdit.aspx.cs index 1741c2e..8837ef9 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/OutsourceFirmEdit.aspx.cs +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/OutsourceFirmEdit.aspx.cs @@ -276,7 +276,17 @@ m_OA_CustomerCommunications.Keyid = NewGuid; m_EC_AcceptWayByCustomers.TargetId = NewGuid; - + m_OA_CorporateClients.Paytime = 0; + m_OA_CorporateClients.Paydays = 0; + m_OA_CorporateClients.Biddingcompany = 0; + m_OA_CorporateClients.Contracttype = 0; + m_OA_CorporateClients.Contractmoney = 0; + m_OA_CorporateClients.Jigoudaima = ""; + m_OA_CorporateClients.Piaoju = 0; + m_OA_CorporateClients.Kaipiaoziliao = ""; + m_OA_CorporateClients.Expiretype = 0; + m_OA_CorporateClients.Shifouwanjie = 0; + m_OA_CorporateClients.Note = ""; bool result = bll_OA_CorporateClientsBLL.InsertModel(m_OA_CorporateClients, m_OA_CustomerCommunications, m_EC_AcceptWayByCustomers);//娣诲姞淇℃伅 if (result) JavaScript.MessageBox("娣诲姞鎴愬姛", this,true,true); diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx index 22cf155..7fc8bed 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx @@ -17,13 +17,13 @@ <table class="table2"> <tbody> <tr> - <th style="text-align: center;"> + <th style="text-align: center;width: 150px;"> 鍗板埛灏哄锛堥暱脳瀹斤級 </th> - <th style="text-align: center;"> + <th style="text-align: center;width: 150px;"> 褰㈢姸 </th> - <th style="text-align: center;"> + <th style="text-align: center;width: 150px;"> 鍗板埛鏁伴噺 </th> </tr> diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx index 1df31d2..75b04d8 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx @@ -10,9 +10,9 @@ <input type="hidden" name="printMode" value="0" /> <table class="table2" style="margin-top: 0px;"> <tr> - <th style="text-align: center;">鎴愬搧灏哄(闀縓瀹�)</th> + <th style="text-align: center;width: 150px;">鎴愬搧灏哄(闀縓瀹�)</th> <th style="text-align: center; width: 150px;">鍗板埛鍐屾暟(鍐�)</th> - <th style="text-align: center;">瑁呰鏂瑰紡</th> + <th style="text-align: center;width: 150px;">瑁呰鏂瑰紡</th> </tr> <tr> <td> diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx index 51b1299..0fdb6f7 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx @@ -16,9 +16,9 @@ </table> <table class="table2" style="margin-top: 0px;"> <tr> - <th style="text-align: center;">鎴愬搧灏哄(闀棵楀)</th> + <th style="text-align: center;width: 150px;">鎴愬搧灏哄(闀棵楀)</th> <th style="text-align: center; width: 150px;">鍗板埛鍐屾暟(鍐�)</th> - <th style="text-align: center;">瑁呰鏂瑰紡</th> + <th style="text-align: center;width: 150px;">瑁呰鏂瑰紡</th> </tr> <tr> <td> -- Gitblit v1.9.1