1、调整凭证
2、调整运单
This commit is contained in:
@@ -1694,8 +1694,8 @@ export default {
|
||||
return;
|
||||
}
|
||||
this.$router.push({
|
||||
path: '/business/waybill-manage',
|
||||
query: { detailId: row.waybillId },
|
||||
path: '/business/waybill-manage/detail',
|
||||
query: { id: row.waybillId },
|
||||
});
|
||||
},
|
||||
async openDetailDialog(row) {
|
||||
|
||||
Reference in New Issue
Block a user