This commit is contained in:
parent
3f21a87d70
commit
87b88642e0
|
|
@ -753,7 +753,7 @@ public class TmTaskServiceImpl implements TmTaskService {
|
||||||
String type = "";
|
String type = "";
|
||||||
List<LeaseApplyDetails> list = new ArrayList<>();
|
List<LeaseApplyDetails> list = new ArrayList<>();
|
||||||
if (CollUtil.isNotEmpty(leaseAuditList)) {
|
if (CollUtil.isNotEmpty(leaseAuditList)) {
|
||||||
unitName = leaseAuditList.get(0).getDeptName();
|
unitName = leaseAuditList.get(0).getUnitName();
|
||||||
projectName = leaseAuditList.get(0).getProName();
|
projectName = leaseAuditList.get(0).getProName();
|
||||||
type = leaseAuditList.get(0).getCompanyId() == 101 ? "机具设备" : "调试设备";
|
type = leaseAuditList.get(0).getCompanyId() == 101 ? "机具设备" : "调试设备";
|
||||||
list = leaseAuditList.get(0).getLeaseApplyDetails();
|
list = leaseAuditList.get(0).getLeaseApplyDetails();
|
||||||
|
|
|
||||||
|
|
@ -363,7 +363,7 @@
|
||||||
<span>供应商:</span>
|
<span>供应商:</span>
|
||||||
<!-- <span v-if="printTableData.length > 0">{{
|
<!-- <span v-if="printTableData.length > 0">{{
|
||||||
printTableData[0].supplier
|
printTableData[0].supplier
|
||||||
}}</span>
|
}}</span>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<span v-if="printTableData.length > 0">
|
<span v-if="printTableData.length > 0">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue