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
602b331d
Commit
602b331d
authored
Jul 24, 2023
by
WH
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110
parents
61eb37b6
d662efc1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
36 deletions
+38
-36
Amep.vue
src/business/letame/views/Amep.vue
+5
-0
index.js
src/business/letdrw/event/index.js
+15
-14
Ovwp1.vue
src/business/letdrw/views/Ovwp1.vue
+4
-6
index.js
src/business/letrsv/event/index.js
+3
-3
Ovwp1.vue
src/business/letrsv/views/Ovwp1.vue
+11
-13
No files found.
src/business/letame/views/Amep.vue
View file @
602b331d
...
...
@@ -506,6 +506,11 @@ export default {
this
.
model
.
trnmod
.
swiadd
.
newamt
=
parseFloat
(
isNaN
(
ameamt
)
||
!
ameamt
?
0
:
ameamt
)
+
parseFloat
(
isNaN
(
amt
)
||
!
amt
?
0
:
amt
)
return
this
.
model
.
trnmod
.
swiadd
.
newamt
},
engamt
(){
this
.
model
.
letamep
.
engamt
=
this
.
model
.
letamep
.
maxamt
-
this
.
model
.
oldledgrp
.
cbs
.
max
.
amt
return
this
.
model
.
letamep
.
engamt
}
},
}
...
...
src/business/letdrw/event/index.js
View file @
602b331d
...
...
@@ -107,20 +107,21 @@ export default {
queryFormData
(
key
)
{
console
.
log
(
key
);
},
// 业务信息=》基本信息=》保函编号-----获取保函编号
async
queryOwnref
()
{
let
params
=
{
ptainr
:
this
.
model
.
ledgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'LC'
,
tbl
:
'LC'
,
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/letdrw/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
ledgrp
.
rec
.
ownref
=
res
.
data
;
}
},
//获取信用证编号
async
getref
()
{
let
params
=
{
ptainr
:
this
.
model
.
ledgrp
.
ben
.
pts
.
ptainr
,
businessType
:
'RS'
,
tbl
:
'RS'
,
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/letdrw/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
ledgrp
.
rec
.
ownref
=
res
.
data
;
}
},
// 获取gitopn弹框表格数据
async
queryGridEtyPromptDialogData
(
type
,
ptytyp
)
{
let
params
=
{
...
...
src/business/letdrw/views/Ovwp1.vue
View file @
602b331d
...
...
@@ -26,16 +26,14 @@
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
<c-button
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"
model.ledgrp.ben.pts.adrblk && !model.ledgrp.rec.ownref
? false
: true
"
>
model.ledgrp.ben.pts.adrblk && !model.ledgrp.rec.ownref? false: true"
@
click=
"getref"
>
获取
</c-button>
</
template
>
...
...
src/business/letrsv/event/index.js
View file @
602b331d
...
...
@@ -140,9 +140,9 @@ export default {
//获取信用证编号
async
onLitpButgetref
()
{
let
params
=
{
ptainr
:
this
.
model
.
ledgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'
AD
'
,
tbl
:
'
AD
'
,
ptainr
:
this
.
model
.
ledgrp
.
ben
.
pts
.
ptainr
,
businessType
:
'
RS
'
,
tbl
:
'
RS
'
,
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/letrsv/getOwnRef'
,
params
);
...
...
src/business/letrsv/views/Ovwp1.vue
View file @
602b331d
...
...
@@ -23,20 +23,18 @@
type=
"primary"
icon=
"el-icon-info"
>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"
model.ledgrp.ben.pts.adrblk && !model.ledgrp.rec.ownref
? false
: true
"
>
获取
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"
model.ledgrp.ben.pts.adrblk && !model.ledgrp.rec.ownref? false: true"
@
click=
"onLitpButgetref"
>
获取
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
...
...
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