|
@@ -1320,7 +1320,7 @@ $(document).ready(() => {
|
|
const node = SpreadJsObj.getSelectObject(info.sheet);
|
|
const node = SpreadJsObj.getSelectObject(info.sheet);
|
|
const col = info.sheet.zh_setting.cols[info.col];
|
|
const col = info.sheet.zh_setting.cols[info.col];
|
|
const posRange = stagePos.getLedgerPos(node.id);
|
|
const posRange = stagePos.getLedgerPos(node.id);
|
|
- const tpUnit = ['总额', '元', '台', '个', '处', '月', '棵', '套', '组', '辆'];
|
|
|
|
|
|
+ const tpUnit = ['总额', '元', '台', '个', '处', '月', '棵', '套', '组', '辆', '项', '座', '根', '块', '系统'];
|
|
if (node.pre_used === 1 ||
|
|
if (node.pre_used === 1 ||
|
|
(node.children && node.children.length > 0) ||
|
|
(node.children && node.children.length > 0) ||
|
|
(tpUnit.indexOf(node.unit) < 0) ||
|
|
(tpUnit.indexOf(node.unit) < 0) ||
|