add:托盘库物料混放功能;
add:铜管,两器,空托盘搬运; opt:优化出入库逻辑;
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user