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
zhouqian
vue-gjjs
Commits
a596a630
Commit
a596a630
authored
Jul 27, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bdtset #191 #192
parent
0de5a77f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
2 deletions
+23
-2
Trtcrep.vue
src/views/Business/Bdtset/Trtcrep.vue
+23
-2
Utlp.vue
src/views/Business/Bdtset/Utlp.vue
+0
-0
No files found.
src/views/Business/Bdtset/Trtcrep.vue
View file @
a596a630
...
...
@@ -14,10 +14,22 @@
<el-divider></el-divider>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"融资编号"
prop=
"trtcre.trdgrp.rec.ownref"
>
<c-input
v-model=
"model.trtcre.trdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入融资编号"
></c-input>
<c-input
v-model=
"model.trtcre.trdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入融资编号"
style=
"width:98%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:right"
>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onBctmodButgetref"
>
Get Ref.
</c-button>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"摘要"
prop=
"trtcre.trdgrp.rec.nam"
>
<c-input
v-model=
"model.trtcre.trdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入Name of Loan Contract"
></c-input>
...
...
@@ -562,7 +574,16 @@ export default {
}
},
methods
:{...
Event
},
methods
:{...
Event
,
onBctmodButgetref
(){
this
.
executeDefault
(
"trtcre.trtp.butgetref"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
},
created
:
function
(){
}
...
...
src/views/Business/Bdtset/Utlp.vue
View file @
a596a630
This diff is collapsed.
Click to expand it.
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