| | |
| | | methods: { |
| | | //ä¸é¢è¿äºæ¹æ³å¯ä»¥ä¿çä¹å¯ä»¥å é¤ |
| | | onInit() { |
| | | |
| | | // let InOrder = this.buttons.find(x => x.value == 'StockOutbound'); |
| | | // if (InOrder) { |
| | | // InOrder.onClick = function () { |
| | |
| | | } |
| | | } |
| | | }) |
| | | this.columns.forEach((x) => { |
| | | if (x.field == 'materielInfo') { |
| | | x.cellStyle = (row, rowIndex, columnIndex) => { |
| | | if (row.palletCode == 'BCS20250225001') { |
| | | return { background: '#E6A23C' }; |
| | | } |
| | | }; |
| | | } |
| | | |
| | | //å¦ææ ¹æ®è¡çæä¸ªå¼è®¾ç½®æ´è¡é¢è² |
| | | //设置æ´è¡èæ¯é¢è² |
| | | // x.cellStyle = (row, rowIndex, columnIndex) => { |
| | | // if (row.ProductCode == '10044464880643') { |
| | | // return { background: '#ddecfd' }; |
| | | // } |
| | | // }; |
| | | }); |
| | | }, |
| | | onInited() { |
| | | //æ¡æ¶åå§åé
ç½®å |