tianyi 1 week ago
parent
commit
021fb763c0
  1. 6
      src/api/index.js
  2. 564
      src/views/app/business/courier/addEdit.vue
  3. 1634
      src/views/app/business/courier/courier.vue
  4. 258
      src/views/app/business/logistics/logistics.vue
  5. 515
      src/views/sys/order-manage/orderManage.vue

6
src/api/index.js

@ -681,7 +681,7 @@ export const deleteOrder = (params) => {
// 获取配送员 // 获取配送员
export const getWorkerListData = (params) => { export const getWorkerListData = (params) => {
return postBodyRequest('/worker/getMatchingWorkerList', params) return postBodyRequest('/worker/getByCondition', params)
} }
// 创建订单 // 创建订单
@ -735,6 +735,10 @@ export const getOwListData = (params) => {
export const getOrderList = (params) => { export const getOrderList = (params) => {
return postBodyRequest('/mall/order/page', params) return postBodyRequest('/mall/order/page', params)
} }
// 订单调度
export const orderScheduling = (params) => {
return postBodyRequest('/mall/delivery/pagebyworker', params)
}
//取消订单 //取消订单
export const returnOrder = (params) => { export const returnOrder = (params) => {
return postRequest('/mall/order/cancel', params) return postRequest('/mall/order/cancel', params)

564
src/views/app/business/courier/addEdit.vue

@ -1,310 +1,268 @@
<template> <template>
<div class="worker-edit"> <div class="worker-edit">
<!-- Drawer抽屉 --> <!-- Drawer抽屉 -->
<Drawer <Drawer :title="title" v-model="visible" width="720" draggable :mask-closable="type == '0'">
:title="title" <div :style="{ maxHeight: maxHeight }" class="drawer-content">
v-model="visible" <div class="drawer-header">
width="720" <div style="margin-right: 16px">基本信息</div>
draggable </div>
:mask-closable="type == '0'" <Form label-colon v-show="type != '2'">
> <Row :gutter="32">
<div :style="{ maxHeight: maxHeight }" class="drawer-content"> <Col span="12">
<div class="drawer-header"> <FormItem label="配送员ID">
<div style="margin-right: 16px">基本信息</div> {{ form.workerId }}
</div> <Tooltip trigger="hover" placement="right" content="账户已禁用">
<Form label-colon v-show="type != '2'"> <Icon v-show="form.workerStatus == 3" type="md-lock" size="18"
<Row :gutter="32"> style="margin-left: 10px; cursor: pointer" />
<Col span="12"> </Tooltip>
<FormItem label="快递员ID"> </FormItem>
{{ form.workerId }} </Col>
<Tooltip trigger="hover" placement="right" content="账户已禁用"> <Col span="12">
<Icon <FormItem label="配送员状态">
v-show="form.workerStatus == 3" {{ this.statusName }}
type="md-lock" <Icon v-show="form.workerStatus" type="md-key" :color="passColor" size="18"
size="18" style="margin-left: 10px; cursor: pointer" />
style="margin-left: 10px; cursor: pointer" </FormItem>
/> </Col>
</Tooltip> </Row>
</FormItem> </Form>
</Col> <Form ref="form" :model="form" :rules="formValidate" label-position="top">
<Col span="12"> <Row :gutter="32">
<FormItem label="快递员状态"> <Col span="12">
{{ this.statusName }} <FormItem label="登录账号" prop="username">
<Icon <Input v-model="form.username" />
v-show="form.workerStatus" </FormItem>
type="md-key" </Col>
:color="passColor" <Col span="12">
size="18" <FormItem label="登录密码" prop="password">
style="margin-left: 10px; cursor: pointer" <SetPassword v-model="form.password" @on-change="changePass" />
/> </FormItem>
</FormItem> </Col>
</Col> </Row>
</Row> <Row :gutter="32">
</Form> <Col span="12">
<Form <FormItem label="配送员名称" prop="workerName">
ref="form" <Input v-model="form.workerName" />
:model="form" </FormItem>
:rules="formValidate" </Col>
label-position="top" <Col span="12">
> <FormItem label="所属学校" prop="region">
<Row :gutter="32"> <Input v-model="form.regionTitle" disabled />
<Col span="12"> </FormItem>
<FormItem label="登录账号" prop="username"> </Col>
<Input v-model="form.username" /> </Row>
</FormItem> <Row :gutter="32">
</Col> <Col span="12">
<Col span="12"> <FormItem label="佣金余额" prop="depoBal">
<FormItem label="登录密码" prop="password"> <Input v-model="form.depoBal" />
<SetPassword v-model="form.password" @on-change="changePass" /> </FormItem>
</FormItem> </Col>
</Col> <Col span="12">
</Row> <FormItem label="交易保障金" prop="rebateAmount">
<Row :gutter="32"> <Input v-model="form.rebateAmount" :disabled="true" />
<Col span="12"> </FormItem>
<FormItem label="快递员名称" prop="workerName"> </Col>
<Input v-model="form.workerName" /> </Row>
</FormItem> <Row :gutter="32">
</Col> <Col span="12">
<Col span="12"> <FormItem label="电话" prop="mobile">
<FormItem label="归属商圈" prop="region"> <Input v-model="form.mobile" />
<region-tree-choose </FormItem>
@on-change="handleSelectRegion" </Col>
ref="regionTree" <Col span="24">
></region-tree-choose> <FormItem label="配送员简介">
</FormItem> <Input type="textarea" v-model="form.workerDescribe" :rows="4" />
</Col> </FormItem>
</Row> </Col>
<Row :gutter="32"> </Row>
<Col span="12"> <Row :gutter="32">
<FormItem label="当次应缴" prop="depoNum"> <Col span="24">
<Input v-model="form.depoNum" /> <FormItem label="配送员收费标准说明">
</FormItem> <Input type="textarea" v-model="form.remark" :rows="4" />
</Col> </FormItem>
<Col span="12"> </Col>
<FormItem label="押金余额" prop="depoBal"> </Row>
<Input v-model="form.depoBal" :disabled="true"/> </Form>
</FormItem> </div>
</Col> <div class="drawer-footer br" v-show="type != '0'">
</Row> <Button type="primary" :loading="submitLoading" @click="submit">提交</Button>
<Row :gutter="32"> <Button @click="visible = false">取消</Button>
<Col span="12"> </div>
<FormItem label="电话" prop="mobile"> </Drawer>
<Input v-model="form.mobile" /> </div>
</FormItem>
</Col>
<Col span="24">
<FormItem label="快递员简介">
<Input type="textarea" v-model="form.workerDescribe" :rows="4" />
</FormItem>
</Col>
</Row>
<Row :gutter="32">
<Col span="12">
<FormItem label="所属公司" prop="ownerCompany">
<Select v-model="form.ownerCompany" multiple transfer>
<Option
v-for="item in companyList"
:value="item.id"
:key="item.id"
:label="item.companyName"
>
<span style="margin-right: 10px">{{ item.companyName }}</span>
</Option>
</Select>
</FormItem>
</Col>
</Row>
<Row :gutter="32">
<Col span="24">
<FormItem label="快递员收费标准说明">
<Input type="textarea" v-model="form.remark" :rows="4" />
</FormItem>
</Col>
</Row>
</Form>
</div>
<div class="drawer-footer br" v-show="type != '0'">
<Button type="primary" :loading="submitLoading" @click="submit"
>提交</Button
>
<Button @click="visible = false">取消</Button>
</div>
</Drawer>
</div>
</template> </template>
<script> <script>
import { getAllRoleList, addWorker, editWorker } from "@/api/index"; import {
import { getLogiticsCompanyList } from "@/api/app"; getAllRoleList,
import { addWorker,
validateUsername, editWorker
validateMobile, } from "@/api/index";
validatePassword, import {
} from "@/libs/validate"; getLogiticsCompanyList
import departmentTreeChoose from "@/views/my-components/hiver/department-tree-choose"; } from "@/api/app";
import uploadPicInput from "@/views/my-components/hiver/upload-pic-input"; import {
import SetPassword from "@/views/my-components/hiver/set-password"; validateUsername,
import dict from "@/views/my-components/hiver/dict"; validateMobile,
import regionTreeChoose from "@/views/my-components/hiver/region-tree-choose"; validatePassword,
export default { } from "@/libs/validate";
name: "addEdit", import departmentTreeChoose from "@/views/my-components/hiver/department-tree-choose";
components: { import uploadPicInput from "@/views/my-components/hiver/upload-pic-input";
regionTreeChoose, import SetPassword from "@/views/my-components/hiver/set-password";
departmentTreeChoose, import dict from "@/views/my-components/hiver/dict";
uploadPicInput, import regionTreeChoose from "@/views/my-components/hiver/region-tree-choose";
SetPassword, export default {
dict, name: "addEdit",
}, components: {
props: { regionTreeChoose,
value: { departmentTreeChoose,
type: Boolean, uploadPicInput,
default: false, SetPassword,
}, dict,
data: { },
type: Object, props: {
}, value: {
type: { type: Boolean,
type: String, default: false,
default: "0", },
}, data: {
}, type: Object,
data() { },
return { type: {
roleList: [], type: String,
visible: this.value, default: "0",
title: "", },
passColor: "", },
statusName: "", data() {
submitLoading: false, return {
maxHeight: 510, roleList: [],
form: { visible: this.value,
signPerson: "2", title: "",
}, passColor: "",
formValidate: {}, statusName: "",
companyList: [], submitLoading: false,
companyForm: { maxHeight: 510,
signCompany: "1", form: {
}, signPerson: "2",
}; },
}, formValidate: {},
methods: { companyList: [],
init() { companyForm: {
this.getRoleList(); signCompany: "1",
this.getCompanyList(); },
}, };
getRoleList() { },
getAllRoleList().then((res) => { methods: {
if (res.success) { init() {
this.roleList = res.result; this.getRoleList();
} this.getCompanyList();
}); },
}, getRoleList() {
getCompanyList() { getAllRoleList().then((res) => {
getLogiticsCompanyList(this.companyForm).then((res) => { if (res.success) {
if (res.success) { this.roleList = res.result;
this.companyList = res.result; }
} });
}); },
}, getCompanyList() {
handleSelectRegion(v) { getLogiticsCompanyList(this.companyForm).then((res) => {
this.form.region = v; if (res.success) {
}, this.companyList = res.result;
changePass(v, grade, strength) { }
this.form.passStrength = strength; });
}, },
submit() { handleSelectRegion(v) {
this.$refs.form.validate((valid) => { this.form.region = v;
if (valid) { },
if (this.type == "1") { changePass(v, grade, strength) {
// this.form.passStrength = strength;
this.submitLoading = true; },
editWorker(this.form).then((res) => { submit() {
this.submitLoading = false; this.$refs.form.validate((valid) => {
if (res.success) { if (valid) {
this.$Message.success("操作成功"); if (this.type == "1") {
this.$emit("on-submit", true); //
this.visible = false; this.submitLoading = true;
} editWorker(this.form).then((res) => {
}); this.submitLoading = false;
} else { if (res.success) {
// this.$Message.success("操作成功");
this.submitLoading = true; this.$emit("on-submit", true);
addWorker(this.form).then((res) => { this.visible = false;
this.submitLoading = false; }
if (res.success) { });
this.$Message.success("操作成功"); } else {
this.$emit("on-submit", true); //
this.visible = false; this.submitLoading = true;
} addWorker(this.form).then((res) => {
}); this.submitLoading = false;
} if (res.success) {
} this.$Message.success("操作成功");
}); this.$emit("on-submit", true);
}, this.visible = false;
setCurrentValue(value) { }
if (value === this.visible) { });
return; }
} }
if (this.type == "1") { });
this.title = "修改信息"; },
this.maxHeight = setCurrentValue(value) {
Number(document.documentElement.clientHeight - 121) + "px"; if (value === this.visible) {
} else if (this.type == "2") { return;
this.title = "新建信息"; }
this.maxHeight = if (this.type == "1") {
Number(document.documentElement.clientHeight - 121) + "px"; this.title = "修改信息";
} else { this.maxHeight =
this.title = "信息详情"; Number(document.documentElement.clientHeight - 121) + "px";
this.maxHeight = "100%"; } else if (this.type == "2") {
} this.title = "新建信息";
// this.maxHeight =
this.$refs.form.resetFields(); Number(document.documentElement.clientHeight - 121) + "px";
if (this.type == "0" || this.type == "1") { } else {
// this.title = "信息详情";
// this.maxHeight = "100%";
let data = this.data; }
if (data.workerStatus == "1") { //
this.passColor = "#52c41a"; this.$refs.form.resetFields();
this.statusName = "可抢单"; if (this.type == "0" || this.type == "1") {
} else if (data.workerStatus == "2") { //
this.passColor = "#faad14"; //
this.statusName = "不可接单"; let data = this.data;
} else if (data.workerStatus == "3") { if (data.workerStatus == "1") {
this.passColor = "#ed3f14"; this.passColor = "#52c41a";
this.statusName = "已禁用"; this.statusName = "可抢单";
} } else if (data.workerStatus == "2") {
// this.passColor = "#faad14";
let selectCompanyIds = []; this.statusName = "不可接单";
selectCompanyIds = data.ownerCompany.split(","); } else if (data.workerStatus == "3") {
data.ownerCompany = selectCompanyIds; this.passColor = "#ed3f14";
// this.statusName = "已禁用";
this.$refs.regionTree.setData(data.region, data.regionTitle); }
// //
this.form = data; this.form = data;
} else { } else {
this.form = { this.form = {
type: 0, type: 0,
signPerson: "2", signPerson: "2",
}; };
} }
this.visible = value; this.visible = value;
}, },
}, },
watch: { watch: {
value(val) { value(val) {
this.setCurrentValue(val); this.setCurrentValue(val);
}, },
visible(value) { visible(value) {
this.$emit("input", value); this.$emit("input", value);
}, },
}, },
mounted() { mounted() {
this.init(); this.init();
}, },
}; };
</script> </script>
<style lang="less"> <style lang="less">
@import "@/styles/drawer-common.less"; @import "@/styles/drawer-common.less";
</style> </style>

1634
src/views/app/business/courier/courier.vue

File diff suppressed because it is too large

258
src/views/app/business/logistics/logistics.vue

@ -10,15 +10,20 @@
<TabPane label="快递订单" name="2"></TabPane> <TabPane label="快递订单" name="2"></TabPane>
<TabPane label="跑腿订单" name="3"></TabPane> <TabPane label="跑腿订单" name="3"></TabPane>
</Tabs> </Tabs>
<Tabs v-model="tabName" :animated="false" @on-click="changeTab"> <Tabs v-model="tabName1" :animated="false" @on-click="changeTab">
<TabPane label="指派单" name="7"></TabPane> <TabPane label="全部" name="10"></TabPane>
<TabPane label="待支付" name=""></TabPane>
<TabPane label="待成团" name=""></TabPane>
<TabPane label="待消费" name=""></TabPane>
<TabPane label="待接单" name="0"></TabPane> <TabPane label="待接单" name="0"></TabPane>
<TabPane label="待取货" name="1"></TabPane> <TabPane label="待取货" name="1"></TabPane>
<TabPane label="待送达" name="2"></TabPane> <TabPane label="待送达" name="2"></TabPane>
<TabPane label="已完成" name="3"></TabPane> <TabPane label="已完成" name=""></TabPane>
<TabPane label="已取消" name="4"></TabPane> <TabPane label="待退款" name=""></TabPane>
<TabPane label="已退款" name="5"></TabPane> <TabPane label="已退款" name=""></TabPane>
<TabPane label="预订单" name="6"></TabPane> <TabPane label="已取消" name=""></TabPane>
<TabPane label="售后中" name=""></TabPane>
<TabPane label="已售后" name=""></TabPane>
</Tabs> </Tabs>
<Row v-show="openSearch" @keydown.enter.native="handleSearch"> <Row v-show="openSearch" @keydown.enter.native="handleSearch">
<Form ref="searchForm" :model="searchForm" inline :label-width="70"> <Form ref="searchForm" :model="searchForm" inline :label-width="70">
@ -39,7 +44,7 @@
<Row align="middle" justify="space-between" class="operation"> <Row align="middle" justify="space-between" class="operation">
<div class="icons"> <div class="icons">
<Tooltip content="刷新" placement="top" transfer> <Tooltip content="刷新" placement="top" transfer>
<Icon type="md-refresh" size="18" class="item" @click="getDataList" /> <Icon type="md-refresh" size="18" class="item" @click="getLogisticsInfo" />
</Tooltip> </Tooltip>
<Tooltip :content="openSearch ? '关闭搜索' : '开启搜索'" placement="top" transfer> <Tooltip :content="openSearch ? '关闭搜索' : '开启搜索'" placement="top" transfer>
<Icon type="ios-search" size="18" class="item tip" @click="openSearch = !openSearch" /> <Icon type="ios-search" size="18" class="item tip" @click="openSearch = !openSearch" />
@ -72,21 +77,6 @@
size="small" show-total show-elevator show-sizer></Page> size="small" show-total show-elevator show-sizer></Page>
</Row> </Row>
</Card> </Card>
<!-- 自定义导出数据 -->
<Modal v-model="exportModalVisible" :title="exportTitle" :loading="loadingExport" @on-ok="exportCustomData">
<Form ref="exportForm" :label-width="100">
<FormItem label="导出文件名">
<Input v-model="filename" />
</FormItem>
<FormItem label="自定义导出列">
<CheckboxGroup v-model="chooseColumns">
<Checkbox v-for="(item, i) in exportColumns" :label="item.title" :key="i" :value="item.checked"
:disabled="item.disabled"></Checkbox>
</CheckboxGroup>
</FormItem>
</Form>
</Modal>
<!-- 转单弹窗 --> <!-- 转单弹窗 -->
<Modal v-model="transferOrder" @on-ok="transferClose" :width="1065"> <Modal v-model="transferOrder" @on-ok="transferClose" :width="1065">
<Table :loading="loading" border :columns="workerList" :data="transferList" :size="tableSize" <Table :loading="loading" border :columns="workerList" :data="transferList" :size="tableSize"
@ -104,68 +94,20 @@
<Button type="text" @click="Visiable = false">关闭</Button> <Button type="text" @click="Visiable = false">关闭</Button>
</div> </div>
</Modal> </Modal>
<!-- 导入数据 --> <addEdit :data="form" :type="showType" v-model="showOrder" @on-submit="getLogisticsInfo" />
<Drawer title="导入数据" closable v-model="importModalVisible" width="800" draggable>
<div style="
display: flex;
justify-content: space-between;
align-items: center;
">
<Upload action :before-upload="beforeUploadImport" accept=".xls, .xlsx">
<Button :loading="reading" icon="ios-cloud-upload-outline"
style="margin-right: 10px">上传Excel文件</Button>
<span v-if="uploadfile.name">当前选择文件{{ uploadfile.name }}</span>
</Upload>
<Button @click="clearImportData" icon="md-trash">清空数据</Button>
</div>
<Alert type="warning" show-icon>导入前请下载查看导入模版数据文件查看所需字段及说明确保数据格式正确不得修改列英文名称</Alert>
<Table :columns="importColumns" border :height="height" :data="importTableData" ref="importTable"></Table>
<div class="drawer-footer">
<Button @click="downloadTemple" type="info">下载导入模板</Button>
<div style="position: absolute; right: 15px; display: inline-block">
<Button @click="importModalVisible = false">关闭</Button>
<Button :loading="importLoading" :disabled="importTableData.length <= 0" @click="importData"
style="margin-left: 8px" type="primary">
确认导入
<span v-if="importTableData.length > 0">{{ importTableData.length }} 条数据</span>
</Button>
</div>
</div>
</Drawer>
<addEdit :data="form" :type="showType" v-model="showOrder" @on-submit="getDataList" />
</div> </div>
</template> </template>
<script> <script>
import { import {
getOwListData, orderScheduling,
getConditionList,
getWorkerListData, getWorkerListData,
transferOrder, transferOrder,
runshOrder, runshOrder,
enableUser, enableUser,
getSaleByCompanyId,
disableUser, disableUser,
deleteOrder, deleteOrder,
getAllUserData,
importUserData,
resetUserPass,
getDictDataByType,
unbindOrder,
} from "@/api/index"; } from "@/api/index";
import {
shortcuts
} from "@/libs/shortcuts";
//
import {
userColumns,
userData
} from "./importTemplate";
//
import {
exportColumn
} from "./exportColumn";
import excel from "@/libs/excel"; import excel from "@/libs/excel";
import addEdit from "./addEdit.vue"; import addEdit from "./addEdit.vue";
import dict from "@/views/my-components/hiver/dict"; import dict from "@/views/my-components/hiver/dict";
@ -208,25 +150,14 @@
}, },
searchForm: { searchForm: {
deliveryType: 1, deliveryType: 1,
getAreaId: "",
hallOnly: true,
kuaidiData: [],
order: "", order: "",
pageNum: 1, pageNum: 1,
pageSize: '10', pageSize: 10,
putAreaId: "", regionId: JSON.parse(this.getStore("user")).departmentId,
regionId: "", status: 0
status: 0,
waimaiData: [],
workerId: ""
}, },
selectDate: null, selectDate: null,
options: {
shortcuts: shortcuts,
},
form: {}, form: {},
// {{item.isOnLine==0?'线':'线'}}
// {{item.signPerson==1?'':''}}
workerList: [{ workerList: [{
type: "index", type: "index",
width: 60, width: 60,
@ -422,7 +353,6 @@
}, },
}, },
], ],
exportColumns: exportColumn,
chooseColumns: [], chooseColumns: [],
filename: "订单数据", filename: "订单数据",
exportTitle: "确认导出", exportTitle: "确认导出",
@ -432,8 +362,6 @@
uploadfile: { uploadfile: {
name: "", name: "",
}, },
tempColumns: userColumns,
tempData: userData,
data: [], data: [],
exportData: [], exportData: [],
total: 0, total: 0,
@ -444,16 +372,7 @@
}, },
methods: { methods: {
init() { init() {
this.getDataList(); this.getLogisticsInfo();
//
let array = [];
this.exportColumns.forEach((e) => {
//
//e.disabled = false;
array.push(e.title);
});
this.chooseColumns = array;
}, },
//--> //-->
goTransferOrder(item) { goTransferOrder(item) {
@ -474,7 +393,7 @@
if (res.success) { if (res.success) {
this.$Message.success("转单成功"); this.$Message.success("转单成功");
this.transferOrder = false this.transferOrder = false
this.getDataList() this.getLogisticsInfo()
} }
}); });
} }
@ -487,16 +406,16 @@
changeOrderTab() { changeOrderTab() {
this.searchForm.pageNum = 1; this.searchForm.pageNum = 1;
this.searchForm.deliveryType = v; this.searchForm.deliveryType = v;
this.getDataList(); this.getLogisticsInfo();
}, },
changeTab(v) { changeTab(v) {
this.searchForm.pageNum = 1; this.searchForm.pageNum = 1;
this.searchForm.status = v; this.searchForm.status = v;
this.getDataList(); this.getLogisticsInfo();
}, },
changePage(v) { changePage(v) {
this.searchForm.pageNum = v; this.searchForm.pageNum = v;
this.getDataList(); this.getLogisticsInfo();
this.clearSelectAll(); this.clearSelectAll();
}, },
changeWorkerPage(v) { changeWorkerPage(v) {
@ -505,7 +424,7 @@
}, },
changePageSize(v) { changePageSize(v) {
this.searchForm.pageSize = v; this.searchForm.pageSize = v;
this.getDataList(); this.getLogisticsInfo();
}, },
changeWorkerPageSize(v) { changeWorkerPageSize(v) {
this.searchWorker.pageSize = v; this.searchWorker.pageSize = v;
@ -526,17 +445,15 @@
return diffInMinutes; return diffInMinutes;
}, },
getDataList() { //
this.loading = true; getLogisticsInfo() {
// orderScheduling(this.searchForm).then((res) => {
getOwListData(this.searchForm).then((res) => {
this.loading = false; this.loading = false;
if (res.success) { if (res.success) {
this.data = res.result.records; this.data = res.result.records
this.total = res.result.total; this.total = res.result.total;
} }
}); });
}, },
transferClose() { transferClose() {
this.transferOrder = false this.transferOrder = false
@ -544,7 +461,7 @@
handleSearch() { handleSearch() {
this.searchForm.pageNum = 1; this.searchForm.pageNum = 1;
this.searchForm.pageSize = 10; this.searchForm.pageSize = 10;
this.getDataList(); this.getLogisticsInfo();
}, },
handleReset() { handleReset() {
this.$refs.searchForm.resetFields(); this.$refs.searchForm.resetFields();
@ -556,7 +473,7 @@
this.$refs.dep.clearSelect(); this.$refs.dep.clearSelect();
this.searchForm.departmentId = ""; this.searchForm.departmentId = "";
// //
this.getDataList(); this.getLogisticsInfo();
}, },
changeSort(e) { changeSort(e) {
this.searchForm.sort = e.key; this.searchForm.sort = e.key;
@ -564,117 +481,14 @@
if (e.order == "normal") { if (e.order == "normal") {
this.searchForm.order = ""; this.searchForm.order = "";
} }
this.getDataList(); this.getLogisticsInfo();
},
exportCustomData() {
if (this.filename == "") {
this.filename = "用户数据";
}
//
let exportColumns = [];
this.exportColumns.forEach((e) => {
this.chooseColumns.forEach((c) => {
if (e.title == c && !e.disabled) {
exportColumns.push(e);
}
});
});
this.exportModalVisible = false;
let title = [];
let key = [];
exportColumns.forEach((e) => {
title.push(e.title);
key.push(e.key);
});
const params = {
title: title,
key: key,
data: this.exportData,
autoWidth: true,
filename: this.filename,
};
excel.export_array_to_excel(params);
},
beforeUploadImport(file) {
this.uploadfile = file;
const fileExt = file.name.split(".").pop().toLocaleLowerCase();
if (fileExt == "xlsx" || fileExt == "xls") {
this.readFile(file);
this.file = file;
} else {
this.$Notice.warning({
title: "文件类型错误",
desc: "所选文件‘ " +
file.name +
" ’不是EXCEL文件,请选择后缀为.xlsx或者.xls的EXCEL文件。",
});
}
return false;
},
//
readFile(file) {
this.reading = true;
const reader = new FileReader();
reader.readAsArrayBuffer(file);
reader.onerror = (e) => {
this.reading = false;
this.$Message.error("文件读取出错");
};
reader.onload = (e) => {
const data = e.target.result;
const {
header,
results
} = excel.read(data, "array");
const tableTitle = header.map((item) => {
return {
title: item,
key: item,
minWidth: 130,
align: "center"
};
});
this.importTableData = results;
this.importColumns = tableTitle;
this.reading = false;
this.$Message.success("读取数据成功");
};
}, },
clearImportData() { clearImportData() {
this.importTableData = []; this.importTableData = [];
this.importColumns = []; this.importColumns = [];
this.uploadfile = {}; this.uploadfile = {};
}, },
downloadTemple() {
let title = [];
let key = [];
userColumns.forEach((e) => {
title.push(e.title);
key.push(e.key);
});
const params = {
title: title,
key: key,
data: userData,
autoWidth: true,
filename: "导入用户数据模版",
};
excel.export_array_to_excel(params);
},
importData() {
this.importLoading = true;
importUserData(this.importTableData).then((res) => {
this.importLoading = false;
if (res.success) {
this.importModalVisible = false;
this.getDataList();
this.$Modal.info({
title: "导入结果",
content: res.message,
});
}
});
},
showDetail(v) { showDetail(v) {
// null"" // null""
for (let attr in v) { for (let attr in v) {
@ -715,7 +529,7 @@
this.$Modal.remove(); this.$Modal.remove();
if (res.success) { if (res.success) {
this.$Message.success("操作成功"); this.$Message.success("操作成功");
this.getDataList(); this.getLogisticsInfo();
} }
}); });
}, },
@ -731,7 +545,7 @@
this.$Modal.remove(); this.$Modal.remove();
if (res.success) { if (res.success) {
this.$Message.success("操作成功"); this.$Message.success("操作成功");
this.getDataList(); this.getLogisticsInfo();
} }
}); });
}, },
@ -750,7 +564,7 @@
if (res.success) { if (res.success) {
this.clearSelectAll(); this.clearSelectAll();
this.$Message.success("删除成功"); this.$Message.success("删除成功");
this.getDataList(); this.getLogisticsInfo();
} }
}); });
}, },
@ -825,7 +639,7 @@
if (res.success) { if (res.success) {
this.$Message.success("删除成功"); this.$Message.success("删除成功");
this.clearSelectAll(); this.clearSelectAll();
this.getDataList(); this.getLogisticsInfo();
} }
}); });
}, },
@ -833,8 +647,6 @@
}, },
}, },
mounted() { mounted() {
//
this.height = Number(document.documentElement.clientHeight - 230);
this.init(); this.init();
}, },
}; };

