add:托盘库物料混放功能;

add:铜管,两器,空托盘搬运;
opt:优化出入库逻辑;
This commit is contained in:
2025-08-08 17:44:46 +08:00
parent a415f87587
commit 43f2bef51c
15 changed files with 398 additions and 187 deletions

View File

@@ -6,7 +6,7 @@
height="100%"
frameborder="0"
allowfullscreen
></iframe>
/>
</div>
</template>
@@ -95,16 +95,16 @@ export default {
}
},
created() {
this.init()
this.monitor = window.setInterval(() => {
setTimeout(() => {
this.init()
}, 2)
}, 3500)
},
destroyed() {
clearInterval(this.monitor)
// this.init()
// this.monitor = window.setInterval(() => {
// setTimeout(() => {
// this.init()
// }, 2)
// }, 3500)
},
// destroyed() {
// clearInterval(this.monitor)
// },
methods: {
init() {
initData(this.url, {}).then(data => {