diff --git a/pc4mobx/hrmSalary/components/mobileTemplate/index.js b/pc4mobx/hrmSalary/components/mobileTemplate/index.js
index aeb0898e..7d2106ce 100644
--- a/pc4mobx/hrmSalary/components/mobileTemplate/index.js
+++ b/pc4mobx/hrmSalary/components/mobileTemplate/index.js
@@ -25,10 +25,10 @@ class Index extends Component {
{theme || ""}
{moment().format("YYYY-MM-DD HH:mm:ss")}
- {
- background &&
-
- }
+ {/*{*/}
+ {/* background &&*/}
+ {/*
*/}
+ {/*}*/}
{
!onlyOneGrup && tipPosi === "1" && tip &&
diff --git a/pc4mobx/hrmSalary/components/pcTemplate/content.js b/pc4mobx/hrmSalary/components/pcTemplate/content.js
index a294e2df..b4b63874 100644
--- a/pc4mobx/hrmSalary/components/pcTemplate/content.js
+++ b/pc4mobx/hrmSalary/components/pcTemplate/content.js
@@ -17,10 +17,10 @@ class Content extends Component {
{moment(sendTime).format("YYYY-MM-DD HH:mm:ss")}
- {
- background &&
-
- }
+ {/*{*/}
+ {/* background &&*/}
+ {/*
*/}
+ {/*}*/}
{
!onlyOneGrup && tipPosi.toString() === "1" && tip &&
{tip}
diff --git a/pc4mobx/hrmSalary/pages/salaryItem/salaryItemForm.js b/pc4mobx/hrmSalary/pages/salaryItem/salaryItemForm.js
index e1ff2757..564c2ef8 100644
--- a/pc4mobx/hrmSalary/pages/salaryItem/salaryItemForm.js
+++ b/pc4mobx/hrmSalary/pages/salaryItem/salaryItemForm.js
@@ -48,7 +48,11 @@ class SalaryItemForm extends Component {
return { ...item, display: dataType === "number" };
case "width":
case "sortedIndex":
- return { ...item, label: getLabel(item.lanId, item.label) };
+ return {
+ ...item,
+ label: getLabel(item.lanId, item.label),
+ display: ((!isLedger && key === "width") || key === "sortedIndex")
+ };
case "useInEmployeeSalary":
return {
...item,
@@ -169,7 +173,7 @@ class SalaryItemForm extends Component {
this.handleChangeSalaryFiledItems(key, v)}/>
- {key === "width" &&
+ {key === "width" && display &&
px}
: null