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
c206fd85
Commit
c206fd85
authored
Aug 25, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitset数据显示修改
parent
75e93673
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
14 deletions
+31
-14
Gitsetp1.vue
src/views/Business/Getcrq/Gitsetp1.vue
+11
-4
Gitsetp1.vue
src/views/Business/Gitcrq/Gitsetp1.vue
+13
-7
Gitsetp.vue
src/views/Business/Gitset/Gitsetp.vue
+3
-1
Gitsetp1.vue
src/views/Business/Gitset/Gitsetp1.vue
+4
-2
No files found.
src/views/Business/Getcrq/Gitsetp1.vue
View file @
c206fd85
...
...
@@ -516,7 +516,8 @@
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择Presented by"
@
change=
"selectOrCheckboxRule('gcdgrp.rec.docprbrol')"
@
change=
"eventFunction('gcdgrp.rec.docprbrol')"
>
<el-option
v-for=
"item in codes.docprbrol"
...
...
@@ -542,6 +543,7 @@
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.prb.pts.extkey"
:disabled=
"model.gcdgrp.rec.docprbrol!='PRB'"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"
...
...
@@ -576,6 +578,7 @@
:rows=
"4"
type=
"textarea"
v-model=
"model.gcdgrp.prb.pts.adrblk"
:disabled=
"model.gcdgrp.rec.docprbrol!='PRB'"
maxlength=
"300"
show-word-limit
placeholder=
"请输入Address Block"
...
...
@@ -589,7 +592,7 @@
v-model=
"model.gcdgrp.rec.payrol"
placeholder=
"请选择"
style=
"width: 100%"
@
change=
"
selectOrCheckboxRule
('gcdgrp.rec.payrol')"
@
change=
"
eventFunction
('gcdgrp.rec.payrol')"
>
<el-option
v-for=
"item in codes.payrol"
...
...
@@ -601,15 +604,17 @@
</c-select>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<
!-- <
c-col :span="24">
<el-form-item label="Reference " prop="gcdgrp.oth.pts.ref">
<c-input
v-model="model.gcdgrp.oth.pts.ref"
maxlength="16"
placeholder="请输入Reference "
:disabled="model.gcdgrp.rec.payrol!='OTH'"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.oth.pts.extkey"
>
<c-fullbox>
...
...
@@ -617,6 +622,7 @@
v-model=
"model.gcdgrp.oth.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
:disabled=
"model.gcdgrp.rec.payrol!='OTH'"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.oth.pts.extkey')
"
...
...
@@ -653,6 +659,7 @@
maxlength=
"100"
show-word-limit
placeholder=
"请输入Address Block"
:disabled=
"model.gcdgrp.rec.payrol!='OTH'"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Gitcrq/Gitsetp1.vue
View file @
c206fd85
...
...
@@ -242,12 +242,13 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Date of Claim"
prop=
"gcdgrp.rec.clmdat"
>
<c-input
v-model=
"model.gcdgrp.rec.clmdat"
maxlength=
"40"
<c-date-picker
type=
"date"
disabled
placeholder=
"请输入Date of Claim"
></c-input>
v-model=
"model.gcdgrp.rec.clmdat"
style=
"width: 100%"
placeholder=
"请选择Date of Claim"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -618,7 +619,7 @@
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择Presented by"
@
change=
"
selectOrCheckboxRule
('gcdgrp.rec.docprbrol')"
@
change=
"
eventFunction
('gcdgrp.rec.docprbrol')"
>
<el-option
v-for=
"item in codes.docprbrol"
...
...
@@ -646,6 +647,7 @@
v-model=
"model.gcdgrp.prb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
:disabled=
"model.gcdgrp.rec.docprbrol!='PRB'"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
...
...
@@ -678,6 +680,7 @@
:rows=
"4"
type=
"textarea"
v-model=
"model.gcdgrp.prb.pts.adrblk"
:disabled=
"model.gcdgrp.rec.docprbrol!='PRB'"
maxlength=
"300"
show-word-limit
placeholder=
"请输入Address Block"
...
...
@@ -691,7 +694,7 @@
v-model=
"model.gcdgrp.rec.payrol"
placeholder=
"请选择"
style=
"width: 100%"
@
change=
"
selectOrCheckboxRule
('gcdgrp.rec.payrol')"
@
change=
"
eventFunction
('gcdgrp.rec.payrol')"
>
<el-option
v-for=
"item in codes.payrol"
...
...
@@ -709,6 +712,7 @@
v-model=
"model.gcdgrp.oth.pts.ref"
maxlength=
"16"
placeholder=
"请输入Reference "
:disabled=
"model.gcdgrp.rec.payrol!='OTH'"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -722,6 +726,7 @@
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.oth.pts.extkey')
"
:disabled=
"model.gcdgrp.rec.payrol!='OTH'"
>
</c-input>
<
template
slot=
"footer"
>
...
...
@@ -755,6 +760,7 @@
maxlength=
"100"
show-word-limit
placeholder=
"请输入Address Block"
:disabled=
"model.gcdgrp.rec.payrol!='OTH'"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Gitset/Gitsetp.vue
View file @
c206fd85
...
...
@@ -595,7 +595,7 @@
v-model=
"model.gcdgrp.rec.payrol"
placeholder=
"请选择Payer"
style=
"width: 100%"
@
change=
"
selectOrCheckboxRule
('gcdgrp.rec.payrol')"
@
change=
"
eventFunction
('gcdgrp.rec.payrol')"
>
<el-option
v-for=
"item in codes.payrol"
...
...
@@ -614,6 +614,7 @@
v-model=
"model.gcdgrp.oth.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
:disabled=
"model.gcdgrp.rec.payrol!='OTH'"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.oth.pts.extkey')
"
...
...
@@ -648,6 +649,7 @@
type=
"textarea"
rows=
"4"
v-model=
"model.gcdgrp.oth.pts.adrblk"
:disabled=
"model.gcdgrp.rec.payrol!='OTH'"
maxlength=
"100"
show-word-limit
placeholder=
"请输入Address Block"
...
...
src/views/Business/Gitset/Gitsetp1.vue
View file @
c206fd85
...
...
@@ -398,7 +398,7 @@
>
</c-col>
<c-col
:span=
"12"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.mtabut.clsflgp"
<c-checkbox
v-model=
"model.mtabut.clsflgp"
checked
>
Close Contract
</c-checkbox>
</c-col>
...
...
@@ -542,7 +542,7 @@
v-model=
"model.gcdgrp.rec.payrol"
placeholder=
"请选择Payer"
style=
"width: 100%"
@
change=
"
selectOrCheckboxRule
('gcdgrp.rec.payrol')"
@
change=
"
eventFunction
('gcdgrp.rec.payrol')"
>
<el-option
v-for=
"item in codes.payrol"
...
...
@@ -561,6 +561,7 @@
v-model=
"model.gcdgrp.oth.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
:disabled=
"model.gcdgrp.rec.payrol!='OTH'"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.oth.pts.extkey')
"
...
...
@@ -596,6 +597,7 @@
type=
"textarea"
rows=
"4"
v-model=
"model.gcdgrp.oth.pts.adrblk"
:disabled=
"model.gcdgrp.rec.payrol!='OTH'"
maxlength=
"100"
show-word-limit
placeholder=
"请输入Address Block"
...
...
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