| | |
| | | titleStyleVisible.value = true |
| | | break |
| | | } |
| | | //编辑 |
| | | case 'editCheckbox': { |
| | | const selectRecords = $grid.getCheckboxRecords() |
| | | if(selectRecords===null ||selectRecords===''||selectRecords.length===0){ |
| | |
| | | return; |
| | | |
| | | } |
| | | //明细打印 |
| | | case 'detailsPrint': { |
| | | const selectRecords = $grid.getCheckboxRecords() |
| | | if(selectRecords===null ||selectRecords===''||selectRecords.length===0){ |
| | |
| | | return; |
| | | |
| | | } |
| | | //明细分架打印 |
| | | case 'detailsProcessPrint': { |
| | | const selectRecords = $grid.getCheckboxRecords() |
| | | if(selectRecords===null ||selectRecords===''||selectRecords.length===0){ |
| | |
| | | return; |
| | | |
| | | } |
| | | //订单打印 |
| | | case 'orderPrint': { |
| | | const selectRecords = $grid.getCheckboxRecords() |
| | | if(selectRecords===null ||selectRecords===''||selectRecords.length===0){ |