|
|
@@ -31,15 +31,15 @@
|
|
|
<table style="width: 100%; border-collapse: collapse; margin-bottom: 20px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th style="border: 1px solid #000; padding: 8px; text-align: center;" width="50px;">序号</th>
|
|
|
- <th style="border: 1px solid #000; padding: 8px; text-align: center;">型号</th>
|
|
|
- <th style="border: 1px solid #000; padding: 8px; text-align: center; width: 160px;">零件名</th>
|
|
|
- <th style="border: 1px solid #000; padding: 8px; text-align: center;">单位</th>
|
|
|
- <th style="border: 1px solid #000; padding: 8px; text-align: center;">送货数量</th>
|
|
|
- <th style="border: 1px solid #000; padding: 8px; text-align: center;">验收数量</th>
|
|
|
- <th style="border: 1px solid #000; padding: 8px; text-align: center;">备注</th>
|
|
|
- <th style="border: 1px solid #000; padding: 8px; text-align: center;">订单号</th>
|
|
|
- <th style="border: 1px solid #000; padding: 8px; text-align: center;">加工工艺</th>
|
|
|
+ <th style="border: 1px solid #000; padding: 8px; text-align: center; width: 40px;">序号</th>
|
|
|
+ <th style="border: 1px solid #000; padding: 8px; text-align: center; width: 15%;">型号</th>
|
|
|
+ <th style="border: 1px solid #000; padding: 8px; text-align: center; width: 20%;">零件名</th>
|
|
|
+ <th style="border: 1px solid #000; padding: 8px; text-align: center; width: 8%;">单位</th>
|
|
|
+ <th style="border: 1px solid #000; padding: 8px; text-align: center; width: 8%;">送货数量</th>
|
|
|
+ <th style="border: 1px solid #000; padding: 8px; text-align: center; width: 8%;">验收数量</th>
|
|
|
+ <th style="border: 1px solid #000; padding: 8px; text-align: center; width: 10%;">备注</th>
|
|
|
+ <th style="border: 1px solid #000; padding: 8px; text-align: center; width: 12%;">订单号</th>
|
|
|
+ <th style="border: 1px solid #000; padding: 8px; text-align: center; width: 12%;">加工工艺</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
@@ -68,7 +68,7 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
- <div style="display: flex; margin-top: 20px; width: 100%;">
|
|
|
+ <div style="display: flex; width: 100%;">
|
|
|
<div style="flex: 1;">发货人:{{ infoData.allotName || '' }}</div>
|
|
|
<div style="flex: 1;">送货人:</div>
|
|
|
<div style="flex: 1;">收货人:</div>
|
|
|
@@ -146,11 +146,11 @@ export default {
|
|
|
this.detailList = res.map((item) => {
|
|
|
return {
|
|
|
...item,
|
|
|
- categoryCode: this.infoData.categoryCode,
|
|
|
- categoryName: this.infoData.categoryName,
|
|
|
- brandNum: this.infoData.brandNum,
|
|
|
- categoryModel: this.infoData.model,
|
|
|
- specification: this.infoData.specification
|
|
|
+ // categoryCode: this.infoData.categoryCode,
|
|
|
+ // categoryName: this.infoData.categoryName,
|
|
|
+ // brandNum: this.infoData.brandNum,
|
|
|
+ // categoryModel: this.infoData.model,
|
|
|
+ // specification: this.infoData.specification
|
|
|
};
|
|
|
});
|
|
|
console.log('infoData', this.infoData)
|