Compare commits
8 Commits
dev-dungtv
...
791b291c30
Author | SHA1 | Date | |
---|---|---|---|
791b291c30 | |||
e6e1703942 | |||
9b89a5625b | |||
e600089f7e | |||
adbf220770 | |||
51b59bf4c9 | |||
b2e50837fd | |||
88b59f5f33 |
@ -134,11 +134,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-body-container{
|
&-body-container{
|
||||||
border-right: 0;
|
border-right: 1px solid;
|
||||||
// border-right-color: map-deep-get($config,
|
border-right-color: map-deep-get($config,
|
||||||
// #{$theme},
|
#{$theme},
|
||||||
// "tui-grid-cell-borderColor"
|
"tui-grid-cell-borderColor"
|
||||||
// );
|
);
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -151,27 +151,24 @@
|
|||||||
width: $scrollbar-width !important;
|
width: $scrollbar-width !important;
|
||||||
height: $scrollbar-width !important;
|
height: $scrollbar-width !important;
|
||||||
-webkit-appearance: initial;
|
-webkit-appearance: initial;
|
||||||
// background-color: map-deep-get($config,
|
background-color: map-deep-get($config,
|
||||||
// #{$theme},
|
#{$theme},
|
||||||
// "tui-grid-cell-borderColor"
|
"scrollbar-track"
|
||||||
// ) !important;
|
) !important;
|
||||||
background-color: rgba(0, 0, 0, 0) !important;
|
|
||||||
border-radius: 3px !important;
|
border-radius: 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
& ::-webkit-scrollbar-track {
|
& ::-webkit-scrollbar-track {
|
||||||
// background-color: map-deep-get($config,
|
background-color: map-deep-get($config,
|
||||||
// #{$theme},
|
#{$theme},
|
||||||
// "tui-grid-cell-borderColor"
|
"scrollbar-track"
|
||||||
// ) !important;
|
) !important;
|
||||||
background-color: rgba(0, 0, 0, 0) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& ::-webkit-scrollbar-thumb {
|
& ::-webkit-scrollbar-thumb {
|
||||||
width: 50px !important;
|
width: 50px !important;
|
||||||
height: 50px !important;
|
height: 50px !important;
|
||||||
background-color: map-deep-get($config, #{$theme}, "scrollbar-thumb");
|
background-color: map-deep-get($config, #{$theme}, "scrollbar-thumb");
|
||||||
// background-color: rgba(0, 0, 0, 0);
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -198,7 +195,6 @@
|
|||||||
&-scrollbar-right-top {
|
&-scrollbar-right-top {
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0);
|
||||||
border: none;
|
border: none;
|
||||||
display: none;
|
|
||||||
// background-color: map-deep-get(
|
// background-color: map-deep-get(
|
||||||
// $config,
|
// $config,
|
||||||
// #{$theme},
|
// #{$theme},
|
||||||
@ -225,13 +221,12 @@
|
|||||||
width: $scrollbar-width !important;
|
width: $scrollbar-width !important;
|
||||||
height: $scrollbar-width !important;
|
height: $scrollbar-width !important;
|
||||||
// display: none !important;
|
// display: none !important;
|
||||||
border-color: map-deep-get($config, #{$theme}, "cardBackground");
|
border-color: map-deep-get($config, #{$theme}, "scrollbar-track");
|
||||||
background-color: map-deep-get($config, #{$theme}, "cardBackground");
|
background-color: map-deep-get($config, #{$theme}, "scrollbar-track");
|
||||||
// border: none !important;
|
// border: none !important;
|
||||||
// bottom: -1px;
|
// bottom: -1px;
|
||||||
// right: -2px;
|
// right: -2px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
// display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-scrollbar-frozen-border,
|
&-scrollbar-frozen-border,
|
||||||
@ -241,9 +236,13 @@
|
|||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-body-area,
|
// &-body-area {
|
||||||
|
// overflow: auto !important;
|
||||||
|
// }
|
||||||
|
|
||||||
&-container,
|
&-container,
|
||||||
&-layer-state,
|
&-layer-state,
|
||||||
|
&-body-area,
|
||||||
&-summary-area,
|
&-summary-area,
|
||||||
&-cell {
|
&-cell {
|
||||||
background-color: map-deep-get($config,
|
background-color: map-deep-get($config,
|
||||||
@ -316,8 +315,8 @@
|
|||||||
&-header-area,
|
&-header-area,
|
||||||
&-cell-header {
|
&-cell-header {
|
||||||
// font-family: inherit;
|
// font-family: inherit;
|
||||||
// font-style: Semi Bold;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
font-style: Semi Bold;
|
||||||
background-color: map-deep-get($config,
|
background-color: map-deep-get($config,
|
||||||
#{$theme},
|
#{$theme},
|
||||||
"tui-grid-header-backgroundColor"
|
"tui-grid-header-backgroundColor"
|
||||||
@ -334,13 +333,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-header-area {
|
&-header-area {
|
||||||
// background-color: none;
|
background-color: none;
|
||||||
border: none;
|
border: none;
|
||||||
margin-right: 0 !important;
|
|
||||||
background-color: map-deep-get($config,
|
|
||||||
#{$theme},
|
|
||||||
"tui-grid-cell-backgroundColor"
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-row-odd,
|
&-row-odd,
|
||||||
|
@ -106,7 +106,7 @@ $config: (
|
|||||||
tui-grid-header-backgroundColor: #2a2b2d,
|
tui-grid-header-backgroundColor: #2a2b2d,
|
||||||
tui-grid-header-color: #FFFFFFD9,
|
tui-grid-header-color: #FFFFFFD9,
|
||||||
tui-grid-border-horziontal-color: #212224,
|
tui-grid-border-horziontal-color: #212224,
|
||||||
tui-grid-border-vertical-color: #FFFFFF0F,
|
tui-grid-border-vertical-color: #212224,
|
||||||
tui-grid-cell-backgroundColor: #212224,
|
tui-grid-cell-backgroundColor: #212224,
|
||||||
tui-grid-cell-color: #fff,
|
tui-grid-cell-color: #fff,
|
||||||
tui-grid-cell-insert-color: #13636c,
|
tui-grid-cell-insert-color: #13636c,
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
<span class="custom-title-4">{{ option.modalTitle }}</span>
|
<span class="custom-title-4">{{ option.modalTitle }}</span>
|
||||||
<a-button icon="close" type="text" @click="dialogOpenCloseEvent(dialog)"></a-button>
|
<a-button icon="close" type="text" @click="dialogOpenCloseEvent(dialog)"></a-button>
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
|
||||||
<div class="px-6 py-4 pt-0">
|
<div class="px-6 py-4 pt-0">
|
||||||
<v-row align="center">
|
<v-row align="center">
|
||||||
<v-col :cols="5">
|
<v-col :cols="5">
|
||||||
@ -59,27 +58,19 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col :cols="12">
|
|
||||||
<div style="height: 50vh;">
|
|
||||||
<div ref="modalGridParent" class="h100 py-4">
|
|
||||||
<component :is="loadGrid && dialog ? 'Grid' : null" :gridName="grid_01"
|
|
||||||
:dataPath="searchParam.pyscModalData.egrpPysclQtyPop" :parentPrgmId="parentPrgmId"
|
|
||||||
@getRowsData="getRowData" @dblClick="setUpdate($event)" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</v-col>
|
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- <div style="height: 50vh;">
|
<div :style="'height: calc(50vh)'">
|
||||||
<div ref="modalGridParent" class="h100 px-6 py-4">
|
<div ref="modalGridParent" class="h100 px-6 py-4">
|
||||||
<component :is="loadGrid && dialog ? 'Grid' : null" :gridName="grid_01"
|
<component :is="loadGrid && dialog ? 'Grid' : null" :gridName="grid_01"
|
||||||
:dataPath="searchParam.pyscModalData.egrpPysclQtyPop" :parentPrgmId="parentPrgmId"
|
:dataPath="searchParam.pyscModalData.egrpPysclQtyPop" :parentPrgmId="parentPrgmId"
|
||||||
@getRowsData="getRowData" @dblClick="setUpdate($event)" />
|
@getRowsData="getRowData" @dblClick="setUpdate($event)" />
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div>
|
||||||
|
|
||||||
<v-card-actions class="px-6 py-4 d-flex align-center justify-end">
|
<v-card-actions class="px-6 py-4 d-flex align-center justify-end">
|
||||||
|
|
||||||
<a-button :ripple="false" @click="dialogOpenCloseEvent(dialog)"
|
<a-button :ripple="false" @click="dialogOpenCloseEvent(dialog)"
|
||||||
class="mr-2">닫기</a-button>
|
class="mr-2">닫기</a-button>
|
||||||
<a-button v-if="item.closeBtnFg || false" :ripple="false" type="danger" ghost danger
|
<a-button v-if="item.closeBtnFg || false" :ripple="false" type="danger" ghost danger
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
:editorGrid="true"
|
:editorGrid="true"
|
||||||
:innerTabGridInfo="innerTabGridInfo"
|
:innerTabGridInfo="innerTabGridInfo"
|
||||||
@getRowsData="getRowData"
|
@getRowsData="getRowData"
|
||||||
:dataPath="dataPathMock"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -54,22 +53,10 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
loadGrid: true,
|
loadGrid: false,
|
||||||
gridName: 'rowDetailGrid',
|
gridName: 'rowDetailGrid',
|
||||||
rowKey: null,
|
rowKey: null,
|
||||||
edtingFinishFlag: 'Y',
|
edtingFinishFlag: 'Y',
|
||||||
dataPathMock: {
|
|
||||||
"rowDetailGrid": {
|
|
||||||
column: [
|
|
||||||
{ header: '추가 정보', name: 'readObjId', align: 'left' },
|
|
||||||
{ header: 'Data 구분', name: 'readObjNm', align: 'left' },
|
|
||||||
{ header: '추가 정보 값', name: 'readObjKind', align: 'left' },
|
|
||||||
],
|
|
||||||
data: dataPathDataExample,
|
|
||||||
defaultRow: dataPathDataExample,
|
|
||||||
option: {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@ -444,22 +431,4 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const dataPathDataExample = [
|
|
||||||
{
|
|
||||||
readObjId: 'OBJ001',
|
|
||||||
readObjNm: '서울 본사',
|
|
||||||
readObjKind: 'TYPE01',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
readObjId: 'OBJ002',
|
|
||||||
readObjNm: '부산 지사',
|
|
||||||
readObjKind: 'TYPE02',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
readObjId: 'OBJ003',
|
|
||||||
readObjNm: '대전 공장',
|
|
||||||
readObjKind: 'TYPE03',
|
|
||||||
}
|
|
||||||
]
|
|
||||||
</script>
|
</script>
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
:parentPrgmId="parentPrgmId"
|
:parentPrgmId="parentPrgmId"
|
||||||
@getRowsData="getRowData"
|
@getRowsData="getRowData"
|
||||||
:innerTabGridInfo="innerTabGridInfo"
|
:innerTabGridInfo="innerTabGridInfo"
|
||||||
:dataPath="dataPathMock"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
@ -60,24 +59,11 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
loadGrid: true,
|
loadGrid: false,
|
||||||
gridName: 'rowEccIaoGrid',
|
gridName: 'rowEccIaoGrid',
|
||||||
inputList_emMapDiv: [],
|
inputList_emMapDiv: [],
|
||||||
inputList_cmInOut: [],
|
inputList_cmInOut: [],
|
||||||
detailList: myDetail,
|
detailList: myDetail,
|
||||||
dataPathMock: {
|
|
||||||
"rowEccIaoGrid": {
|
|
||||||
column: [
|
|
||||||
{ header: '검침 대상 ID', name: 'readObjId', align: 'left' },
|
|
||||||
{ header: '검침 대상 명', name: 'readObjNm', align: 'left' },
|
|
||||||
{ header: '검침 대상 유형', name: 'readObjKind', align: 'left' },
|
|
||||||
{ header: '그룹', name: 'grpCd', align: 'left' },
|
|
||||||
],
|
|
||||||
data: dataPathDataExample,
|
|
||||||
defaultRow: dataPathDataExample,
|
|
||||||
option: {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@ -516,12 +502,4 @@ const myDetail = [
|
|||||||
iconShow: true,
|
iconShow: true,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
const dataPathDataExample = [
|
|
||||||
{
|
|
||||||
readObjId: 'OBJ001',
|
|
||||||
readObjNm: '서울 본사',
|
|
||||||
readObjKind: 'TYPE01',
|
|
||||||
grpCd: 'GRP01',
|
|
||||||
},
|
|
||||||
]
|
|
||||||
</script>
|
</script>
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
:parentPrgmId="myPrgmId"
|
:parentPrgmId="myPrgmId"
|
||||||
:sendParam="{ comId }"
|
:sendParam="{ comId }"
|
||||||
customClass="select-large"
|
customClass="select-large"
|
||||||
|
labelCols="12"
|
||||||
|
textCols="12"
|
||||||
/>
|
/>
|
||||||
<!-- <component
|
<!-- <component
|
||||||
:is="'selectCodeList'"
|
:is="'selectCodeList'"
|
||||||
@ -79,7 +81,6 @@
|
|||||||
@getRowsData="getRowData"
|
@getRowsData="getRowData"
|
||||||
@sendSelectedRowStatInfo="getSelectedRowStatInfo"
|
@sendSelectedRowStatInfo="getSelectedRowStatInfo"
|
||||||
:selectedRowDataWatchFlag="true"
|
:selectedRowDataWatchFlag="true"
|
||||||
:dataPath="dataPathMock"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -128,7 +129,7 @@
|
|||||||
<template v-else-if="item.id == 'AsgnRoleByUser'">
|
<template v-else-if="item.id == 'AsgnRoleByUser'">
|
||||||
<v-col :cols="3" class="h100">
|
<v-col :cols="3" class="h100">
|
||||||
<v-card-title
|
<v-card-title
|
||||||
class="pa-0 custom-title-4"
|
class="pa-0 custom-subtitle-tab"
|
||||||
style="min-height:36px;"
|
style="min-height:36px;"
|
||||||
>역할리스트</v-card-title
|
>역할리스트</v-card-title
|
||||||
>
|
>
|
||||||
@ -154,7 +155,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
<v-col :cols="8" class="h100">
|
<v-col :cols="8" class="h100">
|
||||||
<div class="d-flex align-center justify-space-between">
|
<div class="d-flex align-center justify-space-between">
|
||||||
<v-card-title class="pa-0 custom-title-4">
|
<v-card-title class="pa-0 custom-subtitle-tab">
|
||||||
사용자 역할</v-card-title
|
사용자 역할</v-card-title
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
@ -307,40 +308,10 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async init() {
|
async init() {
|
||||||
this.gridInit();
|
await this.gridInit();
|
||||||
},
|
},
|
||||||
|
|
||||||
gridInitTest() {
|
|
||||||
const rowGrid = {
|
|
||||||
column: [
|
|
||||||
{ header: '사용자No', name: 'userNo', align: 'center', hidden: true },
|
|
||||||
{ header: '사용자명', name: 'userNm' },
|
|
||||||
{ header: '사용자ID', name: 'userLoginId' },
|
|
||||||
{ header: '사용자비밀번호', name: 'userPswd', hidden: true },
|
|
||||||
{ header: '사업장', name: 'blocId', hidden: true },
|
|
||||||
{ header: 'email', name: 'email', hidden: true },
|
|
||||||
{ header: '등록자NO', name: 'regUserNo', hidden: true },
|
|
||||||
{ header: '등록일시', name: 'regDttm', hidden: true },
|
|
||||||
{ header: '수정자NO', name: 'procUserNo', hidden: true },
|
|
||||||
{ header: '수정일시', name: 'procDttm', hidden: true },
|
|
||||||
{ header: 'comId', name: 'comId', hidden: true },
|
|
||||||
{ header: 'deptId', name: 'deptId', hidden: true },
|
|
||||||
],
|
|
||||||
data: dataMockExample,
|
|
||||||
defaultRow: dataMockExample,
|
|
||||||
option: [],
|
|
||||||
}
|
|
||||||
this.dataPathMock = {rowGrid};
|
|
||||||
this.$nextTick(() => {
|
|
||||||
this.loadGrid = true;
|
|
||||||
});
|
|
||||||
},
|
|
||||||
|
|
||||||
// 사용자 리스트 그리드 세팅
|
// 사용자 리스트 그리드 세팅
|
||||||
gridInit() {
|
gridInit() {
|
||||||
|
|
||||||
// this.gridInitTest(); return
|
|
||||||
|
|
||||||
const gridHeight = this.$refs.gridParent.offsetHeight - 90;
|
const gridHeight = this.$refs.gridParent.offsetHeight - 90;
|
||||||
|
|
||||||
const myOptions = {
|
const myOptions = {
|
||||||
@ -1100,67 +1071,4 @@ function sha512(str) {
|
|||||||
.update(str)
|
.update(str)
|
||||||
.digest('hex');
|
.digest('hex');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const dataMockExample = [
|
|
||||||
{
|
|
||||||
userNo: 1,
|
|
||||||
userNm: '홍길동',
|
|
||||||
userLoginId: 'hong123',
|
|
||||||
userPswd: 'password123',
|
|
||||||
blocId: 'B001',
|
|
||||||
email: 'hong@example.com',
|
|
||||||
regUserNo: 100,
|
|
||||||
regDttm: '2025-07-01 10:00:00',
|
|
||||||
procUserNo: 101,
|
|
||||||
procDttm: '2025-07-15 14:30:00',
|
|
||||||
comId: 'C001',
|
|
||||||
deptId: 'D001'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
userNo: 2,
|
|
||||||
userNm: '김영희',
|
|
||||||
userLoginId: 'kimyh',
|
|
||||||
userPswd: 'securePass456',
|
|
||||||
blocId: 'B002',
|
|
||||||
email: 'kim@example.com',
|
|
||||||
regUserNo: 102,
|
|
||||||
regDttm: '2025-07-02 11:20:00',
|
|
||||||
procUserNo: 103,
|
|
||||||
procDttm: '2025-07-16 09:45:00',
|
|
||||||
comId: 'C002',
|
|
||||||
deptId: 'D002'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
userNo: 3,
|
|
||||||
userNm: '관리자',
|
|
||||||
userLoginId: 'user',
|
|
||||||
userPswd: 'securePass456',
|
|
||||||
blocId: 'B002',
|
|
||||||
email: 'kim@example.com',
|
|
||||||
regUserNo: 102,
|
|
||||||
regDttm: '2025-07-02 11:20:00',
|
|
||||||
procUserNo: 103,
|
|
||||||
procDttm: '2025-07-16 09:45:00',
|
|
||||||
comId: 'C002',
|
|
||||||
deptId: 'D002'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
userNo: 4,
|
|
||||||
userNm: '사용자',
|
|
||||||
userLoginId: 'admin',
|
|
||||||
userPswd: 'securePass456',
|
|
||||||
blocId: 'B002',
|
|
||||||
email: 'kim@example.com',
|
|
||||||
regUserNo: 102,
|
|
||||||
regDttm: '2025-07-02 11:20:00',
|
|
||||||
procUserNo: 103,
|
|
||||||
procDttm: '2025-07-16 09:45:00',
|
|
||||||
comId: 'C002',
|
|
||||||
deptId: 'D002'
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
@ -4,24 +4,27 @@
|
|||||||
<v-row ref="searchFilter">
|
<v-row ref="searchFilter">
|
||||||
<v-col :cols="12">
|
<v-col :cols="12">
|
||||||
<v-card class="searchFilter">
|
<v-card class="searchFilter">
|
||||||
<v-row align="center" no-gutters>
|
<v-row align="end" no-gutters>
|
||||||
<v-col :cols="2">
|
<div></div>
|
||||||
|
<v-col :cols="2.5">
|
||||||
<InputText
|
<InputText
|
||||||
:parentPrgmId="myPrgmId"
|
:parentPrgmId="myPrgmId"
|
||||||
label="배치ID"
|
label="배치ID"
|
||||||
valueNm="batchId"
|
valueNm="batchId"
|
||||||
:searchOption="true"
|
:searchOption="true"
|
||||||
|
customClass="input-large"
|
||||||
/>
|
/>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col :cols="2">
|
<v-col :cols="2.5">
|
||||||
<InputText
|
<InputText
|
||||||
:parentPrgmId="myPrgmId"
|
:parentPrgmId="myPrgmId"
|
||||||
label="배치명"
|
label="배치명"
|
||||||
valueNm="batchNm"
|
valueNm="batchNm"
|
||||||
:searchOption="true"
|
:searchOption="true"
|
||||||
|
customClass="input-large"
|
||||||
/>
|
/>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col :cols="2">
|
<v-col :cols="2.5">
|
||||||
<component
|
<component
|
||||||
:is="'selectCodeList'"
|
:is="'selectCodeList'"
|
||||||
:parentPrgmId="myPrgmId"
|
:parentPrgmId="myPrgmId"
|
||||||
@ -29,20 +32,21 @@
|
|||||||
:dataKey="'execRsltCd'"
|
:dataKey="'execRsltCd'"
|
||||||
:sendParam="{ commGrpCd: 'CO_BATCH_EXEC_RSLT', useFg: '1' }"
|
:sendParam="{ commGrpCd: 'CO_BATCH_EXEC_RSLT', useFg: '1' }"
|
||||||
:addAll="true"
|
:addAll="true"
|
||||||
|
customClass="select-large"
|
||||||
/>
|
/>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col :cols="2">
|
<v-col :cols="2.5">
|
||||||
<component
|
<component
|
||||||
:is="'Datepicker'"
|
:is="'Datepicker'"
|
||||||
:parentPrgmId="myPrgmId"
|
:parentPrgmId="myPrgmId"
|
||||||
:label="'조회기간'"
|
:label="'조회기간'"
|
||||||
|
customClass="datepicker-large"
|
||||||
/>
|
/>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-spacer></v-spacer>
|
<div class="text-right d-flex align-end justify-end pl-9" style="gap: 8px">
|
||||||
<v-col :cols="4" class="text-right">
|
|
||||||
<BtnSearch />
|
<BtnSearch />
|
||||||
<BtnExcelDownload :parentPrgmId="myPrgmId" :gridName="gridName" />
|
<BtnExcelDownload :parentPrgmId="myPrgmId" :gridName="gridName" size="large" />
|
||||||
</v-col>
|
</div>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
@ -427,6 +431,3 @@ const myDetail = [
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
|
||||||
@import '@/assets/scss/common.scss';
|
|
||||||
</style>
|
|
||||||
|
@ -64,7 +64,6 @@
|
|||||||
:gridName="gridName"
|
:gridName="gridName"
|
||||||
:parentPrgmId="myPrgmId"
|
:parentPrgmId="myPrgmId"
|
||||||
@getRowsData="getRowData"
|
@getRowsData="getRowData"
|
||||||
:dataPath="dataPathMock"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -137,24 +136,10 @@ export default {
|
|||||||
return {
|
return {
|
||||||
myPrgmId: myPrgmId,
|
myPrgmId: myPrgmId,
|
||||||
gridName: 'rowGrid',
|
gridName: 'rowGrid',
|
||||||
loadGrid: true,
|
loadGrid: false,
|
||||||
tab: null,
|
tab: null,
|
||||||
detailList: myDetail,
|
detailList: myDetail,
|
||||||
initedFlag: false,
|
initedFlag: false,
|
||||||
dataPathMock : {
|
|
||||||
'rowGrid': {
|
|
||||||
column: [
|
|
||||||
{ header: '추가 정보 그룹', name: 'addGrpId', align: 'left' },
|
|
||||||
{ header: '추가 정보 ID', name: 'addInfoId', align: 'left' },
|
|
||||||
{ header: '추가 정보 명', name: 'addInfoNm', align: 'left' },
|
|
||||||
{ header: 'Data 형식', name: 'addInfoDataKind', align: 'center' },
|
|
||||||
{ header: '사용여부', name: 'useFg', align: 'center' },
|
|
||||||
],
|
|
||||||
data: dataMockExample,
|
|
||||||
defaultRow: dataMockExample,
|
|
||||||
option: {},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@ -642,43 +627,4 @@ const myDetail = [
|
|||||||
placeholder: '시스템 자동입력',
|
placeholder: '시스템 자동입력',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const dataMockExample = [
|
|
||||||
{
|
|
||||||
addGrpId: 'GRP001',
|
|
||||||
addInfoId: 'INFO001',
|
|
||||||
addInfoNm: '온도 센서',
|
|
||||||
addInfoDataKind: 'DATA01',
|
|
||||||
useFg: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
addGrpId: 'GRP002',
|
|
||||||
addInfoId: 'INFO002',
|
|
||||||
addInfoNm: '압력 센서',
|
|
||||||
addInfoDataKind: 'DATA02',
|
|
||||||
useFg: false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
addGrpId: 'GRP003',
|
|
||||||
addInfoId: 'INFO003',
|
|
||||||
addInfoNm: '압력 센서',
|
|
||||||
addInfoDataKind: 'DATA03',
|
|
||||||
useFg: false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
addGrpId: 'GRP004',
|
|
||||||
addInfoId: 'INFO004',
|
|
||||||
addInfoNm: '압력 센서',
|
|
||||||
addInfoDataKind: 'DATA04',
|
|
||||||
useFg: false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
addGrpId: 'GRP005',
|
|
||||||
addInfoId: 'INFO005',
|
|
||||||
addInfoNm: '압력 센서',
|
|
||||||
addInfoDataKind: 'DATA05',
|
|
||||||
useFg: false,
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user