| | |
| | | }) |
| | | const getData = () => { |
| | | request.get(`/order/printOrderProductDetail/${props.orderId}/${selectedValues.value}`).then(res => { |
| | | console.log(res.data) |
| | | data.value= res.data |
| | | productIdData.value=data.value.orderProductDetail |
| | | data.value.orderProductDetail.forEach(item => { |
| | |
| | | <tr class="title-s"> |
| | | <th colspan="2" style="width: 30%;text-align: left;"><span>总重量:{{ grossNum.weight }}</span></th> |
| | | <th colspan="5" style="width: 40%;"> |
| | | <h3 >生产任务单(成品)</h3> |
| | | <h3 >生产任务单({{data.order.orderType}})</h3> |
| | | </th> |
| | | <th colspan="2" style="width: 30%;">订单编号:<span>{{ data.order.orderId }}</span> |
| | | <span v-if="company.companyName==='常州市吉利玻璃有限公司'&& data.order.batch!==''">(原{{ data.order.batch }})</span> |
| | |
| | | <tr> |
| | | <th style="text-align: left;border:none;font-weight: bold;font-size: 17px;" colspan="4"> |
| | | 客户名称:<span>{{ data.order.customerName }}</span></th> |
| | | <th style="text-align: left;border:none;font-weight: bold;font-size: 17px;" colspan="3"> |
| | | <th style="text-align: left;border:none;font-weight: bold;font-size: 17px;" v-if="data.order.batch!==''" colspan="3"> |
| | | 项目名称:<span>{{ data.order.project }}({{data.order.batch}})</span></th> |
| | | <th style="text-align: left;border:none;font-weight: bold;font-size: 17px;" v-else colspan="3"> |
| | | 项目名称:<span>{{ data.order.project }}</span></th> |
| | | <th style="text-align: left;border:none;font-weight: bold;font-size: 17px;" colspan="2"> |
| | | 发货日期:<span>{{ data.order.deliveryDate }}</span></th> |