Commit 4b887c3d authored by youjie's avatar youjie

车 收款团费

parent 026cbed8
...@@ -2150,7 +2150,10 @@ ...@@ -2150,7 +2150,10 @@
if (this.$route.query.InPay) { if (this.$route.query.InPay) {
this.msg.Type = this.$route.query.InPay; this.msg.Type = this.$route.query.InPay;
} }
if(this.tradeObj&&this.tradeObj.CostType) this.detailList.CostTypeId = this.tradeObj.CostType if(this.tradeObj&&this.tradeObj.CostType) {
this.detailList.CostTypeId = this.tradeObj.CostType
this.detailList.CostTypeName = "团费"
}
} else { } else {
this.loading = false; this.loading = false;
this.$message.error(res.data.message); this.$message.error(res.data.message);
......
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