haoxuan
2024-04-18 4959a25a7cac2a514a9b8fb2471101c067fd72e4
src/views/warehouseManage/warehouse/AddDialog.vue
@@ -176,7 +176,7 @@
    productClick() {},
    // 设置删除/打印/编辑是否显示
    setBottonView() {
      if (this.editConfig.title === "新建") {
      if (this.editConfig.title === "新建"||this.editConfig.title === "编辑") {
        this.showEdit = false
        this.showFooter = true
      } else if (this.editConfig.infomation.status === "完成") {