change report UI

This commit is contained in:
phyusin
2018-05-09 13:34:30 +06:30
parent a11fc9e31c
commit 1e05522c42
2 changed files with 55 additions and 29 deletions

View File

@@ -73,7 +73,7 @@ $(function() {
var reason = "";
var approved_code = $("#approved_code").text();
if(order_status == 'ready_to_delivery'){
reason = "VOID ::" + $('#reject_reason').val();
reason = "VOID || " + $('#reject_reason').val();
}else{
reason = $('#reject_reason').val();
}