Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
This commit is contained in:
commit
0e706795f2
1 changed files with 8 additions and 8 deletions
|
|
@ -11222,10 +11222,10 @@ export class ReportController extends Controller {
|
||||||
if (x.type !== tmpType && tmpType != "") {
|
if (x.type !== tmpType && tmpType != "") {
|
||||||
_total = total - x.total;
|
_total = total - x.total;
|
||||||
_reslut.push({
|
_reslut.push({
|
||||||
type: "",
|
type: "รวม",
|
||||||
typeRank: "",
|
typeRank: "",
|
||||||
typeShortNameAndRank: "",
|
typeShortNameAndRank: "",
|
||||||
level: "รวม",
|
level: "",
|
||||||
levelRank: "",
|
levelRank: "",
|
||||||
total: _total,
|
total: _total,
|
||||||
remark: "",
|
remark: "",
|
||||||
|
|
@ -11241,21 +11241,21 @@ export class ReportController extends Controller {
|
||||||
});
|
});
|
||||||
|
|
||||||
_reslut.push({
|
_reslut.push({
|
||||||
type: "",
|
type: "รวม",
|
||||||
typeRank: "",
|
typeRank: "",
|
||||||
typeShortNameAndRank: "",
|
typeShortNameAndRank: "",
|
||||||
level: "รวม",
|
level: "",
|
||||||
levelRank: "",
|
levelRank: "",
|
||||||
total: "รวม" + " " + total,
|
total: total,
|
||||||
remark: "",
|
remark: "",
|
||||||
});
|
});
|
||||||
_reslut.push({
|
_reslut.push({
|
||||||
type: "",
|
type: "รวมทั้งสิ้น",
|
||||||
typeRank: "",
|
typeRank: "",
|
||||||
typeShortNameAndRank: "",
|
typeShortNameAndRank: "",
|
||||||
level: "รวมทั้งสิ้น",
|
level: "",
|
||||||
levelRank: "",
|
levelRank: "",
|
||||||
total: "รวมทั้งสิ้น" + " " + allTotal,
|
total: allTotal,
|
||||||
remark: "",
|
remark: "",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue