| | |
| | | <el-button id="printButton" @click="printFlowCard();">{{ $t('basicData.print') }}</el-button> |
| | | <el-input v-if="!company.showDeliveryCreator" v-model="remarks" style="background-color: transparent;border: none;margin-top: -20px;width: 100px"/> |
| | | <div id="printFlowCard" > |
| | | <!-- 半成品标签--> |
| | | <div v-if="type!=='3'" id="entirety" v-for="(item,id) in labelList" > |
| | | |
| | | <div 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>{{ item.order_id }}</span> |
| | |
| | | <span v-else-if="item.process.includes('中空')">中空</span> |
| | | <span v-else-if="item.process.includes('百叶')">百叶</span> |
| | | <span v-else></span> |
| | | <!--stock_id 版图--> |
| | | <div class="cell1" v-if="item.stock_id!=undefined">{{ item.stock_id }}</div> |
| | | |
| | | </div> |
| | |
| | | |
| | | |
| | | |
| | | |
| | | <!--成品名称--> |
| | | <template v-if="type==='3'" v-for="(item,id) in labelList"> |
| | | <div v-if="type==='3'" id="entirety" v-for="n in item.quantity" > |
| | | |