| | |
| | | { 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 = [ |