|
@@ -46,7 +46,7 @@
|
|
|
<span v-else>{{ scope.row[item.label] }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="100" fixed="right">
|
|
|
+ <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="text" icon="el-icon-view" @click="rowView(scope.row)">
|
|
|
查看视频
|
|
@@ -311,6 +311,10 @@ export default {
|
|
|
this.title = '修改'
|
|
|
this.dialogVisible = true
|
|
|
this.form = row
|
|
|
+ this.positionList=[]
|
|
|
+ listDept({ parentId: row.fWarehouseId}).then(res => {
|
|
|
+ this.positionList = res.data
|
|
|
+ })
|
|
|
},
|
|
|
handleClose() {
|
|
|
this.form = this.$options.data().form;
|