PMS
ClientApp/src/app
core
global.ts +19 -6
http.service.ts +11 -6
modules/domsales
domsales.module.ts +10 -1
pages
domsale
SNSE063R_A4
SNSE063R_A4.component.css +30 -0
SNSE063R_A4.component.html +56 -0
SNSE063R_A4.component.ts +69 -0
SNSE063_A4
SNSE063_A4.component.html +3 -3
SNSE063_A4.component.ts +17 -0
SNSE068
SNSE068.component.ts +5 -4
SNSE204
SNSE204.component.ts +5 -4
SNSE204_D
SNSE204_D.component.ts +4 -4
SNSE204_S
SNSE204_S.component.ts +4 -4
saleorder/SNSE044N
SNSE044N.component.ts +10 -3
warehouse/SNPE047
SNPE047.component.ts +11 -11
Controllers
ReportController.cs +16 -8
appsettings.json +1 -0
+ 19
- 6
@@ -106,10 +106,15 @@ export class Globals {
@@ -148,10 +153,18 @@ export class Globals {
@@ -320,16 +320,21 @@ export class HttpService {
@@ -73,6 +73,7 @@ import { SNIE001_NReverseComponent } from 'src/app/pages/domsale/SNIE001_N/Rever
@@ -138,7 +139,8 @@ import { SNSE219Component } from 'src/app/pages/domsale/SNSE219/SNSE219.componen
@@ -569,6 +571,13 @@ import { SNSE219Component } from 'src/app/pages/domsale/SNSE219/SNSE219.componen
+ 30
- 0
+ 56
- 0