|
|
|
|
@ -815,7 +815,7 @@ export default {
|
|
|
|
|
cus_price: item.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(item.salaryClassify, item.salaryClassifyValue) : "月薪",
|
|
|
|
|
priceStr: item.salaryClassify != 7 ? that.G.getSalaryClassifyValue(item.salaryClassify, item.salaryClassifyValue) : "月薪",
|
|
|
|
|
gender: that.G.getGenderByMinAge(item),
|
|
|
|
|
recruitmentValue: item.recruitment == 1 ? true : false,
|
|
|
|
|
recruitmentValue: item.recruitment == 1 ? true : false,
|
|
|
|
|
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
|
|
|
|
|
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
|
|
|
|
|
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upAgencyName || item.upProviderName) : item.agencyName) :
|
|
|
|
|
@ -882,6 +882,7 @@ export default {
|
|
|
|
|
resData.recordList.map((item, index) => {
|
|
|
|
|
return {
|
|
|
|
|
...item,
|
|
|
|
|
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
|
|
|
|
|
liuNum: item.liuNum,
|
|
|
|
|
baoNum: uni.getStorageSync("lin-bao") ? uni.getStorageSync("lin-bao") / 10 : Math.ceil(item.liuNum / 10),
|
|
|
|
|
collected: item.collected ? true : false,
|
|
|
|
|
|