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
0aa277b9
Commit
0aa277b9
authored
Aug 24, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getcan页面状态修改
parent
a791c24d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
18 deletions
+21
-18
Mt769p.vue
src/views/Business/Getcan/Mt769p.vue
+3
-3
Gitsetp1.vue
src/views/Business/Getcrq/Gitsetp1.vue
+4
-3
Canp.vue
src/views/Business/Gitcan/Canp.vue
+10
-8
Mt769p.vue
src/views/Business/Gitcan/Mt769p.vue
+3
-3
Gitsetp1.vue
src/views/Business/Gitcrq/Gitsetp1.vue
+1
-1
No files found.
src/views/Business/Getcan/Mt769p.vue
View file @
0aa277b9
...
...
@@ -15,7 +15,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"Amount Reduced"
prop=
"gidgrp.rec.redcur"
>
<c-input
v-model=
"model.gidgrp.rec.redcur"
maxlength=
"3"
placeholder=
"请输入Amount Reduced"
></c-input>
<c-input
v-model=
"model.gidgrp.rec.redcur"
disabled
maxlength=
"3"
placeholder=
"请输入Amount Reduced"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -32,7 +32,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"Amount Outstanding"
prop=
"gidgrp.rec.outcur"
>
<c-input
v-model=
"model.gidgrp.rec.outcur"
maxlength=
"3"
placeholder=
"请输入Amount Outstanding"
></c-input>
<c-input
v-model=
"model.gidgrp.rec.outcur"
disabled
maxlength=
"3"
placeholder=
"请输入Amount Outstanding"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -45,7 +45,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"Amount of Charges"
prop=
"trnmod.swiadd.chacur"
>
<c-input
v-model=
"model.trnmod.swiadd.chacur"
maxlength=
"3"
placeholder=
"请输入Amount of Charges"
></c-input>
<c-input
v-model=
"model.trnmod.swiadd.chacur"
disabled
maxlength=
"3"
placeholder=
"请输入Amount of Charges"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Getcrq/Gitsetp1.vue
View file @
0aa277b9
...
...
@@ -223,12 +223,13 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
T
ype of Undertaking"
prop=
"gidgrp.rec.gartyp"
>
<el-form-item
label=
"
t
ype of Undertaking"
prop=
"gidgrp.rec.gartyp"
>
<c-select
disabled
v-model=
"model.gidgrp.rec.gartyp"
style=
"width: 100%"
placeholder=
"
农民工工资保函
"
disabled
placeholder=
"
请选择type of Undertaking
"
:code=
"codes.typgar2"
>
</c-select>
</el-form-item>
...
...
src/views/Business/Gitcan/Canp.vue
View file @
0aa277b9
...
...
@@ -315,17 +315,18 @@
style=
"width: 100%"
placeholder=
"请选择Authentication"
:code=
"codes.autflg"
:disabled=
"
this.type
"
:disabled=
"
model.gidgrp.rec.purcan != 'RR'
"
>
</c-select>
</el-form-item>
</c-col>
<!-- :indeterminate="model.gidgrp.rec.purcan != 'RR'" mtabut.clsflg-->
<!-- :indeterminate="model.gidgrp.rec.purcan != 'RR'" mtabut.clsflg
p
-->
<c-col
:span=
"24"
:offset=
"6"
>
<c-checkbox
disabled
v-model=
"model.mtabut.clsflgp"
checked
v-model=
"model.mtabut.clsflgp"
style=
"
margin-left: 15px;
height: 32px;
...
...
@@ -488,16 +489,17 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{};
},
methods
:
{
...
Event
,
change
()
{
if
(
this
.
model
.
gidgrp
.
rec
.
purcan
==
"RR"
)
{
this
.
model
.
mtabut
.
clsflgp
=
""
this
.
type
=
false
}
else
{
if
(
this
.
model
.
gidgrp
.
rec
.
purcan
!=
"RR"
)
{
this
.
model
.
mtabut
.
clsflgp
=
"X"
this
.
type
=
true
}
else
{
this
.
model
.
mtabut
.
clsflgp
=
""
}
},
},
...
...
src/views/Business/Gitcan/Mt769p.vue
View file @
0aa277b9
...
...
@@ -15,7 +15,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"Amount Reduced"
prop=
"gidgrp.rec.redcur"
>
<c-input
v-model=
"model.gidgrp.rec.redcur"
maxlength=
"3"
placeholder=
"请输入Amount Reduced"
></c-input>
<c-input
v-model=
"model.gidgrp.rec.redcur"
disabled
maxlength=
"3"
placeholder=
"请输入Amount Reduced"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -32,7 +32,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"Amount Outstanding"
prop=
"gidgrp.rec.outcur"
>
<c-input
v-model=
"model.gidgrp.rec.outcur"
maxlength=
"3"
placeholder=
"请输入Amount Outstanding"
></c-input>
<c-input
v-model=
"model.gidgrp.rec.outcur"
disabled
maxlength=
"3"
placeholder=
"请输入Amount Outstanding"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -45,7 +45,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"Amount of Charges"
prop=
"trnmod.swiadd.chacur"
>
<c-input
v-model=
"model.trnmod.swiadd.chacur"
maxlength=
"3"
placeholder=
"请输入Amount of Charges"
></c-input>
<c-input
v-model=
"model.trnmod.swiadd.chacur"
disabled
maxlength=
"3"
placeholder=
"请输入Amount of Charges"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Gitcrq/Gitsetp1.vue
View file @
0aa277b9
...
...
@@ -222,7 +222,7 @@
disabled
>
<el-option
v-for=
"item in codes.
gartyp
"
v-for=
"item in codes.
typgar1
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
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