app修改
This commit is contained in:
@@ -468,16 +468,14 @@ export default {
|
|||||||
path = '/wms/split';
|
path = '/wms/split';
|
||||||
}
|
}
|
||||||
// 合卷操作:200-299
|
// 合卷操作:200-299
|
||||||
else if (actionType >= 200 && actionType <= 299) {
|
else if (actionType == 200) {
|
||||||
path = '/wms/merge';
|
path = '/wms/merge';
|
||||||
}
|
}
|
||||||
// 其他操作类型
|
// 其他操作类型
|
||||||
else if (actionType === 3) {
|
else{
|
||||||
path = '/wms/typing';
|
path = '/wms/typing';
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('跳转路径:', path);
|
|
||||||
|
|
||||||
if (!path) {
|
if (!path) {
|
||||||
this.$message.error('未知的操作类型: ' + row.actionType);
|
this.$message.error('未知的操作类型: ' + row.actionType);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user