Commit 57d6fa69 by zhengxiaokui

zxk

parent 5853c730
<template>
<div class="eibs-tab">
<c-col :span="24">
<c-col v-if="!noRef" :span="24">
<el-form-item
:label="`${argadr.title}参考号`"
:prop="`${argadr.grp}.${argadr.rol}.pts.ref`"
......@@ -14,7 +14,7 @@
<c-col :span="18">
<el-form-item
label="Extkey"
:label="`${argadr.title}编号`"
:prop="`${argadr.grp}.${argadr.rol}.pts.extkey`"
>
<c-input
......@@ -41,6 +41,7 @@
</el-form-item>
</c-col>
<template v-if="!onlySearch">
<c-col v-if="isAdrblk" :span="24">
<el-form-item
label="名称地址"
......@@ -83,6 +84,7 @@
</el-form-item>
</c-col>
</template>
</template>
</div>
</template>
<script>
......@@ -119,6 +121,16 @@ export default {
type: Boolean,
default: true,
},
onlySearch: {
//是否只展示extkey
type: Boolean,
default: false,
},
noRef: {
//无需参考号
type: Boolean,
default: false,
},
},
data() {
return {
......
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