|
@@ -92,7 +92,7 @@ const sjsSettingObj = (function () {
|
|
|
col.showImage = r.showImage;
|
|
|
}
|
|
|
};
|
|
|
- setOrgPriceCol = function (cols, rela) {
|
|
|
+ const setOrgPriceCol = function (cols, rela) {
|
|
|
for (const r of rela) {
|
|
|
const col = _.find(cols, {field: r.field});
|
|
|
if (col) {
|
|
@@ -103,6 +103,6 @@ const sjsSettingObj = (function () {
|
|
|
return {
|
|
|
setFxTreeStyle, FxTreeStyle, setGridSelectStyle,
|
|
|
setTpThousandthFormat, setThousandthFormat, setTpColsThousandthFormat,
|
|
|
- setPropValue, set3FCols, setQcCols, setOrgPriceCol
|
|
|
+ setPropValue, set3FCols, setQcCols, setOrgPriceCol,
|
|
|
};
|
|
|
})();
|