fix: 2024. 6. 25 요청한 '지반정보 입력시스템 개선' 작업 건

- 기본현장시험정보 - 현장수압시험 입력항목에서 루전주입량 단위 변경 건
main
thkim 2024-07-01 11:51:03 +09:00
parent 631cd44246
commit 15828e0dc9
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ function fn_grid_refresh(){
{ field: "wptestQuantity", title: "단위시간당<br>주수량(㎤/min)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wptestQuantity == null) ? '0' : wptestQuantity #</div>" }, { field: "wptestQuantity", title: "단위시간당<br>주수량(㎤/min)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wptestQuantity == null) ? '0' : wptestQuantity #</div>" },
{ field: "wptestPermeability", title: "투수계수<br>(k,cm/sec)", editor: chooseTest, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wptestPermeability == null) ? '0' : wptestPermeability #</div>" }, { field: "wptestPermeability", title: "투수계수<br>(k,cm/sec)", editor: chooseTest, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wptestPermeability == null) ? '0' : wptestPermeability #</div>" },
{ field: "wplugeonPressure", title: "루전 수압<br>("+wplugeonPressure+")", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wplugeonPressure == null) ? '0' : wplugeonPressure #</div>" }, { field: "wplugeonPressure", title: "루전 수압<br>("+wplugeonPressure+")", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wplugeonPressure == null) ? '0' : wplugeonPressure #</div>" },
{ field: "wplugeonInjectWater", title: "루전주입량<br>(/min)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wplugeonInjectWater == null) ? '0' : wplugeonInjectWater #</div>" }, { field: "wplugeonInjectWater", title: "루전주입량<br>(/m/min)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wplugeonInjectWater == null) ? '0' : wplugeonInjectWater #</div>" },
{ field: "wplugeonLu", title: "루전값<br>(Lu,/min/m)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wplugeonLu == null) ? '0' : wplugeonLu #</div>" }, { field: "wplugeonLu", title: "루전값<br>(Lu,/min/m)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wplugeonLu == null) ? '0' : wplugeonLu #</div>" },
{ field: "seq", hidden: true }, { field: "seq", hidden: true },
{ field: "newWpCode", hidden: true }, { field: "newWpCode", hidden: true },