Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
biyuewuhua
isc-web-vue
Commits
62c0711e
Commit
62c0711e
authored
Sep 30, 2024
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除多余的webapi
parent
a45ca11d
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
32 additions
and
32 deletions
+32
-32
index.js
src/page/Factoring/Bftsee/event/index.js
+1
-1
index.js
src/page/Factoring/Bpfopn/event/index.js
+4
-4
index.js
src/page/Factoring/Fitepn/event/index.js
+2
-2
index.js
src/page/Factoring/Fitipn/event/index.js
+2
-2
index.js
src/page/Factoring/Fitsee/event/index.js
+1
-1
index.js
src/page/Factoring/Fitsei/event/index.js
+1
-1
index.js
src/page/Factoring/Lmtsee/event/index.js
+1
-1
index.js
src/page/Factoring/Lmtsei/event/index.js
+1
-1
index.js
src/page/Factoring/Lrtsee/event/index.js
+1
-1
index.js
src/page/Factoring/Lrtsei/event/index.js
+1
-1
index.js
src/page/Factoring/Trfopn/event/index.js
+11
-11
index.js
src/page/Frontend/Msgrsm/event/index.js
+1
-1
index.js
src/page/Frontend/Msgrtm/event/index.js
+1
-1
index.js
src/page/Frontend/Msgsep/event/index.js
+1
-1
index.js
src/page/Frontend/Rcvsel/event/index.js
+1
-1
index.js
src/page/Frontend/Rcvselblk/event/index.js
+1
-1
index.js
src/page/Frontend/Sndsel/event/index.js
+1
-1
No files found.
src/page/Factoring/Bftsee/event/index.js
View file @
62c0711e
...
...
@@ -24,7 +24,7 @@ export default {
};
this
.
model
.
branch
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'currentOrg'
)).
departmentnumber
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
factoring/trtsel/list"
,
params
);
let
rtnmsg
=
await
Api
.
post
(
"/factoring/trtsel/list"
,
params
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
load
=
false
;
this
.
stmData
.
data
=
[];
...
...
src/page/Factoring/Bpfopn/event/index.js
View file @
62c0711e
...
...
@@ -8,7 +8,7 @@ export default {
let
ptainr
=
this
.
model
.
bpdgrp
.
fia
.
pts
.
ptainr
;
const
loading
=
this
.
loading
();
let
trnName
=
this
.
root
.
trnName
.
toUpperCase
();
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/ref/bpt?ptaInr=
${
ptainr
}
&trnName=
${
trnName
}
`
,
params
).
then
(
res
=>
{
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/ref/bpt?ptaInr=
${
ptainr
}
&trnName=
${
trnName
}
`
,
params
).
then
(
res
=>
{
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
bpdgrp
.
rec
.
ownref
=
res
.
data
.
ownref
;
...
...
@@ -35,7 +35,7 @@ export default {
}
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/bpfopn/defaultAccountsN1100`
,
data
);
let
res
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/bpfopn/defaultAccountsN1100`
,
data
);
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
finmod
.
act1Set
=
res
.
data
.
act1Set
;
...
...
@@ -65,7 +65,7 @@ export default {
};
const
loading
=
this
.
loading
();
let
trnName
=
this
.
root
.
trnName
.
toLowerCase
();
Api
.
post
(
`/
webapi/
factoring/
${
trnName
}
/cal`
,
params
).
then
(
res
=>
{
Api
.
post
(
`/factoring/
${
trnName
}
/cal`
,
params
).
then
(
res
=>
{
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
finmod
.
intamt
=
res
.
data
.
finmod
.
intamt
;
...
...
@@ -108,7 +108,7 @@ export default {
};
const loading = this.loading();
let trnName = this.root.trnName.toLowerCase();
Api.post(`/
webapi/
financing/${trnName}/getIntrat`, params).then(res => {
Api.post(`/financing/${trnName}/getIntrat`, params).then(res => {
loading.close();
if (res.respCode === SUCCESS) {
this.model.bpdgrp.rec.intrat = res.data.bpdgrp.rec.intrat;
...
...
src/page/Factoring/Fitepn/event/index.js
View file @
62c0711e
...
...
@@ -22,7 +22,7 @@ export default {
let
params
=
this
.
model
.
fidgrp
;
const
loading
=
this
.
loading
();
let
trnName
=
this
.
root
.
trnName
.
toUpperCase
();
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/ref/fit?trnName=
${
trnName
}
`
,
params
).
then
(
res
=>
{
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/ref/fit?trnName=
${
trnName
}
`
,
params
).
then
(
res
=>
{
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
fidgrp
.
rec
.
ownref
=
res
.
data
;
...
...
@@ -34,7 +34,7 @@ export default {
defaultNamN1000
()
{
let
params
=
{
fidgrp
:
this
.
model
.
fidgrp
,
lrdgrp
:
this
.
model
.
lrdgrp
}
const
loading
=
this
.
loading
();
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/fitepn/defaultFidgrpRecNamN1000`
,
params
).
then
(
res
=>
{
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/fitepn/defaultFidgrpRecNamN1000`
,
params
).
then
(
res
=>
{
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
fidgrp
.
rec
.
nam
=
res
.
data
;
...
...
src/page/Factoring/Fitipn/event/index.js
View file @
62c0711e
...
...
@@ -25,7 +25,7 @@ export default {
let
params
=
this
.
model
.
fidgrp
;
const
loading
=
this
.
loading
();
let
trnName
=
this
.
root
.
trnName
.
toUpperCase
();
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/ref/fit?trnName=
${
trnName
}
`
,
params
).
then
(
res
=>
{
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/ref/fit?trnName=
${
trnName
}
`
,
params
).
then
(
res
=>
{
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
fidgrp
.
rec
.
ownref
=
res
.
data
;
...
...
@@ -46,7 +46,7 @@ export default {
defaultNamN1000
()
{
let
params
=
{
fidgrp
:
this
.
model
.
fidgrp
,
lrdgrp
:
this
.
model
.
lrdgrp
}
const
loading
=
this
.
loading
();
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/fitipn/defaultFidgrpRecNamN1000`
,
params
).
then
(
res
=>
{
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/fitipn/defaultFidgrpRecNamN1000`
,
params
).
then
(
res
=>
{
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
fidgrp
.
rec
.
nam
=
res
.
data
;
...
...
src/page/Factoring/Fitsee/event/index.js
View file @
62c0711e
...
...
@@ -25,7 +25,7 @@ export default {
};
this
.
model
.
branch
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'currentOrg'
)).
departmentnumber
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
factoring/fitsee/list"
,
params
);
let
rtnmsg
=
await
Api
.
post
(
"/factoring/fitsee/list"
,
params
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
load
=
false
;
this
.
stmData
.
data
=
[];
...
...
src/page/Factoring/Fitsei/event/index.js
View file @
62c0711e
...
...
@@ -25,7 +25,7 @@ export default {
};
this
.
model
.
branch
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'currentOrg'
)).
departmentnumber
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
factoring/fitsei/list"
,
params
);
let
rtnmsg
=
await
Api
.
post
(
"/factoring/fitsei/list"
,
params
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
load
=
false
;
this
.
stmData
.
data
=
[];
...
...
src/page/Factoring/Lmtsee/event/index.js
View file @
62c0711e
...
...
@@ -24,7 +24,7 @@ export default {
};
this
.
model
.
branch
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'currentOrg'
)).
departmentnumber
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
factoring/trtsel/list"
,
params
);
let
rtnmsg
=
await
Api
.
post
(
"/factoring/trtsel/list"
,
params
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
load
=
false
;
this
.
stmData
.
data
=
[];
...
...
src/page/Factoring/Lmtsei/event/index.js
View file @
62c0711e
...
...
@@ -24,7 +24,7 @@ export default {
};
this
.
model
.
branch
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'currentOrg'
)).
departmentnumber
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
factoring/trtsel/list"
,
params
);
let
rtnmsg
=
await
Api
.
post
(
"/factoring/trtsel/list"
,
params
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
load
=
false
;
this
.
stmData
.
data
=
[];
...
...
src/page/Factoring/Lrtsee/event/index.js
View file @
62c0711e
...
...
@@ -24,7 +24,7 @@ export default {
};
this
.
model
.
branch
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'currentOrg'
)).
departmentnumber
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
factoring/trtsel/list"
,
params
);
let
rtnmsg
=
await
Api
.
post
(
"/factoring/trtsel/list"
,
params
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
load
=
false
;
this
.
stmData
.
data
=
[];
...
...
src/page/Factoring/Lrtsei/event/index.js
View file @
62c0711e
...
...
@@ -24,7 +24,7 @@ export default {
};
this
.
model
.
branch
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'currentOrg'
)).
departmentnumber
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
factoring/trtsel/list"
,
params
);
let
rtnmsg
=
await
Api
.
post
(
"/factoring/trtsel/list"
,
params
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
load
=
false
;
this
.
stmData
.
data
=
[];
...
...
src/page/Factoring/Trfopn/event/index.js
View file @
62c0711e
...
...
@@ -84,7 +84,7 @@ export default {
ptyinr
:
this
.
model
.
trdgrp
.
fip
.
pts
.
ptyinr
}
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/trfopn/defaultTrdgrpRecTendayN1000`
,
data
);
let
res
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/trfopn/defaultTrdgrpRecTendayN1000`
,
data
);
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
trdgrp
.
rec
.
tenday
=
res
.
data
;
...
...
@@ -149,7 +149,7 @@ export default {
cnnam
:
this
.
model
.
trdgrp
.
fip
.
pts
.
cnnam
}
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/trfopn/defaultTrdgrpRecNamN1000`
,
data
);
let
res
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/trfopn/defaultTrdgrpRecNamN1000`
,
data
);
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
trdgrp
.
rec
.
nam
=
res
.
data
;
...
...
@@ -163,7 +163,7 @@ export default {
// fintyp: this.model.trdgrp.rec.fintyp
// }
// const loading = this.loading();
// let res = await Api.post(`/
webapi/
${this.moduleRouter()}/ref/trt`, params);
// let res = await Api.post(`/${this.moduleRouter()}/ref/trt`, params);
// loading.close();
// if (res.respCode === SUCCESS) {
// this.model.trdgrp.rec.ownref = res.data;
...
...
@@ -178,7 +178,7 @@ export default {
let
ptainr
=
this
.
model
.
trdgrp
.
fip
.
pts
.
ptainr
;
const
loading
=
this
.
loading
();
let
trnName
=
this
.
root
.
trnName
.
toUpperCase
();
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/ref/trt?ptaInr=
${
ptainr
}
&trnName=
${
trnName
}
`
,
params
).
then
(
res
=>
{
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/ref/trt?ptaInr=
${
ptainr
}
&trnName=
${
trnName
}
`
,
params
).
then
(
res
=>
{
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
trdgrp
.
rec
.
ownref
=
res
.
data
.
ownref
;
...
...
@@ -199,7 +199,7 @@ export default {
ptyinr
:
this
.
model
.
trdgrp
.
fip
.
pts
.
ptyinr
,
}
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/trfopn/getIdType`
,
data
);
let
res
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/trfopn/getIdType`
,
data
);
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
idtype
=
res
.
data
;
...
...
@@ -214,7 +214,7 @@ export default {
ownref
:
this
.
model
.
trdgrp
.
rec
.
ownref
}
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/trfopn/getFincod`
,
data
);
let
res
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/trfopn/getFincod`
,
data
);
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
finmod
.
fincod
=
res
.
data
;
...
...
@@ -231,7 +231,7 @@ export default {
ref
:
this
.
model
.
trdgrp
.
fip
.
pts
.
ref
,
}
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/trfopn/defaultTrdgrpFipPtsExtkeyN1100`
,
data
);
let
res
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/trfopn/defaultTrdgrpFipPtsExtkeyN1100`
,
data
);
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
fipDisabledFlg
=
res
.
data
;
...
...
@@ -250,7 +250,7 @@ export default {
}
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/trfopn/defaultAccountsN1100`
,
data
);
let
res
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/trfopn/defaultAccountsN1100`
,
data
);
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
finmod
.
act1Set
=
res
.
data
.
act1Set
;
...
...
@@ -260,7 +260,7 @@ export default {
async
onPctfin
()
{
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/trfopn/defaultDefaultPctfinN1000`
,
{
...
this
.
model
.
trdgrp
,
});
let
res
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/trfopn/defaultDefaultPctfinN1000`
,
{
...
this
.
model
.
trdgrp
,
});
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
trdgrp
.
rec
.
pctfin
=
res
.
data
.
rec
.
pctfin
;
...
...
@@ -280,7 +280,7 @@ export default {
ffactl
:
this
.
model
.
trtp
.
wbdp
.
ffactl
,
}
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/trfopn/defaultWbdpDefN1000`
,
data
);
let
res
=
await
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/trfopn/defaultWbdpDefN1000`
,
data
);
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
trtp
.
wbdp
.
visiableFlag
=
res
.
data
.
visiableFlag
;
...
...
@@ -336,7 +336,7 @@ export default {
};
const
loading
=
this
.
loading
();
let
trnName
=
this
.
root
.
trnName
.
toLowerCase
();
Api
.
post
(
`/
webapi/
${
this
.
moduleRouter
()}
/
${
trnName
}
/cal`
,
params
).
then
(
res
=>
{
Api
.
post
(
`/
${
this
.
moduleRouter
()}
/
${
trnName
}
/cal`
,
params
).
then
(
res
=>
{
loading
.
close
();
if
(
res
.
respCode
===
SUCCESS
)
{
this
.
model
.
finmod
.
intamt
=
res
.
data
.
finmod
.
intamt
;
...
...
src/page/Frontend/Msgrsm/event/index.js
View file @
62c0711e
...
...
@@ -22,7 +22,7 @@ export default {
}
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
gjzf/msgsel/query"
,
{
let
rtnmsg
=
await
Api
.
post
(
"/gjzf/msgsel/query"
,
{
...
this
.
model
.
sndp
,
dir
:
">"
,
pageNum
:
this
.
pagination
.
pageNum
,
...
...
src/page/Frontend/Msgrtm/event/index.js
View file @
62c0711e
...
...
@@ -22,7 +22,7 @@ export default {
}
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
gjzf/msgsel/query"
,
{
let
rtnmsg
=
await
Api
.
post
(
"/gjzf/msgsel/query"
,
{
...
this
.
model
.
sndp
,
dir
:
">"
,
pageNum
:
this
.
pagination
.
pageNum
,
...
...
src/page/Frontend/Msgsep/event/index.js
View file @
62c0711e
...
...
@@ -22,7 +22,7 @@ export default {
}
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
gjzf/msgsel/query"
,
{
let
rtnmsg
=
await
Api
.
post
(
"/gjzf/msgsel/query"
,
{
...
this
.
model
.
sndp
,
dir
:
">"
,
pageNum
:
this
.
pagination
.
pageNum
,
...
...
src/page/Frontend/Rcvsel/event/index.js
View file @
62c0711e
...
...
@@ -22,7 +22,7 @@ export default {
}
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
gjzf/msgsel/query"
,
{
let
rtnmsg
=
await
Api
.
post
(
"/gjzf/msgsel/query"
,
{
...
this
.
model
.
rcvp
,
dir
:
"<"
,
pageNum
:
this
.
pagination
.
pageNum
,
...
...
src/page/Frontend/Rcvselblk/event/index.js
View file @
62c0711e
...
...
@@ -22,7 +22,7 @@ export default {
}
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
gjzf/msgsel/query"
,
{
let
rtnmsg
=
await
Api
.
post
(
"/gjzf/msgsel/query"
,
{
...
this
.
model
.
rcvp
,
dir
:
"<"
,
pageNum
:
this
.
pagination
.
pageNum
,
...
...
src/page/Frontend/Sndsel/event/index.js
View file @
62c0711e
...
...
@@ -22,7 +22,7 @@ export default {
}
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
gjzf/msgsel/query"
,
{
let
rtnmsg
=
await
Api
.
post
(
"/gjzf/msgsel/query"
,
{
...
this
.
model
.
sndp
,
dir
:
">"
,
pageNum
:
this
.
pagination
.
pageNum
,
...
...
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