Commit be1385e6 by tianxinyu

botcan页面修改

parent 9ea124db
......@@ -3,6 +3,7 @@
<!-- =================顶部====================== -->
<c-col :span="24">
<c-col :span="12" style="padding-right:20px;">
<c-col :span="21">
<el-form-item label="托收业务编号" prop="bodgrp.rec.ownref">
<c-input
disabled
......@@ -12,7 +13,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-col :span="3">
<el-form-item label="" label-width="20px">
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
......@@ -23,13 +24,15 @@
</c-button>
</el-form-item>
</c-col>
</c-col>
<c-col :span="12" style="padding-left:20px;">
<el-form-item label="简略信息" prop="bodgrp.rec.nam">
<c-input
disabled
v-model="model.bodgrp.rec.nam"
maxlength="40"
style="width:88%"
style="width:100%"
placeholder="请输入简略信息"
></c-input>
</el-form-item>
......@@ -211,7 +214,7 @@
</c-col>
<!-- ====================右边======================= -->
<c-col :span="11" :offset="1">
<c-col :span="12" style="padding-left:20px;">
<c-col :span="24">
<el-form-item label="收款人参考号" prop="bodgrp.drr.pts.ref">
<c-input
......@@ -285,7 +288,7 @@
<c-row>
<c-col :span="11">
<c-col :span="12" style="padding-right:20px;">
<c-col :span="24">
<el-form-item label="描述" prop="strinf">
<c-input
......@@ -302,7 +305,7 @@
<!-- 右边 -->
<c-col :span="12" style="padding-left:20px;">
<c-col :span="24">
<el-form-item label="" prop="sndmsg">
<el-form-item label="" prop="sndmsg" >
<c-checkbox v-model="model.sndmsg">发送消息</c-checkbox>
</el-form-item>
</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