From 8f7fd017ffa14e6b3e2ec0a984e9370d88cb7c09 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 03 四月 2025 08:58:17 +0800 Subject: [PATCH] 修改送货日期 --- CY_ECommercePlatform/CY.WebForm/Pages/financial/InvoicingShoukuan.aspx.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/financial/InvoicingShoukuan.aspx.cs b/CY_ECommercePlatform/CY.WebForm/Pages/financial/InvoicingShoukuan.aspx.cs index 0a36d14..1f23bc6 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/financial/InvoicingShoukuan.aspx.cs +++ b/CY_ECommercePlatform/CY.WebForm/Pages/financial/InvoicingShoukuan.aspx.cs @@ -158,7 +158,7 @@ if (this.txtReceiveMoney.Value.ToDecimal2() < xuanzhongjine) { - JavaScript.MessageBox("鏈鏀舵閲戦钀у畤閫変腑璁㈠崟鏈粯娆�!", this); + JavaScript.MessageBox("鏈鏀舵閲戦灏忎簬閫変腑璁㈠崟鏈粯娆�!", this); return; } } @@ -322,6 +322,7 @@ this.selSubjects.DataSource = _OA_SubjectSetBLL.getAllSubject(CurrentUser.MemberId, "鍊�"); this.selSubjects.DataBind(); this.selSubjects.Items.Insert(0, new ListItem("璇烽�夋嫨", "")); + this.selSubjects.Value = "1"; int i = -1; //璐︽埛绫诲瀷 -- Gitblit v1.9.1