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
4b44c39f
Commit
4b44c39f
authored
Aug 23, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gitcom修改
parent
b27aeed4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
+18
-7
index.js
src/model/Gitcom/index.js
+2
-0
Gitsetp1.vue
src/views/Business/Gitcom/Gitsetp1.vue
+16
-7
No files found.
src/model/Gitcom/index.js
View file @
4b44c39f
...
...
@@ -26,6 +26,8 @@ export default class Gitcom{
gartyp
:
""
,
// Type of Undertaking .gidgrp.rec.gartyp
expdat
:
""
,
// Valid until .gidgrp.rec.expdat
liadat
:
""
,
// Liability until .gidgrp.rec.liadat
purpos
:
""
,
// Purpose of Message .gidgrp.rec.purpos
exptyp
:
""
,
},
cbs
:{
max
:{
...
...
src/views/Business/Gitcom/Gitsetp1.vue
View file @
4b44c39f
...
...
@@ -90,12 +90,25 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<
!-- <
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.gitp0s20"
...
...
@@ -124,7 +137,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
8
"
>
<el-form-item
style=
"text-align: left"
label-width=
"5px"
...
...
@@ -133,11 +146,7 @@
<c-input-currency
disabled
v-model=
"model.gidgrp.cbs.opn1.amt"
style=
"text-align: left; width: 100%"
placeholder=
""
@
keyup
.
enter
.
native=
"
defaultFunction('gidgrp.cbs.opn1.amt', model.gidgrp.cbs.opn1.amt)
"
style=
"margin: 0 0 0 5px; width: 90%"
></c-input-currency>
</el-form-item>
</c-col>
...
...
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