Commit c35d016e authored by 高宇's avatar 高宇

删除菜单

parent 15544e6f
...@@ -364,16 +364,16 @@ ...@@ -364,16 +364,16 @@
{{ scope.row.psm || '-' }} {{ scope.row.psm || '-' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column v-if="this.radio1 == '2'" label="入库日期" prop="recycleDate"> <el-table-column v-if="this.radio1 == '2'" label="入库日期" prop="recycleDate">
<template slot-scope="scope"> <template slot-scope="scope">
{{ parseTime(scope.row.recycleDate,'{y}-{m}-{d}') }} {{ parseTime(scope.row.recycleDate,'{y}-{m}-{d}') }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column v-if="this.radio1 === '1'" label="入库日期" prop="createDate"> <el-table-column v-if="this.radio1 === '1'" label="入库日期" prop="createDate">
<template slot-scope="scope"> <template slot-scope="scope">
{{ parseTime(scope.row.createDate, '{y}-{m}-{d}') || '-' }} {{ parseTime(scope.row.createDate, '{y}-{m}-{d}') || '-' }}
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div style="float: right;padding:3px 15px;"> <div style="float: right;padding:3px 15px;">
<el-button <el-button
...@@ -431,7 +431,7 @@ export default { ...@@ -431,7 +431,7 @@ export default {
number: '', number: '',
menu: false, menu: false,
menuform: { menuform: {
passWord: ''
}, },
monthDate: false, monthDate: false,
// 是否切换库 // 是否切换库
...@@ -642,10 +642,10 @@ export default { ...@@ -642,10 +642,10 @@ export default {
}, },
handlemenuClose() { handlemenuClose() {
this.menu = false this.menu = false
this.menuform.passWord = ''
this.loadingDetail = false this.loadingDetail = false
this.openHandle = true this.openHandle = true
this.twoerrorPassword = false this.twoerrorPassword = false
this.menuform.passWord = ''
}, },
handleClose() { handleClose() {
this.openLogin = false this.openLogin = false
...@@ -772,7 +772,8 @@ export default { ...@@ -772,7 +772,8 @@ export default {
this.loadingDetail = true this.loadingDetail = true
this.monthDate = false this.monthDate = false
if (this.multipleSelection.length === 0) { if (this.multipleSelection.length === 0) {
this.$message.warning('请至少选择一个要处理的设备') this.loadingDetail = false
return this.$message.warning('请至少选择一个要处理的设备')
} else { } else {
this.canceList = [] this.canceList = []
this.multipleSelection.forEach(item => { this.multipleSelection.forEach(item => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment