| | |
| | | <script setup> |
| | | /*生产加工单竖版*/ |
| | | import request from "@/utils/request" |
| | | import {computed, onMounted, ref} from "vue" |
| | | import PrintFoot from "@/components/sd/order/PrintFoot.vue" |
| | |
| | | <tr v-if="index===0"> |
| | | <th style="width: 6%;font-weight: bold;">序</th> |
| | | <th style="width: 15%;font-weight: bold;" >楼层编号</th> |
| | | <th style="width: 25%;font-weight: bold;" colspan="3">宽X高</th> |
| | | <th style="width: 20%;font-weight: bold;" colspan="3">宽X高</th> |
| | | <th style="width: 8%;font-weight: bold;">数量</th> |
| | | <th style="width: 12%;font-weight: bold;">面积</th> |
| | | <th style="width: 17%;font-weight: bold;" colspan="2">加工要求</th> |
| | | <th style="width: 22%;font-weight: bold;" colspan="2">加工要求/备注</th> |
| | | </tr> |
| | | |
| | | |
| | |
| | | <td colspan="3" style="font-size: 20px;font-weight: bold;" v-else>{{items.width}}x{{items.height}}</td> |
| | | <td style="font-size: 20px;font-weight: bold;">{{items.quantity}}</td> |
| | | <td style="font-size: 20px;font-weight: bold;">{{items.grossArea.toFixed(2)}}</td> |
| | | <td colspan="2">{{items.processingNote}}</td> |
| | | <td colspan="2">{{items.processingNote}}/{{items.remarks}}</td> |
| | | </tr> |
| | | <tr class="day-in" > |
| | | <td style="font-size: 15px;font-weight: bold;" colspan="5">小计:</td> |