|
|
|
@ -819,7 +819,7 @@ export default {
|
|
|
|
recruitmentValue: item.recruitment == 1 ? true : false,
|
|
|
|
recruitmentValue: item.recruitment == 1 ? true : false,
|
|
|
|
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
|
|
|
|
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
|
|
|
|
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
|
|
|
|
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
|
|
|
|
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upAgencyName || item.upProviderName) : item.agencyName) :
|
|
|
|
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
|
|
|
|
''
|
|
|
|
''
|
|
|
|
};
|
|
|
|
};
|
|
|
|
});
|
|
|
|
});
|
|
|
|
@ -891,7 +891,7 @@ export default {
|
|
|
|
priceStr: item.salaryClassify != 7 ? that.G.getSalaryClassifyValue(item.salaryClassify, item.salaryClassifyValue) : "月薪",
|
|
|
|
priceStr: item.salaryClassify != 7 ? that.G.getSalaryClassifyValue(item.salaryClassify, item.salaryClassifyValue) : "月薪",
|
|
|
|
gender: that.G.getGenderByMinAge(item),
|
|
|
|
gender: that.G.getGenderByMinAge(item),
|
|
|
|
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
|
|
|
|
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
|
|
|
|
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upAgencyName || item.upProviderName) : item.agencyName) :
|
|
|
|
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
|
|
|
|
''
|
|
|
|
''
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
@ -910,7 +910,7 @@ export default {
|
|
|
|
recruitmentValue: item.recruitment == 1 ? true : false,
|
|
|
|
recruitmentValue: item.recruitment == 1 ? true : false,
|
|
|
|
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
|
|
|
|
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
|
|
|
|
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
|
|
|
|
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
|
|
|
|
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upAgencyName || item.upProviderName) : item.agencyName) :
|
|
|
|
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
|
|
|
|
''
|
|
|
|
''
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
|