Commit 61db5c60 by jianglong

LITOPN汉化,无法查询bug

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