small fix ui

This commit is contained in:
ameerulrasyid 2025-02-28 09:49:04 +08:00
parent 2d574ad949
commit 976a83bbcc
7 changed files with 9 additions and 4 deletions

View File

@ -170,6 +170,9 @@
// }, // },
}, },
methods: { methods: {
resetForm() {
this.rejectremark = "";
},
async addRequest() { async addRequest() {
try { try {
const requiredFields = ['stationId', 'productId', 'quantity', 'productCategory']; const requiredFields = ['stationId', 'productId', 'quantity', 'productCategory'];

View File

@ -193,12 +193,12 @@
@* Receive *@ @* Receive *@
@* </button> *@ @* </button> *@
@* </div> *@ @* </div> *@
@* zx </div> *@ @* </div> *@
@* </fzxorm> *@ @* </form> *@
@* </div> zx*@ @* </div> *@
@* </div> *@ @* </div> *@
zx <div v-if="itemlateststatus == 'Faulty'"> <div v-if="itemlateststatus == 'Faulty'">
<h2 class="register-heading">Add Item Movement</h2> <h2 class="register-heading">Add Item Movement</h2>
<div class="col-sm-3"></div> <div class="col-sm-3"></div>
<div class="col-sm-6 offset-sm-3"> <div class="col-sm-6 offset-sm-3">

View File

@ -561,6 +561,7 @@ namespace PSTW_CentralSystem.Controllers.API.Inventory
.Include(i => i.NextStore) .Include(i => i.NextStore)
.Include(i => i.NextStation) .Include(i => i.NextStation)
.Include(i => i.NextUser) .Include(i => i.NextUser)
.Include(i => i.NextUser)
.ToListAsync(); .ToListAsync();
//var itemList = await _centralDbContext.Items.ToListAsync(); //var itemList = await _centralDbContext.Items.ToListAsync();
@ -973,6 +974,7 @@ namespace PSTW_CentralSystem.Controllers.API.Inventory
i.approvalDate, i.approvalDate,
i.remarkMasterInv, i.remarkMasterInv,
i.remarkUser, i.remarkUser,
})); }));
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB