From a81408f7eeafcfffd37e17bf6a6b03ba1457ca35 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 22 Jan 2025 14:04:56 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E9=A2=86=E6=82=A6=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/custom-pages/lingyue/vouncherSummary/index.js | 7 +++++++ 1 file changed, 7 insertions(+) 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))