|
@@ -191,7 +191,7 @@ $(document).ready(() => {
|
|
treeSetting.calcFields.push('deal_tp');
|
|
treeSetting.calcFields.push('deal_tp');
|
|
}
|
|
}
|
|
treeSetting.calcFun = function (node) {
|
|
treeSetting.calcFun = function (node) {
|
|
- if (node && node.b_code) {
|
|
|
|
|
|
+ if (node && node.b_code && isTz) {
|
|
const posData = pos.getLedgerPos(node.id) || [];
|
|
const posData = pos.getLedgerPos(node.id) || [];
|
|
if (posData.length > 0) {
|
|
if (posData.length > 0) {
|
|
let sgfh_qty = 0;
|
|
let sgfh_qty = 0;
|