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/xiaoshouyejiList.aspx | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/xiaoshouyejiList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/xiaoshouyejiList.aspx index 2a12c16..ea891c9 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/xiaoshouyejiList.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/xiaoshouyejiList.aspx @@ -126,6 +126,10 @@ 鍥炴閲戦 </th> <th style="text-align: center;"> + 閫炬湡鍙戠エ寮犳暟 + </th> + + <th style="text-align: center;"> 鏈敹娆鹃噾棰� </th> @@ -180,6 +184,9 @@ <%#Eval("PayedMoney", "{0:F2}")%> </td> <td> + <%#Eval("fapiaoshuliang")%> + </td> + <td> <%#Eval("UnPayedMoney", "{0:F2}")%> </td> </tr> -- Gitblit v1.9.1