代码同步

This commit is contained in:
mzr 2025-09-25 20:27:01 +08:00
parent 81ac43e8b6
commit f1589ee7bf
2 changed files with 8 additions and 6 deletions

View File

@ -388,7 +388,7 @@ class GrandDialog extends Component {
) : (
<div />
)}
<div className="nc-bill-table-area flex-container">
<div className="nc-bill-table-area flex-container" style={{ height: '25%' }}>
{createSimpleTable(tableId, {
onRowClick: rowbodyClick.bind(this),
adaptionHeight: true,
@ -401,7 +401,7 @@ class GrandDialog extends Component {
onSelectedAll: buttonController.lineSelected.bind(this)
})}
</div>
<div className="nc-bill-table-area flex-container">
<div className="nc-bill-table-area flex-container" style={{ height: '50%' }}>
{createCardTable(tableId4proc, {
tableHead: this.getTableGrand.bind(this, tableId4proc),
adaptionHeight: true,
@ -420,6 +420,8 @@ class GrandDialog extends Component {
onSelectedAll: buttonController.lineSelected4proc.bind(this),
inputChange: inputChange.bind(this, GRANDATTRCODE.VROWNO),
})}
</div>
<div className="nc-bill-table-area flex-container" style={{ height: '25%' }}>
{createCardTable(tableId4output, {
tableHead: this.getTableGrand.bind(this, tableId4output),
hideSwitch: () => {