Project

General

Profile

Bug #1836

[ESS-PMS FINAL] isi self score walau tidak diisi tapi maih bisa submit.

Added by Muhammad Bintar about 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Start date:
11/28/2022
Due date:
11/29/2022
% Done:

0%

Estimated time:
Spent time:

Description

dear tim developer mohon support nya untuk perbaikan pada ess pms dimana pada saat melakukan pengisian self score tapi di kosongkan, maka bisa di submit.
padahal seharusnya tidak boleh untuk di submit.

remote.minovais.com:6161


Files

clipboard-202211281618-8budh.png (64.8 KB) clipboard-202211281618-8budh.png Muhammad Bintar, 11/28/2022 04:18 PM
#1

Updated by Kezia Pawitra Yulianti about 2 years ago

  • Status changed from New to Assigned
#2

Updated by M Azid Wahyudi about 2 years ago

  • Status changed from Assigned to QA Test
  • Assignee changed from M Azid Wahyudi to Muhammad Bintar

dear masbin udah bisa di test ya

package : E:\APP\BMS\WebClient\erp\controller\wf\pmsperform\ctr_pfdir

if (qual1.indexOf(taskId) >= 0) {
Body.down('grid[name=KPI]').getStore().each(function (rec) {
kpi_nilai = parseInt(rec.data.kpi_self_value);
if (kpi_nilai = 'NaN'){
kpi_nilai = 0;
}
if (kpi_nilai <= 0 ) {
alert(w_sscore);
not_submit = '1';
return false;
}
});

penambahan kondisi :

if (kpi_nilai = 'NaN'){
kpi_nilai = 0;
}

makasih

#3

Updated by Muhammad Bintar almost 2 years ago

  • Status changed from QA Test to Developing
  • Assignee changed from Muhammad Bintar to M Azid Wahyudi

update:
di tambahin lagi ya zid param nya yang dari server BMS ke server 105

#4

Updated by M Azid Wahyudi almost 2 years ago

  • Assignee changed from M Azid Wahyudi to Muhammad Bintar

oke masbin , gw deploy yg di 105

#5

Updated by Muhammad Bintar almost 2 years ago

  • Status changed from Developing to Closed
  • Assignee changed from Muhammad Bintar to M Azid Wahyudi

okeh sudah bisaa

Also available in: Atom PDF