515
src/views/sys/order-manage/orderManage.vue

@ -6,49 +6,35 @@
<div class="search"> <div class="search">
<Card> <Card>
<Tabs v-model="tabName" :animated="false" @on-click="changeOrderTab"> <Tabs v-model="tabName" :animated="false" @on-click="changeOrderTab">
<TabPane label="指派单" name="7"></TabPane> <TabPane label="饭团订单" name="1"></TabPane>
<TabPane label="待接单" name="0"></TabPane> <TabPane label="快递订单" name="2"></TabPane>
<TabPane label="待取货" name="1"></TabPane> <TabPane label="跑腿订单" name="3"></TabPane>
<TabPane label="待送达" name="2"></TabPane> </Tabs>
<TabPane label="已完成" name="3"></TabPane> <Tabs v-model="tabName1" :animated="false" @on-click="changeTab">
<TabPane label="已取消" name="4"></TabPane> <TabPane label="全部" name="10"></TabPane>
<TabPane label="已退款" name="5"></TabPane> <TabPane label="待支付" name="0"></TabPane>
<TabPane label="预订单" name="6"></TabPane> <TabPane label="待成团" name="1"></TabPane>
<TabPane label="待消费" name="2"></TabPane>
<TabPane label="待接单" name="3"></TabPane>
<TabPane label="待取货" name="4"></TabPane>
<TabPane label="待送达" name="5"></TabPane>
<TabPane label="已完成" name="6"></TabPane>
<TabPane label="待退款" name="7"></TabPane>
<TabPane label="已退款" name="8"></TabPane>
<TabPane label="已取消" name="9"></TabPane>
<TabPane label="售后中" name="11"></TabPane>
<TabPane label="已售后" name="12"></TabPane>
</Tabs> </Tabs>
<Row v-show="openSearch" @keydown.enter.native="handleSearch"> <Row v-show="openSearch" @keydown.enter.native="handleSearch">
<Form ref="searchForm" :model="searchForm" inline :label-width="70"> <Form ref="searchForm" :model="searchForm" inline :label-width="100">
<FormItem label="状态" prop="orderId">
<Select ref="dep" @on-change="checkStatus" clearable="true"> <FormItem label="店铺名称" prop="orderLogistics">
<Option v-for="(item, i) in dictData" :key="i" :value="item.value">{{ <Input type="text" v-model="searchForm.shopName" clearable placeholder="请输入店铺名称"
item.title
}}</Option>
</Select>
</FormItem>
<FormItem label="名称" prop="orderLogistics">
<Input type="text" v-model="searchForm.searchStr" clearable placeholder="请输入收发货人名称"
style="width: 200px" /> style="width: 200px" />
</FormItem> </FormItem>
<FormItem label="收货人id" prop="kdOrderId1"> <FormItem label="收货人手机号" prop="kdOrderId1">
<Input type="text" v-model="searchForm.receiverPhone" clearable placeholder="请输入店铺名称"
<Select v-model="shou" clearable='false' @on-clear="clearShou=true" filterable style="width: 200px" />
:remote-method="getShouValue" :loading="loading1" placeholder="请选择或输入添加">
<Option v-for="item in shouList" :value="item.id" :key="item.username"
:label="item.shipperOrReceiverName" @on-change="checkShouValue(item)">
<span style="margin-right: 10px">{{ item.shipperOrReceiverName }}</span>
<span style="color: #ccc">{{ item.mobile }}</span>
</Option>
</Select>
</FormItem>
<FormItem label="发货人id" prop="kdOrderId">
<Select v-model="fa" clearable='false' filterable @on-clear="searchForm.shipperId =''"
:remote-method="getFaValue" :loading="loading2" placeholder="请选择或输入添加">
<Option v-for="item in faList" @on-change="checkFaValue(item)" :value="item.id"
:key="item.mobile" :label="item.shipperOrReceiverName">
<span style="margin-right: 10px">{{ item.shipperOrReceiverName }}</span>
<span style="color: #ccc">{{ item.mobile }}</span>
</Option>
</Select>
</FormItem> </FormItem>
<FormItem style="margin-left: -35px" class="br"> <FormItem style="margin-left: -35px" class="br">
<Button @click="handleSearch" type="primary" icon="ios-search">搜索</Button> <Button @click="handleSearch" type="primary" icon="ios-search">搜索</Button>
@ -59,7 +45,7 @@
<Row align="middle" justify="space-between" class="operation"> <Row align="middle" justify="space-between" class="operation">
<div class="icons"> <div class="icons">
<Tooltip content="刷新" placement="top" transfer> <Tooltip content="刷新" placement="top" transfer>
<Icon type="md-refresh" size="18" class="item" @click="getDataList" /> <Icon type="md-refresh" size="18" class="item" @click="getLogisticsInfo" />
</Tooltip> </Tooltip>
<Tooltip :content="openSearch ? '关闭搜索' : '开启搜索'" placement="top" transfer> <Tooltip :content="openSearch ? '关闭搜索' : '开启搜索'" placement="top" transfer>
<Icon type="ios-search" size="18" class="item tip" @click="openSearch = !openSearch" /> <Icon type="ios-search" size="18" class="item tip" @click="openSearch = !openSearch" />
@ -99,119 +85,32 @@
<Button type="text" @click="Visiable = false">关闭</Button> <Button type="text" @click="Visiable = false">关闭</Button>
</div> </div>
</Modal> </Modal>
<!-- 自定义导出数据 -->
<Modal v-model="exportModalVisible" :title="exportTitle" :loading="loadingExport" @on-ok="exportCustomData">
<Form ref="exportForm" :label-width="100">
<FormItem label="导出文件名">
<Input v-model="filename" />
</FormItem>
<FormItem label="自定义导出列">
<CheckboxGroup v-model="chooseColumns">
<Checkbox v-for="(item, i) in exportColumns" :label="item.title" :key="i" :value="item.checked"
:disabled="item.disabled"></Checkbox>
</CheckboxGroup>
</FormItem>
</Form>
</Modal>
<!-- 导入数据 -->
<Drawer title="导入数据" closable v-model="importModalVisible" width="800" draggable>
<div style="
display: flex;
justify-content: space-between;
align-items: center;
">
<Upload action :before-upload="beforeUploadImport" accept=".xls, .xlsx">
<Button :loading="reading" icon="ios-cloud-upload-outline"
style="margin-right: 10px">上传Excel文件</Button>
<span v-if="uploadfile.name">当前选择文件{{ uploadfile.name }}</span>
</Upload>
<Button @click="clearImportData" icon="md-trash">清空数据</Button>
</div>
<Alert type="warning" show-icon>导入前请下载查看导入模版数据文件查看所需字段及说明确保数据格式正确不得修改列英文名称</Alert>
<Table :columns="importColumns" border :height="height" :data="importTableData" ref="importTable"></Table>
<div class="drawer-footer">
<Button @click="downloadTemple" type="info">下载导入模板</Button>
<div style="position: absolute; right: 15px; display: inline-block">
<Button @click="importModalVisible = false">关闭</Button>
<Button :loading="importLoading" :disabled="importTableData.length <= 0" @click="importData"
style="margin-left: 8px" type="primary">
确认导入
<span v-if="importTableData.length > 0">{{ importTableData.length }} 条数据</span>
</Button>
</div>
</div>
</Drawer>
<addEdit :data="form" :type="showType" v-model="showOrder" @on-submit="getDataList" /> <addEdit :data="form" :type="showType" v-model="showOrder" @on-submit="getLogisticsInfo" />
</div> </div>
</template> </template>
<script> <script>
import { import {
getLogisticsOrderPageList, getOrderList
getLogisticsOrderStatistics,
batchUpdateOrderStatus,
getOrderList,
enableUser,
getLogisticsAddressBookPageList,
disableUser,
deleteOrder,
getAllUserData,
importUserData,
resetUserPass,
getDictDataByType,
} from "@/api/index"; } from "@/api/index";
import {
getAllLogiticsCompanyData,
getLogiticsCompanyData,
} from "@/api/app";
import {
shortcuts
} from "@/libs/shortcuts";
//
import {
userColumns,
userData
} from "./importTemplate";
//
import {
exportColumn
} from "./exportColumn";
import excel from "@/libs/excel";
import addEdit from "./addEdit.vue"; import addEdit from "./addEdit.vue";
import dict from "@/views/my-components/hiver/dict";
import logisticsAddress from "@/views/sys/order-manage/logisticsAddress"; import logisticsAddress from "@/views/sys/order-manage/logisticsAddress";
export default { export default {
name: "order-manage", name: "order-manage",
components: { components: {
addEdit, addEdit,
dict,
logisticsAddress, logisticsAddress,
}, },
data() { data() {
return { return {
tableSize: "default", tableSize: "default",
Visiable: false, Visiable: false,
height: 510,
loading1: false,
loading2: false,
showOrder: false, showOrder: false,
clearShou: false,
clearFa: false,
shouList: [],
shou: '',
fa: '',
faList: [],
orderStatistics: {},
showType: "0", showType: "0",
openSearch: true, openSearch: true,
openTip: true, openTip: true,
loading: true, loading: true,
reading: false,
importLoading: false,
loadingExport: true,
exportModalVisible: false,
importModalVisible: false,
drop: false, drop: false,
dropDownContent: "展开", dropDownContent: "展开",
dropDownIcon: "ios-arrow-down", dropDownIcon: "ios-arrow-down",
@ -219,15 +118,13 @@
searchForm: { searchForm: {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
regionId: "", regionId: JSON.parse(this.getStore("user")).departmentId,
searchType: 0, searchType: 0,
searchStatus:0,
shopName: "", shopName: "",
mobile:'',
userId: "" userId: ""
}, },
selectDate: null,
options: {
shortcuts: shortcuts,
},
form: {}, form: {},
columns: [{ columns: [{
type: "index", type: "index",
@ -238,13 +135,13 @@
{ {
title: "订单编号", title: "订单编号",
key: "id", key: "id",
width: 150, width: 200,
align: "center", align: "center",
}, },
{ {
title: "用户账号", title: "用户账号",
key: "receiverPhone", key: "receiverPhone",
width: 150, width: 130,
align: "center", align: "center",
}, },
{ {
@ -262,7 +159,7 @@
{ {
title: "订单总金额", title: "订单总金额",
key: "totalAmount", key: "totalAmount",
width: 160, width: 130,
align: "center", align: "center",
}, },
{ {
@ -280,14 +177,52 @@
{ {
title: "完成支付时间", title: "完成支付时间",
key: "createTime", key: "createTime",
width: 150, width: 170,
align: "center", align: "center",
render: (h, params) => {
return h(
"div",
this.formatDateTime(params.row.createTime)
);
}
}, },
{ {
title: "订单状态", title: "订单状态",
key: "status", key: "status",
width: 200, width: 130,
align: "center", align: "center",
render: (h, params) => {
let re = ""
if (params.row.status == 0) {
re = "待支付";
} else if (params.row.status == 1) {
re = "待成团";
} else if (params.row.status == 2) {
re = "待消费";
} else if (params.row.status == 3) {
re = "待接单";
} else if (params.row.status == 4) {
re = "待取货";
} else if (params.row.status == 5) {
re = "待送达";
} else if (params.row.status == 6) {
re = "已完成";
} else if (params.row.status == 7) {
re = "待退款";
} else if (params.row.status == 8) {
re = "已退款";
} else if (params.row.status == 9) {
re = "已取消";
} else if (params.row.status == 11) {
re = "售后中";
} else if (params.row.status == 12) {
re = "已售后";
}
return h(
"div",
re
);
}
}, },
{ {
title: "操作", title: "操作",
@ -311,34 +246,8 @@
}, },
}, },
], ],
exportColumns: exportColumn,
chooseColumns: [],
filename: "订单数据",
exportTitle: "确认导出",
exportType: "",
importTableData: [],
importColumns: [],
uploadfile: {
name: "",
},
tempColumns: userColumns,
tempData: userData,
data: [], data: [],
exportData: [],
total: 0, total: 0,
dictData: [{
title: "全部",
value: ""
}, {
title: "已付",
value: 0
}, {
title: "未付",
value: 1
}, {
title: "挂单",
value: 2
}],
}; };
}, },
computed: { computed: {
@ -349,55 +258,22 @@
} }
}, },
mounted() { mounted() {
//
this.height = Number(document.documentElement.clientHeight - 230);
this.init(); this.init();
}, },
methods: { methods: {
init() { init() {
this.getLogisticsInfo() this.getLogisticsInfo()
//
let array = [];
this.exportColumns.forEach((e) => {
//
//e.disabled = false;
array.push(e.title);
});
this.chooseColumns = array;
}, },
checkOrderStatus(v, status) { formatDateTime(isoString) {
let listStr = '' if (!isoString) return ''
if (v == '') { const date = new Date(isoString)
const year = date.getFullYear()
console.log('selectList', this.selectList) const month = String(date.getMonth() + 1).padStart(2, '0')
for (let i = 0; i < this.selectList.length; i++) { const day = String(date.getDate()).padStart(2, '0')
if (this.selectList.length != (i + 1)) { const hours = String(date.getHours()).padStart(2, '0')
listStr += this.selectList[i].id + ',' const minutes = String(date.getMinutes()).padStart(2, '0')
} else { const seconds = String(date.getSeconds()).padStart(2, '0')
listStr += this.selectList[i].id return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`
}
}
}
this.$Modal.confirm({
title: "确认更改",
content: "您确认要更改此条数据吗?",
loading: true,
onOk: () => {
batchUpdateOrderStatus({
orderIds: v == '' ? listStr : v.id,
status: status
}).then((res) => {
this.$Modal.remove();
if (res.success) {
this.$Message.success("修改成功");
this.getDataList();
}
});
},
});
}, },
getMonth() { getMonth() {
let date = new Date() let date = new Date()
@ -408,96 +284,31 @@
let single = year + '-' + month + '-' + da // let single = year + '-' + month + '-' + da //
return single return single
}, },
//2
changeTab(v) {
this.searchForm.pageNum = 1;
this.searchForm.searchStatus = v;
this.getLogisticsInfo();
},
//1
changeOrderTab(v){
console.log(v)
this.searchForm.pageNum = 1;
this.searchForm.searchType = v
this.getLogisticsInfo()
},
checkStatus(v) { checkStatus(v) {
console.log('下拉框选择', v) console.log('下拉框选择', v)
this.searchForm.orderStatus = v this.searchForm.orderStatus = v
}, },
handleDropdown(name) {
if (name == "exportData") {
if (this.selectList.length <= 0) {
this.$Message.warning("您还未选择要导出的数据");
return;
}
this.exportType = "part";
this.exportModalVisible = true;
for (let i = 0; i < this.selectList.length; i++) {
// this.selectList[i].orderStatus = this.selectList[i].orderStatus == 0 ? '' : this.selectList[i]
// .orderStatus == 1 ? '' : this.selectList[i].orderStatus == 2 ? '' : ""
if (this.selectList[i].methodOfSettlement == 0) { //
this.selectList[i].xianjin = this.selectList[i].allCost
this.selectList[i].yuefu = ""
} else if (this.selectList[i].methodOfSettlement == 1) {
this.selectList[i].xianjin = ""
this.selectList[i].yuefu = this.selectList[i].allCost
}
// this.selectList[i].methodOfSettlement = this.selectList[i].methodOfSettlement == 0 ? '' : this
// .selectList[i].methodOfSettlement == 1 ? '' : this.selectList[i].methodOfSettlement == 2 ?
// '' : ""
}
this.exportTitle = "确认导出 " + this.selectList.length + " 条数据";
} else if (name == "exportAll") {
this.exportType = "all";
this.exportModalVisible = true;
this.exportTitle = "确认导出全部 " + this.total + " 条数据";
this.searchForm.pageSize = 10000
getLogisticsOrderPageList(this.searchForm).then((res) => {
this.loading = false;
if (res.success) {
for (let i = 0; i < res.result.records.length; i++) {
// res.result.records[i].orderStatus = res.result.records[i].orderStatus == 0 ? '' :
// res.result.records[i].orderStatus == 1 ? '' : res.result.records[i]
// .orderStatus == 2 ? '' : ""
if (res.result.records[i].methodOfSettlement == 0) { //
res.result.records[i].xianjin = res.result.records[i].allCost
res.result.records[i].yuefu = ""
} else if (res.result.records[i].methodOfSettlement == 1) {
res.result.records[i].xianjin = ""
res.result.records[i].yuefu = res.result.records[i].allCost
}
// res.result.records[i].methodOfSettlement = res.result.records[i]
// .methodOfSettlement == 0 ? '' : res.result.records[i].methodOfSettlement ==
// 1 ? '' : res.result.records[i].methodOfSettlement == 2 ? '' : ""
}
console.log(res.result.records)
this.exportData = res.result.records;
}
});
}
},
changePage(v) { changePage(v) {
this.searchForm.pageNum = v; this.searchForm.pageNum = v;
this.getDataList(); this.getLogisticsInfo();
this.clearSelectAll(); this.clearSelectAll();
}, },
changePageSize(v) { changePageSize(v) {
this.searchForm.pageSize = v; this.searchForm.pageSize = v;
this.getDataList(); this.getLogisticsInfo();
},
checkShouValue(v) {
if (this.clearShou == true) {
this.searchForm.receiverId = ""
this.searchForm.receiverName = ""
this.searchForm.receiverMobile = ""
} else {
console.log('shou', v)
this.searchForm.receiverId = v.id
}
},
checkFaValue(v) {
if (this.clearFa == true) {
this.searchForm.shipperId = ""
this.searchForm.shipperName = ""
this.searchForm.shipperMobile = ""
} else {
console.log('发', v)
this.searchForm.shipperId = v.id
}
}, },
changeTableSize(v) { changeTableSize(v) {
this.tableSize = v; this.tableSize = v;
@ -516,25 +327,14 @@
handleSearch() { handleSearch() {
this.searchForm.pageNum = 1; this.searchForm.pageNum = 1;
this.searchForm.pageSize = 10; this.searchForm.pageSize = 10;
this.getDataList(); this.getLogisticsInfo();
}, },
handleReset() { handleReset() {
this.$refs.searchForm.resetFields(); this.$refs.searchForm.resetFields();
this.searchForm.pageNum = 1; this.searchForm.pageNum = 1;
this.searchForm.pageSize = 10; this.searchForm.pageSize = 10;
this.selectDate = null;
let dayTime = this.getMonth()
this.selectDate = [dayTime, dayTime]
this.searchForm.startDate = dayTime
this.searchForm.endDate = dayTime
this.searchForm.searchStr = "";
this.searchForm.companyId = "";
this.searchForm.companyName = "";
this.$refs.dep.clearSelect();
this.searchForm.departmentId = "";
// //
this.getDataList(); this.getLogisticsInfo();
}, },
changeSort(e) { changeSort(e) {
this.searchForm.sort = e.key; this.searchForm.sort = e.key;
@ -542,117 +342,9 @@
if (e.order == "normal") { if (e.order == "normal") {
this.searchForm.order = ""; this.searchForm.order = "";
} }
this.getDataList(); this.getLogisticsInfo();
},
exportCustomData() {
if (this.filename == "") {
this.filename = "用户数据";
}
//
let exportColumns = [];
this.exportColumns.forEach((e) => {
this.chooseColumns.forEach((c) => {
if (e.title == c && !e.disabled) {
exportColumns.push(e);
}
});
});
this.exportModalVisible = false;
let title = [];
let key = [];
exportColumns.forEach((e) => {
title.push(e.title);
key.push(e.key);
});
const params = {
title: title,
key: key,
data: this.exportData,
autoWidth: true,
filename: this.filename,
};
excel.export_array_to_excel(params);
},
beforeUploadImport(file) {
this.uploadfile = file;
const fileExt = file.name.split(".").pop().toLocaleLowerCase();
if (fileExt == "xlsx" || fileExt == "xls") {
this.readFile(file);
this.file = file;
} else {
this.$Notice.warning({
title: "文件类型错误",
desc: "所选文件‘ " +
file.name +
" ’不是EXCEL文件,请选择后缀为.xlsx或者.xls的EXCEL文件。",
});
}
return false;
},
//
readFile(file) {
this.reading = true;
const reader = new FileReader();
reader.readAsArrayBuffer(file);
reader.onerror = (e) => {
this.reading = false;
this.$Message.error("文件读取出错");
};
reader.onload = (e) => {
const data = e.target.result;
const {
header,
results
} = excel.read(data, "array");
const tableTitle = header.map((item) => {
return {
title: item,
key: item,
minWidth: 130,
align: "center"
};
});
this.importTableData = results;
this.importColumns = tableTitle;
this.reading = false;
this.$Message.success("读取数据成功");
};
},
clearImportData() {
this.importTableData = [];
this.importColumns = [];
this.uploadfile = {};
},
downloadTemple() {
let title = [];
let key = [];
userColumns.forEach((e) => {
title.push(e.title);
key.push(e.key);
});
const params = {
title: title,
key: key,
data: userData,
autoWidth: true,
filename: "导入用户数据模版",
};
excel.export_array_to_excel(params);
},
importData() {
this.importLoading = true;
importUserData(this.importTableData).then((res) => {
this.importLoading = false;
if (res.success) {
this.importModalVisible = false;
this.getDataList();
this.$Modal.info({
title: "导入结果",
content: res.message,
});
}
});
}, },
showDetail(v) { showDetail(v) {
// null"" // null""
for (let attr in v) { for (let attr in v) {
@ -678,7 +370,6 @@
this.drop = !this.drop; this.drop = !this.drop;
}, },
showSelect(e) { showSelect(e) {
this.exportData = e;
this.selectList = e; this.selectList = e;
}, },
clearSelectAll() { clearSelectAll() {

Loading…
Cancel
Save