king
2023-11-30 a6be5cfd9c6fb084af584b77f79100fe32b385c1
src/views/billprint/index.jsx
@@ -396,6 +396,10 @@
                  item.IsSort = 'false'
                }
          
                if (item.marks && item.marks.length === 0) {
                  item.marks = null
                }
                return true
              })
            }
@@ -615,6 +619,10 @@
      cell.style.verticalAlign = 'top'
    }
    
    if (cell.marks && cell.marks.length === 0) {
      cell.marks = null
    }
    if (['text', 'number', 'formula'].includes(cell.eleType)) {
      cell.innerHeight = cell.innerHeight || 'auto'
      cell.alignItems = cell.height > 1 ? cell.alignItems : ''