From 2574959c54df2b452b694ad137c9a475ff65b4d2 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Thu, 19 Dec 2024 15:45:20 +0800 Subject: [PATCH] =?UTF-8?q?release/2.18.1.2412.01-=E4=B8=AA=E7=A8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataAcquisition/otherDeduct/columns.js | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/columns.js b/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/columns.js index 92237ee8..354ae423 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/columns.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/columns.js @@ -82,16 +82,6 @@ export const dataCollectCondition = [ precision: 2, viewAttr: 2 }, - { - conditionType: "INPUTNUMBER", - domkey: ["otherDeduction"], - fieldcol: 14, - label: "其他", - labelcol: 8, - value: "", - precision: 2, - viewAttr: 2 - }, { conditionType: "INPUTNUMBER", domkey: ["deductionAllowedDonation"], @@ -111,6 +101,16 @@ export const dataCollectCondition = [ value: "", precision: 2, viewAttr: 2 + }, + { + conditionType: "INPUTNUMBER", + domkey: ["otherDeduction"], + fieldcol: 14, + label: "其他", + labelcol: 8, + value: "", + precision: 2, + viewAttr: 2 } ], title: "数据采集",