|
|
@ -96,6 +96,8 @@ |
|
|
|
<!-- 审核 --> |
|
|
|
<!-- 审核 --> |
|
|
|
<el-button type="primary" icon="Stamp" @click="handleConfirm">生成对账单</el-button> |
|
|
|
<el-button type="primary" icon="Stamp" @click="handleConfirm">生成对账单</el-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-button type="primary" icon="Stamp" @click="handleJiesuan">批量结算完成</el-button> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 导出 --> |
|
|
|
<!-- 导出 --> |
|
|
|
<el-button type="primary" icon="Download" @click="handleExport">导 出</el-button> |
|
|
|
<el-button type="primary" icon="Download" @click="handleExport">导 出</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -598,6 +600,11 @@ const handleConfirm = async () => { |
|
|
|
setNodeHeight(_node, details.popUpShow.confirmVisited ? '' : '500px', true); |
|
|
|
setNodeHeight(_node, details.popUpShow.confirmVisited ? '' : '500px', true); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const handleJiesuan= async () => { |
|
|
|
|
|
|
|
if (details.selectionList.length === 0) return ElMessage.warning('请选择需要确认的数据'); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const handleSubmitConfrim = () => { |
|
|
|
const handleSubmitConfrim = () => { |
|
|
|
ElMessageBox.confirm('是否确认对账单?', '提示', { |
|
|
|
ElMessageBox.confirm('是否确认对账单?', '提示', { |
|
|
|
confirmButtonText: '确定', |
|
|
|
confirmButtonText: '确定', |
|
|
|