zhengcaioa/zhengcaioa/Views/AdmGoodsManage/Index.cshtml
@@ -29,7 +29,24 @@
            { label: '剩余数量', name: 'GoodsLeft', labtype: 'txt', hidden: false, width: 100 },
            { label: '物品状态', name: 'GoodsStatusName', labtype: 'txt', hidden: false, width: 100 },
            {
                label: '入库', name: 'GoodsName', labtype: 'txt', hidden: false, width: 50,
                formatter: function (cellvalue, options, rowObject) {
                    return "<a onclick=\"OpenWindow('入库','98%','100%', '/AdmGoodsManage/Ruku?id=" + rowObject.Id + "')\"  >入库</a>";
                }
            },
            {
                label: '出库', name: 'GoodsName', labtype: 'txt', hidden: false, width: 50,
                formatter: function (cellvalue, options, rowObject) {
                    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 = [