From d3205f4627ceb7af1344ce77715def28fee5545b Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 17 十二月 2025 08:56:19 +0800
Subject: [PATCH] 在“编号”和“片区”直接增加一列“送货时间”,该送货时间显示进行了“送货安排”操作的学校的时间,没有安排送货的学校就是空白 完成
---
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookSonghuo.aspx | 41 +++++++++++++++++++++++++++++------------
1 files changed, 29 insertions(+), 12 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookSonghuo.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookSonghuo.aspx
index 75dc8a5..6789853 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookSonghuo.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookSonghuo.aspx
@@ -58,15 +58,16 @@
}
)
if (deleteKeyIds == "") {
- top.Dialog.alert("璇烽�夋嫨瑕佸垹闄ょ殑璁板綍", function () {
+ top.Dialog.alert("璇烽�夋嫨瑕佸畨鎺掔殑璁板綍", function () {
});
return;
}
else {
deleteKeyIds = deleteKeyIds.substring(0, deleteKeyIds.length - 1);
- top.Dialog.confirm("纭畾瑕佸垹闄ゆ墍閫夎褰曞悧锛�", function () {
- window.location = "/Pages/business/DeliverWorkBookSonghuo.aspx?deleteKeyIds=" + deleteKeyIds;
- });
+ top.Dialog.open({ URL: "/Pages/business/DeliverWorkBookAnPai.aspx?ids=" + deleteKeyIds, Title: "閫佽揣瀹夋帓", Width: 600, Height: 300 });
+ //top.Dialog.confirm("纭畾瑕佸畨鎺掓墍閫夎褰曞悧锛�", function () {
+ // window.location = "/Pages/business/DeliverWorkBookSonghuo.aspx?deleteKeyIds=" + deleteKeyIds;
+ //});
}
}
$(function () {
@@ -102,10 +103,12 @@
</td>
<td>
<select id="selstatus" keepdefaultstyle='true' runat="server" >
- <option selected="selected" value="">鍏ㄩ儴</option>
+ <option value="">鍏ㄩ儴</option>
+
+ <option value="4" selected="selected" >鏈畬鎴�</option>
<option value="0">鏈厤閫�</option>
- <option value="1">閰嶉�佷腑</option>
- <option value="2">宸查厤閫�</option>
+ <option value="1">閮ㄥ垎閰嶉��</option>
+ <option value="2">宸插畬鎴�</option>
</select>
</td>
@@ -113,6 +116,9 @@
<td colspan="8">
<asp:Button ID="btn_Submit" Text="鏌ヨ" runat="server" OnClick="btn_Search_Click" /> <input type="button" value='閲嶇疆' onclick='document.body.innerHTML="";window.location=window.location;' />
<input type="hidden" runat="server" id="hideOrderId" />
+
+ <input type="button" value='閫佽揣瀹夋帓' onclick="onAllDelete()"/>
+
</td>
</tr>
</table>
@@ -123,13 +129,19 @@
<HeaderTemplate>
<table class="tableStyle">
<tr>
+ <th width="25" >
+
+ </th>
<th width="30" style="text-align: center" >
缂栧彿
</th>
- <th style="text-align: center" >
+ <th style="text-align: center;width:120px;" >
+ 閫佽揣鏃堕棿
+ </th>
+ <th width="100" style="text-align: center" >
鐗囧尯
</th>
- <th style="text-align: center" >
+ <th width="120" style="text-align: center" >
瀛︽牎
</th>
<%=biaotou %>
@@ -137,11 +149,16 @@
</HeaderTemplate>
<ItemTemplate>
<tr>
-
- <td style="text-align: center">
- <%#Container.ItemIndex + 1%>
+ <td>
+ <input type="checkbox" value='<%#Eval("id")%>' />
</td>
<td style="text-align: center">
+ <%#Eval("Bianhao")%> <%--<%#Container.ItemIndex + 1%>--%>
+ </td>
+ <td style="text-align: center;white-space: nowrap;">
+ <%#Eval("MakeTime")%>
+ </td>
+ <td style="text-align: center">
<%#Eval("pianqu")%>
</td>
<td style="text-align: center">
--
Gitblit v1.9.1