haoxuan
2023-10-18 38080d8ef637391709d45ac5dba1b382c59a7faa
src/views/warehouseManage/bussinessType/index.vue
@@ -124,7 +124,15 @@
    // 行点击
    tableRowClick(row) {
      this.editConfig.title = "编辑"
      this.editConfig.infomation = { ...row }
      let obj=JSON.parse(JSON.stringify(row))
      for(let i in obj){
        if(i=='name'||i=='prefix'){
          obj[i]=obj[i]?obj[i]:''
        }else{
          obj[i]=obj[i]?obj[i]:null
        }
      }
      this.editConfig.infomation = { ...obj }
      this.editConfig.visible = true
    },
    // 新建
@@ -142,7 +150,7 @@
        // 仓库
        warehouseId:null,
        // 显示作业详情
        showOperations:null,
        showOperations:false,
        earlyOperations:null,
        // 保留方式
        reservationMethod:null,