Commit be1385e6 by tianxinyu

botcan页面修改

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