| | |
| | | ]); |
| | | const columns = ref([ |
| | | { field: 'id', title: 'åºåID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' }, |
| | | { field: 'palletCode', title: 'æçæ¡ç ', type: 'string', width: 110, align: 'left', sort: true, link: true, }, |
| | | { field: 'palletCode', title: 'æ¡ç ', type: 'string', width: 110, align: 'left', sort: true, link: true, }, |
| | | //{ field: 'locationCode', title: 'åºä½', type: 'string', width: 110, align: 'left' }, |
| | | //{ field: 'isFull', title: 'æ¯å¦æ»¡ç', type: 'bool', width: 110, align: 'left' }, |
| | | { field: 'currentStatue', title: 'å½åç¶æ', type: 'int', width: 110, align: 'left', bind: { key: "StockState", data: [] } }, |