no message
parent
086446f92c
commit
9ec7041cc0
|
|
@ -257,7 +257,10 @@ export default {
|
||||||
crudPick.queryPickDetail(row.id).then(res => {
|
crudPick.queryPickDetail(row.id).then(res => {
|
||||||
// 遍历当前页面表
|
// 遍历当前页面表
|
||||||
this.$set(row, 'dataPickDetail', res)
|
this.$set(row, 'dataPickDetail', res)
|
||||||
this.loading = false;
|
setTimeout(() => {
|
||||||
|
this.loading = false;
|
||||||
|
}, 200)
|
||||||
|
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.crud.notify('获取明细数据异常!', CRUD.NOTIFICATION_TYPE.ERROR);
|
this.crud.notify('获取明细数据异常!', CRUD.NOTIFICATION_TYPE.ERROR);
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
style="width: 100%;"
|
style="width: 100%;"
|
||||||
height="63vh"
|
height="63vh"
|
||||||
@selection-change="selectionChangeHandlerTwo">
|
@selection-change="selectionChangeHandlerTwo">
|
||||||
<el-table-column type="selection" width="50"/>
|
<el-table-column type="selection" width="55" align="center"/>
|
||||||
<el-table-column prop="xh" label="序号" type="index" width="50"/>
|
<el-table-column prop="xh" label="序号" type="index" width="50"/>
|
||||||
<el-table-column prop="pickCode" width="120" label="出库单号">
|
<el-table-column prop="pickCode" width="120" label="出库单号">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue