|
@@ -1001,20 +1001,7 @@ $(document).ready(() => {
|
|
|
return !node.end_gather_tp || checkZero(node.end_gather_tp);
|
|
|
}
|
|
|
}
|
|
|
- }, {
|
|
|
- key: 'estimate', title: '预计变更', valid: true,
|
|
|
- check: function (node) {
|
|
|
- const posRange = stagePos.ledgerPos[itemsPre + node.id] || [];
|
|
|
- if (posRange.length > 0) {
|
|
|
- for (const p of posRange) {
|
|
|
- if (!checkZero(p.estimate_qty)) return true;
|
|
|
- }
|
|
|
- return false;
|
|
|
- } else {
|
|
|
- return false;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ },
|
|
|
],
|
|
|
});
|
|
|
searchLedger.spread.refresh();
|