|
@@ -257,12 +257,6 @@ export default {
|
|
//cg.viewBudget
|
|
//cg.viewBudget
|
|
//cg.viewSpareMoney
|
|
//cg.viewSpareMoney
|
|
// this.getVesselData();
|
|
// this.getVesselData();
|
|
- this.loaddata()
|
|
|
|
- this.showType = this.isShow
|
|
|
|
- console.log(this.deptBudgetList)
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
- mounted() {
|
|
|
|
this.deptBudgetList.baseId = this.$route.query.baseId
|
|
this.deptBudgetList.baseId = this.$route.query.baseId
|
|
this.deptBudgetList.positionId = this.$route.query.positionId
|
|
this.deptBudgetList.positionId = this.$route.query.positionId
|
|
this.deptBudgetList.warehouseName = this.$route.query.warehouseName
|
|
this.deptBudgetList.warehouseName = this.$route.query.warehouseName
|
|
@@ -271,12 +265,9 @@ export default {
|
|
this.deptBudgetList1.binNumber = this.deptBudgetList.binNumber
|
|
this.deptBudgetList1.binNumber = this.deptBudgetList.binNumber
|
|
this.deptBudgetList1.baseId = this.$route.query.baseId
|
|
this.deptBudgetList1.baseId = this.$route.query.baseId
|
|
this.deptBudgetList1.positionId = this.deptBudgetList.positionId
|
|
this.deptBudgetList1.positionId = this.deptBudgetList.positionId
|
|
- this.loaddata()
|
|
|
|
- // 货名
|
|
|
|
- // this.deptBudgetList.inventoryRatio=((deptBudgetList.cumulativeStockIn-deptBudgetList.cumulativeStockOut)-deptBudgetList.physicalInventory)/(deptBudgetList.cumulativeStockIn-deptBudgetList.physicalInventory)*100
|
|
|
|
- // this.deptBudgetList.ioss=(deptBudgetList.cumulativeStockIn-deptBudgetList.cumulativeStockOut)-deptBudgetList.physicalInventory
|
|
|
|
- // this.deptBudgetList1.goodsNameKey=this.deptBudgetList.goodsNameKey
|
|
|
|
- // this.getList()
|
|
|
|
|
|
+ this.loaddata()
|
|
|
|
+ this.showType = this.isShow
|
|
|
|
+ console.log(this.deptBudgetList)
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
//返回按钮
|
|
//返回按钮
|