Commit 61db5c60 by jianglong

LITOPN汉化,无法查询bug

parent 46fddf56
...@@ -147,7 +147,7 @@ export default class Brtset{ ...@@ -147,7 +147,7 @@ export default class Brtset{
bptbckg:[], // .bptbck.bptbckg bptbckg:[], // .bptbck.bptbckg
dscbckcur:"", // currency discount paid back .bptbck.dscbckcur dscbckcur:"", // currency discount paid back .bptbck.dscbckcur
}, },
trnmod: new Pub().data.Trnmod, trnmod:new Trnmod().data,
dftcre:{ dftcre:{
dfflag:"", // 同业代付 .dftcre.dfflag dfflag:"", // 同业代付 .dftcre.dfflag
dfdgrp:{ dfdgrp:{
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="开立时间" label="开立日期"
prop="infcon.opndatfrom" prop="infcon.opndatfrom"
style="width: 100%" style="width: 100%"
> >
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.infcon.opndatfrom" v-model="model.infcon.opndatfrom"
placeholder="请选择起始时间" placeholder="请选择起始日期"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
style="width: 100%" style="width: 100%"
></c-date-picker> ></c-date-picker>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.infcon.opndatto" v-model="model.infcon.opndatto"
placeholder="请选择截至时间" placeholder="请选择截至日期"
style="width: 100%" style="width: 100%"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
></c-date-picker> ></c-date-picker>
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
<c-select <c-select
v-model="model.infcon.seacur" v-model="model.infcon.seacur"
style="width: 100%" style="width: 100%"
placeholder="请选择业务状态" placeholder="请选择币种"
:code="codes.cur" :code="codes.cur"
> >
<el-option <el-option
...@@ -556,7 +556,7 @@ ...@@ -556,7 +556,7 @@
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
type="primary" type="primary"
@click="getButtons(scope.row['Reference'])" @click="getButtons(scope.row['信用证编号'])"
> >
处理 处理
</c-button> </c-button>
...@@ -572,8 +572,8 @@ ...@@ -572,8 +572,8 @@
trnCode="litsel" trnCode="litsel"
:model="litselModel" :model="litselModel"
ownrefPath="lidget.lid.ownref" ownrefPath="lidget.lid.ownref"
@onChoose="onChoose" @onChoose="onChoose">
></m-busbtn> </m-busbtn>
</div> </div>
</template> </template>
<script> <script>
...@@ -583,8 +583,7 @@ import commonProcess from "~/mixin/commonProcess"; ...@@ -583,8 +583,7 @@ import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"; import CodeTable from "~/config/CodeTable";
import Event from "~/model/Inflid/Event"; import Event from "~/model/Inflid/Event";
import Litsel from "~/model/Litsel"; import LitselModel from "~/model/Litsel"
import BusNavbar from "~/views/Public/BusNavbar"; import BusNavbar from "~/views/Public/BusNavbar";
export default { export default {
...@@ -596,7 +595,7 @@ export default { ...@@ -596,7 +595,7 @@ export default {
return { return {
curinr: "", curinr: "",
ownref: "", ownref: "",
litselModel: new Litsel().data, litselModel: new LitselModel().data,
initdialog: false, initdialog: false,
dialogTableVisible: false, dialogTableVisible: false,
trnData: { trnData: {
...@@ -665,9 +664,9 @@ export default { ...@@ -665,9 +664,9 @@ export default {
'13 10 "通知银行BIC编码" 165', '13 10 "通知银行BIC编码" 165',
'14 8 "第二当事人编号" 165', '14 8 "第二当事人编号" 165',
'15 9 "受益人名称" 165', '15 9 "受益人名称" 165',
'16 14 "币种" 80', '16 14 "名义币种" 80',
'17 15 "名义金额" 130 2 8 1 16', '17 15 "名义金额" 130 2 8 1 16',
'18 16 "币种" 80', '18 16 "余额币种" 80',
'19 17 "余额" 130 2 8 1 18', '19 17 "余额" 130 2 8 1 18',
// '1 1 "Reference" 130 200', // '1 1 "Reference" 130 200',
// "2 2 \"经办柜员\" 90 80", // "2 2 \"经办柜员\" 90 80",
......
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