Commit 4528d2c4 by wangren

litsel 交易修正

parent ae7deba8
......@@ -3,20 +3,20 @@
<!-- 左 -->
<el-col :span="11">
<c-col :span="24">
<c-form-item label="L/C Reference" prop="lidgrp.rec.ownref">
<c-form-item label="L/C Reference" prop="lidget.lid.ownref">
<c-fullbox>
<c-input
v-model="model.lidgrp.rec.ownref"
v-model="model.lidget.lid.ownref"
maxlength="16"
style="width: 100%"
@keyup.enter.native="showGridPromptDialog('lidgrp.rec.ownref')"
@keyup.enter.native="showGridPromptDialog('lidget.lid.ownref')"
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf('lidget.sdamod.seainf')"
@click=""
>
<span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button>
......@@ -549,7 +549,7 @@
<!-- 右 -->
<el-col :span="11" :offset="1">
<c-col :span="24">
<c-form-item label="Name " prop="lidgrp.rec.nam">
<c-form-item label="Name " prop="lidget.lid.nam">
<c-input
v-model="model.lidgrp.rec.nam"
maxlength="40"
......
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