|
@@ -204,7 +204,8 @@ export default {
|
|
|
handleDetail (row) {
|
|
|
// 根据出库类型跳转对应页面
|
|
|
if (row.outBizType == 'OUT_SALES') { // 销售出库
|
|
|
- this.$router.push({ path: `/salesManagement/outboundOrder/detail/${row.stockOutSn}` })
|
|
|
+ // this.$router.push({ path: `/salesManagement/outboundOrder/detail/${row.stockOutSn}` })
|
|
|
+ this.$router.push({ path: `/salesManagement/pushOrderManagement/detail/${row.outBizSubSn}` })
|
|
|
} else if (row.outBizType == 'OUT_ALLOT') { // 调拨出库
|
|
|
this.$router.push({ path: `/allocationManagement/transferOut/detail/${row.outBizSn}` })
|
|
|
}
|