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
9cb52372
Commit
9cb52372
authored
Jul 24, 2023
by
闫泽浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letame与letrw缺陷修复
parent
a54434f5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
20 deletions
+24
-20
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
No files found.
src/business/letame/views/Amep.vue
View file @
9cb52372
...
...
@@ -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 @
9cb52372
...
...
@@ -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 @
9cb52372
...
...
@@ -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
>
...
...
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