From 0fb5eab0d6787922d3e915543e95fe5073d767ff Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 13 三月 2025 08:48:13 +0800 Subject: [PATCH] 派了车就不能再派车了 派车的时候选择新的送货时间和填写注意事项 完成 --- CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx index c9bb454..2492ef0 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/AgSpecialOrderDetail.aspx @@ -279,7 +279,7 @@ <%#Eval("PSF_EditionCount")%> </td>--%> </tr> - <tr class=" price_tabbg" style="font-weight: bold; background-color: #E6E6E6;"> + <tr class=" price_tabbg" style="font-weight: bold; background-color: #E6E6E6;<%#Eval("shifouxianshiheban")%>" > <td rowspan="2"> 绾稿紶鏉ユ簮 </td> @@ -296,7 +296,7 @@ 寮�鏂欒鏍� </td> </tr> - <tr class=" price_tabbg" style="font-weight: bold; background-color: #E6E6E6;"> + <tr class=" price_tabbg" style="font-weight: bold; background-color: #E6E6E6;<%#Eval("shifouxianshiheban")%>"> <td> 绾稿紶鏁伴噺 </td> @@ -316,7 +316,7 @@ 闀垮害(mm) </td> </tr> - <tr style="background-color: #FFFFFF;"> + <tr style="background-color: #FFFFFF;<%#Eval("shifouxianshiheban")%>"> <td> <%#Eval("PSF_PaperSource")%> </td> @@ -348,12 +348,12 @@ <%#0.Equals(Eval("PSF_OpenLength")) ? "" : Eval("PSF_OpenLength")%> </td> </tr> - <tr class=" price_tabbg" style="font-weight: bold; background-color: #E6E6E6;"> + <tr class=" price_tabbg" style="font-weight: bold; background-color: #E6E6E6;<%#Eval("shifouxianshiheban")%>"> <td> - 鐗堟潗绫诲瀷 + <span style="<%#Eval("shifouxianshi")%>" >鐗堟潗绫诲瀷</span> </td> <td colspan="2"> - 瑙勬牸 + <span style="<%#Eval("shifouxianshi")%>" > 瑙勬牸</span> </td> <td id="lbCTPCount" <%#show("CTPCount",Eval("PSF_PlateSource").ToString())%>> <span style="<%#Eval("shifouxianshi")%>" > CTP鏁伴噺锛堝紶锛� </span> @@ -367,12 +367,12 @@ <td colspan="6"> </td> <tr> - <tr style="background-color: #FFFFFF;"> + <tr style="background-color: #FFFFFF;<%#Eval("shifouxianshiheban")%>"> <td> - <%#Eval("PSF_PlateSource")%> + <span style="<%#Eval("shifouxianshi")%>" > <%#Eval("PSF_PlateSource")%> </span> </td> <td colspan="2"> - <%#Eval("PSF_CTPSpecType")%> + <span style="<%#Eval("shifouxianshi")%>" > <%#Eval("PSF_CTPSpecType")%> </span> </td> <td id="tdCTPCount" <%#show("CTPCount",Eval("PSF_PlateSource").ToString())%>> <span style="<%#Eval("shifouxianshi")%>" > <%#0.Equals(Eval("PSF_CTPCount")) ? "" : Eval("PSF_CTPCount")%> </span> -- Gitblit v1.9.1