|
@@ -217,7 +217,7 @@ export default {
|
|
|
this.$message.warning('该出库类型对应页面未开发')
|
|
|
// this.$router.push({ path: `/purchasingManagement/purchaseReturn/detail/${row.outBizSn}` })
|
|
|
} else if (row.outBizType == 'LINKAGE_CALL_OUT') { // 连锁调出
|
|
|
- this.$message.warning('该出库类型对应页面未开发')
|
|
|
+ this.$router.push({ path: `/allocationManagement/chainTransferOut/detail/${row.outBizSn}` })
|
|
|
// this.$router.push({ path: `/purchasingManagement/purchaseReturn/detail/${row.outBizSn}` })
|
|
|
} else if (row.outBizType == 'WAREHOUSE_CALL_OUT') { // 仓库调出
|
|
|
this.$router.push({ path: `/allocationManagement/warehouseAllocation/detail/${row.outBizSn}` })
|