Commit c5ef2530 by panziyi

brtset修改

parent be8386a0
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
<c-input <c-input
v-model="model.aamset.utlamt" v-model="model.aamset.utlamt"
placeholder="请输入金额" placeholder="请输入金额"
disabled
@keyup.enter.native="$event.target.blur()" @keyup.enter.native="$event.target.blur()"
@blur="eventFunction('aamset.utlamt')" @blur="eventFunction('aamset.utlamt')"
></c-input> ></c-input>
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
<c-input <c-input
v-model="model.aamset.utlamt2" v-model="model.aamset.utlamt2"
placeholder="请输入金额" placeholder="请输入金额"
disabled
@change="eventFunction('aamset.utlamt2')" @change="eventFunction('aamset.utlamt2')"
></c-input> ></c-input>
</el-form-item> </el-form-item>
...@@ -343,9 +343,10 @@ ...@@ -343,9 +343,10 @@
label-width="120px" label-width="120px"
style="float: left" style="float: left"
> >
<c-checkbox :disabled="this.model.trnmod.cmtflg==''" v-model="model.mtabut.clsflg" true-label="C" <c-checkbox disabled v-model="model.mtabut.clsflg" true-label="C"
>闭卷标识</c-checkbox >闭卷标识</c-checkbox
> >
<!--:disabled="this.model.trnmod.cmtflg==''" -->
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
......
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