|
@@ -916,6 +916,7 @@ function initBar() {
|
|
|
if(iCol === 4){
|
|
|
let rowData = $("#tb_bar_code").jqGrid("getRowData", rowid);
|
|
|
$("#barListForm")[0].reset();
|
|
|
+ $("#clFlag option:selected").val('1')
|
|
|
$("#barListModal").modal("show");
|
|
|
$('#chargeCode2').val(rowData['chargeCode']);
|
|
|
$('#buyAmt2').val(rowData['buyAmt']);
|