|
|
|
@ -1,61 +1,43 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="l-layout">
|
|
|
|
|
<CommonPageTitle/>
|
|
|
|
|
<v-row ref="searchFilter">
|
|
|
|
|
<v-col :cols="12">
|
|
|
|
|
<v-card class="searchFilter">
|
|
|
|
|
<v-row align="center" no-gutters>
|
|
|
|
|
<v-col :cols="3">
|
|
|
|
|
<!-- 사업장 -->
|
|
|
|
|
<component
|
|
|
|
|
:is="'SelectBlocMstr'"
|
|
|
|
|
ref="SelectBlocMstr"
|
|
|
|
|
:parentPrgmId="myPrgmId"
|
|
|
|
|
/>
|
|
|
|
|
<component :is="'SelectBlocMstr'" ref="SelectBlocMstr" :parentPrgmId="myPrgmId"
|
|
|
|
|
:textCols="12" customClass="select-large" />
|
|
|
|
|
</v-col>
|
|
|
|
|
<v-col :cols="3">
|
|
|
|
|
<component
|
|
|
|
|
:is="'selectCodeList'"
|
|
|
|
|
:parentPrgmId="myPrgmId"
|
|
|
|
|
:label="'측정 Data 유형'"
|
|
|
|
|
dataKey="searchReadDataType"
|
|
|
|
|
:sendParam="{ commGrpCd: 'EM_READ_DATA_TYPE', useFg: '1' }"
|
|
|
|
|
:addAll="true"
|
|
|
|
|
/>
|
|
|
|
|
<component :is="'selectCodeList'" :parentPrgmId="myPrgmId" :label="'측정 Data 유형'"
|
|
|
|
|
dataKey="searchReadDataType" :sendParam="{ commGrpCd: 'EM_READ_DATA_TYPE', useFg: '1' }"
|
|
|
|
|
:addAll="true" :textCols="12" customClass="select-large" />
|
|
|
|
|
</v-col>
|
|
|
|
|
<v-col :cols="3">
|
|
|
|
|
<component
|
|
|
|
|
:is="'SelectReadObj'"
|
|
|
|
|
:parentPrgmId="myPrgmId"
|
|
|
|
|
:label="'측정대상'"
|
|
|
|
|
dataKey="searchReadObj"
|
|
|
|
|
:sendParam="{ useFg: '1' }"
|
|
|
|
|
:addAll="true"
|
|
|
|
|
/>
|
|
|
|
|
</v-col>
|
|
|
|
|
<v-col :cols="3" class="text-right">
|
|
|
|
|
<BtnSearch @click="search" />
|
|
|
|
|
<component :is="'SelectReadObj'" :parentPrgmId="myPrgmId" :label="'측정대상'"
|
|
|
|
|
dataKey="searchReadObj" :sendParam="{ useFg: '1' }" :labelCols="12" :textCols="12"
|
|
|
|
|
:addAll="true" customClass="select-large" />
|
|
|
|
|
</v-col>
|
|
|
|
|
|
|
|
|
|
</v-row>
|
|
|
|
|
<v-row align="center" no-gutters>
|
|
|
|
|
<v-row align="end" no-gutters>
|
|
|
|
|
<v-col :cols="3">
|
|
|
|
|
<component
|
|
|
|
|
:is="'selectCodeList'"
|
|
|
|
|
:parentPrgmId="myPrgmId"
|
|
|
|
|
:label="'사용여부'"
|
|
|
|
|
dataKey="useFg"
|
|
|
|
|
:sendParam="{ commGrpCd: 'CO_USEFG', useFg: '1' }"
|
|
|
|
|
:addAll="true"
|
|
|
|
|
/>
|
|
|
|
|
<component :is="'selectCodeList'" :parentPrgmId="myPrgmId" :label="'사용여부'" dataKey="useFg"
|
|
|
|
|
:sendParam="{ commGrpCd: 'CO_USEFG', useFg: '1' }" :addAll="true" :textCols="12"
|
|
|
|
|
customClass="select-large" />
|
|
|
|
|
</v-col>
|
|
|
|
|
<v-col :cols="6">
|
|
|
|
|
<InputText
|
|
|
|
|
:parentPrgmId="myPrgmId"
|
|
|
|
|
label="TAG명"
|
|
|
|
|
valueNm="tagNm"
|
|
|
|
|
:labelCols="2"
|
|
|
|
|
:textCols="9"
|
|
|
|
|
:searchOption="true"
|
|
|
|
|
/>
|
|
|
|
|
<v-col :cols="3">
|
|
|
|
|
<InputText :parentPrgmId="myPrgmId" label="TAG ID" valueNm="tagId" :labelCols="12"
|
|
|
|
|
:textCols="12" :searchOption="true" customClass="input-large" />
|
|
|
|
|
</v-col>
|
|
|
|
|
<v-col :cols="3">
|
|
|
|
|
<InputText :parentPrgmId="myPrgmId" label="TAG명" valueNm="tagNm" :labelCols="12"
|
|
|
|
|
:textCols="12" :searchOption="true" customClass="input-large" />
|
|
|
|
|
</v-col>
|
|
|
|
|
<v-col :cols="3" class="d-flex align-end justify-end text-right">
|
|
|
|
|
<BtnSearch @click="search" size="large" />
|
|
|
|
|
</v-col>
|
|
|
|
|
</v-row>
|
|
|
|
|
</v-card>
|
|
|
|
@ -66,63 +48,33 @@
|
|
|
|
|
<v-card class="pb-5">
|
|
|
|
|
<v-card-title class="d-flex justify-space-between align-end">
|
|
|
|
|
<span class="tit ft-size_20 ft-weight_600">TAG 정보</span>
|
|
|
|
|
<Buttons
|
|
|
|
|
:parentPrgmId="myPrgmId"
|
|
|
|
|
:bindingData="gridName"
|
|
|
|
|
:detailList="detailList"
|
|
|
|
|
:btnActionsFnc="btnActions"
|
|
|
|
|
/>
|
|
|
|
|
<Buttons :parentPrgmId="myPrgmId" :bindingData="gridName" :detailList="detailList"
|
|
|
|
|
:btnActionsFnc="btnActions" />
|
|
|
|
|
</v-card-title>
|
|
|
|
|
<v-card-actions>
|
|
|
|
|
<div
|
|
|
|
|
ref="gridParent"
|
|
|
|
|
class="w100"
|
|
|
|
|
style="height: calc(100vh - 360px)"
|
|
|
|
|
>
|
|
|
|
|
<component
|
|
|
|
|
:ref="gridName"
|
|
|
|
|
:is="loadGrid ? 'Grid' : null"
|
|
|
|
|
:gridName="gridName"
|
|
|
|
|
:parentPrgmId="myPrgmId"
|
|
|
|
|
@getRowsData="getRowData"
|
|
|
|
|
@sendSelectedRowStatInfo="getSelectedRowStatInfo"
|
|
|
|
|
:selectedRowDataWatchFlag="true"
|
|
|
|
|
/>
|
|
|
|
|
<div ref="gridParent" class="w100" style="height: calc(100vh - 400px)">
|
|
|
|
|
<component :ref="gridName" :is="loadGrid ? 'Grid' : null" :gridName="gridName"
|
|
|
|
|
:parentPrgmId="myPrgmId" @getRowsData="getRowData"
|
|
|
|
|
@sendSelectedRowStatInfo="getSelectedRowStatInfo" :selectedRowDataWatchFlag="true" />
|
|
|
|
|
</div>
|
|
|
|
|
</v-card-actions>
|
|
|
|
|
</v-card>
|
|
|
|
|
</v-col>
|
|
|
|
|
<v-col :cols="7" class="h100">
|
|
|
|
|
<v-col :cols="7" class="">
|
|
|
|
|
<v-card class="pb-5">
|
|
|
|
|
<v-card-title>TAG 상세</v-card-title>
|
|
|
|
|
<div class="px-5" style="height:calc(100% - 70px)">
|
|
|
|
|
<v-tabs v-model="tab">
|
|
|
|
|
<v-tab
|
|
|
|
|
v-for="item in items"
|
|
|
|
|
:key="item.id"
|
|
|
|
|
:disabled="item.disabledFlag"
|
|
|
|
|
>
|
|
|
|
|
<v-tab v-for="item in items" :key="item.id" :disabled="item.disabledFlag">
|
|
|
|
|
{{ item.name }}
|
|
|
|
|
</v-tab>
|
|
|
|
|
</v-tabs>
|
|
|
|
|
<v-tabs-items
|
|
|
|
|
v-model="tab"
|
|
|
|
|
style="height: calc(100% - 65px);"
|
|
|
|
|
class="py-6"
|
|
|
|
|
>
|
|
|
|
|
<v-tabs-items v-model="tab" style="height: calc(100% - 65px);" class="py-6">
|
|
|
|
|
<v-tab-item v-for="(item, idx) in items" :key="item.id">
|
|
|
|
|
<component
|
|
|
|
|
v-if="item.id == 'tagBaseInfoTab'"
|
|
|
|
|
:is="'Form'"
|
|
|
|
|
:parentPrgmId="myPrgmId"
|
|
|
|
|
:detailList="detailList"
|
|
|
|
|
@gridEditingFinish="gridEditingFinish"
|
|
|
|
|
/>
|
|
|
|
|
<TagAddInfoTab
|
|
|
|
|
v-if="item.id == 'tagAddInfoTab'"
|
|
|
|
|
:parentPrgmId="myPrgmId"
|
|
|
|
|
:innerTabGridInfo="{ tab, idx }"
|
|
|
|
|
/>
|
|
|
|
|
<component v-if="item.id == 'tagBaseInfoTab'" :is="'Form'" :parentPrgmId="myPrgmId"
|
|
|
|
|
:detailList="detailList" @gridEditingFinish="gridEditingFinish" />
|
|
|
|
|
<TagAddInfoTab v-if="item.id == 'tagAddInfoTab'" :parentPrgmId="myPrgmId"
|
|
|
|
|
:innerTabGridInfo="{ tab, idx }" />
|
|
|
|
|
</v-tab-item>
|
|
|
|
|
</v-tabs-items>
|
|
|
|
|
</div>
|
|
|
|
@ -134,6 +86,7 @@
|
|
|
|
|
<script>
|
|
|
|
|
import { mapState, mapMutations, mapActions } from 'vuex';
|
|
|
|
|
import mixinGlobal from '@/mixin/global.js';
|
|
|
|
|
import { resize } from '@/mixin/resize.js';
|
|
|
|
|
import BtnSearch from '~/components/common/button/BtnSearch';
|
|
|
|
|
import Buttons from '~/components/common/button/Buttons';
|
|
|
|
|
import SelectBlocMstr from '@/components/common/select/SelectBlocMstr';
|
|
|
|
@ -149,7 +102,7 @@ let myTitle;
|
|
|
|
|
// const myPrgmId = "PRG0051";
|
|
|
|
|
let myPrgmId;
|
|
|
|
|
export default {
|
|
|
|
|
mixins: [mixinGlobal],
|
|
|
|
|
mixins: [mixinGlobal, resize],
|
|
|
|
|
async asyncData(context) {
|
|
|
|
|
const myState = context.store.state;
|
|
|
|
|
// context.store.commit("setActiveMenuInfo", myState.menuData[myPrgmId]);
|
|
|
|
@ -219,15 +172,19 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
chkBlocId() {
|
|
|
|
|
this.setPageData({ isFind: true });
|
|
|
|
|
// this.search();
|
|
|
|
|
},
|
|
|
|
|
chkReadDataType() {
|
|
|
|
|
this.setPageData({ isFind: true });
|
|
|
|
|
// this.search();
|
|
|
|
|
},
|
|
|
|
|
chkReadObj() {
|
|
|
|
|
this.setPageData({ isFind: true });
|
|
|
|
|
// this.search();
|
|
|
|
|
},
|
|
|
|
|
chkUseFg() {
|
|
|
|
|
this.setPageData({ isFind: true });
|
|
|
|
|
// this.search();
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
async beforeCreate() {
|
|
|
|
@ -297,12 +254,16 @@ export default {
|
|
|
|
|
this.gridInit();
|
|
|
|
|
},
|
|
|
|
|
gridInit() {
|
|
|
|
|
const gridHeight = this.$refs.gridParent.offsetHeight - 30;
|
|
|
|
|
const gridHeight = this.$refs.gridParent.offsetHeight - 16;
|
|
|
|
|
|
|
|
|
|
const myOptions = {
|
|
|
|
|
columnOptions: {
|
|
|
|
|
resizable: true,
|
|
|
|
|
},
|
|
|
|
|
scrollX: true,
|
|
|
|
|
header: {
|
|
|
|
|
height: 38,
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
this.setGridOption({
|
|
|
|
|
gridKey: this.gridName,
|
|
|
|
@ -316,21 +277,21 @@ export default {
|
|
|
|
|
header: 'TAG ID',
|
|
|
|
|
name: 'tagId',
|
|
|
|
|
width: 'auto',
|
|
|
|
|
minWidth: 280,
|
|
|
|
|
minWidth: 340,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
header: 'TAG 명',
|
|
|
|
|
name: 'tagNm',
|
|
|
|
|
width: 'auto',
|
|
|
|
|
minWidth: 140,
|
|
|
|
|
minWidth: 220,
|
|
|
|
|
align: 'left',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
header: '측정 값 유형',
|
|
|
|
|
name: 'readDataTypeCd',
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 90,
|
|
|
|
|
align: 'left',
|
|
|
|
|
formatter({ value }) {
|
|
|
|
|
let retVal = '';
|
|
|
|
|
const newValue = _this.pageData.readDataTypeCdList.filter(
|
|
|
|
@ -346,7 +307,7 @@ export default {
|
|
|
|
|
header: '측정대상',
|
|
|
|
|
name: 'readObjId',
|
|
|
|
|
width: 100,
|
|
|
|
|
align: 'center',
|
|
|
|
|
align: 'left',
|
|
|
|
|
formatter({ value }) {
|
|
|
|
|
let retVal = '';
|
|
|
|
|
const newValue = _this.pageData.readObjList.filter(
|
|
|
|
@ -363,7 +324,7 @@ export default {
|
|
|
|
|
header: '단위',
|
|
|
|
|
name: 'unitCd',
|
|
|
|
|
width: 80,
|
|
|
|
|
align: 'center',
|
|
|
|
|
align: 'left',
|
|
|
|
|
formatter({ value }) {
|
|
|
|
|
let retVal = '';
|
|
|
|
|
const newValue = _this.pageData.unitCdList.filter(
|
|
|
|
@ -493,6 +454,7 @@ export default {
|
|
|
|
|
readObjId: this.pageData.searchReadObj,
|
|
|
|
|
useFg: this.pageData.useFg,
|
|
|
|
|
tagNmLike: this.pageData.tagNm,
|
|
|
|
|
tagIdLike: this.pageData.tagId,
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
@ -751,7 +713,8 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
this.setPageData({ isFind: true });
|
|
|
|
|
// this.setPageData({ isFind: true });
|
|
|
|
|
this.search();
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
@ -818,6 +781,7 @@ function isValidAlrmVal(obj) {
|
|
|
|
|
|
|
|
|
|
const defaultData = {
|
|
|
|
|
/* 검색옵션 */
|
|
|
|
|
tagId: '',
|
|
|
|
|
tagNm: '',
|
|
|
|
|
blocId: '',
|
|
|
|
|
blocMstrList: [],
|
|
|
|
@ -907,30 +871,39 @@ const myDetail = [
|
|
|
|
|
label: 'TAG ID',
|
|
|
|
|
valueNm: 'tagId',
|
|
|
|
|
disabled: false,
|
|
|
|
|
iconShow: true,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pr-4',
|
|
|
|
|
required: false,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'InputText',
|
|
|
|
|
label: 'TAG 명',
|
|
|
|
|
valueNm: 'tagNm',
|
|
|
|
|
disabled: false,
|
|
|
|
|
iconShow: true,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pl-4',
|
|
|
|
|
required: false,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'SelectBox',
|
|
|
|
|
label: '측정 값 유형',
|
|
|
|
|
valueNm: 'readDataTypeCd',
|
|
|
|
|
disabled: false,
|
|
|
|
|
iconShow: true,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pr-4 pt-5',
|
|
|
|
|
list: 'readDataTypeCdList',
|
|
|
|
|
itemText: 'commCdNm',
|
|
|
|
|
itemValue: 'commCd',
|
|
|
|
|
required: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'SelectBox',
|
|
|
|
@ -938,11 +911,14 @@ const myDetail = [
|
|
|
|
|
valueNm: 'readObjId',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pl-4 pt-5',
|
|
|
|
|
list: 'readObjList',
|
|
|
|
|
itemText: 'readObjNm',
|
|
|
|
|
itemValue: 'readObjId',
|
|
|
|
|
required: true,
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'InputText',
|
|
|
|
@ -950,8 +926,11 @@ const myDetail = [
|
|
|
|
|
valueNm: 'mgnf',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pr-4 pt-5',
|
|
|
|
|
required: true,
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'SelectBox',
|
|
|
|
@ -959,10 +938,13 @@ const myDetail = [
|
|
|
|
|
valueNm: 'unitCd',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pl-4 pt-5',
|
|
|
|
|
list: 'unitCdList',
|
|
|
|
|
itemText: 'commCdNm',
|
|
|
|
|
itemValue: 'commCd',
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'InputText',
|
|
|
|
@ -970,7 +952,10 @@ const myDetail = [
|
|
|
|
|
valueNm: 'rangMin',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pr-4 pt-5',
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'InputText',
|
|
|
|
@ -978,7 +963,10 @@ const myDetail = [
|
|
|
|
|
valueNm: 'rangMax',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pl-4 pt-5',
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'InputText',
|
|
|
|
@ -986,7 +974,10 @@ const myDetail = [
|
|
|
|
|
valueNm: 'alrmHihi',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pr-4 pt-5',
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'InputText',
|
|
|
|
@ -994,7 +985,10 @@ const myDetail = [
|
|
|
|
|
valueNm: 'alrmHi',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pl-4 pt-5',
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'InputText',
|
|
|
|
@ -1002,7 +996,10 @@ const myDetail = [
|
|
|
|
|
valueNm: 'alrmLo',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pr-4 pt-5',
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'InputText',
|
|
|
|
@ -1010,7 +1007,10 @@ const myDetail = [
|
|
|
|
|
valueNm: 'alrmLolo',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pl-4 pt-5',
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'CheckBox',
|
|
|
|
@ -1018,8 +1018,11 @@ const myDetail = [
|
|
|
|
|
valueNm: 'totFg',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pr-4 pt-5',
|
|
|
|
|
value: { '1': true, '0': false },
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'CheckBox',
|
|
|
|
@ -1027,9 +1030,12 @@ const myDetail = [
|
|
|
|
|
valueNm: 'useFg',
|
|
|
|
|
disabled: false,
|
|
|
|
|
cols: 6,
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
class: 'py-2 pl-4 pt-5',
|
|
|
|
|
value: { '1': true, '0': false },
|
|
|
|
|
required: false,
|
|
|
|
|
iconShow: true,
|
|
|
|
|
labelCols: 12,
|
|
|
|
|
textCols: 12,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'SelectBox',
|
|
|
|
@ -1056,4 +1062,4 @@ const myDetail = [
|
|
|
|
|
class: 'py-2',
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
</script>
|
|
|
|
|
</script>
|