fix: 2024. 6. 25 요청한 '지반정보 입력시스템 개선' 작업 건
- 기본현장시험정보 - 현장수압시험 입력항목 - 기본현장시험정보 - 현장투수시험 입력항목main
parent
147b1bd603
commit
f7746066ec
|
|
@ -976,7 +976,7 @@ function fn_grid_refresh(){
|
|||
dataSource: kictDataSource2,
|
||||
columns: [
|
||||
{ field: "fieldperOrder", title: "시험<br>순서", width:60, attributes: { style:"text-align: center" } },
|
||||
{ field: "fieldperSubTime", title: "시간간격(sec)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (fieldperSubTime == null) ? '0' : fieldperSubTime #</div>" },
|
||||
{ field: "fieldperSubTime", title: "경과시간(sec)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (fieldperSubTime == null) ? '0' : fieldperSubTime #</div>" },
|
||||
{ field: "fieldperSubTotalHead", title: "총수두(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (fieldperSubTotalHead == null) ? '0' : fieldperSubTotalHead #</div>" },
|
||||
{ field: "fieldperSubFallingHead", title: "수두차(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (fieldperSubFallingHead == null) ? '0' : fieldperSubFallingHead #</div>" },
|
||||
{ field: "fieldperSubWaterLoose", title: "유출수량(㎤)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (fieldperSubWaterLoose == null) ? '0' : fieldperSubWaterLoose #</div>" },
|
||||
|
|
|
|||
|
|
@ -1041,7 +1041,7 @@ function fn_grid_refresh(){
|
|||
{ field: "wptestOrder", title: "시험<br>순서", editor: chooseEditor, width:60, attributes: { style:"text-align: center" } },
|
||||
{ field: "wptestWaterPressure", title: "수압("+wptestWaterPressure+")", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wptestWaterPressure == null) ? '0' : wptestWaterPressure #</div>" },
|
||||
{ field: "wptestTotalHead", title: "총수두(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "<div class='td-data'>#= (wptestTotalHead == null) ? '0' : wptestTotalHead #</div>" },
|
||||
{ field: "wptestQuantity", title: "단위시간당<br>주수량(㎤)", 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: "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>" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue