|
@@ -583,7 +583,7 @@
|
|
|
<el-col span="24">
|
|
<el-col span="24">
|
|
|
<div style="text-align: right">
|
|
<div style="text-align: right">
|
|
|
<el-button size="small" type="primary" :disabled="editSave" :loading="saveLoading" @click="retrievalfun">检 索 </el-button>
|
|
<el-button size="small" type="primary" :disabled="editSave" :loading="saveLoading" @click="retrievalfun">检 索 </el-button>
|
|
|
- <el-button size="small" :disabled="tableData.length > 0" @click="ResetFilter">重置条件 </el-button>
|
|
|
|
|
|
|
+ <el-button size="small" :disabled="queryData.length > 0" @click="ResetFilter">重置条件 </el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -646,63 +646,82 @@
|
|
|
</el-card>
|
|
</el-card>
|
|
|
|
|
|
|
|
<el-card style="margin-top: 10px">
|
|
<el-card style="margin-top: 10px">
|
|
|
- <finstlbillsitems
|
|
|
|
|
- :tableData="tableData"
|
|
|
|
|
- :form="form"
|
|
|
|
|
- :handleSelectionData="handleSelectionData"
|
|
|
|
|
- :brfalse="!editSave"
|
|
|
|
|
- @handleSelectionChange="handleSelectionChange"
|
|
|
|
|
- >
|
|
|
|
|
- <template slot="menuLeft">
|
|
|
|
|
- <div>
|
|
|
|
|
- <el-button size="small" type="info" style="margin-right: 8px" :disabled="editSave" :loading="saveLoading" @click="SelectedRows"
|
|
|
|
|
- >确认选定行
|
|
|
|
|
- </el-button>
|
|
|
|
|
- <el-button size="small" type="danger" style="margin-left: 10px" :disabled="editSave" :loading="saveLoading" @click="batchDeletefun"
|
|
|
|
|
- >一键删除
|
|
|
|
|
- </el-button>
|
|
|
|
|
- <el-button size="small" type="primary" style="margin-left: 10px" :disabled="editSave" :loading="saveLoading" @click="editHandle"
|
|
|
|
|
- >一键编辑
|
|
|
|
|
- </el-button>
|
|
|
|
|
- <el-button
|
|
|
|
|
- size="small"
|
|
|
|
|
- type="primary"
|
|
|
|
|
- style="margin-right: 8px"
|
|
|
|
|
- :disabled="editSave"
|
|
|
|
|
- :loading="saveLoading"
|
|
|
|
|
- @click="Confirminvoicefun('2')"
|
|
|
|
|
- >不开发票
|
|
|
|
|
- </el-button>
|
|
|
|
|
- <el-button
|
|
|
|
|
- size="small"
|
|
|
|
|
- type="warning"
|
|
|
|
|
- style="margin-right: 8px"
|
|
|
|
|
- :disabled="editSave"
|
|
|
|
|
- :loading="saveLoading"
|
|
|
|
|
- @click="Notinvoicingfun('2')"
|
|
|
|
|
- >取消不开发票
|
|
|
|
|
- </el-button>
|
|
|
|
|
- <el-button
|
|
|
|
|
- size="small"
|
|
|
|
|
- type="primary"
|
|
|
|
|
- style="margin-right: 8px"
|
|
|
|
|
- :disabled="editSave"
|
|
|
|
|
- :loading="saveLoading"
|
|
|
|
|
- @click="Confirminvoicefun('1')"
|
|
|
|
|
- >确认开票
|
|
|
|
|
- </el-button>
|
|
|
|
|
- <el-button
|
|
|
|
|
- size="small"
|
|
|
|
|
- type="warning"
|
|
|
|
|
- style="margin-right: 8px"
|
|
|
|
|
- :disabled="editSave"
|
|
|
|
|
- :loading="saveLoading"
|
|
|
|
|
- @click="Notinvoicingfun('1')"
|
|
|
|
|
- >撤销开票
|
|
|
|
|
- </el-button>
|
|
|
|
|
- </div>
|
|
|
|
|
- </template>
|
|
|
|
|
- </finstlbillsitems>
|
|
|
|
|
|
|
+ <el-tabs v-model="activeName" @tab-click="handleClick">
|
|
|
|
|
+ <el-tab-pane label="查询结果" name="1">
|
|
|
|
|
+ <queryfinstlbillsitems
|
|
|
|
|
+ :queryData="queryData"
|
|
|
|
|
+ :tableData="tableData"
|
|
|
|
|
+ :form="form"
|
|
|
|
|
+ :handleSelectionData="handleSelectionData"
|
|
|
|
|
+ :brfalse="!editSave"
|
|
|
|
|
+ @handleSelectionChange="addSelectionChange"
|
|
|
|
|
+ >
|
|
|
|
|
+ <template slot="menuLeft">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <el-button size="small" type="success" style="margin-right: 8px" :disabled="editSave" :loading="saveLoading" @click="allCell"
|
|
|
|
|
+ >确认选定行
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </queryfinstlbillsitems>
|
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
+ <el-tab-pane label="选定数据" name="2">
|
|
|
|
|
+ <finstlbillsitems
|
|
|
|
|
+ :tableData="tableData"
|
|
|
|
|
+ :form="form"
|
|
|
|
|
+ :handleSelectionData="handleSelectionData"
|
|
|
|
|
+ :brfalse="!editSave"
|
|
|
|
|
+ @handleSelectionChange="handleSelectionChange"
|
|
|
|
|
+ >
|
|
|
|
|
+ <template slot="menuLeft">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <el-button size="small" type="danger" style="margin-left: 10px" :disabled="editSave" :loading="saveLoading" @click="batchDeletefun"
|
|
|
|
|
+ >一键删除
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ <el-button size="small" type="primary" style="margin-left: 10px" :disabled="editSave" :loading="saveLoading" @click="editHandle"
|
|
|
|
|
+ >一键编辑
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="small"
|
|
|
|
|
+ type="primary"
|
|
|
|
|
+ style="margin-right: 8px"
|
|
|
|
|
+ :disabled="editSave"
|
|
|
|
|
+ :loading="saveLoading"
|
|
|
|
|
+ @click="Confirminvoicefun('2')"
|
|
|
|
|
+ >不开发票
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="small"
|
|
|
|
|
+ type="warning"
|
|
|
|
|
+ style="margin-right: 8px"
|
|
|
|
|
+ :disabled="editSave"
|
|
|
|
|
+ :loading="saveLoading"
|
|
|
|
|
+ @click="Notinvoicingfun('2')"
|
|
|
|
|
+ >取消不开发票
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="small"
|
|
|
|
|
+ type="primary"
|
|
|
|
|
+ style="margin-right: 8px"
|
|
|
|
|
+ :disabled="editSave"
|
|
|
|
|
+ :loading="saveLoading"
|
|
|
|
|
+ @click="Confirminvoicefun('1')"
|
|
|
|
|
+ >确认开票
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ size="small"
|
|
|
|
|
+ type="warning"
|
|
|
|
|
+ style="margin-right: 8px"
|
|
|
|
|
+ :disabled="editSave"
|
|
|
|
|
+ :loading="saveLoading"
|
|
|
|
|
+ @click="Notinvoicingfun('1')"
|
|
|
|
|
+ >撤销开票
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </finstlbillsitems>
|
|
|
|
|
+ </el-tab-pane>
|
|
|
|
|
+ </el-tabs>
|
|
|
</el-card>
|
|
</el-card>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
@@ -778,7 +797,8 @@ import {
|
|
|
finstlbillsRevokeInvoicing
|
|
finstlbillsRevokeInvoicing
|
|
|
} from "@/api/iosBasicData/finstlbills";
|
|
} from "@/api/iosBasicData/finstlbills";
|
|
|
import expand from "@/components/basic-container/expand.vue";
|
|
import expand from "@/components/basic-container/expand.vue";
|
|
|
-import finstlbillsitems from "@/views/iosBasicData/finstlbills/assembly/finstlbillsitems.vue";
|
|
|
|
|
|
|
+import queryfinstlbillsitems from "@/views/iosBasicData/finstlbills/assembly/finstlbillsitems.vue";
|
|
|
|
|
+import finstlbillsitems from "@/views/iosBasicData/finstlbills/assembly/finstlbillsitems2.vue";
|
|
|
import { dateFormat } from "@/util/date";
|
|
import { dateFormat } from "@/util/date";
|
|
|
import reports from "@/views/iosBasicData/SeafreightExportF/bills/assembly/reports.vue";
|
|
import reports from "@/views/iosBasicData/SeafreightExportF/bills/assembly/reports.vue";
|
|
|
import reportformsList from "@/views/iosBasicData/SeafreightExportF/bills/assembly/reportformsList.vue";
|
|
import reportformsList from "@/views/iosBasicData/SeafreightExportF/bills/assembly/reportformsList.vue";
|
|
@@ -786,7 +806,7 @@ import reportContainer from "@/views/iosBasicData/report-container/report-contai
|
|
|
import { getList as getreportsList, reportsGetReportData } from "@/api/iosBasicData/reports";
|
|
import { getList as getreportsList, reportsGetReportData } from "@/api/iosBasicData/reports";
|
|
|
import dicSelect from "@/components/dicSelect/main";
|
|
import dicSelect from "@/components/dicSelect/main";
|
|
|
export default {
|
|
export default {
|
|
|
- components: { reportContainer, reportformsList, reports, SearchQuery, expand, finstlbillsitems, dicSelect },
|
|
|
|
|
|
|
+ components: { reportContainer, reportformsList, reports, SearchQuery, expand, finstlbillsitems, dicSelect, queryfinstlbillsitems },
|
|
|
props: {
|
|
props: {
|
|
|
// 编辑还是保存
|
|
// 编辑还是保存
|
|
|
editSave: {
|
|
editSave: {
|
|
@@ -800,6 +820,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
|
|
+ activeName: "1",
|
|
|
retrievePopupsType: false, // 弹窗开启关闭
|
|
retrievePopupsType: false, // 弹窗开启关闭
|
|
|
retrievePopupsData: [], // 选择弹窗数据
|
|
retrievePopupsData: [], // 选择弹窗数据
|
|
|
retrievePopupsOption: {
|
|
retrievePopupsOption: {
|
|
@@ -832,6 +853,8 @@ export default {
|
|
|
selectPrintingDialog: false, // 预览报表
|
|
selectPrintingDialog: false, // 预览报表
|
|
|
statusType: false, // 确认发票
|
|
statusType: false, // 确认发票
|
|
|
tableData: [],
|
|
tableData: [],
|
|
|
|
|
+ queryData: [],
|
|
|
|
|
+ addData: [],
|
|
|
pageLoading: false, // 全屏加载动画
|
|
pageLoading: false, // 全屏加载动画
|
|
|
saveLoading: false, // 按钮动画
|
|
saveLoading: false, // 按钮动画
|
|
|
// 绑定的数据
|
|
// 绑定的数据
|
|
@@ -905,7 +928,7 @@ export default {
|
|
|
this.invoiceWorkDictsfun(); // 获取 发票的数据
|
|
this.invoiceWorkDictsfun(); // 获取 发票的数据
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
- lastPage() {
|
|
|
|
|
|
|
+ lastPage() {
|
|
|
if (this.pageIds.length) {
|
|
if (this.pageIds.length) {
|
|
|
const index = this.pageIds.indexOf(this.form.id);
|
|
const index = this.pageIds.indexOf(this.form.id);
|
|
|
if (index == 0) {
|
|
if (index == 0) {
|
|
@@ -1073,19 +1096,19 @@ export default {
|
|
|
this.$message.warning("请选择对账单位");
|
|
this.$message.warning("请选择对账单位");
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
- if (!this.form.id) {
|
|
|
|
|
- // 是否选择从表数据
|
|
|
|
|
- if (this.handleSelectionData.length == 0) {
|
|
|
|
|
- this.$message.warning("请选择对账数据");
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- for (let item of this.handleSelectionData) {
|
|
|
|
|
- if (!item.currentStlCurCode) {
|
|
|
|
|
- this.$message.warning("请选择本次结算币种");
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (!this.form.id) {
|
|
|
|
|
+ // // 是否选择从表数据
|
|
|
|
|
+ // if (this.handleSelectionData.length == 0) {
|
|
|
|
|
+ // this.$message.warning("请选择对账数据");
|
|
|
|
|
+ // return;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
|
|
+ // for (let item of this.handleSelectionData) {
|
|
|
|
|
+ // if (!item.currentStlCurCode) {
|
|
|
|
|
+ // this.$message.warning("请选择本次结算币种");
|
|
|
|
|
+ // return;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // }
|
|
|
this.form.billNoFormat = "HYDZ";
|
|
this.form.billNoFormat = "HYDZ";
|
|
|
this.form.businessTypeCode = "HYDZ";
|
|
this.form.businessTypeCode = "HYDZ";
|
|
|
this.form.businessType = "CHK"; // 对账单
|
|
this.form.businessType = "CHK"; // 对账单
|
|
@@ -1098,33 +1121,29 @@ export default {
|
|
|
this.form.businessDateStart = this.form.businessDateStart ? this.form.businessDateStart.slice(0, 10) + " 00:00:00" : null;
|
|
this.form.businessDateStart = this.form.businessDateStart ? this.form.businessDateStart.slice(0, 10) + " 00:00:00" : null;
|
|
|
this.form.billDate = this.form.billDate ? this.form.billDate.slice(0, 10) + " 00:00:00" : null;
|
|
this.form.billDate = this.form.billDate ? this.form.billDate.slice(0, 10) + " 00:00:00" : null;
|
|
|
this.form.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(",") : "";
|
|
this.form.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(",") : "";
|
|
|
- if (!this.form.id) {
|
|
|
|
|
- this.form.finStlBillsItemsList = this.handleSelectionData.map((item, index) => {
|
|
|
|
|
- item.lineNo = Number(index) + 1;
|
|
|
|
|
- item.pType = item.businessType;
|
|
|
|
|
- item.accDate = item.billDate;
|
|
|
|
|
- if (item.currentStlCurCode == "CNY") {
|
|
|
|
|
- item.currentStlAmount = item.currentStlAmountRMB;
|
|
|
|
|
- } else {
|
|
|
|
|
- item.currentStlAmount = item.currentStlAmountUSD;
|
|
|
|
|
- }
|
|
|
|
|
- // delete item.businessType
|
|
|
|
|
- if (!this.form.id) {
|
|
|
|
|
- delete item.id;
|
|
|
|
|
- }
|
|
|
|
|
- delete item.accountDc;
|
|
|
|
|
- return item;
|
|
|
|
|
- });
|
|
|
|
|
- } else {
|
|
|
|
|
- this.form.finStlBillsItemsList = this.form.finStlBillsItemsList.map((item, index) => {
|
|
|
|
|
- if (item.currentStlCurCode == "CNY") {
|
|
|
|
|
- item.currentStlAmount = item.currentStlAmountRMB;
|
|
|
|
|
- } else {
|
|
|
|
|
- item.currentStlAmount = item.currentStlAmountUSD;
|
|
|
|
|
- }
|
|
|
|
|
- return item;
|
|
|
|
|
- });
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ let addList = this.addData.map((item, index) => {
|
|
|
|
|
+ item.lineNo = Number(index) + 1;
|
|
|
|
|
+ item.pType = item.businessType;
|
|
|
|
|
+ item.accDate = item.billDate;
|
|
|
|
|
+ if (item.currentStlCurCode == "CNY") {
|
|
|
|
|
+ item.currentStlAmount = item.currentStlAmountRMB;
|
|
|
|
|
+ } else {
|
|
|
|
|
+ item.currentStlAmount = item.currentStlAmountUSD;
|
|
|
|
|
+ }
|
|
|
|
|
+ delete item.id;
|
|
|
|
|
+ delete item.accountDc;
|
|
|
|
|
+ return item;
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
|
|
+ this.form.finStlBillsItemsList = this.tableData.concat(addList);
|
|
|
|
|
+ this.form.finStlBillsItemsList = this.form.finStlBillsItemsList.map((item, index) => {
|
|
|
|
|
+ if (item.currentStlCurCode == "CNY") {
|
|
|
|
|
+ item.currentStlAmount = item.currentStlAmountRMB;
|
|
|
|
|
+ } else {
|
|
|
|
|
+ item.currentStlAmount = item.currentStlAmountUSD;
|
|
|
|
|
+ }
|
|
|
|
|
+ return item;
|
|
|
|
|
+ });
|
|
|
this.saveLoading = true; // 加载动画
|
|
this.saveLoading = true; // 加载动画
|
|
|
this.pageLoading = true;
|
|
this.pageLoading = true;
|
|
|
// 判断是单独点击保存还是点击确认对账
|
|
// 判断是单独点击保存还是点击确认对账
|
|
@@ -1133,6 +1152,7 @@ export default {
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.$message.success("操作成功");
|
|
this.$message.success("操作成功");
|
|
|
this.$emit(type);
|
|
this.$emit(type);
|
|
|
|
|
+ this.finstlbillslistAccBillV1fun()
|
|
|
})
|
|
})
|
|
|
.finally(() => {
|
|
.finally(() => {
|
|
|
this.pageLoading = false;
|
|
this.pageLoading = false;
|
|
@@ -1143,6 +1163,7 @@ export default {
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.form = res.data.data;
|
|
this.form = res.data.data;
|
|
|
this.finstlbillsConfirmReconciliationfun();
|
|
this.finstlbillsConfirmReconciliationfun();
|
|
|
|
|
+ this.finstlbillslistAccBillV1fun()
|
|
|
})
|
|
})
|
|
|
.catch(() => {
|
|
.catch(() => {
|
|
|
this.pageLoading = false;
|
|
this.pageLoading = false;
|
|
@@ -1153,6 +1174,7 @@ export default {
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.$message.success("操作成功");
|
|
this.$message.success("操作成功");
|
|
|
this.finstlbillsDetailfun(res.data.data.id);
|
|
this.finstlbillsDetailfun(res.data.data.id);
|
|
|
|
|
+ this.finstlbillslistAccBillV1fun()
|
|
|
})
|
|
})
|
|
|
.finally(() => {
|
|
.finally(() => {
|
|
|
this.pageLoading = false;
|
|
this.pageLoading = false;
|
|
@@ -1283,7 +1305,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
// 检索出的弹窗
|
|
// 检索出的弹窗
|
|
|
finstlbillslistAccBillByCorpfun() {
|
|
finstlbillslistAccBillByCorpfun() {
|
|
|
- delete this.form.id;
|
|
|
|
|
|
|
+ // delete this.form.id;
|
|
|
// let obj = JSON.parse(JSON.stringify(this.form))
|
|
// let obj = JSON.parse(JSON.stringify(this.form))
|
|
|
let obj = {};
|
|
let obj = {};
|
|
|
obj.type = "1";
|
|
obj.type = "1";
|
|
@@ -1324,7 +1346,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
// 检索接口
|
|
// 检索接口
|
|
|
finstlbillslistAccBillV1fun() {
|
|
finstlbillslistAccBillV1fun() {
|
|
|
- delete this.form.id;
|
|
|
|
|
|
|
+ // delete this.form.id;
|
|
|
// let obj = JSON.parse(JSON.stringify(this.form))
|
|
// let obj = JSON.parse(JSON.stringify(this.form))
|
|
|
let obj = {};
|
|
let obj = {};
|
|
|
obj.type = "1";
|
|
obj.type = "1";
|
|
@@ -1359,7 +1381,7 @@ export default {
|
|
|
obj.approveTimeEnd = this.form.auditDateTo; // 审核结束日期
|
|
obj.approveTimeEnd = this.form.auditDateTo; // 审核结束日期
|
|
|
obj.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(",") : "";
|
|
obj.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(",") : "";
|
|
|
finstlbillslistAccBillV1(obj).then(res => {
|
|
finstlbillslistAccBillV1(obj).then(res => {
|
|
|
- this.tableData = res.data.data.map((item, index) => {
|
|
|
|
|
|
|
+ res.data.data.forEach((item, index) => {
|
|
|
item.accBillId = item.id;
|
|
item.accBillId = item.id;
|
|
|
delete item.id;
|
|
delete item.id;
|
|
|
item.lineNo = Number(index) + 1;
|
|
item.lineNo = Number(index) + 1;
|
|
@@ -1381,9 +1403,14 @@ export default {
|
|
|
this.$set(item, "currentStlAmountUSD", Number(item.reconciliationCurrentAmount ? item.reconciliationCurrentAmount : 0));
|
|
this.$set(item, "currentStlAmountUSD", Number(item.reconciliationCurrentAmount ? item.reconciliationCurrentAmount : 0));
|
|
|
this.$set(item, "currentStlAmountRMB", Number(0));
|
|
this.$set(item, "currentStlAmountRMB", Number(0));
|
|
|
}
|
|
}
|
|
|
- return item;
|
|
|
|
|
});
|
|
});
|
|
|
- if (this.tableData.length == 0) {
|
|
|
|
|
|
|
+ this.queryData = [];
|
|
|
|
|
+ for (let item of res.data.data) {
|
|
|
|
|
+ if (this.tableData.filter(row => row.accBillNo == item.accBillNo).length == 0) {
|
|
|
|
|
+ this.queryData.push(item);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ if (this.queryData.length == 0) {
|
|
|
this.$message.warning("当前检索暂无数据!");
|
|
this.$message.warning("当前检索暂无数据!");
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
@@ -1601,10 +1628,6 @@ export default {
|
|
|
this.finstlbillsRevokeSignForfun();
|
|
this.finstlbillsRevokeSignForfun();
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- // 确认选定行
|
|
|
|
|
- SelectedRows() {
|
|
|
|
|
- this.editCustomer();
|
|
|
|
|
- },
|
|
|
|
|
// 一键删除
|
|
// 一键删除
|
|
|
batchDeletefun() {
|
|
batchDeletefun() {
|
|
|
if (this.handleSelectionData.length == 0) {
|
|
if (this.handleSelectionData.length == 0) {
|
|
@@ -1647,6 +1670,14 @@ export default {
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
|
|
+ // 确认选定行
|
|
|
|
|
+ allCell() {
|
|
|
|
|
+ this.editCustomer();
|
|
|
|
|
+ },
|
|
|
|
|
+ // 确认选定行
|
|
|
|
|
+ addSelectionChange(arr) {
|
|
|
|
|
+ this.addData = arr;
|
|
|
|
|
+ },
|
|
|
// 下面表格多选
|
|
// 下面表格多选
|
|
|
handleSelectionChange(arr) {
|
|
handleSelectionChange(arr) {
|
|
|
this.handleSelectionData = arr;
|
|
this.handleSelectionData = arr;
|