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
isc-v3.1-tmp
isc-web-vue
Commits
10b4b344
Commit
10b4b344
authored
Oct 18, 2024
by
ZcyJames
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.fxdsdb页面调整
parent
88ad7f3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
11 deletions
+21
-11
addDialog.vue
src/page/Frontend/Fxdsdb/views/addDialog.vue
+21
-11
No files found.
src/page/Frontend/Fxdsdb/views/addDialog.vue
View file @
10b4b344
...
...
@@ -36,6 +36,9 @@
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
export
default
{
mixins
:
[],
props
:
{
...
...
@@ -124,8 +127,8 @@ export default {
width
:
"100px"
},
{
label
:
"
bizdtltyp
"
,
prop
:
"
msg
typ"
,
label
:
"
业务种类
"
,
prop
:
"
bizdtl
typ"
,
width
:
"100px"
},
],
...
...
@@ -308,7 +311,8 @@ export default {
},
],
filtyp
:
''
,
keyCode
:
''
keyCode
:
''
,
filnam
:
''
};
},
watch
:
{
...
...
@@ -330,6 +334,7 @@ export default {
console
.
log
(
'====='
,
res
)
if
(
res
.
respCode
==
SUCCESS
){
this
.
filtyp
=
res
.
data
.
filtyp
this
.
filnam
=
res
.
data
.
filnam
if
(
res
.
data
.
filtyp
==
'9'
||
res
.
data
.
filtyp
==
'10'
){
this
.
stmData
.
columns
=
this
.
fxdcomlstHead
;
this
.
stmData
.
data
=
res
.
data
.
cpsfxdgrp
.
fxdcomlst
...
...
@@ -346,14 +351,14 @@ export default {
this
.
keyCode
=
'fxdsuelst'
}
if
(
res
.
data
.
filtyp
==
'13'
||
res
.
data
.
filtyp
==
'14'
||
res
.
data
.
filtyp
==
'15'
){
this
.
stmData
.
columns
=
this
.
fxd
com
lstHead
;
this
.
stmData
.
data
=
res
.
data
.
cpsfxdgrp
.
fxd
com
lst
this
.
keyCode
=
'fxd
com
lst'
this
.
stmData
.
columns
=
this
.
fxd
pat
lstHead
;
this
.
stmData
.
data
=
res
.
data
.
cpsfxdgrp
.
fxd
pat
lst
this
.
keyCode
=
'fxd
pat
lst'
}
if
(
res
.
data
.
filtyp
==
'16'
||
res
.
data
.
filtyp
==
'17'
){
this
.
stmData
.
columns
=
this
.
fxd
com
lstHead
;
this
.
stmData
.
data
=
res
.
data
.
cpsfxdgrp
.
fxd
com
lst
this
.
keyCode
=
'fxd
com
lst'
this
.
stmData
.
columns
=
this
.
fxd
rel
lstHead
;
this
.
stmData
.
data
=
res
.
data
.
cpsfxdgrp
.
fxd
rel
lst
this
.
keyCode
=
'fxd
rel
lst'
}
if
(
res
.
data
.
filtyp
==
'18'
){
this
.
stmData
.
columns
=
this
.
fxddcflstHead
;
...
...
@@ -370,11 +375,15 @@ export default {
this
.
isDispaly
=
true
;
},
async
handleSubmit
()
{
let
rtnmsg
=
await
Api
.
post
(
"/
webapi/
frontend/fxdsdb/saveXml"
,
{
let
rtnmsg
=
await
Api
.
post
(
"/frontend/fxdsdb/saveXml"
,
{
filtyp
:
this
.
filtyp
,
filnam
:
this
.
filnam
,
[
this
.
keyCode
]:
this
.
stmData
.
data
});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
stmData
.
data
=
""
;
this
.
stmData
.
columns
=
""
;
this
.
visible
=
false
;
this
.
$notify
.
success
({
title
:
'提示'
,
message
:
'提交成功'
,
...
...
@@ -385,9 +394,10 @@ export default {
message
:
this
.
$t
(
"financing.服务请求失败!"
),
});
}
this
.
visible
=
false
;
},
handleCancel
()
{
this
.
stmData
.
data
=
""
;
this
.
stmData
.
columns
=
""
;
this
.
visible
=
false
;
}
}
...
...
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