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
5904f5c9
Commit
5904f5c9
authored
Sep 20, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitcom修改(#863)
parent
3d5543c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
37 deletions
+66
-37
index.js
src/model/Gitcom/index.js
+1
-0
Gitsetp1.vue
src/views/Business/Gitcom/Gitsetp1.vue
+65
-37
No files found.
src/model/Gitcom/index.js
View file @
5904f5c9
...
...
@@ -31,6 +31,7 @@ export default class Gitcom{
liadat
:
""
,
// Liability until .gidgrp.rec.liadat
purpos
:
""
,
// Purpose of Message .gidgrp.rec.purpos
exptyp
:
""
,
liatypc
:
""
,
},
cbs
:{
max
:{
...
...
src/views/Business/Gitcom/Gitsetp1.vue
View file @
5904f5c9
...
...
@@ -71,50 +71,48 @@
</c-col>
</c-col> -->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Guarantee Amount"
prop=
"gidgrp.cbs.max.cur"
>
<c-select
v-model=
"model.gidgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
disabled
<c-col
:span=
"12"
>
<el-form-item
label=
"Guarantee Amount"
prop=
"gidgrp.cbs.max.cur"
>
<c-select
v-model=
"model.gidgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<!-- <c-col :span="8">
</el-option>
</c-select>
</el-form-item>
</c-col>
<!-- <c-col :span="8">
<c-input
disabled
v-model="model.gidgrp.cbs.max.amt"
style="margin: 0 0 0 5px; width: 90%"
></c-input>
</c-col> -->
<c-col
:span=
"8"
>
<el-form-item
style=
"text-align: left"
label-width=
"5px"
prop=
"gidgrp.cbs.max.amt"
>
<c-input-currency
disabled
v-model=
"model.gidgrp.cbs.max.amt"
style=
"margin: 0 0 0 5px; width: 90%"
></c-input-currency>
</el-form-item>
</c-col>
<c-col
:span=
"4"
class=
"centerLable"
>
<c-checkbox
disabled
v-model=
"model.gitp0.aamgid.addamtflg"
>
Add. Amount
</c-checkbox
>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
style=
"text-align: left"
label-width=
"5px"
prop=
"gidgrp.cbs.max.amt"
>
<c-input-currency
disabled
v-model=
"model.gidgrp.cbs.max.amt"
style=
"margin: 0 0 0 5px; width: 90%"
></c-input-currency>
</el-form-item>
</c-col>
<c-col
:span=
"4"
class=
"centerLable"
>
<c-checkbox
disabled
v-model=
"model.gitp0.aamgid.addamtflg"
>
Add. Amount
</c-checkbox
>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -225,6 +223,36 @@
</el-form-item>
</c-col>
<c-col
:span=
"13"
>
<el-form-item
v-show=
"model.gidgrp.rec.liatypc != ''"
label=
"Liability"
prop=
"gidgrp.rec.liadat"
>
<c-date-picker
disabled
type=
"date"
v-show=
"model.gidgrp.rec.liadat != ''"
v-model=
"model.gidgrp.rec.liadat"
style=
"width: 100%"
placeholder=
"请选择Liability"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"11"
v-show=
"model.gidgrp.rec.liadat != ''"
>
<el-form-item
style=
"text-align: left"
label-width=
"5px"
prop=
"gidgrp.rec.liatypc"
>
<c-select
v-model=
"model.gidgrp.rec.liatypc"
style=
"width: 100%"
placeholder=
"请选择Liability Type"
:code=
"codes.liatypc"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Reference Date "
prop=
"setmod.refdat"
>
<c-date-picker
...
...
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