|
|
@ -80,8 +80,8 @@ |
|
|
<el-input v-model="queryHeaderData.productType" placeholder="支持模糊查询" clearable style="width: 150px"></el-input> |
|
|
<el-input v-model="queryHeaderData.productType" placeholder="支持模糊查询" clearable style="width: 150px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item label="申请人"> |
|
|
|
|
|
<el-input v-model="queryHeaderData.creatorName" placeholder="支持模糊查询" clearable style="width: 120px"></el-input> |
|
|
|
|
|
|
|
|
<el-form-item label="试验负责人"> |
|
|
|
|
|
<el-input v-model="queryHeaderData.projectLeader" placeholder="支持模糊查询" clearable style="width: 120px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item label="申请开始日期"> |
|
|
<el-form-item label="申请开始日期"> |
|
|
@ -177,9 +177,9 @@ |
|
|
<div class="detail-row"> |
|
|
<div class="detail-row"> |
|
|
<span class="detail-label"> |
|
|
<span class="detail-label"> |
|
|
<i class="el-icon-user"></i> |
|
|
<i class="el-icon-user"></i> |
|
|
申请人 |
|
|
|
|
|
|
|
|
试验负责人 |
|
|
</span> |
|
|
</span> |
|
|
<span class="detail-value">{{ item.creatorName }}</span> |
|
|
|
|
|
|
|
|
<span class="detail-value">{{ item.projectLeader }}</span> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="detail-row"> |
|
|
<div class="detail-row"> |
|
|
@ -271,7 +271,7 @@ |
|
|
<el-descriptions-item label="产品型号">{{ currentApply.productType }}</el-descriptions-item> |
|
|
<el-descriptions-item label="产品型号">{{ currentApply.productType }}</el-descriptions-item> |
|
|
<el-descriptions-item label="申请数量">{{ currentApply.quantityReq }}</el-descriptions-item> |
|
|
<el-descriptions-item label="申请数量">{{ currentApply.quantityReq }}</el-descriptions-item> |
|
|
<el-descriptions-item label="期望完成日期">{{ currentApply.expectedFinishDate }}</el-descriptions-item> |
|
|
<el-descriptions-item label="期望完成日期">{{ currentApply.expectedFinishDate }}</el-descriptions-item> |
|
|
<el-descriptions-item label="申请人">{{ currentApply.creatorName }}</el-descriptions-item> |
|
|
|
|
|
|
|
|
<el-descriptions-item label="试验负责人">{{ currentApply.projectLeader }}</el-descriptions-item> |
|
|
<el-descriptions-item label="申请时间" :span="2">{{ currentApply.createTime }}</el-descriptions-item> |
|
|
<el-descriptions-item label="申请时间" :span="2">{{ currentApply.createTime }}</el-descriptions-item> |
|
|
</el-descriptions> |
|
|
</el-descriptions> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
|