Commit 9d756176 by wjj

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

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