dev-dungtv-0807 #48
@ -10,7 +10,10 @@
|
||||
<v-col :cols="textCols">
|
||||
<v-text-field readonly v-model="selectValue" append-icon="" :class="['v-input__custom', customClass]"
|
||||
@click="dialogOpenCloseEvent(dialog)" outlined :hide-details="true" :required="required || false"
|
||||
:disabled="disabled || false"><template v-slot:append>
|
||||
:disabled="disabled || false"
|
||||
:placeholder="placeholder"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<!-- Custom SVG icon -->
|
||||
<v-icon>$icoSearch</v-icon>
|
||||
</template>
|
||||
|
@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="d-flex justify-space-between align-center my-5" >
|
||||
<span class="txt custom-subtitle-tab">설비 추가 정보</span>
|
||||
<div class="d-flex justify-space-between align-center mb-5" >
|
||||
<v-card-title class="txt custom-title-4 pa-0">
|
||||
설비 추가 정보
|
||||
</v-card-title>
|
||||
<Buttons
|
||||
:parentPrgmId="parentPrgmId"
|
||||
:bindingData="gridName"
|
||||
|
@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="d-flex justify-space-between align-center my-5" >
|
||||
<span class="txt custom-subtitle-tab">설비 상수 정보</span>
|
||||
<div class="d-flex justify-space-between align-center mb-5" >
|
||||
<!-- <span class="txt custom-subtitle-tab">설비 상수 정보</span> -->
|
||||
<v-card-title class="txt custom-title-4 pa-0">
|
||||
설비 상수 정보
|
||||
</v-card-title>
|
||||
<Buttons :parentPrgmId="parentPrgmId" :bindingData="gridName" :btnActionsFnc="btnActions" />
|
||||
</div>
|
||||
<div ref="gridParent" style="min-height: calc(100vh - 800px);">
|
||||
@ -386,7 +389,7 @@ const myEqpmConstDetail = [
|
||||
required: true,
|
||||
openMode: 'CONST',
|
||||
cols: 6,
|
||||
class: 'py-3 pl-4',
|
||||
class: 'pt-3 pb-1 pl-4',
|
||||
eqpmGrpDisableFlag: true,
|
||||
// eqpmGrpId:'',
|
||||
labelCols: 12,
|
||||
@ -406,7 +409,7 @@ const myEqpmConstDetail = [
|
||||
disabled: true,
|
||||
readonly: true,
|
||||
cols: 6,
|
||||
class: 'py-3 pt-1 pl-4',
|
||||
class: 'pb-3 pt-0 pl-4',
|
||||
align: 'right',
|
||||
// class: 'py-2 d-none',
|
||||
labelCols: 12,
|
||||
|
@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="d-flex justify-space-between align-center my-5" >
|
||||
<span class="txt custom-subtitle-tab">설비 입출력 정보</span>
|
||||
<div class="d-flex justify-space-between align-center mb-5" >
|
||||
<!-- <span class="txt custom-subtitle-tab">설비 입출력 정보</span> -->
|
||||
<v-card-title class="txt custom-title-4 pa-0">
|
||||
설비 입출력 정보
|
||||
</v-card-title>
|
||||
<Buttons
|
||||
:parentPrgmId="parentPrgmId"
|
||||
:bindingData="gridName"
|
||||
@ -226,6 +229,7 @@ export default {
|
||||
|
||||
return retVal;
|
||||
},
|
||||
minWidth: 150,
|
||||
},
|
||||
{
|
||||
header: '대상 유형',
|
||||
@ -242,9 +246,10 @@ export default {
|
||||
|
||||
return retVal;
|
||||
},
|
||||
minWidth: 150,
|
||||
},
|
||||
{ header: '물리량', name: 'pysclQtyId', align: 'left', hidden: true },
|
||||
{ header: '물리량', name: 'pysclQtyNm', align: 'left' },
|
||||
{ header: '물리량', name: 'pysclQtyNm', align: 'left', minWidth: 150, },
|
||||
{
|
||||
header: '물리량값',
|
||||
name: 'pysclQtyVal',
|
||||
@ -269,6 +274,7 @@ export default {
|
||||
);
|
||||
return newValue[0].commCdNm;
|
||||
},
|
||||
minWidth: 100,
|
||||
},
|
||||
{ header: '분배율', name: 'distRt', align: 'right' },
|
||||
{ header: '등록 사용자', name: 'regUserNo', hidden: true },
|
||||
|
@ -365,7 +365,7 @@ export default {
|
||||
header: '사업장',
|
||||
name: 'blocId',
|
||||
width: 100,
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
hidden: true,
|
||||
formatter({ value }) {
|
||||
let retVal = '';
|
||||
|
Reference in New Issue
Block a user