Commit e32328fb by lianyang

ditopn详细信息页手输运输方式框字数调整

parent cd735149
...@@ -313,7 +313,7 @@ export default { ...@@ -313,7 +313,7 @@ export default {
"didgrp.rec.sdsrfs": [ "didgrp.rec.sdsrfs": [
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
{ max: 140, message: "长度不能超过140" } { max: 20, message: "长度不能超过20" }
], ],
"didgrp.rec.shpto": [ "didgrp.rec.shpto": [
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
......
...@@ -77,21 +77,21 @@ ...@@ -77,21 +77,21 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.didgrp.rec.mytype == 'H'" label="手输运输方式" prop="didgrp.rec.sdsrfs"> <el-form-item v-if="model.didgrp.rec.mytype == 'H'||model.didgrp.rec.mytype == ''" label="手输运输方式" prop="didgrp.rec.sdsrfs">
<c-input type="textarea" v-model="model.didgrp.rec.sdsrfs" :disabled="this.mytypeFlag" <c-input type="textarea" v-model="model.didgrp.rec.sdsrfs" :disabled="model.didgrp.rec.mytype != 'F'&& model.didgrp.rec.tratyp != '08'"
maxlength="140" show-word-limit placeholder="请输入"></c-input> maxlength="20" show-word-limit placeholder="请输入"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.didgrp.rec.mytype == 'F'" label="服务提供方式" prop="didgrp.rec.sdsrfs"> <el-form-item v-if="model.didgrp.rec.mytype == 'F'" label="服务提供方式" prop="didgrp.rec.sdsrfs">
<c-input type="textarea" v-model="model.didgrp.rec.sdsrfs" maxlength="140" show-word-limit <c-input type="textarea" v-model="model.didgrp.rec.sdsrfs" maxlength="20" show-word-limit
placeholder="请输入"></c-input> placeholder="请输入" :disabled="model.didgrp.rec.mytype != 'F'&& model.didgrp.rec.tratyp != '08'"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.didgrp.rec.mytype == '3'" label="手输运输方式/服务提供方式" prop="didgrp.rec.sdsrfs"> <el-form-item v-if="model.didgrp.rec.mytype == '3'" label="手输运输方式/服务提供方式" prop="didgrp.rec.sdsrfs">
<c-input type="textarea" v-model="model.didgrp.rec.sdsrfs" :disabled="this.mytypeFlag" <c-input type="textarea" v-model="model.didgrp.rec.sdsrfs" :disabled="model.didgrp.rec.mytype != 'F'&& model.didgrp.rec.tratyp != '08'"
maxlength="140" show-word-limit placeholder="请输入"></c-input> maxlength="20" show-word-limit placeholder="请输入" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -209,7 +209,6 @@ export default { ...@@ -209,7 +209,6 @@ export default {
data() { data() {
return { return {
flag: false, flag: false,
mytypeFlag: true,
} }
}, },
methods: { methods: {
......
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
title: '受益人', title: '受益人',
grp: 'didgrp', grp: 'didgrp',
rol: 'ben', rol: 'ben',
}" :disabled="true" :isAdrblk="false" @onSeainf="onSeainf" @onAplpDet="onBenpDet"> }" :disabled="false" :isAdrblk="false" @onSeainf="onSeainf" @onAplpDet="onBenpDet">
</c-ptap> </c-ptap>
</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