Commit 57d6fa69 by zhengxiaokui

zxk

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