|
|
@ -723,7 +723,7 @@ const OperaTionalTable = (props) => { |
|
|
|
> |
|
|
|
新增 |
|
|
|
</Button> |
|
|
|
<Button |
|
|
|
{/* <Button |
|
|
|
type="primary" |
|
|
|
style={{ width: "100px", marginLeft: 20 }} |
|
|
|
onClick={() => { |
|
|
@ -731,7 +731,7 @@ const OperaTionalTable = (props) => { |
|
|
|
}} |
|
|
|
> |
|
|
|
导入 |
|
|
|
</Button> |
|
|
|
</Button> */} |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
@ -1356,7 +1356,7 @@ const OperaTionalTable = (props) => { |
|
|
|
> |
|
|
|
新增 |
|
|
|
</Button> |
|
|
|
<Button |
|
|
|
{/* <Button |
|
|
|
type="primary" |
|
|
|
style={{ width: "100px", marginLeft: 20 }} |
|
|
|
onClick={() => { |
|
|
@ -1364,7 +1364,7 @@ const OperaTionalTable = (props) => { |
|
|
|
}} |
|
|
|
> |
|
|
|
导入 |
|
|
|
</Button> |
|
|
|
</Button> */} |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
@ -1826,7 +1826,7 @@ const OperaTionalTable = (props) => { |
|
|
|
> |
|
|
|
新增 |
|
|
|
</Button> |
|
|
|
<Button |
|
|
|
{/* <Button |
|
|
|
type="primary" |
|
|
|
style={{ width: "100px", marginLeft: 20 }} |
|
|
|
onClick={() => { |
|
|
@ -1834,7 +1834,7 @@ const OperaTionalTable = (props) => { |
|
|
|
}} |
|
|
|
> |
|
|
|
导入 |
|
|
|
</Button> |
|
|
|
</Button> */} |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
@ -1848,6 +1848,9 @@ const OperaTionalTable = (props) => { |
|
|
|
<div className='protable-transpor'> |
|
|
|
<ProTable |
|
|
|
actionRef={ref} |
|
|
|
form={{ |
|
|
|
submitter: rewkeys === 'keyun' ? false : true, |
|
|
|
}} |
|
|
|
toolbar={{ |
|
|
|
multipleLine: true, |
|
|
|
|
|
|
@ -1887,8 +1890,8 @@ const OperaTionalTable = (props) => { |
|
|
|
}, { |
|
|
|
key: 'tab4', |
|
|
|
label: <span onClick={() => { |
|
|
|
setDifferentiate('business') |
|
|
|
setRewkeys('yehu') |
|
|
|
setDifferentiate('business') |
|
|
|
setRewkeys('yehu') |
|
|
|
}}>业户{activeKey === 'tab4'}</span>, |
|
|
|
|
|
|
|
}, |
|
|
@ -1900,7 +1903,9 @@ const OperaTionalTable = (props) => { |
|
|
|
ref={c => { finishedProductTable = c; }} |
|
|
|
style={{ width: "100% ", overflow: "auto", height: '760px' }} |
|
|
|
rowKey='id' |
|
|
|
rowSelection={{ |
|
|
|
// alwaysShowAlert
|
|
|
|
// tableAlertRender={true}
|
|
|
|
rowSelection={ rewkeys=='keyun'?false:{ |
|
|
|
selectedRowKeys: rowSelected, |
|
|
|
onChange: (selectedRowKeys) => { |
|
|
|
setRowSelected(selectedRowKeys); |
|
|
@ -1966,7 +1971,7 @@ const OperaTionalTable = (props) => { |
|
|
|
defaultCollapsed: false, |
|
|
|
optionRender: (searchConfig, formProps, dom) => [ |
|
|
|
...dom.reverse(), |
|
|
|
['tab2', 'tab3', 'tab4'].includes(activeKey) ? <Popconfirm title="确认导出?" onConfirm={() => { props.exports(rowSelected,differentiate,genre) }}> |
|
|
|
['tab2', 'tab3', 'tab4'].includes(activeKey) ? <Popconfirm title="确认导出?" onConfirm={() => { props.exports(rowSelected, differentiate, genre) }}> |
|
|
|
<Button |
|
|
|
> |
|
|
|
导出 |
|
|
|