Commit 3d260c3e authored by youjie's avatar youjie

no message

parent d3dbd900
...@@ -122,8 +122,7 @@ ...@@ -122,8 +122,7 @@
} }
}, },
mounted() { mounted() {
// this.czgetList()
// this.getCostTypeList()
}, },
methods: { methods: {
close(){ close(){
...@@ -152,10 +151,15 @@ ...@@ -152,10 +151,15 @@
if(this.queryObj.orderObj){ if(this.queryObj.orderObj){
this.queryObj.orderObj = JSON.stringify(this.tradeObj) this.queryObj.orderObj = JSON.stringify(this.tradeObj)
} }
if(this.queryObj.czmsg){
this.queryObj.czmsg.ReFinanceId = this.checkList[0].FrID
// this.tradeObj.czmsg.Rate = this.checkList[0].Rate;
this.queryObj.czmsg.TCNUM = this.$route.query.id
this.queryObj.czmsg = JSON.stringify(this.queryObj.czmsg)
}
let query = this.queryObj let query = this.queryObj
this.$emit('success') this.$emit('success')
this.close() this.close()
// this.$store.commit("ChoiceAddFinancialDocuments");
this.$router.push({ this.$router.push({
path: "/ChoiceAddFinancialDocuments", path: "/ChoiceAddFinancialDocuments",
query query
......
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