代码同步
This commit is contained in:
parent
81ac43e8b6
commit
f1589ee7bf
|
|
@ -172,10 +172,10 @@ export default function clickBtn(props, id, text, record, index) {
|
||||||
case PMO_CARD_BUTTON.printprocedure:
|
case PMO_CARD_BUTTON.printprocedure:
|
||||||
let print4procedure = printBtnClick.bind(this);
|
let print4procedure = printBtnClick.bind(this);
|
||||||
return print4procedure(props, PMO_LIST.nodekey4procedure);
|
return print4procedure(props, PMO_LIST.nodekey4procedure);
|
||||||
//打印工序计划
|
//打印工序计划
|
||||||
case PMO_CARD_BUTTON.printprocedure2:
|
case PMO_CARD_BUTTON.printprocedure2:
|
||||||
let print4procedure2 = printBtnClick2.bind(this);
|
let print4procedure2 = printBtnClick2.bind(this);
|
||||||
return print4procedure2(props, PMO_LIST.nodekey4procedure);
|
return print4procedure2(props, PMO_LIST.nodekey4procedure);
|
||||||
//输出
|
//输出
|
||||||
case PMO_CARD_BUTTON.output:
|
case PMO_CARD_BUTTON.output:
|
||||||
let output = outputBtnClick.bind(this, props);
|
let output = outputBtnClick.bind(this, props);
|
||||||
|
|
|
||||||
|
|
@ -388,7 +388,7 @@ class GrandDialog extends Component {
|
||||||
) : (
|
) : (
|
||||||
<div />
|
<div />
|
||||||
)}
|
)}
|
||||||
<div className="nc-bill-table-area flex-container">
|
<div className="nc-bill-table-area flex-container" style={{ height: '25%' }}>
|
||||||
{createSimpleTable(tableId, {
|
{createSimpleTable(tableId, {
|
||||||
onRowClick: rowbodyClick.bind(this),
|
onRowClick: rowbodyClick.bind(this),
|
||||||
adaptionHeight: true,
|
adaptionHeight: true,
|
||||||
|
|
@ -401,7 +401,7 @@ class GrandDialog extends Component {
|
||||||
onSelectedAll: buttonController.lineSelected.bind(this)
|
onSelectedAll: buttonController.lineSelected.bind(this)
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
<div className="nc-bill-table-area flex-container">
|
<div className="nc-bill-table-area flex-container" style={{ height: '50%' }}>
|
||||||
{createCardTable(tableId4proc, {
|
{createCardTable(tableId4proc, {
|
||||||
tableHead: this.getTableGrand.bind(this, tableId4proc),
|
tableHead: this.getTableGrand.bind(this, tableId4proc),
|
||||||
adaptionHeight: true,
|
adaptionHeight: true,
|
||||||
|
|
@ -420,6 +420,8 @@ class GrandDialog extends Component {
|
||||||
onSelectedAll: buttonController.lineSelected4proc.bind(this),
|
onSelectedAll: buttonController.lineSelected4proc.bind(this),
|
||||||
inputChange: inputChange.bind(this, GRANDATTRCODE.VROWNO),
|
inputChange: inputChange.bind(this, GRANDATTRCODE.VROWNO),
|
||||||
})}
|
})}
|
||||||
|
</div>
|
||||||
|
<div className="nc-bill-table-area flex-container" style={{ height: '25%' }}>
|
||||||
{createCardTable(tableId4output, {
|
{createCardTable(tableId4output, {
|
||||||
tableHead: this.getTableGrand.bind(this, tableId4output),
|
tableHead: this.getTableGrand.bind(this, tableId4output),
|
||||||
hideSwitch: () => {
|
hideSwitch: () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue