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