'工序库位+报表'

This commit is contained in:
Fanzink
2022-03-06 19:36:26 +08:00
parent 82f44b5a62
commit 97997681a2
14 changed files with 376 additions and 193 deletions

View File

@@ -4,7 +4,7 @@
* @Author: fzq
* @Date: 2022-03-05 15:55:45
* @LastEditors: fzq
* @LastEditTime: 2022-03-05 19:42:10
* @LastEditTime: 2022-03-05 19:44:47
-->
<template>
<div class="app-container">
@@ -162,9 +162,9 @@ export default {
// 新增 / 修改
addNew(id) {
this.addOrUpdateVisible = true
// this.$nextTick(() => {
// this.$refs.addOrUpdate.init(id)
// })
this.$nextTick(() => {
this.$refs.addOrUpdate.init(id)
})
},
goback() {
this.$router.go(-1)