Commit 83c861f1 authored by youjie's avatar youjie

no message

parent d378cb3a
...@@ -55,8 +55,19 @@ ...@@ -55,8 +55,19 @@
</div> </div>
</template> </template>
<template v-else-if="type==='1'&&(Merge==='0'||Merge===null)"> <template v-else-if="type==='1'&&(Merge==='0'||Merge===null)">
<div class="SetDiv">
<el-select size="mini" v-model="titleName" placeholder="请选择抬头名称"
style="width: 150px;">
<el-option
v-for="item in optionsList"
:key="item.value"
:label="item.Name"
:value="item.value">
</el-option>
</el-select>
</div>
<div class="_border_1" v-for="(item,index) in loopNumN"> <div class="_border_1" v-for="(item,index) in loopNumN">
<my-RVB-Bill v-on:helloPP="numAdd" :Num="num" :ID="id" :width="widthSon" :isPrintPage="true" :OrderSource="OrderSource" :color="colorSon" :name='index+1'></my-RVB-Bill> <my-RVB-Bill v-on:helloPP="numAdd" :Num="num" :ID="id" :width="widthSon" :isPrintPage="true" :OrderSource="OrderSource" :color="colorSon" :name='index+1' :titleName="titleName"></my-RVB-Bill>
</div> </div>
</template> </template>
<template v-if="type==='7'&&(Merge==='0'||Merge===null)"> <template v-if="type==='7'&&(Merge==='0'||Merge===null)">
......
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