From 4891fff298f83f85c16e481101171b2130a606b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 5 Jun 2023 15:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81-=E4=B8=AA=E7=A8=8E=E6=89=A3?= =?UTF-8?q?=E7=BC=B4=E4=B9=89=E5=8A=A1=E4=BA=BA=E6=B7=BB=E5=8A=A0=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/taxAgent/editConditions.js | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pc4mobx/hrmSalary/pages/taxAgent/editConditions.js b/pc4mobx/hrmSalary/pages/taxAgent/editConditions.js index 661859ab..542e8869 100644 --- a/pc4mobx/hrmSalary/pages/taxAgent/editConditions.js +++ b/pc4mobx/hrmSalary/pages/taxAgent/editConditions.js @@ -49,6 +49,16 @@ export const editConditions = [ labelcol: 6, viewAttr: 3, }, + { + colSpan: 1, + conditionType: "INPUTNUMBER", + domkey: ["sortedIndex"], + fieldcol: 14, + label: "排序", + labelcol: 6, + value: "", + viewAttr: 2, + }, { colSpan: 1, conditionType: "TEXTAREA", @@ -77,6 +87,16 @@ export const decentralizationConditions = [ value: "", viewAttr: 3, }, + { + colSpan: 1, + conditionType: "INPUTNUMBER", + domkey: ["sortedIndex"], + fieldcol: 14, + label: "排序", + labelcol: 6, + value: "", + viewAttr: 2, + }, { colSpan: 1, conditionType: "TEXTAREA",