Commit 0aa277b9 by panziyi

getcan页面状态修改

parent a791c24d
......@@ -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>
......
......@@ -223,12 +223,13 @@
</c-col>
<c-col :span="24">
<el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
<el-form-item label="type 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>
......
......@@ -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.clsflgp-->
<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 = ""
}
},
},
......
......@@ -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>
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment