web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) {