|
@@ -605,7 +605,9 @@ $(document).ready(() => {
|
|
|
if (def && def.color) return def.color;
|
|
|
}
|
|
|
}
|
|
|
- return data && data.end_contract_qty > data.quantity ? '#f8d7da' : defaultColor;
|
|
|
+ if (checkTzMeasureType()) {
|
|
|
+ return data && data.end_contract_qty > data.quantity ? '#f8d7da' : defaultColor;
|
|
|
+ }
|
|
|
};
|
|
|
sjsSettingObj.setGridSelectStyle(posSpreadSetting);
|
|
|
if (thousandth) sjsSettingObj.setTpThousandthFormat(posSpreadSetting);
|