web/web/GwOpGroup.aspx
@@ -92,7 +92,7 @@ html.push("<tr>"); html.push("<td><select class='form-control' name='opid'>"); $.each(opList, function (i) { html.push("<option value='" + this.OpID + "' "+((this.OpID == opid) ? "selected" : "")+">" + this.OpName + "</option>"); html.push("<option value='" + this.OpID + "' "+((this.OpID == opid) ? "selected" : "")+">" +this.OpID+"-"+ this.OpName + "</option>"); }); html.push("</select></td>"); html.push("<td><input type='text' class='form-control' name='weight' value='"+weight+"'></td>");