|
|
@ -80,7 +80,7 @@ |
|
|
<el-input v-model="searchData.productType" placeholder="支持模糊查询" clearable style="width: 150px"></el-input> |
|
|
<el-input v-model="searchData.productType" placeholder="支持模糊查询" clearable style="width: 150px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item label="申请人"> |
|
|
|
|
|
|
|
|
<el-form-item label="工程师"> |
|
|
<el-input v-model="searchData.creatorName" placeholder="支持模糊查询" clearable style="width: 120px"></el-input> |
|
|
<el-input v-model="searchData.creatorName" placeholder="支持模糊查询" clearable style="width: 120px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
@ -174,7 +174,7 @@ |
|
|
<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.creatorName }}</span> |
|
|
</div> |
|
|
</div> |
|
|
@ -182,9 +182,9 @@ |
|
|
<div class="detail-row"> |
|
|
<div class="detail-row"> |
|
|
<span class="detail-label"> |
|
|
<span class="detail-label"> |
|
|
<i class="el-icon-time"></i> |
|
|
<i class="el-icon-time"></i> |
|
|
申请时间 |
|
|
|
|
|
|
|
|
下达时间 |
|
|
</span> |
|
|
</span> |
|
|
<span class="detail-value">{{ item.createTime }}</span> |
|
|
|
|
|
|
|
|
<span class="detail-value">{{ item.submitTime }}</span> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
@ -261,7 +261,7 @@ |
|
|
<el-descriptions-item label="项目编号">{{ currentApply.projectNo || '-' }}</el-descriptions-item> |
|
|
<el-descriptions-item label="项目编号">{{ currentApply.projectNo || '-' }}</el-descriptions-item> |
|
|
<el-descriptions-item label="产品型号">{{ currentApply.productType || '-' }}</el-descriptions-item> |
|
|
<el-descriptions-item label="产品型号">{{ currentApply.productType || '-' }}</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.creatorName }}</el-descriptions-item> |
|
|
</el-descriptions> |
|
|
</el-descriptions> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|