wente
2023-11-30 24a27e7a28a8872adc352f3a6c7464112c14d02d
web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
@@ -251,9 +251,17 @@
        return index += 1
      },
      init(id,row){
        this.dataForm.id = row.id
        this.dataForm.projectId = row.projectId
        // this.dataForm.disabled
        console.log(id,row,'入库单的')
        if (id) {
          this.dataForm.id = id
        } else {
          this.dataForm.id = row.id
        }
        if(row.projectId){
          this.dataForm.projectId =row.projectId
        } else {
          this.dataForm.projectId=row.bizId
        }
        this.getInfo()
        if (!this.dataForm.disabled) {
          if (!row.stepMarker) {