From 2fee7b9b90c1acf7a17aef84ee22c2a31b801fe2 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 07 三月 2025 08:34:42 +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