提交 091ab4f4 authored 作者: ch's avatar ch

开发

上级 b695906e
...@@ -623,7 +623,6 @@ export default class ZdyTable extends Component { ...@@ -623,7 +623,6 @@ export default class ZdyTable extends Component {
}; };
render() { render() {
const { const {
width, width,
isRowCol, isRowCol,
...@@ -848,6 +847,7 @@ export default class ZdyTable extends Component { ...@@ -848,6 +847,7 @@ export default class ZdyTable extends Component {
}} }}
> >
<TableCom <TableCom
taskId={this.props.taskId}
importExcel={this.importExcel} importExcel={this.importExcel}
getCellValue={this.getCellValue} getCellValue={this.getCellValue}
getCurrentFormTitle={this.getCurrentFormTitle2} getCurrentFormTitle={this.getCurrentFormTitle2}
...@@ -957,6 +957,7 @@ export default class ZdyTable extends Component { ...@@ -957,6 +957,7 @@ export default class ZdyTable extends Component {
}) })
: ''} : ''}
<IsNewTable <IsNewTable
taskId={this.props.taskId}
getCellValue={this.getCellValue} getCellValue={this.getCellValue}
hfInstance={this.hfInstance} hfInstance={this.hfInstance}
getCurrentFormTitle={this.getCurrentFormTitle2} getCurrentFormTitle={this.getCurrentFormTitle2}
......
...@@ -94,6 +94,7 @@ export default class isNewTable extends Component { ...@@ -94,6 +94,7 @@ export default class isNewTable extends Component {
isPreview={isPreview} isPreview={isPreview}
i={i} i={i}
j={j} j={j}
taskId={this.props.taskId}
setRealTimeValues={this.props.setRealTimeValues} setRealTimeValues={this.props.setRealTimeValues}
index={index} index={index}
getCurrentFormTitle={ getCurrentFormTitle} getCurrentFormTitle={ getCurrentFormTitle}
...@@ -172,6 +173,7 @@ export default class isNewTable extends Component { ...@@ -172,6 +173,7 @@ export default class isNewTable extends Component {
modalInit={modalInit} modalInit={modalInit}
i={i} i={i}
j={j} j={j}
taskId={this.props.taskId}
isPreview={isPreview} isPreview={isPreview}
index={index} index={index}
fatherCode={fatherCode} fatherCode={fatherCode}
...@@ -220,6 +222,7 @@ export default class isNewTable extends Component { ...@@ -220,6 +222,7 @@ export default class isNewTable extends Component {
formCode={formCode} formCode={formCode}
taskAssignee={taskAssignee} taskAssignee={taskAssignee}
formId={formId} formId={formId}
taskId={this.props.taskId}
isPreview={isPreview} isPreview={isPreview}
i={i} i={i}
j={j} j={j}
......
...@@ -1217,6 +1217,7 @@ export default class tableCom extends Component { ...@@ -1217,6 +1217,7 @@ export default class tableCom extends Component {
isEdit: this.props.isEdit, isEdit: this.props.isEdit,
taskAssignee: this.props.taskAssignee, taskAssignee: this.props.taskAssignee,
userId: this.props.userId, userId: this.props.userId,
taskId:this.props.taskId,
}, },
this.props.index, this.props.index,
this.props.fatherCode, this.props.fatherCode,
...@@ -1569,6 +1570,7 @@ export default class tableCom extends Component { ...@@ -1569,6 +1570,7 @@ export default class tableCom extends Component {
initialValue: fk, initialValue: fk,
})(<Input type="hidden"/>)}{' '} })(<Input type="hidden"/>)}{' '}
<ZdyTable <ZdyTable
taskId={this.props.taskId}
setRealTimeValues={this.props.setRealTimeValues} setRealTimeValues={this.props.setRealTimeValues}
hfInstance={this.props.hfInstance} hfInstance={this.props.hfInstance}
currentFormTitle={this.props.getCurrentFormTitle ? this.props.getCurrentFormTitle(fk) : null} currentFormTitle={this.props.getCurrentFormTitle ? this.props.getCurrentFormTitle(fk) : null}
...@@ -3312,6 +3314,7 @@ export default class tableCom extends Component { ...@@ -3312,6 +3314,7 @@ export default class tableCom extends Component {
title={modalTitle} title={modalTitle}
> >
<ZdyTable <ZdyTable
taskId={this.props.taskId}
taskAssignee={taskAssignee} taskAssignee={taskAssignee}
userId={userId} userId={userId}
trees={this.props.trees} trees={this.props.trees}
...@@ -3393,6 +3396,7 @@ export default class tableCom extends Component { ...@@ -3393,6 +3396,7 @@ export default class tableCom extends Component {
title={modalTitle} title={modalTitle}
> >
<ZdyTable <ZdyTable
taskId={this.props.taskId}
taskAssignee={taskAssignee} taskAssignee={taskAssignee}
userId={userId} userId={userId}
trees={this.props.trees} trees={this.props.trees}
...@@ -3429,6 +3433,7 @@ export default class tableCom extends Component { ...@@ -3429,6 +3433,7 @@ export default class tableCom extends Component {
title={modalTitle} title={modalTitle}
> >
<ZdyTable <ZdyTable
taskId={this.props.taskId}
taskAssignee={taskAssignee} taskAssignee={taskAssignee}
userId={userId} userId={userId}
trees={this.props.trees} trees={this.props.trees}
...@@ -3472,6 +3477,7 @@ export default class tableCom extends Component { ...@@ -3472,6 +3477,7 @@ export default class tableCom extends Component {
title={modalTitle} title={modalTitle}
> >
<ZdyTable <ZdyTable
taskId={this.props.taskId}
taskAssignee={taskAssignee} taskAssignee={taskAssignee}
userId={userId} userId={userId}
modalInit={modalInit} modalInit={modalInit}
...@@ -3509,6 +3515,7 @@ export default class tableCom extends Component { ...@@ -3509,6 +3515,7 @@ export default class tableCom extends Component {
title={modalTitle} title={modalTitle}
> >
<ZdyTable <ZdyTable
taskId={this.props.taskId}
taskAssignee={taskAssignee} taskAssignee={taskAssignee}
userId={userId} userId={userId}
trees={this.props.trees} trees={this.props.trees}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论