diff --git a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js index ca29b604..d846f658 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/vouncherSummary/index.js @@ -136,6 +136,13 @@ class Index extends Component { bh: o.fzhsKs.bh, fzhslxbh: o.fzhsKs.fzhslxbh }, + fzhsYxzh: !o.fzhsYxzh ? {} : _.isString(o.fzhsYxzh) ? { + bh: o.fzhsYxzhObj[0].bh, + fzhslxbh: o.fzhsYxzhObj[0].fzhslxbh + } : { + bh: o.fzhsYxzh.bh, + fzhslxbh: o.fzhsYxzh.fzhslxbh + }, fzhsOtherBmList: !o.fzhsOther ? [] : _.isString(o.fzhsOther) ? _.map(o.fzhsOtherObj, k => ({ bh: k.bh, fzhslxbh: k.fzhslxbh })) : _.map(o.fzhsOther, o => (o.bh))