forked from HANYANG/HANYANG_MES
fix: 과거불량이력조회 레이아웃 생성
This commit is contained in:
parent
6de63d993e
commit
920cfed0ba
|
|
@ -3,13 +3,13 @@
|
||||||
<div class="input-container flexrow gap06">
|
<div class="input-container flexrow gap06">
|
||||||
|
|
||||||
<div class="input-box flex-1">
|
<div class="input-box flex-1">
|
||||||
<label for="" style="width:80px;">소속</label>
|
<label for="" style="width:80px;">품목</label>
|
||||||
<input type="text" id="" name="" class="form-control form-control-sm" />
|
<input v-model="formData.ITEM_CD" type="text" id="" name="" class="form-control form-control-sm" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input-box flex-1">
|
<div class="input-box flex-1">
|
||||||
<label for="">작업자</label>
|
<label for="">설비</label>
|
||||||
<input v-model="formData.EMP_NM" type="text" id="" name="" class="form-control form-control-sm" />
|
<input v-model="formData.FACLT_CD" type="text" id="" name="" class="form-control form-control-sm" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="height-93">
|
<div class="height-93">
|
||||||
<div class="hy-table" id="isWorker"></div>
|
<div class="hy-table" id="isDefHst"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-title">
|
<div class="table-title">
|
||||||
<div class="button-box flexend">
|
<div class="button-box flexend">
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<input type="text" id="" name="" class="form-control form-control-sm" />
|
<input type="text" id="" name="" class="form-control form-control-sm" />
|
||||||
</div>
|
</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>
|
<label for="" style="width:80px;">고장신고사유</label>
|
||||||
<textarea id="" name="" class="form-control form-control-sm"></textarea>
|
<textarea id="" name="" class="form-control form-control-sm"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -122,10 +122,10 @@ class FieldPop {
|
||||||
tableField : {
|
tableField : {
|
||||||
isDefHst : [
|
isDefHst : [
|
||||||
{ field: "DEF_NO", formatter:"rownum", title: "순번", width: 50},
|
{ field: "DEF_NO", formatter:"rownum", title: "순번", width: 50},
|
||||||
{ field: "DEF_FACLT_CD", title: "설비", width: 100},
|
{ field: "DEF_FACLT_CD", title: "설비", width: '23%'},
|
||||||
{ field: "DEF_CD", title: "불량원인", width: 100},
|
{ field: "DEF_CD", title: "불량원인", width: '23%'},
|
||||||
{ field: "DEF_QTY", title: "불량수량", width: 100},
|
{ field: "DEF_QTY", title: "불량수량", width: '23%'},
|
||||||
{ field: "DEF_PRICE", title: "불량단가", width: 100},
|
{ field: "DEF_PRICE", title: "불량단가", width: '23%'},
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
@ -217,6 +217,7 @@ class FieldPop {
|
||||||
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.showComponent('isWorker');
|
||||||
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue