|
@@ -14,6 +14,7 @@
|
|
|
:baseInfo="baseInfo"
|
|
:baseInfo="baseInfo"
|
|
|
:baseParams="baseParams"
|
|
:baseParams="baseParams"
|
|
|
:stockList="stockList"
|
|
:stockList="stockList"
|
|
|
|
|
+ ref="WarehouseDetailRef"
|
|
|
></WarehouseDetail>
|
|
></WarehouseDetail>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="批次明细" name="pcmx">
|
|
<el-tab-pane label="批次明细" name="pcmx">
|
|
@@ -124,20 +125,15 @@
|
|
|
const res = await outin.getBasicInformation(row.id);
|
|
const res = await outin.getBasicInformation(row.id);
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
console.log(res);
|
|
console.log(res);
|
|
|
- this.$refs.baseInfoRef.getDetailInfoAugr(res.category);
|
|
|
|
|
|
|
+ this.$refs.baseInfoRef.getDetailInfoAugr(res); //基本信息
|
|
|
// this.$refs.warehouseConfigRef.getDetailInfoAugr(res.categoryWms);
|
|
// this.$refs.warehouseConfigRef.getDetailInfoAugr(res.categoryWms);
|
|
|
});
|
|
});
|
|
|
- const rep = await ledgerdetailPage({
|
|
|
|
|
|
|
+ const rep = await outin.getInventoryDetails({
|
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
|
- size: -1,
|
|
|
|
|
- ledgerId: row.id
|
|
|
|
|
|
|
+ size: -1
|
|
|
});
|
|
});
|
|
|
|
|
+ console.log('===', rep);
|
|
|
this.stockList = rep.list;
|
|
this.stockList = rep.list;
|
|
|
- // const ledger = await ledgerPage({
|
|
|
|
|
- // pageNum: 1,
|
|
|
|
|
- // size: -1,
|
|
|
|
|
- // inLedgerId: row.id
|
|
|
|
|
- // });
|
|
|
|
|
},
|
|
},
|
|
|
handleCellClick(row) {
|
|
handleCellClick(row) {
|
|
|
this.$refs.batchDetailRef.open(this.activeName, {
|
|
this.$refs.batchDetailRef.open(this.activeName, {
|