|
@@ -312,7 +312,7 @@ $(document).ready(function() {
|
|
|
if (!node.children || node.children.length ===0) {
|
|
|
const lPos = pos.getLedgerPos(node.id);
|
|
|
if (lPos && lPos.length > 0) {
|
|
|
- toast('清单含有部位明细,不可修改施工图复核数量', 'error');
|
|
|
+ toast('清单含有部位明细,请在部位明细输入数量', 'error');
|
|
|
SpreadJsObj.reLoadRowData(info.sheet, info.row);
|
|
|
return;
|
|
|
}
|