fix:bx大箱标签控制显示

This commit is contained in:
shijing 2025-09-01 09:12:57 +08:00
parent 8624657790
commit e5b80c3c8c
1 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,10 @@
>{{ mioObj.customer_name }}</el-descriptions-item
>
</el-descriptions>
<span v-if="indexArr.length>0" style="font-size: 14px;">大箱标签:</span><el-button type="primary" line v-for="item in indexArr" :key="item" @click="printSaleOut(mioObj,'out',item)">{{ item }}</el-button>
<div v-if="mioObj.type == 'sale_out'&&project_code=='bxerp'">
<span v-if="indexArr.length>0" style="font-size: 14px;">大箱标签</span>
<el-button type="primary" line v-for="item in indexArr" :key="item" @click="printSaleOut(mioObj,'out',item)">{{ item }}</el-button>
</div>
</el-card>
</div>
<div style="height: 8px"></div>