wente
2023-11-30 24a27e7a28a8872adc352f3a6c7464112c14d02d
项目表
1个文件已修改
10 ■■■■■ 已修改文件
web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
@@ -251,9 +251,17 @@
        return index += 1
      },
      init(id,row){
        console.log(id,row,'入库单的')
        if (id) {
          this.dataForm.id = id
        } else {
        this.dataForm.id = row.id
        }
        if(row.projectId){
        this.dataForm.projectId = row.projectId
        // this.dataForm.disabled
        } else {
          this.dataForm.projectId=row.bizId
        }
        this.getInfo()
        if (!this.dataForm.disabled) {
          if (!row.stepMarker) {