add 库存订单表

This commit is contained in:
lb
2023-08-21 10:55:03 +08:00
parent a33784740d
commit 7b0f53f677
8 changed files with 461 additions and 30 deletions

View File

@@ -734,7 +734,7 @@ export default {
console.log("报工ids:", this.tableSelectedIds);
this.carReportDialogVisible = true;
this.$nextTick(() => {
this.$refs['car-report-dialog'].init();
this.$refs["car-report-dialog"].init();
});
break;
}