md
This commit is contained in:
parent
0d08caf63c
commit
aee77ed175
@ -73,7 +73,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style lang="scss" scoped>
|
||||
.el-descriptions-item__label {
|
||||
width: 80px;
|
||||
}
|
||||
@ -93,9 +93,5 @@ export default {
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
|
||||
.el-tabs__content{
|
||||
height: calc(100vh - 110px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@ -1131,14 +1131,12 @@ export default {
|
||||
handleConfirmBySite(row) {
|
||||
const ids = row.id || this.ids;
|
||||
this.$modal.confirm('是否确认').then(function() {
|
||||
|
||||
let empName=this.$store.getters.empName;
|
||||
let message=empName+" 确认了出账明细,请及时出账单!";
|
||||
this.noticeToEmpUser("padmin,88888042,88888047,88888034,88888059",message);
|
||||
|
||||
|
||||
return confirmBillBySite(ids);
|
||||
}).then(() => {
|
||||
let empName=this.$store.getters.empName;
|
||||
let message=empName+" 确认了出账明细,请及时出账单!";
|
||||
this.noticeToEmpUser("padmin,88888042,88888047,88888034,88888059",message);
|
||||
|
||||
this.getList();
|
||||
this.$modal.msgSuccess("操作成功");
|
||||
}).catch(() => {});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user