Commit fbb9f904 by hulei

fix bugs

parent eab0cf84
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
v-model="model.didgrp.rec.ownref" v-model="model.didgrp.rec.ownref"
maxlength="16" maxlength="16"
placeholder="请输入信用证参考号" placeholder="请输入信用证参考号"
style="width:160px"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -64,7 +63,6 @@ ...@@ -64,7 +63,6 @@
<el-form-item label="单据参考号" prop="bddgrp.rec.ownref"> <el-form-item label="单据参考号" prop="bddgrp.rec.ownref">
<c-input <c-input
v-model="model.bddgrp.rec.ownref" v-model="model.bddgrp.rec.ownref"
style="width: 160px"
maxlength="16" maxlength="16"
placeholder="请输入单据参考号" placeholder="请输入单据参考号"
></c-input> ></c-input>
......
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