Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
61db5c60
Commit
61db5c60
authored
Sep 16, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LITOPN汉化,无法查询bug
parent
46fddf56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
13 deletions
+12
-13
index.js
src/model/Brtset/index.js
+1
-1
Infsea.vue
src/views/Business/Inflid/Infsea.vue
+11
-12
No files found.
src/model/Brtset/index.js
View file @
61db5c60
...
...
@@ -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
:{
...
...
src/views/Business/Inflid/Infsea.vue
View file @
61db5c60
...
...
@@ -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
Litsel
Model
().
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",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment