jinlin
2023-12-19 b5d05005ead969319589c2d5e2bb44d95c9b6783
web/src/views/modules/baselineRelease/BaselineRelease-AddOrUpdate.vue
@@ -58,7 +58,7 @@
                </div>
                <div class="el-border-left acceptDate1" style="width: calc(100% - 120px)">
                  <el-form-item style="width: 100%;margin-bottom:0">
                    <el-input v-model="dataForm.baseline.baselineName" placeholder="基线名称"></el-input>
                    <span>{{dataForm.baseline.baselineName}}</span>
                  </el-form-item>
                </div>
              </div>
@@ -107,7 +107,7 @@
                  </template>
                </el-table-column>
              </el-table>
              <div v-if="!dataForm.disabled"  class="icon-container" @click="handleCommand">
              <div :disabled="stepMarker!=='jxfb_first'" v-if="!dataForm.disabled"  class="icon-container" @click="handleCommand">
                <!-- 放置固定的图标 -->
                <i class="el-icon-plus"></i>
              </div>
@@ -139,7 +139,7 @@
            </div>
            <div style="width: calc(100% - 120px)" class="el-border-left">
              <el-form-item class="wt-form-item" label-width="20px" style="width: 100%;padding: 5px">
                <el-input type="textarea" :rows="2" :disabled="stepMarker!=='pzxbg_bmsh'" v-model="dataForm.baseline.departOpinion"></el-input>
                <el-input type="textarea" :rows="2" :disabled="stepMarker!=='jxfb_bmsp'" v-model="dataForm.baseline.departOpinion"></el-input>
              </el-form-item>
              <el-form-item label-width="275px" label="签字:" style="width: 45%">
                <span>{{dataForm.baseline.departSign}}</span>
@@ -172,11 +172,11 @@
    data() {
      return {
        ids:'',
        stepMarker: '',
        dataForm: {
          id: '',
          pageCode: '',
          projectId:'',
          stepMarker: '',
          remarkList:[],
          pageName: {
            demand: '需求基线', product:'产品基线'
@@ -215,16 +215,15 @@
        if (row.projectId) {
          this.dataForm.projectId = row.projectId
        }
    /*    if (this.configDetailRow) {
        if (!this.dataForm.disabled) {
          if (!row.stepMarker) {
            this.stepMarker = 'csjcd_first'
            this.title = '发起测试检查单'
            this.stepMarker = 'jxfb_first'
            this.title = '基线发布申请'
          } else {
            this.title = row.stepName
            this.stepMarker = row.stepMarker
          }
        }*/
        //this.dataForm.disabled
        }
        this.getInfo()
        //console.log(this.dataForm.id, this.dataForm.projectId, this.stepMarker, 'this.dataForm.id, this.dataForm.projectId,this.stepMarker')