From 6c0b60ad8577af7a2ea98fbf446e3cb83e79c776 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 25 七月 2022 11:24:12 +0800
Subject: [PATCH] 文书管理
---
zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
index cc15906..d4c78f1 100644
--- a/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
@@ -291,13 +291,13 @@
@for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++)
{
var sssss = "";
- if (complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("銆�")>=0)
+ if (complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("銆�")>=0)
{
- sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn.Insert(complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("銆�"), "銆�");
+ sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].Classify3.Insert(complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("銆�"), "銆�");
}
else
{
- sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "銆�";
+ sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].Classify3 + "銆�";
}
if (j != (complaintItemDTOs[i].sysCodeDtls.Count - 1))
{
@@ -334,13 +334,13 @@
@for (int j = 0; j < complaintItemDTOs[i].sysCodeDtls.Count; j++)
{
var sssss = "";
- if (complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("銆�") >= 0)
+ if (complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("銆�") >= 0)
{
- sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn.Insert(complaintItemDTOs[i].sysCodeDtls[j].CodeSn.IndexOf("銆�"), "銆�");
+ sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].Classify3.Insert(complaintItemDTOs[i].sysCodeDtls[j].Classify3.IndexOf("銆�"), "銆�");
}
else
{
- sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].CodeSn + "銆�";
+ sssss = "銆�" + complaintItemDTOs[i].sysCodeDtls[j].Classify3 + "銆�";
}
if (j != (complaintItemDTOs[i].sysCodeDtls.Count - 1))
{
--
Gitblit v1.9.1