Commit d663bd9f authored by youjie's avatar youjie

凭证单据

parent 2a7927a0
...@@ -67,10 +67,12 @@ ...@@ -67,10 +67,12 @@
</div> </div>
</template> </template>
<template v-if="type==='7'&&(Merge==='0'||Merge===null)"> <template v-if="type==='7'&&(Merge==='0'||Merge===null)">
<div class="_border_1" v-for="(item,index) in loopNumT"> <template v-for="(item,index) in loopNumT">
<my-GZ-Bill :ID="id" :width="widthSon" :isPrintPage="true" :color="colorSon" :OrderSource="OrderSource" <div v-if="index==1" class="_border_1">
:name='index+1'></my-GZ-Bill> <my-GZ-Bill :ID="id" :width="widthSon" :isPrintPage="true" :color="colorSon" :OrderSource="OrderSource"
</div> :name='index+1'></my-GZ-Bill>
</div>
</template>
</template> </template>
<template v-if="(Merge==='1' && hedan==2)"> <template v-if="(Merge==='1' && hedan==2)">
<div class="SetDiv"> <div class="SetDiv">
......
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