fix: 2024. 6. 25 요청한 '지반정보 입력시스템 개선' 작업 건
- 기본현장시험정보 - 현장수압시험 입력항목에서 루전주입량 단위 변경 건main
parent
631cd44246
commit
15828e0dc9
|
|
@ -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 },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue