| | |
| | | <div style="width: 15%">产品描述:</div> |
| | | <div style="width: 85%">{{ items.ItemDesc }}</div> |
| | | </div> |
| | | <div style="display: flex; flex-direction: row; height: 20px; margin: 15px 20px 2px;font-size: 12px;"> |
| | | <div style="display: flex; flex-direction: row; height: 20px; margin: 25px 20px 2px;font-size: 12px;"> |
| | | <div style="width: 15%">工艺路线:</div> |
| | | <div style="width: 85%">{{ items.RouteStr }}</div> |
| | | </div> |
| | |
| | | {{ }} |
| | | </td> |
| | | </tr> |
| | | <tr v-if="index == Number(curPrintInfo?.length) - 1 && items.Items.length < 11" v-for="n in (11-items.Items.length)" :key="n"> |
| | | <tr v-if="Number(curPrintInfo?.length) >1 && index == Number(curPrintInfo?.length) - 1 && items.Items.length < 11" v-for="n in (11-items.Items.length)" :key="n"> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | </tr> |
| | | <tr v-if="index == Number(curPrintInfo?.length) - 1 && items.Items.length <= 11"> |
| | | <tr v-if="Number(curPrintInfo?.length) ==1 && index == Number(curPrintInfo?.length) - 1 && items.Items.length < 11" v-for="n in (9-items.Items.length)" :key="n"> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | <td class="instore_td2"> </td> |
| | | </tr> |
| | | <!-- <tr v-if="index == Number(curPrintInfo?.length) - 1 && items.Items.length <= 11"> --> |
| | | <tr> |
| | | <td colspan="5" style="height:70px; font-size: 12px;vertical-align: top;">生产订单备注:{{ items.MoRemark }}</td> |
| | | <td colspan="5" style="height:70px; font-size: 12px;vertical-align: top;">销售订单备注:{{ items.SoRemark }}</td> |
| | | </tr> |