Commit 9d756176 by wjj

2021-12-15 Bctacc/index.js Bctacc/index.vue

parent 24f6ced1
...@@ -120,9 +120,19 @@ export default class Bctacc{ ...@@ -120,9 +120,19 @@ export default class Bctacc{
xreflg:"", // Recalculate Rates .setmod.xreflg xreflg:"", // Recalculate Rates .setmod.xreflg
setglg:{ setglg:{
labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg
setgll:[]
}, },
zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
setfog:{
setfol:[]
},
setfeg:{
setfel:[]
},
glemod:{
gleshwstm: {}
}
}, },
liaall:{ liaall:{
misamt:"", // Amount not yet assigned .liaall.misamt misamt:"", // Amount not yet assigned .liaall.misamt
...@@ -131,6 +141,20 @@ export default class Bctacc{ ...@@ -131,6 +141,20 @@ export default class Bctacc{
outamt:"", // Sight Amount .liaall.outamt outamt:"", // Sight Amount .liaall.outamt
exttotoldamt:"", // Old Amount booked externally .liaall.exttotoldamt exttotoldamt:"", // Old Amount booked externally .liaall.exttotoldamt
exttotamt:"", // Total booking amount external assinged .liaall.exttotamt exttotamt:"", // Total booking amount external assinged .liaall.exttotamt
liaallg:[],
liaccv:{
newamt:"", // 合同金额 .liaall.liaccv.newamt
concur:"", // 应付保证金金额 .liaall.liaccv.concur
totcovamt:"", // 金额总和 .liaall.liaccv.totcovamt
newresamt:"", // Reserved Amount .liaall.liaccv.newresamt
addinf:"", // Additional Information .liaall.liaccv.addinf
cshpct:"", // 保证金应收比例 .liaall.liaccv.cshpct
relcshpct:"", // 保证金实收比例 .liaall.liaccv.relcshpct
gleflg:"", // Create gle flag .liaall.liaccv.gleflg
chgcurflg:"", // Change currency flag .liaall.liaccv.chgcurflg
pctresamt:"", // reserve amount based percent .liaall.liaccv.pctresamt
liaccvg:[],
},
}, },
mtabut:{ mtabut:{
coninf:{ coninf:{
...@@ -170,6 +194,7 @@ export default class Bctacc{ ...@@ -170,6 +194,7 @@ export default class Bctacc{
seainf:"", // .trnmod.trndoc.rcvatt.seainf seainf:"", // .trnmod.trndoc.rcvatt.seainf
}, },
filrecv:"", // File Receiver .trnmod.trndoc.filrecv filrecv:"", // File Receiver .trnmod.trndoc.filrecv
doceot:[],
}, },
}, },
pageId: "" // ctx的key pageId: "" // ctx的key
......
...@@ -26,7 +26,9 @@ ...@@ -26,7 +26,9 @@
<!--Settle BC --> <!--Settle BC -->
<el-tab-pane label="Settle BC" name="bctset"> <el-tab-pane label="Settle BC" name="bctset">
<c-content>
<m-bctset :model="model" :codes="codes"/> <m-bctset :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--Instructions --> <!--Instructions -->
...@@ -36,7 +38,9 @@ ...@@ -36,7 +38,9 @@
<!--Parties --> <!--Parties -->
<el-tab-pane label="Parties" name="ptyp"> <el-tab-pane label="Parties" name="ptyp">
<c-content>
<m-ptyp :model="model" :codes="codes"/> <m-ptyp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--Liability --> <!--Liability -->
...@@ -46,7 +50,9 @@ ...@@ -46,7 +50,9 @@
<!--Settlement --> <!--Settlement -->
<el-tab-pane label="Settlement" name="setpan"> <el-tab-pane label="Settlement" name="setpan">
<c-content>
<m-setpan :model="model" :codes="codes"/> <m-setpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--Completion --> <!--Completion -->
...@@ -72,6 +78,7 @@ ...@@ -72,6 +78,7 @@
import Api from "~/service/Api" import Api from "~/service/Api"
import Utils from "~/utils/index" import Utils from "~/utils/index"
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import CommonFuncs from "~/mixin/CommonFuncs";
import Bctacc from "~/model/Bctacc" import Bctacc from "~/model/Bctacc"
import CommonProcess from "~/mixin/CommonProcess" import CommonProcess from "~/mixin/CommonProcess"
import Check from "~/model/Bctacc/Check" import Check from "~/model/Bctacc/Check"
...@@ -87,7 +94,6 @@ import Docpan from "~/views/Public/Docpan" ...@@ -87,7 +94,6 @@ import Docpan from "~/views/Public/Docpan"
import Doctre from "./Doctre" import Doctre from "./Doctre"
export default { export default {
name: 'Bctacc',
components:{ components:{
"m-bctset" : Bctset, "m-bctset" : Bctset,
"m-detp" : Detp, "m-detp" : Detp,
...@@ -116,10 +122,7 @@ export default { ...@@ -116,10 +122,7 @@ export default {
codes: {...CodeTable }, codes: {...CodeTable },
} }
}, },
methods:{ methods:{},
tabClick(){
}
},
created:async function(){ created:async function(){
console.log("进入bctacc交易"); console.log("进入bctacc交易");
let rtnmsg = await this.init(this.$route.query) let rtnmsg = await this.init(this.$route.query)
...@@ -130,15 +133,11 @@ export default { ...@@ -130,15 +133,11 @@ export default {
if (this.isInDisplay) { if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
}else
}
else
{ {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
} }
} }
</script> </script>
<style> <style></style>
\ No newline at end of file
</style>
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