From 92a92c2fc694810fdba050f1034ef107ad5c858f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 07 十一月 2025 09:05:16 +0800
Subject: [PATCH] 那个作业本送货,查看明细或查看送货情况。这个列表中,比如说某个品种,它本来就没得的, 、那个格子里头不显零,格子里头就不要任何数据。不然,我们要要混乱好写了0的 ,我们才晓得这是有好已经送了的,就这样子修改,就某个品种,它本来就没得的格子头就是空白, 不不要写的,你这样子修改一下。
---
CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs b/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs
index 16d9cdb..9cffe31 100644
--- a/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs
+++ b/CY_ECommercePlatform/CY.Model/OA/OA_WorkPlan.cs
@@ -81,15 +81,15 @@
{
if (EvaluationStatus == 1)
{
- return "宸叉姤閿�";
+ return "宸蹭粯娆�";
}
else if (EvaluationStatus == 2)
{
- return "鏈姤閿�";
+ return "鏈粯娆�";
}
else
- return "鏈姤閿�";
+ return "鏈粯娆�";
}
else
{
@@ -367,7 +367,7 @@
{
if (ApprovalStatus == 0)
{
- return "鏈壒澶�";
+ return "鏈鎵�";
}
else if (ApprovalStatus == 1)
{
@@ -377,8 +377,12 @@
{
return "涓嶆壒鍑�";
}
+ else if (ApprovalStatus == 3)
+ {
+ return "鏈彁浜�";
+ }
else
- return "鏈壒澶�";
+ return "鏈鎵�";
}
else
{
@@ -501,7 +505,7 @@
}
}
/// <summary>
- /// 濂栧姳绫诲瀷/鏃�0,濂栧姳1,鎯╃綒2
+ /// 濂栧姳绫诲瀷/鏃�0,濂栧姳1,缃氭2
/// </summary>
public int? RewardType
{
--
Gitblit v1.9.1