username@email.com
2021-09-28 ef80d35cdbabf2ac5fd83f84714b4254e6444fef
zhengcaioa/zhengcaioa/Views/AdmGoodsManage/Index.cshtml
@@ -29,7 +29,18 @@
            { 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>";
                }
            },
        ];
        dataUrl = "/AdmGoodsManage/GetList";
        searchCol = [