|
@@ -22,6 +22,7 @@
|
|
|
<div class="label">仓库:</div>
|
|
|
<div class="value">{{ item.correspondName }}</div>
|
|
|
</el-col>
|
|
|
+
|
|
|
</el-row>
|
|
|
</div>
|
|
|
|
|
@@ -36,6 +37,7 @@
|
|
|
<el-col :span="3">存货名称</el-col>
|
|
|
<el-col :span="6">规格型号</el-col>
|
|
|
<el-col :span="2">数量</el-col>
|
|
|
+ <el-col :span="2">订单备注</el-col>
|
|
|
<el-col :span="2">备注说明</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
@@ -50,6 +52,7 @@
|
|
|
<el-col :span="3">{{ it.materialName }}</el-col>
|
|
|
<el-col :span="6">{{ it.specification }}</el-col>
|
|
|
<el-col :span="2">{{ it.refundableQty }}</el-col>
|
|
|
+ <el-col :span="2">{{ it.headerRemark }}</el-col>
|
|
|
<el-col :span="2">{{ it.pjxh1Text }}</el-col>
|
|
|
</el-row>
|
|
|
</div>
|