1
0
Fork 0

fix: 과거불량이력조회 레이아웃 생성

This commit is contained in:
sychoi 2024-04-29 17:33:18 +09:00
parent 6de63d993e
commit 920cfed0ba
3 changed files with 11 additions and 10 deletions

View File

@ -3,13 +3,13 @@
<div class="input-container flexrow gap06">
<div class="input-box flex-1">
<label for="" style="width:80px;">소속</label>
<input type="text" id="" name="" class="form-control form-control-sm" />
<label for="" style="width:80px;">품목</label>
<input v-model="formData.ITEM_CD" type="text" id="" name="" class="form-control form-control-sm" />
</div>
<div class="input-box flex-1">
<label for="">작업자</label>
<input v-model="formData.EMP_NM" type="text" id="" name="" class="form-control form-control-sm" />
<label for="">설비</label>
<input v-model="formData.FACLT_CD" type="text" id="" name="" class="form-control form-control-sm" />
</div>
</div>
@ -21,7 +21,7 @@
<div class="height-93">
<div class="hy-table" id="isWorker"></div>
<div class="hy-table" id="isDefHst"></div>
</div>
<div class="table-title">
<div class="button-box flexend">

View File

@ -15,7 +15,7 @@
<input type="text" id="" name="" class="form-control form-control-sm" />
</div>
<div class="input-box flexrow flexend flex-1 flexrow">
<div class="input-box flexrow flexend flex-1 flexfillstart">
<label for="" style="width:80px;">고장신고사유</label>
<textarea id="" name="" class="form-control form-control-sm"></textarea>
</div>

View File

@ -122,10 +122,10 @@ class FieldPop {
tableField : {
isDefHst : [
{ field: "DEF_NO", formatter:"rownum", title: "순번", width: 50},
{ field: "DEF_FACLT_CD", title: "설비", width: 100},
{ field: "DEF_CD", title: "불량원인", width: 100},
{ field: "DEF_QTY", title: "불량수량", width: 100},
{ field: "DEF_PRICE", title: "불량단가", width: 100},
{ field: "DEF_FACLT_CD", title: "설비", width: '23%'},
{ field: "DEF_CD", title: "불량원인", width: '23%'},
{ field: "DEF_QTY", title: "불량수량", width: '23%'},
{ field: "DEF_PRICE", title: "불량단가", width: '23%'},
],
@ -217,6 +217,7 @@ class FieldPop {
},
mounted() {
this.showComponent('isWorker');
},
computed: {