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
b5a575af
Commit
b5a575af
authored
Jun 25, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letame修改
parent
73c926f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
12 deletions
+10
-12
index.js
src/business/letame/event/index.js
+9
-9
index.js
src/business/letame/model/index.js
+1
-3
No files found.
src/business/letame/event/index.js
View file @
b5a575af
...
...
@@ -105,15 +105,15 @@ export default {
// 业务信息=》基本信息=》保函编号-----获取保函编号
async
queryOwnref
()
{
let
params
=
{
ptainr
:
this
.
model
.
gi
dgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'L
G
'
,
tbl
:
'L
G
'
,
ptainr
:
this
.
model
.
le
dgrp
.
apl
.
pts
.
ptainr
,
businessType
:
'L
C
'
,
tbl
:
'L
C
'
,
};
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/service/letame/getOwnRef'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
loading
.
close
();
this
.
model
.
gi
dgrp
.
rec
.
ownref
=
res
.
data
;
this
.
model
.
le
dgrp
.
rec
.
ownref
=
res
.
data
;
}
},
// 获取letame弹框表格数据
...
...
@@ -137,7 +137,7 @@ export default {
};
let
res
=
await
Api
.
post
(
'/service/ptspta/fetch'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
$set
(
this
.
model
.
gi
dgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
this
.
$set
(
this
.
model
.
le
dgrp
,
row
.
role
.
toLowerCase
(),
res
.
data
);
}
},
// 业务信息=》基本信息=》支出目的
...
...
@@ -147,12 +147,12 @@ export default {
// 初始化保函开立类型码表下拉列表
async
queryHndtypCodeTableList
(
trnName
)
{
let
params
=
{
gi
tp
:
{
swiftflg
:
this
.
model
.
gi
tp
.
swiftflg
,
le
tp
:
{
swiftflg
:
this
.
model
.
le
tp
.
swiftflg
,
},
gi
dgrp
:
{
le
dgrp
:
{
rec
:
{
purpos
:
this
.
model
.
gi
dgrp
.
rec
.
purpos
,
purpos
:
this
.
model
.
le
dgrp
.
rec
.
purpos
,
},
},
transName
:
trnName
.
toUpperCase
(),
...
...
src/business/letame/model/index.js
View file @
b5a575af
...
...
@@ -3,9 +3,6 @@ import Pub from '~/components/business/commonModel/index.js';
export
default
class
Letame
{
constructor
()
{
this
.
data
=
{
brtp
:{
swiftflg
:
''
},
number
:
''
,
oldledgrp
:
{
rec
:
{
...
...
@@ -29,6 +26,7 @@ export default class Letame {
}
},
letp
:
{
swiftflg
:
''
,
usr
:
{
extkey
:
''
},
...
...
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