|
@ -3,33 +3,16 @@ |
|
|
<div class="cr-body-content"> |
|
|
<div class="cr-body-content"> |
|
|
<div ref="box"> |
|
|
<div ref="box"> |
|
|
<flexbox class="content-header"> |
|
|
<flexbox class="content-header"> |
|
|
<el-form |
|
|
<el-form :model="listQuery" ref="queryForm" v-show="showSearch" :inline="true"> |
|
|
:model="listQuery" |
|
|
|
|
|
ref="queryForm" |
|
|
|
|
|
v-show="showSearch" |
|
|
|
|
|
:inline="true" |
|
|
|
|
|
> |
|
|
|
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item prop="billNum" label="装箱单号"> |
|
|
<el-form-item prop="billNum" label="装箱单号"> |
|
|
<el-input |
|
|
<el-input v-model="listQuery.billNum" placeholder="" clearable size="small" style="width: 140px" /> |
|
|
v-model="listQuery.billNum" |
|
|
|
|
|
placeholder="" |
|
|
|
|
|
clearable |
|
|
|
|
|
size="small" |
|
|
|
|
|
style="width: 140px" |
|
|
|
|
|
/> |
|
|
|
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item prop="partType" label="零件类型"> |
|
|
<el-form-item prop="partType" label="零件类型"> |
|
|
<el-input |
|
|
<el-input v-model="listQuery.partType" placeholder="" clearable size="small" style="width: 140px" /> |
|
|
v-model="listQuery.partType" |
|
|
|
|
|
placeholder="" |
|
|
|
|
|
clearable |
|
|
|
|
|
size="small" |
|
|
|
|
|
style="width: 140px" |
|
|
|
|
|
/> |
|
|
|
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
@ -37,27 +20,15 @@ |
|
|
<el-form-item label="大众顺序号"> |
|
|
<el-form-item label="大众顺序号"> |
|
|
<el-col :span="11"> |
|
|
<el-col :span="11"> |
|
|
<el-form-item prop="beginHostSN"> |
|
|
<el-form-item prop="beginHostSN"> |
|
|
<el-input |
|
|
<el-input v-model="listQuery.beginHostSN" placeholder="" clearable size="small" style="width: 170px" |
|
|
v-model="listQuery.beginHostSN" |
|
|
@keyup.enter.native="handleQuery" /> |
|
|
placeholder="" |
|
|
|
|
|
clearable |
|
|
|
|
|
size="small" |
|
|
|
|
|
style="width: 170px" |
|
|
|
|
|
@keyup.enter.native="handleQuery" |
|
|
|
|
|
/> |
|
|
|
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col class="line" :span="2">-</el-col> |
|
|
<el-col class="line" :span="2">-</el-col> |
|
|
<el-col :span="11"> |
|
|
<el-col :span="11"> |
|
|
<el-form-item prop="endHostSN"> |
|
|
<el-form-item prop="endHostSN"> |
|
|
<el-input |
|
|
<el-input v-model="listQuery.endHostSN" placeholder="" clearable size="small" style="width: 170px" |
|
|
v-model="listQuery.endHostSN" |
|
|
@keyup.enter.native="handleQuery" /> |
|
|
placeholder="" |
|
|
|
|
|
clearable |
|
|
|
|
|
size="small" |
|
|
|
|
|
style="width: 170px" |
|
|
|
|
|
@keyup.enter.native="handleQuery" |
|
|
|
|
|
/> |
|
|
|
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
@ -65,131 +36,50 @@ |
|
|
<el-form-item label="底盘号码"> |
|
|
<el-form-item label="底盘号码"> |
|
|
<el-col :span="11"> |
|
|
<el-col :span="11"> |
|
|
<el-form-item prop="beginVin"> |
|
|
<el-form-item prop="beginVin"> |
|
|
<el-input |
|
|
<el-input v-model="listQuery.beginVin" placeholder="" clearable size="small" style="width: 140px" |
|
|
v-model="listQuery.beginVin" |
|
|
@keyup.enter.native="handleQuery" /> |
|
|
placeholder="" |
|
|
|
|
|
clearable |
|
|
|
|
|
size="small" |
|
|
|
|
|
style="width: 140px" |
|
|
|
|
|
@keyup.enter.native="handleQuery" |
|
|
|
|
|
/> |
|
|
|
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col class="line" :span="2">-</el-col> |
|
|
<el-col class="line" :span="2">-</el-col> |
|
|
<el-col :span="11"> |
|
|
<el-col :span="11"> |
|
|
<el-form-item prop="endVin"> |
|
|
<el-form-item prop="endVin"> |
|
|
<el-input |
|
|
<el-input v-model="listQuery.endVin" placeholder="" clearable size="small" style="width: 140px" |
|
|
v-model="listQuery.endVin" |
|
|
@keyup.enter.native="handleQuery" /> |
|
|
placeholder="" |
|
|
|
|
|
clearable |
|
|
|
|
|
size="small" |
|
|
|
|
|
style="width: 140px" |
|
|
|
|
|
@keyup.enter.native="handleQuery" |
|
|
|
|
|
/> |
|
|
|
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item label="打印日期"> |
|
|
<el-form-item label="打印日期"> |
|
|
<el-date-picker |
|
|
<el-date-picker v-model="PrintTimeValue" size="small" style="width: 380px" value-format="yyyy-MM-dd HH:mm:ss" |
|
|
v-model="PrintTimeValue" |
|
|
type="datetimerange" range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期" :default-time="['00:00:00', '23:59:59']"></el-date-picker> |
|
|
size="small" |
|
|
|
|
|
style="width: 380px" |
|
|
|
|
|
value-format="yyyy-MM-dd HH:mm:ss" |
|
|
|
|
|
type="datetimerange" |
|
|
|
|
|
range-separator="-" |
|
|
|
|
|
start-placeholder="开始日期" |
|
|
|
|
|
end-placeholder="结束日期" |
|
|
|
|
|
:default-time="['00:00:00', '23:59:59']" |
|
|
|
|
|
></el-date-picker> |
|
|
|
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item style="margin-top: -20px"> |
|
|
<el-form-item style="margin-top: -20px"> |
|
|
<el-button |
|
|
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleFilter">搜索</el-button> |
|
|
type="primary" |
|
|
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery('queryForm')">重置</el-button> |
|
|
icon="el-icon-search" |
|
|
<el-button class="filter-item" size="mini" type="success" icon="el-icon-s-shop" @click="handleUpdate()">重打(只支持单选)</el-button> |
|
|
size="mini" |
|
|
<el-button class="filter-item" type="danger" icon="el-icon-delete" size="mini" @click="handleDelete()">作废(支持批量)</el-button> |
|
|
@click="handleFilter" |
|
|
|
|
|
>搜索</el-button |
|
|
|
|
|
> |
|
|
|
|
|
<el-button |
|
|
|
|
|
icon="el-icon-refresh" |
|
|
|
|
|
size="mini" |
|
|
|
|
|
@click="resetQuery('queryForm')" |
|
|
|
|
|
>重置</el-button |
|
|
|
|
|
> |
|
|
|
|
|
<el-button |
|
|
|
|
|
class="filter-item" |
|
|
|
|
|
size="mini" |
|
|
|
|
|
type="success" |
|
|
|
|
|
icon="el-icon-s-shop" |
|
|
|
|
|
@click="handleUpdate()" |
|
|
|
|
|
>重打(只支持单选)</el-button |
|
|
|
|
|
> |
|
|
|
|
|
<el-button |
|
|
|
|
|
class="filter-item" |
|
|
|
|
|
type="danger" |
|
|
|
|
|
icon="el-icon-delete" |
|
|
|
|
|
size="mini" |
|
|
|
|
|
@click="handleDelete()" |
|
|
|
|
|
>作废(支持批量)</el-button |
|
|
|
|
|
> |
|
|
|
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
</flexbox> |
|
|
</flexbox> |
|
|
<el-table |
|
|
<el-table ref="multipleTable" v-loading="listLoading" element-loading-text="拼命加载中..." element-loading-spinner="el-icon-loading" |
|
|
ref="multipleTable" |
|
|
class="cr-table" :data="list" :height="tableHeightMB" :cell-style="cellStyle" :header-cell-style="headerRowStyle" |
|
|
v-loading="listLoading" |
|
|
size="small" stripe border highlight-current-row style="width: 100%; margin-top: -25px" @selection-change="handleSelectionChange" |
|
|
element-loading-text="拼命加载中..." |
|
|
@row-click="handleRowClick" :row-key="getRowKeys" :expand-row-keys="expands" @expand-change="exChange"> |
|
|
element-loading-spinner="el-icon-loading" |
|
|
|
|
|
class="cr-table" |
|
|
|
|
|
:data="list" |
|
|
|
|
|
:height="tableHeightMB" |
|
|
|
|
|
:cell-style="cellStyle" |
|
|
|
|
|
:header-cell-style="headerRowStyle" |
|
|
|
|
|
size="small" |
|
|
|
|
|
stripe |
|
|
|
|
|
border |
|
|
|
|
|
highlight-current-row |
|
|
|
|
|
style="width: 100%; margin-top: -25px" |
|
|
|
|
|
@selection-change="handleSelectionChange" |
|
|
|
|
|
@row-click="handleRowClick" |
|
|
|
|
|
:row-key="getRowKeys" |
|
|
|
|
|
:expand-row-keys="expands" |
|
|
|
|
|
@expand-change="exChange" |
|
|
|
|
|
> |
|
|
|
|
|
<el-table-column type="selection" width="44px"></el-table-column> |
|
|
<el-table-column type="selection" width="44px"></el-table-column> |
|
|
<el-table-column type="expand" prop="details" label="详表"> |
|
|
<el-table-column type="expand" prop="details" label="详表"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-table :data="scope.row.details"> |
|
|
<el-table :data="scope.row.details"> |
|
|
<el-table-column prop="knr" label="KNR订单号"></el-table-column> |
|
|
<el-table-column prop="knr" label="KNR订单号"></el-table-column> |
|
|
<el-table-column prop="vin" label="底牌号"></el-table-column> |
|
|
<el-table-column prop="vin" label="底牌号"></el-table-column> |
|
|
<el-table-column |
|
|
<el-table-column prop="hostSN" label="大众顺序号"></el-table-column> |
|
|
prop="hostSN" |
|
|
<el-table-column prop="partCode" label="柱护板零件号"></el-table-column> |
|
|
label="大众顺序号" |
|
|
<el-table-column prop="partCode2" label="柱护板零件号2"></el-table-column> |
|
|
></el-table-column> |
|
|
|
|
|
<el-table-column |
|
|
|
|
|
prop="partCode" |
|
|
|
|
|
label="柱护板零件号" |
|
|
|
|
|
></el-table-column> |
|
|
|
|
|
<el-table-column |
|
|
|
|
|
prop="partCode2" |
|
|
|
|
|
label="柱护板零件号2" |
|
|
|
|
|
></el-table-column> |
|
|
|
|
|
</el-table> |
|
|
</el-table> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column |
|
|
<el-table-column v-for="(item, index) in getDefaultField" :key="index" :prop="item.prop" :label="item.label" |
|
|
v-for="(item, index) in getDefaultField" |
|
|
:min-width="item.width" :formatter="fieldFormatter" sortable="custom" show-overflow-tooltip :gutter="0"> |
|
|
:key="index" |
|
|
|
|
|
:prop="item.prop" |
|
|
|
|
|
:label="item.label" |
|
|
|
|
|
:min-width="item.width" |
|
|
|
|
|
:formatter="fieldFormatter" |
|
|
|
|
|
sortable="custom" |
|
|
|
|
|
show-overflow-tooltip |
|
|
|
|
|
:gutter="0" |
|
|
|
|
|
> |
|
|
|
|
|
<template slot="header" slot-scope="scope"> |
|
|
<template slot="header" slot-scope="scope"> |
|
|
{{ scope.column.label }} |
|
|
{{ scope.column.label }} |
|
|
</template> |
|
|
</template> |
|
@ -197,35 +87,40 @@ |
|
|
</el-table> |
|
|
</el-table> |
|
|
<div class="table-footer"> |
|
|
<div class="table-footer"> |
|
|
<!-- 分页控件 style="margin-top: -25px;margin-bottom:-25px;float:right;"--> |
|
|
<!-- 分页控件 style="margin-top: -25px;margin-bottom:-25px;float:right;"--> |
|
|
<pagination |
|
|
<pagination v-show="totalCount > 0" :total="totalCount" style="margin-bottom: -5px; float: right" :page.sync="page" |
|
|
v-show="totalCount > 0" |
|
|
:limit.sync="listQuery.MaxResultCount" @pagination="getList" /> |
|
|
:total="totalCount" |
|
|
|
|
|
style="margin-bottom: -5px; float: right" |
|
|
|
|
|
:page.sync="page" |
|
|
|
|
|
:limit.sync="listQuery.MaxResultCount" |
|
|
|
|
|
@pagination="getList" |
|
|
|
|
|
/> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import Pagination from "@/components/Pagination"; |
|
|
import Pagination from "@/components/Pagination"; |
|
|
import permission from "@/directive/permission/index.js"; |
|
|
import permission from "@/directive/permission/index.js"; |
|
|
import CRMTableHead from "../../components/CRMTableHead"; |
|
|
import CRMTableHead from "../../components/CRMTableHead"; |
|
|
import importExcel from "@/components/ImportExcel-vw"; |
|
|
import importExcel from "@/components/ImportExcel-vw"; |
|
|
import Lockr from "lockr"; |
|
|
import Lockr from "lockr"; |
|
|
import { mapGetters } from "vuex"; |
|
|
import { |
|
|
import moment from "moment"; |
|
|
mapGetters |
|
|
import Detail from "./detail.vue"; |
|
|
} from "vuex"; |
|
|
import { downloadFile } from "@/utils/crmindex.js"; |
|
|
import moment from "moment"; |
|
|
import qs from "qs"; |
|
|
import Detail from "./detail.vue"; |
|
|
|
|
|
import { |
|
|
|
|
|
downloadFile |
|
|
|
|
|
} from "@/utils/crmindex.js"; |
|
|
|
|
|
import qs from "qs"; |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
name: "M100Online-MB", |
|
|
name: "M100Online-MB", |
|
|
components: { Pagination, CRMTableHead, importExcel, Detail }, |
|
|
components: { |
|
|
directives: { permission }, |
|
|
Pagination, |
|
|
|
|
|
CRMTableHead, |
|
|
|
|
|
importExcel, |
|
|
|
|
|
Detail |
|
|
|
|
|
}, |
|
|
|
|
|
directives: { |
|
|
|
|
|
permission |
|
|
|
|
|
}, |
|
|
filters: { |
|
|
filters: { |
|
|
IsCustomerSignFilter(status) { |
|
|
IsCustomerSignFilter(status) { |
|
|
//翻译是否签字 |
|
|
//翻译是否签字 |
|
@ -378,8 +273,16 @@ export default { |
|
|
computed: { |
|
|
computed: { |
|
|
getDefaultField() { |
|
|
getDefaultField() { |
|
|
var tempsTabs = []; |
|
|
var tempsTabs = []; |
|
|
tempsTabs.push({ label: "装箱单号", prop: "billNum", width: 140 }); |
|
|
tempsTabs.push({ |
|
|
tempsTabs.push({ label: "单据顺号", prop: "billSerialNum", width: 120 }); |
|
|
label: "装箱单号", |
|
|
|
|
|
prop: "billNum", |
|
|
|
|
|
width: 140 |
|
|
|
|
|
}); |
|
|
|
|
|
tempsTabs.push({ |
|
|
|
|
|
label: "单据顺号", |
|
|
|
|
|
prop: "billSerialNum", |
|
|
|
|
|
width: 120 |
|
|
|
|
|
}); |
|
|
tempsTabs.push({ |
|
|
tempsTabs.push({ |
|
|
label: "左或右", |
|
|
label: "左或右", |
|
|
prop: "billLocation", |
|
|
prop: "billLocation", |
|
@ -439,7 +342,9 @@ export default { |
|
|
while (n--) { |
|
|
while (n--) { |
|
|
u8arr[n] = bstr.charCodeAt(n); |
|
|
u8arr[n] = bstr.charCodeAt(n); |
|
|
} |
|
|
} |
|
|
return new Blob([u8arr], { type: "application/pdf" }); |
|
|
return new Blob([u8arr], { |
|
|
|
|
|
type: "application/pdf" |
|
|
|
|
|
}); |
|
|
}, |
|
|
}, |
|
|
doPrint(val) { |
|
|
doPrint(val) { |
|
|
var ordonnance = document.getElementById(val).contentWindow; |
|
|
var ordonnance = document.getElementById(val).contentWindow; |
|
@ -461,7 +366,8 @@ export default { |
|
|
ifr.setAttribute("name", "printPdf" + date); |
|
|
ifr.setAttribute("name", "printPdf" + date); |
|
|
ifr.src = window.URL.createObjectURL(blob); |
|
|
ifr.src = window.URL.createObjectURL(blob); |
|
|
document.body.appendChild(ifr); |
|
|
document.body.appendChild(ifr); |
|
|
this.doPrint("printPdf" + date);alert("ifr.src:"+JSON.stringify(ifr.src)) |
|
|
this.doPrint("printPdf" + date); |
|
|
|
|
|
alert("ifr.src:" + JSON.stringify(ifr.src)) |
|
|
window.URL.revokeObjectURL(ifr.src); // 释放URL 对象 |
|
|
window.URL.revokeObjectURL(ifr.src); // 释放URL 对象 |
|
|
this.dialogFormVisible = false; |
|
|
this.dialogFormVisible = false; |
|
|
}, |
|
|
}, |
|
@ -500,12 +406,12 @@ export default { |
|
|
this.listQuery.endHostSN = this.listQuery.endHostSN; |
|
|
this.listQuery.endHostSN = this.listQuery.endHostSN; |
|
|
var getdate5 = JSON.stringify(this.PrintTimeValue); |
|
|
var getdate5 = JSON.stringify(this.PrintTimeValue); |
|
|
if (getdate5 != "[]") { |
|
|
if (getdate5 != "[]") { |
|
|
this.listQuery.beginPrintDate = this.PrintTimeValue |
|
|
this.listQuery.beginPrintDate = this.PrintTimeValue ? |
|
|
? this.PrintTimeValue[0] || undefined |
|
|
this.PrintTimeValue[0] || undefined : |
|
|
: undefined; |
|
|
undefined; |
|
|
this.listQuery.endPrintDate = this.PrintTimeValue |
|
|
this.listQuery.endPrintDate = this.PrintTimeValue ? |
|
|
? this.PrintTimeValue[1] || undefined |
|
|
this.PrintTimeValue[1] || undefined : |
|
|
: undefined; |
|
|
undefined; |
|
|
} else { |
|
|
} else { |
|
|
this.listQuery.beginPrintDate = undefined; |
|
|
this.listQuery.beginPrintDate = undefined; |
|
|
this.listQuery.endPrintDate = undefined; |
|
|
this.listQuery.endPrintDate = undefined; |
|
@ -668,7 +574,11 @@ export default { |
|
|
/** 格式化字段 */ |
|
|
/** 格式化字段 */ |
|
|
fieldFormatter(row, column) { |
|
|
fieldFormatter(row, column) { |
|
|
if (column.property === "billStatus") { |
|
|
if (column.property === "billStatus") { |
|
|
return { 1: "未匹配", 2: "未打印", 3: "已打印" }[row[column.property]]; |
|
|
return { |
|
|
|
|
|
1: "未匹配", |
|
|
|
|
|
2: "未打印", |
|
|
|
|
|
3: "已打印" |
|
|
|
|
|
} [row[column.property]]; |
|
|
} |
|
|
} |
|
|
if (column.property == "printDate" || column.property == "receiveTime") { |
|
|
if (column.property == "printDate" || column.property == "receiveTime") { |
|
|
var date = row[column.property]; |
|
|
var date = row[column.property]; |
|
@ -689,7 +599,10 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
sortChange(data) { |
|
|
sortChange(data) { |
|
|
const { prop, order } = data; |
|
|
const { |
|
|
|
|
|
prop, |
|
|
|
|
|
order |
|
|
|
|
|
} = data; |
|
|
if (!prop || !order) { |
|
|
if (!prop || !order) { |
|
|
this.handleFilter(); |
|
|
this.handleFilter(); |
|
|
return; |
|
|
return; |
|
@ -701,19 +614,39 @@ export default { |
|
|
this.multipleSelection = val; |
|
|
this.multipleSelection = val; |
|
|
}, |
|
|
}, |
|
|
/** 通过回调控制style */ |
|
|
/** 通过回调控制style */ |
|
|
cellStyle({ row, column, rowIndex, columnIndex }) { |
|
|
cellStyle({ |
|
|
|
|
|
row, |
|
|
|
|
|
column, |
|
|
|
|
|
rowIndex, |
|
|
|
|
|
columnIndex |
|
|
|
|
|
}) { |
|
|
if (column.property === "qty") { |
|
|
if (column.property === "qty") { |
|
|
return { textAlign: "right" }; |
|
|
return { |
|
|
|
|
|
textAlign: "right" |
|
|
|
|
|
}; |
|
|
} else { |
|
|
} else { |
|
|
return { textAlign: "left" }; |
|
|
return { |
|
|
|
|
|
textAlign: "left" |
|
|
|
|
|
}; |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
/** 通过回调控制表头style */ |
|
|
/** 通过回调控制表头style */ |
|
|
headerRowStyle({ row, column, rowIndex, columnIndex }) { |
|
|
headerRowStyle({ |
|
|
|
|
|
row, |
|
|
|
|
|
column, |
|
|
|
|
|
rowIndex, |
|
|
|
|
|
columnIndex |
|
|
|
|
|
}) { |
|
|
if (column.property === "qty") { |
|
|
if (column.property === "qty") { |
|
|
return { textAlign: "right", background: "#FAFAFA" }; |
|
|
return { |
|
|
|
|
|
textAlign: "right", |
|
|
|
|
|
background: "#FAFAFA" |
|
|
|
|
|
}; |
|
|
} else { |
|
|
} else { |
|
|
return { textAlign: "left", background: "#FAFAFA" }; |
|
|
return { |
|
|
|
|
|
textAlign: "left", |
|
|
|
|
|
background: "#FAFAFA" |
|
|
|
|
|
}; |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
handleRowClick(row, column, event) { |
|
|
handleRowClick(row, column, event) { |
|
@ -723,25 +656,26 @@ export default { |
|
|
|
|
|
|
|
|
closeDialog() {}, |
|
|
closeDialog() {}, |
|
|
}, |
|
|
}, |
|
|
}; |
|
|
}; |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
@import "../../../pg-fis/styles/crmtable.scss"; |
|
|
@import "../../../pg-fis/styles/crmtable.scss"; |
|
|
.divider1 { |
|
|
|
|
|
|
|
|
.divider1 { |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
} |
|
|
} |
|
|
.divider2 { |
|
|
|
|
|
|
|
|
.divider2 { |
|
|
margin: 10px; |
|
|
margin: 10px; |
|
|
margin-bottom: 20px; |
|
|
margin-bottom: 20px; |
|
|
width: 95%; |
|
|
width: 95%; |
|
|
} |
|
|
} |
|
|
.label1 { |
|
|
|
|
|
|
|
|
.label1 { |
|
|
margin-left: 5px; |
|
|
margin-left: 5px; |
|
|
margin-right: 5px; |
|
|
margin-right: 5px; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|