代码同步
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: | ||||
|             let print4procedure = printBtnClick.bind(this); | ||||
|             return print4procedure(props, PMO_LIST.nodekey4procedure); | ||||
| 			//打印工序计划
 | ||||
| 		case PMO_CARD_BUTTON.printprocedure2: | ||||
| 			let print4procedure2 = printBtnClick2.bind(this); | ||||
| 			return print4procedure2(props, PMO_LIST.nodekey4procedure); | ||||
|         //打印工序计划
 | ||||
|         case PMO_CARD_BUTTON.printprocedure2: | ||||
|             let print4procedure2 = printBtnClick2.bind(this); | ||||
|             return print4procedure2(props, PMO_LIST.nodekey4procedure); | ||||
|         //输出
 | ||||
|         case PMO_CARD_BUTTON.output: | ||||
|             let output = outputBtnClick.bind(this, props); | ||||
|  |  | |||
|  | @ -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: () => { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue