Commit 5e1704a6 by liuxin

待复核已完成支持交易代码检索

parent b27aeed4
......@@ -146,6 +146,7 @@
maxlength="6"
style="width: 95%"
placeholder="请输入Transaction Type "
@keyup.enter.native="showGridPromptDialog('atp.cod')"
></c-input>
</c-col>
<!-- <c-input v-model="model.atpget.sdamod.seainf" style="width:10%" placeholder="i"></c-input> -->
......
......@@ -134,6 +134,7 @@
maxlength="6"
style="width: 95%"
placeholder="请输入Transaction Type "
@keyup.enter.native="showGridPromptDialog('atp.cod')"
></c-input>
</c-col>
<!-- <c-input v-model="model.atpget.sdamod.seainf" style="width:10%" placeholder="i"></c-input> -->
......
......@@ -16,6 +16,11 @@
<!-- </c-content> -->
<!-- </el-tab-pane>
</el-tabs> -->
<c-grid-ety-prompt-dialog
ref="etyDialog"
:promptData="promptData"
v-on:select-ety="selectEty">
</c-grid-ety-prompt-dialog>
</el-form>
</div>
</template>
......
......@@ -16,6 +16,12 @@
<!-- </c-content> -->
<!-- </el-tab-pane>
</el-tabs> -->
<c-grid-ety-prompt-dialog
ref="etyDialog"
:promptData="promptData"
v-on:select-ety="selectEty">
</c-grid-ety-prompt-dialog>
</el-form>
</div>
</template>
......
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