From 7df23c739201c4413e3e64affae1707a694a2e1b Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 16 六月 2022 12:56:47 +0800 Subject: [PATCH] 打印合同 --- zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml b/zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml index f2cab0f..c3fc1b2 100644 --- a/zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml +++ b/zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml @@ -20,7 +20,7 @@ { label: '鍦扮偣', name: 'Didian', labtype: 'txt', hidden: false, width: 400 }, { label: '浜烘暟', name: 'Renshu', labtype: 'txt', hidden: false, width: 200 }, { - label: '鍩硅鏃堕棿', name: 'Creater', labtype: 'txt', hidden: false, width: 100, + label: '璇剧▼绫诲瀷', name: 'Creater', labtype: 'txt', hidden: false, width: 100, formatter: function (cellvalue, options, rowObject) { return "<a onclick=\"OpenWindow('" + rowObject.Banci.replace(/'/g, '') + "','98%','100%', '/OrderBanci/IndexDtl?OrderBanciId=" + rowObject.Id + "')\" >鍩硅鏃堕棿</a>"; } -- Gitblit v1.9.1