|
@@ -21,7 +21,8 @@ Page({
|
|
|
onLoad(options) {
|
|
|
let item = JSON.parse(options.item);
|
|
|
this.setData({
|
|
|
- detail: item
|
|
|
+ detail: item,
|
|
|
+ userrole:wx.getStorageSync('userrole')
|
|
|
})
|
|
|
this.getList(true);
|
|
|
},
|
|
@@ -47,6 +48,7 @@ Page({
|
|
|
v.showPayapplyamount = CNY(v.payapplyamount) //已发放金额
|
|
|
v.showUnpayapplyamount = CNY(v.unpayapplyamount) //未发放金额
|
|
|
v.showOrderamount = CNY(v.orderamount)
|
|
|
+ v.showsubhrcashbilldetailamount = CNY(v.subhrcashbilldetailamount)
|
|
|
return v
|
|
|
})
|
|
|
this.setData({
|