提交 10932d59 authored 作者: tb53863844's avatar tb53863844

修改bug

上级 a0a5a5fd
......@@ -85,6 +85,7 @@ export default class isNewTable extends Component {
>
<TableCom
taskAssignee={taskAssignee} // 提交人
userId={userId}
modalInit={modalInit}
formCode={formCode}
......@@ -93,15 +94,15 @@ export default class isNewTable extends Component {
i={i}
j={j}
index={index}
getCurrentFormTitle
getCurrentFormTitle={ getCurrentFormTitle}
fatherCode={fatherCode}
datas={datas}
isEdit={isEdit}
fatherObj={this.props.fatherObj}
formKey={currentFormKey}
currentFormTitle
getCellValue
hfInstance
currentFormTitle={currentFormTitle}
hfInstance={hfInstance}
getCellValue={getCellValue}
initExcel={this.props.initExcel}
init={init}
get={get}
......@@ -173,13 +174,13 @@ export default class isNewTable extends Component {
fatherCode={fatherCode}
datas={datas}
isEdit={isEdit}
getCurrentFormTitle
getCurrentFormTitle={getCurrentFormTitle}
importExcel={this.props.importExcel}
fatherObj={this.props.fatherObj}
formKey={currentFormKey}
currentFormTitle
hfInstance
getCellValue
currentFormTitle={currentFormTitle}
hfInstance={hfInstance}
getCellValue={getCellValue}
init={init}
get={get}
key={j}
......@@ -222,13 +223,13 @@ export default class isNewTable extends Component {
datas={datas}
modalInit={modalInit}
isEdit={isEdit}
getCurrentFormTitle
getCurrentFormTitle={getCurrentFormTitle}
fatherObj={this.props.fatherObj}
formKey={currentFormKey}
importExcel={this.props.importExcel}
currentFormTitle
hfInstance
getCellValue
currentFormTitle={currentFormTitle}
hfInstance={hfInstance}
getCellValue={getCellValue}
init={init}
get={get}
key={j}
......
......@@ -116,6 +116,9 @@ export default class ChildForm extends React.Component {
json,
modalInit,
isPreview,
hfInstance,
getCurrentFormTitle,
getCellValue
} = this.props;
const span = json.span || 24;
......@@ -146,6 +149,11 @@ export default class ChildForm extends React.Component {
<ZdyTable
key={r}
modalInit={modalInit}
hfInstance={hfInstance}
currentFormTitle={getCurrentFormTitle?getCurrentFormTitle(json.childFormKey):null}
getCellValue={getCellValue}
hfInstance={hfInstance}
getCellValue={getCellValue}
formCode={this.props.formCode}
formId={this.props.formId}
isPreview={isPreview}
......@@ -216,6 +224,9 @@ export default class ChildForm extends React.Component {
<Col span={span}>
<ZdyTable
modalInit={modalInit}
hfInstance={hfInstance}
currentFormTitle={getCurrentFormTitle?getCurrentFormTitle(json.childFormKey):null}
getCellValue={getCellValue}
formConfig={datas}
key={r}
fatherCode={base52}
......
......@@ -1493,7 +1493,7 @@ export default class tableCom extends Component {
})(<Input type="hidden" />)}{' '}
<ZdyTable
hfInstance={this.props.hfInstance}
currentFormTitle={this.props.getCurrentFormTitle(fk)}
currentFormTitle={this.props.getCurrentFormTitle?this.props.getCurrentFormTitle(fk):null}
getCellValue={getCellValue}
taskAssignee={taskAssignee}
isWebPrint={this.props.isWebPrint || false}
......@@ -2202,6 +2202,10 @@ export default class tableCom extends Component {
<ChildForm
modalInit={modalInit}
isPreview={isPreview}
hfInstance={this.props.hfInstance}
getCurrentFormTitle={this.props.getCurrentFormTitle}
getCellValue={getCellValue}
fatherObj={obj}
json={json}
rights={json.rights || ['add', 'delete']}
......@@ -2934,6 +2938,9 @@ export default class tableCom extends Component {
})(
<ChildForm
rights={json.rights || []}
hfInstance={this.props.hfInstance}
getCurrentFormTitle={this.props.getCurrentFormTitle}
getCellValue={getCellValue}
isMobile={get === 'mobile'}
fatherObj={obj}
isPreview={isPreview}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论