|
@ -4,7 +4,7 @@ |
|
|
<el-button size="mini" class="iconfont icon-jiechu-fanbai" :disabled="!selections.length" @click="handleLendBtn">借出</el-button> |
|
|
<el-button size="mini" class="iconfont icon-jiechu-fanbai" :disabled="!selections.length" @click="handleLendBtn">借出</el-button> |
|
|
<el-button size="mini" class="iconfont icon-dengji-fanbai" :disabled="!selections.length" @click="handelReRecord">重新登记</el-button> |
|
|
<el-button size="mini" class="iconfont icon-dengji-fanbai" :disabled="!selections.length" @click="handelReRecord">重新登记</el-button> |
|
|
<el-button size="mini" class="iconfont icon-yichu-fanbai" :disabled="!selections.length" @click="handleRemove">移出</el-button> |
|
|
<el-button size="mini" class="iconfont icon-yichu-fanbai" :disabled="!selections.length" @click="handleRemove">移出</el-button> |
|
|
<el-button size="mini" icon="el-icon-download" :disabled="!selections.length" :loading="crud.downloadLoading">导出</el-button> |
|
|
|
|
|
|
|
|
<el-button size="mini" icon="el-icon-download" :disabled="!selections.length" :loading="crud.downloadLoading" @click="downloadApi">导出</el-button> |
|
|
</div> |
|
|
</div> |
|
|
<!--表格渲染--> |
|
|
<!--表格渲染--> |
|
|
<!-- height="calc(100vh - 355px)" --> |
|
|
<!-- height="calc(100vh - 355px)" --> |
|
@ -155,6 +155,7 @@ export default { |
|
|
const params = this.selections.map(item => item.orderNo) |
|
|
const params = this.selections.map(item => item.orderNo) |
|
|
this.confirmLendOrReturn(0, params, this.selections) |
|
|
this.confirmLendOrReturn(0, params, this.selections) |
|
|
} |
|
|
} |
|
|
|
|
|
this.$refs.table.clearSelection() |
|
|
this.$emit('getSelections', null) |
|
|
this.$emit('getSelections', null) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|