| | |
| | | <!--钢化版图序号,钢化版图里的顺序--> |
| | | <!-- <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>{{ item.order_id }}</span> |
| | | <span v-if="company.showDeliveryCreator">{{ item.order_id }}</span> |
| | | <span v-if="!company.showDeliveryCreator">{{ item.process_id }}</span> |
| | | <template v-if="company.showDeliveryCreator"> |
| | | <span v-if="item.process.includes('夹胶')||item.process.includes('夹层')">胶片</span> |
| | | <span v-else-if="item.process.includes('中空')">中空</span> |
| | | <span v-else-if="item.process.includes('百叶')">百叶</span> |
| | | <span v-else></span> |
| | | </template> |
| | | <template v-if="!company.showDeliveryCreator"> |
| | | <span>{{ item.process_id.substring(10) }}</span> |
| | | </template> |
| | | |
| | | <!--stock_id 版图--> |
| | |
| | | <div v-if="item.customer_name!==undefined" class="row6"> |
| | | <span>{{item.glass_child}}</span> |
| | | <span v-if="company.showDeliveryCreator" style="font-size: 10pt" >{{item.processing_note}}</span> |
| | | <span v-else style="font-size: 6pt">{{item.processing_note}}</span> |
| | | <span v-else style="font-size: 6pt"></span> |
| | | |
| | | <br v-if="!company.showDeliveryCreator" /> |
| | | <span v-if="!company.showDeliveryCreator" style="font-size: 6pt;margin-top: -10px">{{item.product_name}}</span> |