|
@@ -1,279 +1,48 @@
|
|
|
<template>
|
|
|
<div class="app-container">
|
|
|
<el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
|
|
|
- <el-form-item label="班结人" prop="stationId">
|
|
|
- <el-input
|
|
|
+ <el-form-item label="油站名称" prop="stationId" >
|
|
|
+ <el-select
|
|
|
v-model="queryParams.stationId"
|
|
|
- placeholder="请输入班结人"
|
|
|
+ placeholder="请选择油站"
|
|
|
clearable
|
|
|
size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="油站名称" prop="stationName">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.stationName"
|
|
|
- placeholder="请输入油站名称"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="员工姓名" prop="person">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.person"
|
|
|
- placeholder="请输入员工姓名"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="负责枪号" prop="gunNo">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.gunNo"
|
|
|
- placeholder="请输入负责枪号"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="销量" prop="salesVolume">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.salesVolume"
|
|
|
- placeholder="请输入销量"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="销额" prop="salesAmount">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.salesAmount"
|
|
|
- placeholder="请输入销额"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="优惠" prop="discount">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.discount"
|
|
|
- placeholder="请输入优惠"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="优惠券" prop="coupon">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.coupon"
|
|
|
- placeholder="请输入优惠券"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="实收" prop="netReceipts">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.netReceipts"
|
|
|
- placeholder="请输入实收"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="销售笔数" prop="salesNum">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.salesNum"
|
|
|
- placeholder="请输入销售笔数"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="打印小票数" prop="printNum">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.printNum"
|
|
|
- placeholder="请输入打印小票数"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="班次号" prop="classStructureNo">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.classStructureNo"
|
|
|
- placeholder="请输入班次号"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="班结时间" prop="classStructureDate">
|
|
|
- <el-date-picker clearable size="small" style="width: 200px"
|
|
|
- v-model="queryParams.classStructureDate"
|
|
|
- type="date"
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- placeholder="选择班结时间">
|
|
|
- </el-date-picker>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="班结人" prop="classStructureMan">
|
|
|
- <el-input
|
|
|
- v-model="queryParams.classStructureMan"
|
|
|
- placeholder="请输入班结人"
|
|
|
- clearable
|
|
|
- size="small"
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
- />
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in stationOptions"
|
|
|
+ :key="item.stationId"
|
|
|
+ :label="item.stationName"
|
|
|
+ :value="item.stationId"
|
|
|
+ ></el-option>
|
|
|
+ </el-select>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
<el-button type="cyan" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
|
|
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
|
|
+ <el-button icon="el-icon-refresh" size="mini" @click="handleAdd">添加班结</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
-
|
|
|
- <el-row :gutter="10" class="mb8">
|
|
|
- <el-col :span="1.5">
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- icon="el-icon-plus"
|
|
|
- size="mini"
|
|
|
- @click="handleAdd"
|
|
|
- v-hasPermi="['station:structure:add']"
|
|
|
- >新增</el-button>
|
|
|
- </el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
- <el-button
|
|
|
- type="success"
|
|
|
- icon="el-icon-edit"
|
|
|
- size="mini"
|
|
|
- :disabled="single"
|
|
|
- @click="handleUpdate"
|
|
|
- v-hasPermi="['station:structure:edit']"
|
|
|
- >修改</el-button>
|
|
|
- </el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
- <el-button
|
|
|
- type="danger"
|
|
|
- icon="el-icon-delete"
|
|
|
- size="mini"
|
|
|
- :disabled="multiple"
|
|
|
- @click="handleDelete"
|
|
|
- v-hasPermi="['station:structure:remove']"
|
|
|
- >删除</el-button>
|
|
|
- </el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
- <el-button
|
|
|
- type="warning"
|
|
|
- icon="el-icon-download"
|
|
|
- size="mini"
|
|
|
- @click="handleExport"
|
|
|
- v-hasPermi="['station:structure:export']"
|
|
|
- >导出</el-button>
|
|
|
- </el-col>
|
|
|
- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
- </el-row>
|
|
|
-
|
|
|
- <el-table v-loading="loading" :data="structureList" @selection-change="handleSelectionChange">
|
|
|
- <el-table-column type="selection" width="55" align="center" />
|
|
|
- <el-table-column label="班结人" align="center" prop="id" />
|
|
|
- <el-table-column label="班结人" align="center" prop="stationId" />
|
|
|
- <el-table-column label="油站名称" align="center" prop="stationName" />
|
|
|
- <el-table-column label="员工姓名" align="center" prop="person" />
|
|
|
- <el-table-column label="负责枪号" align="center" prop="gunNo" />
|
|
|
- <el-table-column label="销量" align="center" prop="salesVolume" />
|
|
|
- <el-table-column label="销额" align="center" prop="salesAmount" />
|
|
|
- <el-table-column label="优惠" align="center" prop="discount" />
|
|
|
- <el-table-column label="优惠券" align="center" prop="coupon" />
|
|
|
- <el-table-column label="实收" align="center" prop="netReceipts" />
|
|
|
- <el-table-column label="销售笔数" align="center" prop="salesNum" />
|
|
|
- <el-table-column label="打印小票数" align="center" prop="printNum" />
|
|
|
- <el-table-column label="班次号" align="center" prop="classStructureNo" />
|
|
|
- <el-table-column label="班结时间" align="center" prop="classStructureDate" width="180">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span>{{ parseTime(scope.row.classStructureDate, '{y}-{m}-{d}') }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="班结人" align="center" prop="classStructureMan" />
|
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-button
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
- @click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['station:structure:edit']"
|
|
|
- >修改</el-button>
|
|
|
- <el-button
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-delete"
|
|
|
- @click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['station:structure:remove']"
|
|
|
- >删除</el-button>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+ <!--按员工汇总-->
|
|
|
+ <span style="color:#ff9955;font-size:25px;" >|</span><span style="font-size:25px;">按员工汇总</span>
|
|
|
+ <el-table v-loading="loading" show-summary :data="structureList" :summary-method="getTotal">
|
|
|
+ <el-table-column label="员工姓名" align="center" prop="oilPersonnel" />
|
|
|
+ <el-table-column label="负责枪号" align="center" prop="oilGun" />
|
|
|
+ <el-table-column label="销量" align="center" prop="orderLiters" />
|
|
|
+ <el-table-column label="销额" align="center" prop="amt" />
|
|
|
+ <el-table-column label="销售笔数" align="center" prop="orderNo" />
|
|
|
+ </el-table>
|
|
|
+ <!--按油品汇总-->
|
|
|
+ <span style="color:#ff9955;font-size:25px;padding-top: 15px;" >|</span><span style="font-size:25px;">按油品汇总</span>
|
|
|
+ <el-table v-loading="loading" :data="structureList1" show-summary :summary-method="getTotal2" >
|
|
|
+ <el-table-column label="油品" align="center" prop="oilName" />
|
|
|
+ <el-table-column label="负责枪号" align="center" prop="oilGun" />
|
|
|
+ <el-table-column label="销量" align="center" prop="orderLiters" />
|
|
|
+ <el-table-column label="销额" align="center" prop="amt" />
|
|
|
+ <el-table-column label="销售笔数" align="center" prop="orderNo" />
|
|
|
</el-table>
|
|
|
-
|
|
|
- <pagination
|
|
|
- v-show="total>0"
|
|
|
- :total="total"
|
|
|
- :page.sync="queryParams.pageNum"
|
|
|
- :limit.sync="queryParams.pageSize"
|
|
|
- @pagination="getList"
|
|
|
- />
|
|
|
-
|
|
|
<!-- 添加或修改班结管理对话框 -->
|
|
|
<el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
|
|
|
- <el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
|
|
- <el-form-item label="班结人" prop="stationId">
|
|
|
- <el-input v-model="form.stationId" placeholder="请输入班结人" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="油站名称" prop="stationName">
|
|
|
- <el-input v-model="form.stationName" placeholder="请输入油站名称" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="员工姓名" prop="person">
|
|
|
- <el-input v-model="form.person" placeholder="请输入员工姓名" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="负责枪号" prop="gunNo">
|
|
|
- <el-input v-model="form.gunNo" placeholder="请输入负责枪号" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="销量" prop="salesVolume">
|
|
|
- <el-input v-model="form.salesVolume" placeholder="请输入销量" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="销额" prop="salesAmount">
|
|
|
- <el-input v-model="form.salesAmount" placeholder="请输入销额" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="优惠" prop="discount">
|
|
|
- <el-input v-model="form.discount" placeholder="请输入优惠" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="优惠券" prop="coupon">
|
|
|
- <el-input v-model="form.coupon" placeholder="请输入优惠券" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="实收" prop="netReceipts">
|
|
|
- <el-input v-model="form.netReceipts" placeholder="请输入实收" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="销售笔数" prop="salesNum">
|
|
|
- <el-input v-model="form.salesNum" placeholder="请输入销售笔数" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="打印小票数" prop="printNum">
|
|
|
- <el-input v-model="form.printNum" placeholder="请输入打印小票数" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="班次号" prop="classStructureNo">
|
|
|
- <el-input v-model="form.classStructureNo" placeholder="请输入班次号" />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="班结时间" prop="classStructureDate">
|
|
|
- <el-date-picker clearable size="small" style="width: 200px"
|
|
|
- v-model="form.classStructureDate"
|
|
|
- type="date"
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- placeholder="选择班结时间">
|
|
|
- </el-date-picker>
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label="班结人" prop="classStructureMan">
|
|
|
- <el-input v-model="form.classStructureMan" placeholder="请输入班结人" />
|
|
|
- </el-form-item>
|
|
|
- </el-form>
|
|
|
+ <span>请确认没有车主使用系统支付</span>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
@@ -283,26 +52,20 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { listStructure, getStructure, delStructure, addStructure, updateStructure, exportStructure } from "@/api/station/structure";
|
|
|
-
|
|
|
+import { stationinfo,listStructure,listPersonnelStructure,listOilStructure, getStructure, delStructure, addStructure, updateStructure, exportStructure } from "@/api/station/structure";
|
|
|
export default {
|
|
|
name: "Structure",
|
|
|
data() {
|
|
|
return {
|
|
|
// 遮罩层
|
|
|
loading: true,
|
|
|
- // 选中数组
|
|
|
- ids: [],
|
|
|
- // 非单个禁用
|
|
|
- single: true,
|
|
|
- // 非多个禁用
|
|
|
- multiple: true,
|
|
|
// 显示搜索条件
|
|
|
showSearch: true,
|
|
|
// 总条数
|
|
|
total: 0,
|
|
|
// 班结管理表格数据
|
|
|
structureList: [],
|
|
|
+ structureList1: [],
|
|
|
// 弹出层标题
|
|
|
title: "",
|
|
|
// 是否显示弹出层
|
|
@@ -326,6 +89,7 @@ export default {
|
|
|
classStructureDate: null,
|
|
|
classStructureMan: null
|
|
|
},
|
|
|
+ stationOptions:[],
|
|
|
// 表单参数
|
|
|
form: {},
|
|
|
// 表单校验
|
|
@@ -335,17 +99,118 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
this.getList();
|
|
|
+ this.getList2();
|
|
|
+ stationinfo().then(response => {
|
|
|
+ this.stationOptions = response.rows;
|
|
|
+ this.loading = false;
|
|
|
+ });
|
|
|
},
|
|
|
methods: {
|
|
|
/** 查询班结管理列表 */
|
|
|
getList() {
|
|
|
this.loading = true;
|
|
|
- listStructure(this.queryParams).then(response => {
|
|
|
+ listPersonnelStructure(this.queryParams).then(response => {
|
|
|
this.structureList = response.rows;
|
|
|
- this.total = response.total;
|
|
|
this.loading = false;
|
|
|
});
|
|
|
},
|
|
|
+ getList2() {
|
|
|
+ this.loading = true;
|
|
|
+ listOilStructure(this.queryParams).then(response => {
|
|
|
+ this.structureList1 = response.rows;
|
|
|
+ this.loading = false;
|
|
|
+ });
|
|
|
+ },
|
|
|
+ getTotal(param) {
|
|
|
+ const { columns, data } = param;
|
|
|
+ const sums = [];
|
|
|
+ columns.forEach((column, index) => {
|
|
|
+ if (index === 0) {
|
|
|
+ sums[index] = '合计';
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ const values = data.map(item => Number(item[column.property]));
|
|
|
+ if (column.property === 'orderLiters') {
|
|
|
+ sums[index] = values.reduce((prev, curr) => {
|
|
|
+ const value = Number(curr);
|
|
|
+ if (!isNaN(value)) {
|
|
|
+ return prev + curr;
|
|
|
+ } else {
|
|
|
+ return prev;
|
|
|
+ }
|
|
|
+ }, 0);
|
|
|
+ sums[index]=sums[index].toFixed(2);
|
|
|
+ }else if(column.property === 'amt'){
|
|
|
+ sums[index] = values.reduce((prev, curr) => {
|
|
|
+ const value = Number(curr);
|
|
|
+ if (!isNaN(value)) {
|
|
|
+ return prev + curr;
|
|
|
+ } else {
|
|
|
+ return prev;
|
|
|
+ }
|
|
|
+ }, 0);
|
|
|
+ sums[index]=sums[index].toFixed(2);
|
|
|
+ }else if(column.property === 'orderNo'){
|
|
|
+ sums[index] = values.reduce((prev, curr) => {
|
|
|
+ const value = Number(curr);
|
|
|
+ if (!isNaN(value)) {
|
|
|
+ return prev + curr;
|
|
|
+ } else {
|
|
|
+ return prev;
|
|
|
+ }
|
|
|
+ }, 0);
|
|
|
+ sums[index]=sums[index].toFixed(0);
|
|
|
+ } else {
|
|
|
+ sums[index] = '';
|
|
|
+ }
|
|
|
+ });
|
|
|
+ return sums;
|
|
|
+ },
|
|
|
+ getTotal2(param) {
|
|
|
+ const { columns, data } = param;
|
|
|
+ const sums = [];
|
|
|
+ columns.forEach((column, index) => {
|
|
|
+ if (index === 0) {
|
|
|
+ sums[index] = '合计';
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ const values = data.map(item => Number(item[column.property]));
|
|
|
+ if (column.property === 'orderLiters') {
|
|
|
+ sums[index] = values.reduce((prev, curr) => {
|
|
|
+ const value = Number(curr);
|
|
|
+ if (!isNaN(value)) {
|
|
|
+ return prev + curr;
|
|
|
+ } else {
|
|
|
+ return prev;
|
|
|
+ }
|
|
|
+ }, 0);
|
|
|
+ sums[index]=sums[index].toFixed(2);
|
|
|
+ }else if(column.property === 'amt'){
|
|
|
+ sums[index] = values.reduce((prev, curr) => {
|
|
|
+ const value = Number(curr);
|
|
|
+ if (!isNaN(value)) {
|
|
|
+ return prev + curr;
|
|
|
+ } else {
|
|
|
+ return prev;
|
|
|
+ }
|
|
|
+ }, 0);
|
|
|
+ sums[index]=sums[index].toFixed(2);
|
|
|
+ }else if(column.property === 'orderNo'){
|
|
|
+ sums[index] = values.reduce((prev, curr) => {
|
|
|
+ const value = Number(curr);
|
|
|
+ if (!isNaN(value)) {
|
|
|
+ return prev + curr;
|
|
|
+ } else {
|
|
|
+ return prev;
|
|
|
+ }
|
|
|
+ }, 0);
|
|
|
+ sums[index]=sums[index].toFixed(0);
|
|
|
+ } else {
|
|
|
+ sums[index] = '';
|
|
|
+ }
|
|
|
+ });
|
|
|
+ return sums;
|
|
|
+ },
|
|
|
// 取消按钮
|
|
|
cancel() {
|
|
|
this.open = false;
|
|
@@ -374,7 +239,6 @@ export default {
|
|
|
},
|
|
|
/** 搜索按钮操作 */
|
|
|
handleQuery() {
|
|
|
- this.queryParams.pageNum = 1;
|
|
|
this.getList();
|
|
|
},
|
|
|
/** 重置按钮操作 */
|
|
@@ -382,75 +246,27 @@ export default {
|
|
|
this.resetForm("queryForm");
|
|
|
this.handleQuery();
|
|
|
},
|
|
|
- // 多选框选中数据
|
|
|
- handleSelectionChange(selection) {
|
|
|
- this.ids = selection.map(item => item.id)
|
|
|
- this.single = selection.length!==1
|
|
|
- this.multiple = !selection.length
|
|
|
- },
|
|
|
+
|
|
|
/** 新增按钮操作 */
|
|
|
handleAdd() {
|
|
|
this.reset();
|
|
|
this.open = true;
|
|
|
this.title = "添加班结管理";
|
|
|
},
|
|
|
- /** 修改按钮操作 */
|
|
|
- handleUpdate(row) {
|
|
|
- this.reset();
|
|
|
- const id = row.id || this.ids
|
|
|
- getStructure(id).then(response => {
|
|
|
- this.form = response.data;
|
|
|
- this.open = true;
|
|
|
- this.title = "修改班结管理";
|
|
|
- });
|
|
|
- },
|
|
|
/** 提交按钮 */
|
|
|
submitForm() {
|
|
|
- this.$refs["form"].validate(valid => {
|
|
|
- if (valid) {
|
|
|
- if (this.form.id != null) {
|
|
|
- updateStructure(this.form).then(response => {
|
|
|
- this.msgSuccess("修改成功");
|
|
|
- this.open = false;
|
|
|
- this.getList();
|
|
|
- });
|
|
|
- } else {
|
|
|
- addStructure(this.form).then(response => {
|
|
|
- this.msgSuccess("新增成功");
|
|
|
- this.open = false;
|
|
|
- this.getList();
|
|
|
- });
|
|
|
- }
|
|
|
- }
|
|
|
+ //获取当前登录人信息
|
|
|
+ //根据获取的用户信息来生成班结数据
|
|
|
+ this.form.stationName=this.$store.state.user.stationName;
|
|
|
+ this.form.stationId=this.$store.state.user.stationId;
|
|
|
+ this.form.classStructureMan=this.$store.state.user.name;
|
|
|
+ addStructure(this.form).then(response => {
|
|
|
+ this.msgSuccess("新增成功");
|
|
|
+ this.open = false;
|
|
|
+ this.getList();
|
|
|
});
|
|
|
- },
|
|
|
- /** 删除按钮操作 */
|
|
|
- handleDelete(row) {
|
|
|
- const ids = row.id || this.ids;
|
|
|
- this.$confirm('是否确认删除班结管理编号为"' + ids + '"的数据项?', "警告", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
- type: "warning"
|
|
|
- }).then(function() {
|
|
|
- return delStructure(ids);
|
|
|
- }).then(() => {
|
|
|
- this.getList();
|
|
|
- this.msgSuccess("删除成功");
|
|
|
- })
|
|
|
- },
|
|
|
- /** 导出按钮操作 */
|
|
|
- handleExport() {
|
|
|
- const queryParams = this.queryParams;
|
|
|
- this.$confirm('是否确认导出所有班结管理数据项?', "警告", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
- type: "warning"
|
|
|
- }).then(function() {
|
|
|
- return exportStructure(queryParams);
|
|
|
- }).then(response => {
|
|
|
- this.download(response.msg);
|
|
|
- })
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
};
|
|
|
</script>
|