jinlin
2023-12-12 0dff85a422669f41ef6d8e88fa24bf26ca164cbd
web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue
@@ -383,7 +383,7 @@
        if (!this.dataForm.disabled) {
          if (!row.stepMarker) {
            this.stepMarker = 'pzxbg_first'
            this.title = '入库申请'
            this.title = '变更申请'
          } else {
            this.title = row.stepName
            this.stepMarker = row.stepMarker
@@ -401,6 +401,7 @@
      handleCommand() {
        this.$nextTick(()=>{
          console.log(this.dataForm.projectId,'this.dataForm.projectId')
          this.ids = this.dataForm.configChangeList.map(item=>item.selectId).join(',')
          this.$refs.configItemList.$refs.dialog.init(this.dataForm.projectId,this.ids)
        })
        // this.dataForm.configItemList.push({})
@@ -414,7 +415,6 @@
        if(data.configChangeList){
          this.dataForm.configChangeList=this.dataForm.configChangeList.concat(data.configChangeList)
        }
        this.ids = this.dataForm.configChangeList.map(item=>item.selectId).join(',')
        console.log(this.dataForm.configChangeList,ids,'this.dataForm.configChangeList')
      },
      openCheckOrderWin(row) {