From 87923ee3e808e22ce2cc3140317a7cf1c5f4e2d6 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 15 四月 2025 13:18:20 +0800
Subject: [PATCH] 提交
---
CY_ECommercePlatform/CY.WebForm/Pages/business/ShejiOrderList.aspx | 24 +++++++++++++++++++-----
1 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/ShejiOrderList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/ShejiOrderList.aspx
index 0ee730f..96a5c4c 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/business/ShejiOrderList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/ShejiOrderList.aspx
@@ -28,8 +28,16 @@
}
function toXiadan(orderId) {
- var url = "/Pages/business/ShejiOrderxiadan.aspx?Keyid=" + orderId;
- top.Dialog.open({ URL: url, Title: "涓嬪崟", Height: 600, Width: 800 });
+ window.dialog.confirm('鏄惁纭褰撳墠鎿嶄綔锛�', function () {
+ {
+
+ var url = "/Pages/business/ShejiOrderxiadan.aspx?Keyid=" + orderId;
+ top.Dialog.open({ URL: url, Title: "涓嬪崟", Height: 600, Width: 800 });
+
+ }
+ });
+
+
}
function ToBatchxiadan() {
@@ -55,11 +63,17 @@
});
-
+ window.dialog.confirm('鏄惁纭褰撳墠鎿嶄綔锛�', function () {
+ {
+
+ var url = "/Pages/business/ShejiOrderxiadan.aspx?Keyid=" + ids;
+ top.Dialog.open({ URL: url, Title: "涓嬪崟", Height: 600, Width: 800 });
+
+ }
+ });
- var url = "/Pages/business/ShejiOrderxiadan.aspx?Keyid=" + ids;
- top.Dialog.open({ URL: url, Title: "涓嬪崟", Height: 600, Width: 800 });
+
}
function CompledWork(orderId) {
--
Gitblit v1.9.1