| | |
| | | //{ field: 'marketable', title: '是否上架', width: 95, templet: '#switch_marketable', sort: false, unresize: true }, |
| | | { field: 'weight', title: '重量(千克)', sort: false, width: 80 }, |
| | | { field: 'unit', title: '单位', sort: false, width: 60 }, |
| | | { field: 'stock', title: '库存(单机编辑)', sort: false, width: 120, edit: 'text' }, |
| | | { field: 'stock', title: '库存(单击编辑)', sort: false, width: 120, edit: 'text' }, |
| | | { |
| | | field: 'freezeStock', title: '冻结库存', sort: false, width: 80, templet: function (data) { |
| | | if (data.freezeStock > 0) { |