@@ -122,7 +122,7 @@ const sjsSettingObj = (function () {
const setIsTpCol = function(cols, rela) {
setRelaCols(cols, rela, function(col, r) {
col.headerCellType = 'tip';
- col.getHeaderTip = function() { return '可用单位:元、总额、台、个、处、月 、棵、套、组、辆'; };
+ col.getHeaderTip = function() { return '可用单位:总额、元、台、个、处、月 、棵、套、组、辆、项、座、根、块、系统'; };
});
};
return {
@@ -1320,7 +1320,7 @@ $(document).ready(() => {
const node = SpreadJsObj.getSelectObject(info.sheet);
const col = info.sheet.zh_setting.cols[info.col];
const posRange = stagePos.getLedgerPos(node.id);
- const tpUnit = ['总额', '元', '台', '个', '处', '月', '棵', '套', '组', '辆'];
+ const tpUnit = ['总额', '元', '台', '个', '处', '月', '棵', '套', '组', '辆', '项', '座', '根', '块', '系统'];
if (node.pre_used === 1 ||
(node.children && node.children.length > 0) ||
(tpUnit.indexOf(node.unit) < 0) ||