代码更新
This commit is contained in:
@@ -115,4 +115,11 @@ export function allInsert(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
export default { add, edit, del, getOutBillDtl, getStructIvt, getOutBillDtl2, confirm, getInvTypes, saveCheck, process0, getOutBillDis, process1, disposeConfirm, allInsert }
|
||||
export function confirmBtn(data) {
|
||||
return request({
|
||||
url: '/api/check/confirmBtn',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
export default { add, edit, del, getOutBillDtl, getStructIvt, getOutBillDtl2, confirm, getInvTypes, saveCheck, process0, getOutBillDis, process1, disposeConfirm, allInsert, confirmBtn }
|
||||
|
||||
@@ -130,17 +130,17 @@
|
||||
>
|
||||
异常处理
|
||||
</el-button>
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
slot="right"
|
||||
class="filter-item"
|
||||
type="success"
|
||||
icon="el-icon-check"
|
||||
:disabled="downdtl_flag"
|
||||
:disabled="check_flag"
|
||||
size="mini"
|
||||
@click="downdtl"
|
||||
@click="confirmBtn"
|
||||
>
|
||||
导出Excel
|
||||
</el-button>-->
|
||||
强制确认
|
||||
</el-button>
|
||||
</crudOperation>
|
||||
<!--表格渲染-->
|
||||
<el-table
|
||||
@@ -347,6 +347,12 @@ export default {
|
||||
const _selectData = this.$refs.table.selection
|
||||
this.openParam = _selectData[0].check_code
|
||||
this.processDialogShow = true
|
||||
},
|
||||
confirmBtn() {
|
||||
const _selectData = this.$refs.table.selection
|
||||
check.confirmBtn(_selectData[0]).then(res => (
|
||||
this.crud.toQuery()
|
||||
))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user