|
@@ -376,7 +376,6 @@ export default {
|
|
},
|
|
},
|
|
// 获取单据详细
|
|
// 获取单据详细
|
|
getOrderDetail () {
|
|
getOrderDetail () {
|
|
- this.rowSelectionInfo = null
|
|
|
|
salesReturnDetail({ sn: this.orderSn }).then(res => {
|
|
salesReturnDetail({ sn: this.orderSn }).then(res => {
|
|
this.ordeDetail = res.data || null
|
|
this.ordeDetail = res.data || null
|
|
})
|
|
})
|