function SelectProject() {
var a = new Array;
var r = window.showModalDialog('SelProject.aspx', a, "dialogWidth=1000px;DialogHeight=600px; 크기 조정 가능: 예 ");
if (typeof (r) != 'undefine') {
var arr = r.split(";");
$("#hidProjectInnerID").val(arr[0 ]);
$("#txtProjectNo").val(arr[1]);
$.getJSON("../Handler/GetProjectInfor.ashx", { 키: "PaymentStatement", InnerID: $ ("#hidProjectInnerID").val() },
함수(json) {
$("#labFinalCustomer").text(json.finalclient);
$("#labOrderNo").text (json.orderno);
var strDeviceTr = "";
$.each(json.workinghours, 함수(i, 항목) {
strDeviceTr = "
<가능 name="infor"> " item.description ""; strDeviceTr = " | | ";
strDeviceTr = " " item.hoursdays " | ";
strDeviceTr = " 0.8 | ";
strDeviceTr = " " item.workinghour " | ";
strDeviceTr = " 0.8 | ";
strDeviceTr = " " item.workinghour " | ";
strDeviceTr = " | ";
strDeviceTr = "
";
}; 🎜>
ashx