1、调整凭证

2、调整运单
This commit is contained in:
2026-09-08 17:50:34 +08:00
parent a7315b4491
commit cba2ad3b3b
43 changed files with 5730 additions and 1119 deletions
@@ -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) {