From 0c7e6deb5e426a53ce095ddff808168c26215d83 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 20 六月 2025 12:55:40 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml b/zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml
index bd5f5c5..b22edf2 100644
--- a/zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml
@@ -10,7 +10,7 @@
             { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
 
             {
-                label: '涓婁笅鍗�', name: 'ShangxiawuName', labtype: 'txt', hidden: false, width: 100,
+                label: '璇剧▼绫诲瀷', name: 'ShangxiawuName', labtype: 'txt', hidden: false, width: 100,
                 formatter: function (cellvalue, options, rowObject) {
                     return "<a onclick=\"OpenWindow('" + cellvalue.replace(/'/g, '') + "','98%','100%', '/OrderBanci/EditDtl?id=" + rowObject.Id + "')\"  >" + cellvalue + "</a>";
                 }
@@ -18,6 +18,8 @@
 
             { label: '鏃堕棿', name: 'Shijian', labtype: 'txt', hidden: false, width: 100  },
             { label: '浜嬮」', name: 'Shixiamg', labtype: 'txt', hidden: false, width: 400 },
+            { label: '浠锋牸', name: 'JiageName', labtype: 'txt', hidden: false, width: 100 },
+            { label: '绉垎', name: 'JifenName', labtype: 'txt', hidden: false, width: 100 },
             { label: '涓昏浜�', name: 'Zhujiangren', labtype: 'txt', hidden: false, width: 100 },
             { label: '鎺掑簭', name: 'Sort', labtype: 'txt', hidden: false, width: 100 },
 

--
Gitblit v1.9.1