Commit 51d79f33 authored by 华国豪's avatar 华国豪 🙄

1

parent d24e51ad
...@@ -1324,6 +1324,7 @@ ...@@ -1324,6 +1324,7 @@
this.isUpdate = this.$route.query.isUpdate; this.isUpdate = this.$route.query.isUpdate;
this.msg.TCIDs = this.$route.query.id; this.msg.TCIDs = this.$route.query.id;
this.NewCombinationNum = this.$route.query.NewCombinationNum; this.NewCombinationNum = this.$route.query.NewCombinationNum;
this.LineId = this.$route.query.lineId ? this.$route.query.lineId : 0
if (this.$route.query.OutBranchId == 1216) { if (this.$route.query.OutBranchId == 1216) {
this.IsShowRMB = true; this.IsShowRMB = true;
} }
......
...@@ -953,7 +953,8 @@ ...@@ -953,7 +953,8 @@
isUpdate: true, isUpdate: true,
OutBranchId:obj.OutBranchId, OutBranchId:obj.OutBranchId,
blank: 'y', blank: 'y',
tab: title tab: title,
lineId: outItem.LineId
} }
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment