| | |
| | | <div v-if="item.customer_name!==undefined" class="row1" > |
| | | <!--钢化版图序号,钢化版图里的顺序--> |
| | | <!-- <div class="cell" v-if="item.heat_layout_id!==undefined">{{ item.heat_layout_id }}/{{ item.heat_layout_sort }}</div>--> |
| | | <span>{{ item.customer_name }}</span> |
| | | <span style="font-size: 12px;">{{ item.customer_name }}</span> |
| | | <span v-if="company.showDeliveryCreator">{{ item.order_id }}</span> |
| | | <span v-if="!company.showDeliveryCreator">{{ item.process_id }}</span> |
| | | <template v-if="company.showDeliveryCreator"> |