[UPDT] PMS: Key result save function, progress percentage change update
This commit is contained in:
@@ -405,7 +405,7 @@
|
||||
},
|
||||
success: function (response) {
|
||||
if (response.type != 'error'){
|
||||
keyResultRow.find('.p-percentage').text(prgressPercentage);
|
||||
keyResultRow.find('.p-percentage').text(prgressPercentage+'%');
|
||||
|
||||
// Iterate over each span and get its text content
|
||||
var total_percentage = 0
|
||||
|
||||
Reference in New Issue
Block a user