Commit 4528d2c4 by wangren

litsel 交易修正

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