no message
This commit is contained in:
parent
e340b6d8a8
commit
728ba1a6ff
1 changed files with 3 additions and 2 deletions
|
|
@ -229,6 +229,7 @@ export class CommandController extends Controller {
|
||||||
commandAffectDate: Date | null;
|
commandAffectDate: Date | null;
|
||||||
commandExcecuteDate: Date | null;
|
commandExcecuteDate: Date | null;
|
||||||
isBangkok: boolean | null;
|
isBangkok: boolean | null;
|
||||||
|
isAttachment: boolean | null;
|
||||||
},
|
},
|
||||||
@Request() request: RequestWithUser,
|
@Request() request: RequestWithUser,
|
||||||
) {
|
) {
|
||||||
|
|
@ -878,7 +879,7 @@ export class CommandController extends Controller {
|
||||||
return new HttpSuccess({
|
return new HttpSuccess({
|
||||||
template: command.commandType.fileCover,
|
template: command.commandType.fileCover,
|
||||||
reportName: "docx-report",
|
reportName: "docx-report",
|
||||||
data: { _command },
|
data: _command,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -917,7 +918,7 @@ export class CommandController extends Controller {
|
||||||
return new HttpSuccess({
|
return new HttpSuccess({
|
||||||
template: command.commandType.fileAttachment,
|
template: command.commandType.fileAttachment,
|
||||||
reportName: "xlsx-report",
|
reportName: "xlsx-report",
|
||||||
data: { _command },
|
data: _command,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue