|
@@ -1129,6 +1129,7 @@ class reviseTree extends billsTree {
|
|
sgfh_qty: 0, sgfh_tp: 0, sgfh_expr: '',
|
|
sgfh_qty: 0, sgfh_tp: 0, sgfh_expr: '',
|
|
sjcl_qty: 0, sjcl_tp: 0, sjcl_expr: '',
|
|
sjcl_qty: 0, sjcl_tp: 0, sjcl_expr: '',
|
|
qtcl_qty: 0, qtcl_tp: 0, qtcl_expr: '',
|
|
qtcl_qty: 0, qtcl_tp: 0, qtcl_expr: '',
|
|
|
|
+ deal_qty: 0, deal_tp: 0,
|
|
};
|
|
};
|
|
} else {
|
|
} else {
|
|
return {
|
|
return {
|
|
@@ -1142,6 +1143,7 @@ class reviseTree extends billsTree {
|
|
sgfh_qty: x.sgfh_qty, sgfh_tp: x.sgfh_tp, sgfh_expr: x.sgfh_expr,
|
|
sgfh_qty: x.sgfh_qty, sgfh_tp: x.sgfh_tp, sgfh_expr: x.sgfh_expr,
|
|
sjcl_qty: x.sjcl_qty, sjcl_tp: x.sjcl_tp, sjcl_expr: x.sjcl_expr,
|
|
sjcl_qty: x.sjcl_qty, sjcl_tp: x.sjcl_tp, sjcl_expr: x.sjcl_expr,
|
|
qtcl_qty: x.qtcl_qty, qtcl_tp: x.qtcl_tp, qtcl_expr: x.qtcl_expr,
|
|
qtcl_qty: x.qtcl_qty, qtcl_tp: x.qtcl_tp, qtcl_expr: x.qtcl_expr,
|
|
|
|
+ deal_qty: x.deal_qty, deal_tp: x.deal_tp,
|
|
};
|
|
};
|
|
}
|
|
}
|
|
});
|
|
});
|