Commit 14c878c4 by jianglong

修改INFBRD,添加SG REF(提货担保编号)查询功能

parent d8be4d99
......@@ -13,6 +13,10 @@
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="Opening between" prop="infcon.opndatfrom">
<c-col :span="11">
......@@ -48,6 +52,19 @@
</c-col>
</c-row>
<c-row>
<c-col :span="8">
<el-form-item label="SG Reference" prop="infcon.seashgref">
<c-input
v-model="model.infcon.seashgref"
maxlength="16"
placeholder="请输入SG Reference"
></c-input>
</el-form-item>
</c-col>
</c-row>
<c-row v-show="searchSlot.searchToggle">
<c-row>
<c-col :span="8">
......
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