|
@@ -32,10 +32,11 @@
|
|
|
<el-col :span="2">发货单号</el-col>
|
|
|
<el-col :span="2">发货日期</el-col>
|
|
|
<el-col :span="2">订单号</el-col>
|
|
|
- <el-col :span="2">工程编号</el-col>
|
|
|
+ <!-- <el-col :span="2">工程编号</el-col> -->
|
|
|
<el-col :span="4">存货名称</el-col>
|
|
|
- <el-col :span="8">规格型号</el-col>
|
|
|
+ <el-col :span="6">规格型号</el-col>
|
|
|
<el-col :span="2">数量</el-col>
|
|
|
+ <el-col :span="2">备注说明</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
<div class="body">
|
|
@@ -44,11 +45,12 @@
|
|
|
<el-col :span="2">{{ it.salesId }}</el-col>
|
|
|
<el-col :span="2">{{ it.invoiceId }}</el-col>
|
|
|
<el-col :span="2">{{ it.id ? dateToDayFilter(item.orderTime) : '' }}</el-col>
|
|
|
- <el-col :span="2">{{ it.mainOrderId }}</el-col>
|
|
|
- <el-col :span="2">{{ it.refEnginRecordNo }}</el-col>
|
|
|
+ <el-col :span="2">{{ it.orderId }}</el-col>
|
|
|
+ <!-- <el-col :span="2">{{ it.refEnginRecordNo }}</el-col> -->
|
|
|
<el-col :span="4">{{ it.materialName }}</el-col>
|
|
|
- <el-col :span="8">{{ it.specification }}</el-col>
|
|
|
+ <el-col :span="6">{{ it.specification }}</el-col>
|
|
|
<el-col :span="2">{{ it.refundableQty }}</el-col>
|
|
|
+ <el-col :span="2">{{ it.pjxh1Text }}</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -147,7 +149,7 @@ export default {
|
|
|
console.log(showData);
|
|
|
return showData;
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
nowDate() {
|
|
|
var date = new Date();
|
|
|
var seperator1 = "-";
|
|
@@ -307,4 +309,4 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-</style>
|
|
|
+</style>
|