|
|
@@ -359,6 +359,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="牌号" prop="brandNum" width="80">
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="发货条码" prop="barcodes" :show-overflow-tooltip="true"></el-table-column>
|
|
|
<el-table-column label="供应商" align="center" prop="supplierName" width="120" :show-overflow-tooltip="true">
|
|
|
</el-table-column>
|
|
|
<el-table-column label="供应商代号" align="center" prop="supplierCode" width="120" :show-overflow-tooltip="true">
|
|
|
@@ -1348,7 +1349,7 @@ export default {
|
|
|
});
|
|
|
return measureQuantity;
|
|
|
},
|
|
|
- //多产品明细获取批次号 ys
|
|
|
+ //多产品明细获取批次号 ys
|
|
|
// getBatch(code) {
|
|
|
// let batch=''
|
|
|
// console.log(this.productList,'this.productList')
|