Commit 09de27a7 by wangren

litsel交易修正

parent ebb8d672
......@@ -3,13 +3,13 @@
<!-- 左 -->
<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
......@@ -549,9 +549,9 @@
<!-- 右 -->
<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"
v-model="model.lidget.lid.nam"
maxlength="40"
disabled
style="width: 100%"
......
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