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: {
resetForm() {
this.rejectremark = "";
},
async addRequest() {
try {
const requiredFields = ['stationId', 'productId', 'quantity', 'productCategory'];

View File

@ -193,12 +193,12 @@
@* Receive *@
@* </button> *@
@* </div> *@
@* zx </div> *@
@* </fzxorm> *@
@* </div> zx*@
@* </div> *@
@* </form> *@
@* </div> *@
@* </div> *@
zx <div v-if="itemlateststatus == 'Faulty'">
<div v-if="itemlateststatus == 'Faulty'">
<h2 class="register-heading">Add Item Movement</h2>
<div class="col-sm-3"></div>
<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.NextStation)
.Include(i => i.NextUser)
.Include(i => i.NextUser)
.ToListAsync();
//var itemList = await _centralDbContext.Items.ToListAsync();
@ -973,6 +974,7 @@ namespace PSTW_CentralSystem.Controllers.API.Inventory
i.approvalDate,
i.remarkMasterInv,
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