|
|
@@ -33,7 +33,7 @@
|
|
|
<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>
|
|
|
@@ -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)
|