全系统去掉导出功能
This commit is contained in:
parent
8275a00958
commit
c5191fd2a6
|
@ -797,14 +797,14 @@ export default class orderList extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
</Form>
|
</Form>
|
||||||
<Button
|
{/* <Button
|
||||||
className="exportOrder"
|
className="exportOrder"
|
||||||
type="default"
|
type="default"
|
||||||
icon="download"
|
icon="download"
|
||||||
onClick={this.exportFn.bind(this)}
|
onClick={this.exportFn.bind(this)}
|
||||||
>
|
>
|
||||||
导出订单
|
导出订单
|
||||||
</Button>
|
</Button> */}
|
||||||
</div>
|
</div>
|
||||||
<Filterbar
|
<Filterbar
|
||||||
onClose={(e) => {
|
onClose={(e) => {
|
||||||
|
|
|
@ -475,7 +475,7 @@ export default class settlementList extends React.Component {
|
||||||
导出订单
|
导出订单
|
||||||
</Button> */}
|
</Button> */}
|
||||||
|
|
||||||
<Button
|
{/* <Button
|
||||||
className="exportOrder"
|
className="exportOrder"
|
||||||
type="default"
|
type="default"
|
||||||
icon="download"
|
icon="download"
|
||||||
|
@ -483,7 +483,7 @@ export default class settlementList extends React.Component {
|
||||||
onClick={this.createExportOrderTask.bind(this)}
|
onClick={this.createExportOrderTask.bind(this)}
|
||||||
>
|
>
|
||||||
创建导出任务
|
创建导出任务
|
||||||
</Button>
|
</Button> */}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{this.state.selectionData.length > 0 ? (
|
{this.state.selectionData.length > 0 ? (
|
||||||
|
|
|
@ -1003,9 +1003,9 @@ export default class acclist extends React.Component {
|
||||||
>
|
>
|
||||||
新建key
|
新建key
|
||||||
</Button>
|
</Button>
|
||||||
<Button type="primary" onClick={() => this.bulkExport()}>
|
{/* <Button type="primary" onClick={() => this.bulkExport()}>
|
||||||
批量导出
|
批量导出
|
||||||
</Button>
|
</Button> */}
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
onClick={() => this.bulkSendFunction()}
|
onClick={() => this.bulkSendFunction()}
|
||||||
|
|
|
@ -738,9 +738,9 @@ const UseKeyList = () => {
|
||||||
<Button onClick={() => multipleUse()} disabled={state.multipleDisabledBtn}>
|
<Button onClick={() => multipleUse()} disabled={state.multipleDisabledBtn}>
|
||||||
批量标记为已使用
|
批量标记为已使用
|
||||||
</Button>
|
</Button>
|
||||||
<Button onClick={() => bachExportKey()} disabled={state.exportKeyBtn}>
|
{/* <Button onClick={() => bachExportKey()} disabled={state.exportKeyBtn}>
|
||||||
导出
|
导出
|
||||||
</Button>
|
</Button> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -262,12 +262,12 @@ export default class commoditylist extends React.Component {
|
||||||
<Button type="danger" onClick={this.batchdelFn.bind(this)}>
|
<Button type="danger" onClick={this.batchdelFn.bind(this)}>
|
||||||
批量标记已使用
|
批量标记已使用
|
||||||
</Button>
|
</Button>
|
||||||
<Button type="primary" onClick={this.clickFn.bind(this)}>
|
{/* <Button type="primary" onClick={this.clickFn.bind(this)}>
|
||||||
导出excel
|
导出excel
|
||||||
</Button>
|
</Button>
|
||||||
<Button type="primary" onClick={this.clickFn.bind(this)}>
|
<Button type="primary" onClick={this.clickFn.bind(this)}>
|
||||||
导出关联订单
|
导出关联订单
|
||||||
</Button>
|
</Button> */}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
{/* <Button type="info">批量操作</Button> */}
|
{/* <Button type="info">批量操作</Button> */}
|
||||||
|
|
Loading…
Reference in New Issue