From 1328040419e281c2d3418f27758c26adc14dab87 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期二, 20 八月 2024 16:04:30 +0800 Subject: [PATCH] 恢复代码 --- UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue b/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue index 49419f2..9e204b5 100644 --- a/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue +++ b/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue @@ -102,12 +102,18 @@ <template> <!-- <el-button id="printButton" @click="printFlowCard();">鎵撳嵃</el-button> --> <div id="printFlowCard" > - <template v-for="(item,id) in lastList"> + <template v-for="(item,index) in lastList"> <div id="entirety" > - <div style="position: absolute;font-weight: bold;margin-left: 5px;" v-if="item.tempering_layout_id!=null">{{ item.tempering_layout_id }}/{{ item.tempering_feed_sequence }}</div> + <div class="row1"> + <div style="position: absolute;font-weight: bold;margin-left: 5px;" v-if="item.tempering_layout_id!=null">{{ item.tempering_layout_id }}/{{ item.tempering_feed_sequence }}</div> <span>{{ item.customer_name }}</span> <span>{{ item.order_id }}</span> + <span v-if="item.process.includes('澶硅兌')">鑳剁墖</span> + <span v-else-if="item.process.includes('涓┖')">涓┖</span> +<span v-else-if="item.process.includes('鐧惧彾')">鐧惧彾</span> +<span v-else></span> + <div style="position: absolute;font-weight: bold;margin-left: 210px;margin-top: -26px;" >{{ index+1 }}</div> </div> <div class="row2"> <span>{{ item.project }}</span> @@ -120,7 +126,7 @@ <span>{{ item.processing_note }}</span> </div> </div> - <div style="width: 20px" v-if="id%2===0"></div> + <div style="width: 20px" v-if="index%2===0"></div> </template> </div> -- Gitblit v1.8.0