Commit b5f142b7 by huangxin

bttdrv页面修改

parent 2b885f12
...@@ -308,7 +308,7 @@ export default { ...@@ -308,7 +308,7 @@ export default {
"btdgrp.blk.setinsbt":[ "btdgrp.blk.setinsbt":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 1300,message:"长度不能超过1300"}
], ],
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<el-row> <el-row>
<c-col :span="20"> <c-col :span="20">
<el-form-item label="结汇指示交易记录" prop="btdgrp.blk.setinsbt"> <el-form-item label="结汇指示交易记录" prop="btdgrp.blk.setinsbt">
<c-input type="textarea" v-model="model.btdgrp.blk.setinsbt" maxlength="65" show-word-limit placeholder="请输入结汇指示交易记录" ></c-input> <c-input type="textarea" v-model="model.btdgrp.blk.setinsbt" maxlength="1300" show-word-limit placeholder="请输入结汇指示交易记录" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4"> <c-col :span="4">
...@@ -110,9 +110,10 @@ ...@@ -110,9 +110,10 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="单据状态" prop="btdgrp.rec.docsta"> <el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-input v-model="model.btdgrp.rec.docsta" style="width:100%" <c-select v-model="model.btdgrp.rec.docsta" style="width:100%"
:code="codes.docsta2"
placeholder="请选择单据状态" disabled> placeholder="请选择单据状态" disabled>
</c-input> </c-select>
</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