|
@@ -30,8 +30,8 @@
|
|
|
src="../../../public/img/cangku.png"
|
|
|
alt=""
|
|
|
/>
|
|
|
- <span style="color: #323233">{{ deptBudgetList.warehouseName }}库</span>
|
|
|
- <span class="ware">{{ binNumber }}仓位(容量{{ capacity }}吨)</span>
|
|
|
+ <span style="color: #323233">{{ deptBudgetList.warehouseName }}</span>
|
|
|
+ <span class="ware">{{binNumber}}仓位(容量{{capacity}}吨)</span>
|
|
|
</h2>
|
|
|
<p
|
|
|
style="
|
|
@@ -41,7 +41,7 @@
|
|
|
width: 245px;
|
|
|
"
|
|
|
>
|
|
|
- 备注:{{ remark }}
|
|
|
+ 备注:{{remark }}
|
|
|
</p>
|
|
|
|
|
|
<ws-form ref="deptBudgetList" :model="deptBudgetList">
|
|
@@ -295,6 +295,7 @@ export default {
|
|
|
submitType: true,
|
|
|
selectpackingMethod: {},
|
|
|
size: 10,
|
|
|
+ deptBudgetList1: {},
|
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
|
deptCircularPage: {},
|
|
|
packtypeList: {},
|
|
@@ -317,14 +318,14 @@ export default {
|
|
|
accessoryTFs: false,
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
activated() {
|
|
|
this.deptBudgetList.baseId = this.$route.query.baseId
|
|
|
this.deptBudgetList.positionId = this.$route.query.positionId
|
|
|
this.deptBudgetList.warehouseName = this.$route.query.warehouseName
|
|
|
- this.remark = this.$route.params.remark
|
|
|
- this.binNumber = this.$route.params.binNumber
|
|
|
- this.capacity = this.$route.params.capacity
|
|
|
- console.log(111)
|
|
|
+ this.remark = this.$route.query.remark
|
|
|
+ this.binNumber = this.$route.query.binNumber
|
|
|
+ this.capacity = this.$route.query.capacity
|
|
|
this.getList()
|
|
|
this.showType = this.isShow
|
|
|
},
|