haoxuan
2023-10-19 f73080c69548aba58d6a58e7e049d8eb79f9f7ed
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 === "完成") {