This commit is contained in:
2025-07-11 16:51:45 +08:00
parent 2b6847c199
commit 0051d4c59e

View File

@@ -5,7 +5,7 @@
<div class="relative b_title">
<span class="absolute sj_icon"></span>
<!-- <p>仓储使用情况</p> -->
<p>{{ e.storsName }}</p>
<p>{{ storsName }}</p>
</div>
<div class="zd-row wraper_1 mgb8">
<div class="box zd-col-7 mgr8">
@@ -196,6 +196,7 @@ export default {
},
data () {
return {
storsName: '',
interTime: this.$store.getters.setTime,
intervalId: null,
materList: [],
@@ -240,7 +241,6 @@ export default {
secCode: this.$store.getters.secCode
}
this.$store.dispatch('setConfig', obj)
console.log(1111)
this._synthesizeInfo()
this.timerFun(this._synthesizeInfo, this.interTime)()
},
@@ -283,6 +283,7 @@ export default {
async _synthesizeInfo () {
let res = await synthesizeInfo(this.$store.getters.secCode)
res.data = res.data[0]
this.storsName = res.data.storsName
this.pointUse = res.data.pointUse
this.toDayInAndOut = res.data.toDayInAndOut
this.inw = this.getPercentage(this.toDayInAndOut.in.vehicle_qty, this.toDayInAndOut.in.total_qty)