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
3046d8a1
Commit
3046d8a1
authored
Aug 29, 2022
by
zhujiazhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtset交易BUG修改
parent
b89ad72e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
Cfactlp.vue
src/views/Business/Brtset/Cfactlp.vue
+1
-1
Utlp.vue
src/views/Business/Brtset/Utlp.vue
+1
-1
index.vue
src/views/Business/Getcan/index.vue
+5
-5
No files found.
src/views/Business/Brtset/Cfactlp.vue
View file @
3046d8a1
...
...
@@ -71,7 +71,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"中资企业境外担保项下境内贷款额度币种"
prop=
"cfatrt.cda.cfeogudcurr"
>
<c-select
v-model=
"model.cfatrt.cda.cfeogudcurr"
style=
"width:100%"
placeholder=
"请选择中资企业境外担保项下境内贷款额度币种
:disabled=this.flag"
>
<c-select
v-model=
"model.cfatrt.cda.cfeogudcurr"
style=
"width:100%"
placeholder=
"请选择中资企业境外担保项下境内贷款额度币种
"
:disabled=
this.flag
>
</c-select>
</el-form-item>
</c-col>
...
...
src/views/Business/Brtset/Utlp.vue
View file @
3046d8a1
...
...
@@ -375,7 +375,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"setmod.redamt"
label-width=
"5px"
>
<c-input
v-model=
"model.setmod.redamt"
placeholder=
"请输入Reduction Amt."
></c-input>
<c-input
v-model=
"model.setmod.redamt"
placeholder=
"请输入Reduction Amt."
:disabled=
"model.brdgrp.rec.frepayflg !=''?true:false"
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Getcan/index.vue
View file @
3046d8a1
...
...
@@ -20,10 +20,10 @@
<el-tab-pane
label=
"Cancelation"
name=
"canp"
>
<m-canp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"Mt769"
name=
"Mt769p"
v-if=
"model.gidgrp.rec.purcan=='RR'"
>
<!--
<el-tab-pane
label=
"Mt769"
name=
"Mt769p"
v-if=
"model.gidgrp.rec.purcan=='RR'"
>
<m-mt769p
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000027 -->
<el-tab-pane
label=
"Liability"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -83,7 +83,7 @@ import Doctre from "~/views/Public/Doctre"
import
Docpan
from
"~/views/Public/Docpan"
import
Setpan
from
"~/views/Public/Setpan"
import
Coninfp
from
"~/views/Public/Coninfp"
import
Mt769p
from
"./Mt769p"
//
import Mt769p from "./Mt769p"
export
default
{
...
...
@@ -96,7 +96,7 @@ export default {
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
"m-mt769p"
:
Mt769p
,
//
"m-mt769p" : Mt769p,
},
provide
()
{
return
{
...
...
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