Commit 0aa277b9 by panziyi

getcan页面状态修改

parent a791c24d
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Amount Reduced" prop="gidgrp.rec.redcur"> <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> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Amount Outstanding" prop="gidgrp.rec.outcur"> <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> </el-form-item>
</c-col> </c-col>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Amount of Charges" prop="trnmod.swiadd.chacur"> <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> </el-form-item>
</c-col> </c-col>
......
...@@ -223,12 +223,13 @@ ...@@ -223,12 +223,13 @@
</c-col> </c-col>
<c-col :span="24"> <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 <c-select
disabled
v-model="model.gidgrp.rec.gartyp" v-model="model.gidgrp.rec.gartyp"
style="width: 100%" style="width: 100%"
placeholder="农民工工资保函" placeholder="请选择type of Undertaking"
disabled :code="codes.typgar2"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
......
...@@ -315,17 +315,18 @@ ...@@ -315,17 +315,18 @@
style="width: 100%" style="width: 100%"
placeholder="请选择Authentication" placeholder="请选择Authentication"
:code="codes.autflg" :code="codes.autflg"
:disabled="this.type" :disabled="model.gidgrp.rec.purcan != 'RR'"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </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-col :span="24" :offset="6">
<c-checkbox <c-checkbox
disabled disabled
v-model="model.mtabut.clsflgp" checked
v-model="model.mtabut.clsflgp"
style=" style="
margin-left: 15px; margin-left: 15px;
height: 32px; height: 32px;
...@@ -488,16 +489,17 @@ export default { ...@@ -488,16 +489,17 @@ export default {
mixins: [commonProcess], mixins: [commonProcess],
data() { data() {
return {}; return {};
}, },
methods: { methods: {
...Event, ...Event,
change() { change() {
if (this.model.gidgrp.rec.purcan == "RR") { if (this.model.gidgrp.rec.purcan != "RR") {
this.model.mtabut.clsflgp = ""
this.type=false
} else {
this.model.mtabut.clsflgp = "X" this.model.mtabut.clsflgp = "X"
this.type=true
} else {
this.model.mtabut.clsflgp = ""
} }
}, },
}, },
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Amount Reduced" prop="gidgrp.rec.redcur"> <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> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Amount Outstanding" prop="gidgrp.rec.outcur"> <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> </el-form-item>
</c-col> </c-col>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Amount of Charges" prop="trnmod.swiadd.chacur"> <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> </el-form-item>
</c-col> </c-col>
......
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
disabled disabled
> >
<el-option <el-option
v-for="item in codes.gartyp" v-for="item in codes.typgar1"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :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