优化组装任务
This commit is contained in:
parent
e5c355c41f
commit
d436425584
@ -58,17 +58,17 @@
|
||||
v-hasPermi="['wm:zdTask:add']"
|
||||
>新增</el-button>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
type="danger"
|
||||
plain
|
||||
icon="el-icon-delete"
|
||||
size="mini"
|
||||
:disabled="multiple"
|
||||
@click="handleDelete"
|
||||
v-hasPermi="['wm:zdTask:remove']"
|
||||
>删除</el-button>
|
||||
</el-col>
|
||||
<!-- <el-col :span="1.5">-->
|
||||
<!-- <el-button-->
|
||||
<!-- type="danger"-->
|
||||
<!-- plain-->
|
||||
<!-- icon="el-icon-delete"-->
|
||||
<!-- size="mini"-->
|
||||
<!-- :disabled="multiple"-->
|
||||
<!-- @click="handleDelete"-->
|
||||
<!-- v-hasPermi="['wm:zdTask:remove']"-->
|
||||
<!-- >删除</el-button>-->
|
||||
<!-- </el-col>-->
|
||||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>
|
||||
|
||||
@ -420,7 +420,7 @@ export default {
|
||||
}
|
||||
},
|
||||
handleOut(row){
|
||||
if (row.attr3 == null || row.attr3 == "") {
|
||||
if (row.areaId == null || row.areaId == "") {
|
||||
this.reset();
|
||||
this.areaShow = true
|
||||
const wmsZdTaskId = row.wmsZdTaskId || this.ids
|
||||
|
Loading…
Reference in New Issue
Block a user