宁夏报废模块优化

This commit is contained in:
BianLzhaoMin 2024-04-25 09:24:31 +08:00
parent 237699319a
commit 7a81252dc1
2 changed files with 0 additions and 21 deletions

View File

@ -52,9 +52,6 @@
return {
config,
dialogConfig,
title: '',
dialogVisible: false,
dialogWidth: '',
handleBtn: [
{ btn_title: '查看', id: 1 },
{ btn_title: '编辑退料', id: 2 },

View File

@ -205,15 +205,12 @@
this.submitScrapParams.deptIds.push(e.id)
})
const res = await submitScrapApi(this.submitScrapParams)
console.log(res, '提交报废结果')
if (res.code == 200) {
this.$message.success('已提交成功')
this.dialogConfig.outerVisible = val
this.$refs.listingTbRef.getList()
}
}
this.submitScrapParams.deptIds =
this.submitScrapParams.taskIdList = []
},
@ -246,18 +243,3 @@
},
}
</script>
<style scoped lang="scss">
::v-deep .el-page-header__left {
display: none;
}
.back-text {
margin-bottom: 8px;
padding: 0 5px;
box-shadow: 1px 1px #ccc;
span {
font-weight: bold;
}
}
</style>