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
a9a3a5ab
Commit
a9a3a5ab
authored
Oct 21, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitopn交易保函文本无法保存问题
parent
d22d60ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
2 deletions
+40
-2
Gidtxtp.vue
src/views/Business/Gitopn/Gidtxtp.vue
+39
-1
Ovwp.vue
src/views/Business/Gitopn/Ovwp.vue
+1
-1
No files found.
src/views/Business/Gitopn/Gidtxtp.vue
View file @
a9a3a5ab
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
maxlength=
"65"
maxlength=
"65"
show-word-limit
show-word-limit
placeholder=
"请输入保函文本可变因素"
placeholder=
"请输入保函文本可变因素"
@
change=
"setTxt1"
></i-stream-input>
></i-stream-input>
</el-form-item>
</el-form-item>
<el-form-item
<el-form-item
...
@@ -31,6 +32,7 @@
...
@@ -31,6 +32,7 @@
maxlength=
"65"
maxlength=
"65"
show-word-limit
show-word-limit
placeholder=
"请输入保函文本可变因素"
placeholder=
"请输入保函文本可变因素"
@
change=
"setTxt2"
></i-stream-input>
></i-stream-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -40,6 +42,7 @@
...
@@ -40,6 +42,7 @@
<c-checkbox
<c-checkbox
v-model=
"model.gitp.gidtxtmodflg"
v-model=
"model.gitp.gidtxtmodflg"
style=
"margin: 0 0 0 10px"
style=
"margin: 0 0 0 10px"
@
change=
"modflgChange"
>
修改保函文本
</c-checkbox
>
修改保函文本
</c-checkbox
>
>
</c-col>
</c-col>
...
@@ -128,6 +131,8 @@ import commonProcess from "~/mixin/commonProcess";
...
@@ -128,6 +131,8 @@ import commonProcess from "~/mixin/commonProcess";
import
CodeTable
from
"~/config/CodeTable"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Getame/Event"
;
import
Event
from
"~/model/Getame/Event"
;
import
IStreamInput
from
"~/components/IStreamInput"
;
import
IStreamInput
from
"~/components/IStreamInput"
;
import
InputXml
from
"~/components/InputXml"
;
import
Utils
from
"~/utils"
;
export
default
{
export
default
{
components
:
{
IStreamInput
},
components
:
{
IStreamInput
},
...
@@ -137,7 +142,40 @@ export default {
...
@@ -137,7 +142,40 @@ export default {
data
()
{
data
()
{
return
{};
return
{};
},
},
methods
:
{
...
Event
},
methods
:
{
async
setTxt1
(){
// this.executeDefault("gitp.gidgrp.blk.gidtxt").then((res) => {
// if ((res.respCode == SUCCESS)) {
// Utils.copyValueFromVO(this.model, res.data);
// }
// });
this
.
executeRule
(
"gitp.gidgrp.blk.gidtxt"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
async
setTxt2
(){
// this.executeDefault("gitp.gidgrp.blk.gtxgidtxt").then((res) => {
// if ((res.respCode == SUCCESS)) {
// Utils.copyValueFromVO(this.model, res.data);
// }
// });
this
.
executeRule
(
"gitp.gidgrp.blk.gtxgidtxt"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
...
Event
,
async
modflgChange
()
{
const
rtnmsg
=
await
this
.
executeRule
(
"gitp.gidtxtmodflg"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
},
created
:
function
()
{},
created
:
function
()
{},
};
};
</
script
>
</
script
>
...
...
src/views/Business/Gitopn/Ovwp.vue
View file @
a9a3a5ab
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
v-model=
"model.gidgrp.rec.ownref"
v-model=
"model.gidgrp.rec.ownref"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入保函编号"
placeholder=
"请输入保函编号"
:disabled=
"
model.gitp.swiftflg != 'N'
"
:disabled=
"
true
"
></c-input>
></c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
...
...
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