Merge branch 'Dev2' of https://git.pstw.com.my/catalyx/PSTW_CentralizeSystem into Dev2
This commit is contained in:
commit
9d9f931642
@ -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'];
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
@ -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 |
Loading…
Reference in New Issue
Block a user