north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi2.vue
@@ -112,10 +112,10 @@ <div class="row2"> <span>{{item.project}}</span> <span>{{ item.building_number }}</span> <span v-if="item.bend_radius!=null">R={{item.bend_radius}}</span> </div> <div class="row3" v-if="item.other_columns!=null&&(JSON.parse(item.other_columns).S02!=null)">{{JSON.parse(item.other_columns).S02}}={{item.quantity}}</div> <div class="row3" v-else-if="item.bend_radius!=null">{{item.width}}*{{item.height}}=R/{{item.bend_radius}}</div> <div class="row3" v-else>{{item.width}}*{{item.height}}={{item.quantity}}</div> <div class="row3" v-else>{{Math.round(item.width)}}*{{Math.round(item.height)}}={{item.quantity}}</div> <div class="row5"> <span>{{item.glass_child}}</span> <span>{{item.processing_note}}</span> north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel.vue
@@ -136,11 +136,11 @@ </div> <div class="row3" v-if="item.other_columns!=null&&(JSON.parse(item.other_columns).S02!=null)">{{JSON.parse(item.other_columns).S02}}={{item.quantity}}</div> <div class="row3" v-else-if="item.bend_radius!=null">{{item.width}}*{{item.height}}=R/{{item.bend_radius}}</div> <div class="row3" v-else>{{item.width}}*{{item.height}}={{item.quantity}}</div> <div class="row3" v-else>{{Math.round(item.width)}}*{{Math.round(item.height)}}={{item.quantity}}</div> <div class="row5"> <span>{{item.project}}</span> <span>{{ item.building_number }}</span> <span v-if="item.bend_radius!=null">R={{item.bend_radius}}</span> </div> <div class="row6"> <span>{{item.glass_child}}</span>