|
@@ -12,7 +12,7 @@
|
|
</el-row>
|
|
</el-row>
|
|
<div class="substance">
|
|
<div class="substance">
|
|
<div class="left">
|
|
<div class="left">
|
|
- <BalanceAlert v-if='isShowBalance' ref="weightChild" :deptBudgetList='weighingList'
|
|
|
|
|
|
+ <BalanceAlert v-if='isShowBalance' ref="weightChild" :deptBudgetList='deptBudgetList'
|
|
:information='information' v-on:balanceListen="setVal"></BalanceAlert>
|
|
:information='information' v-on:balanceListen="setVal"></BalanceAlert>
|
|
<div class="top">
|
|
<div class="top">
|
|
<div class="car-type">{{carWeightInfo.type}}</div>
|
|
<div class="car-type">{{carWeightInfo.type}}</div>
|
|
@@ -237,6 +237,9 @@
|
|
buckleMiscellaneous: 0,
|
|
buckleMiscellaneous: 0,
|
|
netWeight: 0,
|
|
netWeight: 0,
|
|
receivableWeighingFee:'',
|
|
receivableWeighingFee:'',
|
|
|
|
+ },
|
|
|
|
+ deptBudgetList: {
|
|
|
|
+
|
|
},
|
|
},
|
|
tpyeNo: 1,
|
|
tpyeNo: 1,
|
|
disabled: true,
|
|
disabled: true,
|
|
@@ -271,7 +274,7 @@
|
|
this.getList()
|
|
this.getList()
|
|
this.tpyeNo = this.$route.query.tpyeNo
|
|
this.tpyeNo = this.$route.query.tpyeNo
|
|
this.warehouseName = this.$route.query.warehouseName
|
|
this.warehouseName = this.$route.query.warehouseName
|
|
- this.weighingList.warehouseName = this.$route.query.warehouseName
|
|
|
|
|
|
+ this.deptBudgetList.warehouseName = this.$route.query.warehouseName
|
|
this.weighingList.number = this.$route.query.number
|
|
this.weighingList.number = this.$route.query.number
|
|
this.weighingList.binNumber = this.$route.query.binNumber
|
|
this.weighingList.binNumber = this.$route.query.binNumber
|
|
this.weighingList.customerNumberCard = this.$route.query.customerNumberCard
|
|
this.weighingList.customerNumberCard = this.$route.query.customerNumberCard
|