From c035a2e879d4340b0a6ab5c16770758cd62e4874 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 08 十二月 2021 15:14:25 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Views/AdmGoodsManage/Index.cshtml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/AdmGoodsManage/Index.cshtml b/zhengcaioa/zhengcaioa/Views/AdmGoodsManage/Index.cshtml index 0645e97..10658fb 100644 --- a/zhengcaioa/zhengcaioa/Views/AdmGoodsManage/Index.cshtml +++ b/zhengcaioa/zhengcaioa/Views/AdmGoodsManage/Index.cshtml @@ -41,6 +41,12 @@ return "<a onclick=\"OpenWindow('鍑哄簱','98%','100%', '/AdmGoodsManage/Chuku?id=" + rowObject.Id + "')\" >鍑哄簱</a>"; } }, + { + label: '鍑哄叆搴撹褰�', name: 'Remark', labtype: 'txt', hidden: false, + formatter: function (cellvalue, options, rowObject) { + return "<a onclick=\"OpenWindow('" + rowObject.GoodsName + "','98%','100%', '/AdmGoodsManage/Liushuizhang?id=" + rowObject.Id + "')\" >鍑哄叆搴撹褰�</a>"; + } + }, ]; dataUrl = "/AdmGoodsManage/GetList"; searchCol = [ -- Gitblit v1.9.1