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
091f4eb2
Commit
091f4eb2
authored
Oct 24, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitopn修改
parent
4e374133
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
1 deletions
+35
-1
Gidtxtp.vue
src/views/Business/Gitopn/Gidtxtp.vue
+35
-1
No files found.
src/views/Business/Gitopn/Gidtxtp.vue
View file @
091f4eb2
...
...
@@ -16,6 +16,7 @@
:model=
"model.gidgrp.blk.gidtxt"
maxlength=
"65"
show-word-limit
@
change=
"setTxt1"
placeholder=
"请输入保函文本可变因素"
></i-stream-input>
</el-form-item>
...
...
@@ -30,6 +31,7 @@
rows=
"15"
maxlength=
"65"
show-word-limit
@
change=
"setTxt2"
placeholder=
"请输入保函文本可变因素"
></i-stream-input>
</el-form-item>
...
...
@@ -41,6 +43,7 @@
v-model=
"model.gitp.gidtxtmodflg"
style=
"margin: 0 0 0 10px"
class=
"checkbox-left"
@
change=
"modflgChange"
>
修改保函文本
</c-checkbox
>
</c-col>
...
...
@@ -139,7 +142,38 @@ export default {
data
()
{
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
()
{},
};
</
script
>
...
...
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