叶松
2023-11-30 48dd228a77735df37ceeb43dff366551c3e34e83
web/src/views/DuctpiecePLM/ReinManage/ReinsProduct.vue
@@ -18,7 +18,7 @@
      </div>
      <div class="header_item">
        <span class="header_label">制作人:</span>
        <el-input v-model="search.realName" :size="size" clearable placeholder="请输入制作人"></el-input>
        <el-input v-model="search.platUserName" :size="size" clearable placeholder="请输入制作人"></el-input>
      </div>
      <div class="header_item">
        <span class="header_label">生产班组:</span>
@@ -115,7 +115,7 @@
        <el-table-column prop="blockName" label="块号" align="center"></el-table-column>
        <el-table-column prop="groupName" label="生产班组" align="center"></el-table-column>
        <el-table-column prop="printTime" label="打印时间" align="center" width="150"></el-table-column>
        <el-table-column prop="realName" label="制作人" align="center" show-overflow-tooltip></el-table-column>
        <el-table-column prop="platUserName" label="制作人" align="center" show-overflow-tooltip></el-table-column>
        <el-table-column prop="qualityUserName" label="质检人" align="center"></el-table-column>
        <el-table-column prop="qualityTime" label="质检时间" align="center" width="150"></el-table-column>
        <el-table-column prop="isQualified" label="质量标注" align="center">
@@ -168,7 +168,7 @@
              :preview-src-list="phoneList"
              fit="contain">
              <div slot="error" class="image-slot">
                <img src="https://pipe.thhy-tj.com/group1/M00/00/03/bx5d1GRlfmCAEmAPAAAFoOEW2dU397.png" style="width:50px;height:50px">
                <img src="https://szpipe.thhy-tj.com/group1/M00/00/03/bx5d1GRlfmCAEmAPAAAFoOEW2dU397.png" style="width:50px;height:50px">
              </div>
          </el-image>
        </el-form-item>
@@ -212,7 +212,7 @@
            </div>
            <div class="reins_info_items">
                <div class="reins_info_titles">制作人</div>  
                <div class="reins_info_datas">{{rebarInfos.realName}}</div>
                <div class="reins_info_datas">{{rebarInfos.platUserName}}</div>
            </div>
            <div class="reins_info_items">
                <div class="reins_info_titles">质检人</div>  
@@ -422,7 +422,7 @@
                this.$set(this.ruleForm,'checkFaildReason',res.data[0].remark)
                this.$set(this.ruleForm,'checkResult',res.data[0].checkResult)
                res.data[0].checkFile.map(item=>{
                    this.phoneList.push(`https://pipe.thhy-tj.com/${item}`)
                    this.phoneList.push(`https://szpipe.thhy-tj.com/${item}`)
                })
                this.showPhone = true
              }else{