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: "数据采集",