Commit 15a8fdc1 by wangren

litsel 交易优化

parent ab2ef113
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
v-model="model.lidgrp.rec.ownref" v-model="model.lidgrp.rec.ownref"
maxlength="16" maxlength="16"
style="width: 100%" style="width: 100%"
@keyup.enter.native="showGridPromptDialog('lidgrp.rec.ownref')"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -42,7 +43,9 @@ ...@@ -42,7 +43,9 @@
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Document Reference" prop="brdgrp.rec.ownref"> <c-form-item label="Document Reference" prop="brdgrp.rec.ownref">
<c-fullbox> <c-fullbox>
<c-input v-model="model.brdgrp.rec.ownref" maxlength="16"></c-input> <c-input v-model="model.brdgrp.rec.ownref" maxlength="16"
@keyup.enter.native="showGridPromptDialog('brdgrp.rec.ownref')"
></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"
...@@ -64,7 +67,9 @@ ...@@ -64,7 +67,9 @@
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Finance Reference" prop="trdgrp.rec.ownref"> <c-form-item label="Finance Reference" prop="trdgrp.rec.ownref">
<c-fullbox> <c-fullbox>
<c-input v-model="model.trdgrp.rec.ownref" maxlength="16"></c-input> <c-input v-model="model.trdgrp.rec.ownref" maxlength="16"
@keyup.enter.native="showGridPromptDialog('trdgrp.rec.ownref')"
></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"
...@@ -542,7 +547,7 @@ ...@@ -542,7 +547,7 @@
</el-col> </el-col>
<!-- 右 --> <!-- 右 -->
<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="lidgrp.rec.nam">
<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