songshankun
2023-11-03 cf6a4b874aed82592eea78294715c7c688f9b248
src/views/warehouseManage/bussinessType/AddBussinessType.vue
@@ -36,7 +36,7 @@
          <div class="basic-info-view">
            <div class="purchase-view">
              <div class="left">
                <el-form-item label="业务类型" prop="name">
                <el-form-item label="单据类型" prop="name">
                  <el-input
                    v-model="editConfig.infomation.name"
                    placeholder="请填写"
@@ -280,8 +280,8 @@
        page: 0,
        pageSize: 0
      }).then((res) => {
        if (res.data.code == 200) {
          this.warehouseList = res.data.data ? res.data.data : []
        if (res.code == 200) {
          this.warehouseList = res.data ? res.data : []
        }
      })
    },
@@ -294,6 +294,9 @@
        this.showButton = false
        this.showEdit = false
        this.showFooter = true
      } else if (this.editConfig.title === "编辑") {
        this.showEdit = false
        this.showFooter = true
      } else {
        this.showEdit = true
        this.showFooter = false