|
|
|
@ -8,10 +8,7 @@
|
|
|
|
|
<el-input v-model="query.trainNumber" placeholder="请输入配送车次"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="配送日期:"> |
|
|
|
|
<el-date-picker |
|
|
|
|
v-model="query.taskTime" |
|
|
|
|
type="date" |
|
|
|
|
placeholder="选择日期"> |
|
|
|
|
<el-date-picker v-model="query.taskTime" type="date" placeholder="选择日期"> |
|
|
|
|
</el-date-picker> |
|
|
|
|
</el-form-item> |
|
|
|
|
<!-- <el-form-item label="配送类型:">--> |
|
|
|
@ -28,14 +25,8 @@
|
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<el-form-item label="配送种类:"> |
|
|
|
|
<el-select v-model="query.deliveryKind" placeholder="请选择业务类型"> |
|
|
|
|
<el-option |
|
|
|
|
:key="'1'" |
|
|
|
|
:value="'自主配送'">自主配送 |
|
|
|
|
</el-option> |
|
|
|
|
<el-option |
|
|
|
|
:key="'2'" |
|
|
|
|
:value="'外协配送'">外协配送 |
|
|
|
|
</el-option> |
|
|
|
|
<el-option :key="'1'" :value="'自主配送'">自主配送 </el-option> |
|
|
|
|
<el-option :key="'2'" :value="'外协配送'">外协配送 </el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="配送司机:"> |
|
|
|
@ -43,12 +34,14 @@
|
|
|
|
|
v-model="query.driverName" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请输入司机名称" |
|
|
|
|
:loading="loading"> |
|
|
|
|
:loading="loading" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in driverData" |
|
|
|
|
:key="item.dictKey" |
|
|
|
|
:label="item.dictValue" |
|
|
|
|
:value="item.dictValue"> |
|
|
|
|
:value="item.dictValue" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
@ -57,12 +50,14 @@
|
|
|
|
|
v-model="query.vehicleName" |
|
|
|
|
filterable |
|
|
|
|
placeholder="请输入司机名称" |
|
|
|
|
:loading="loading"> |
|
|
|
|
:loading="loading" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in vehicleData" |
|
|
|
|
:key="item.dictKey" |
|
|
|
|
:label="item.dictValue" |
|
|
|
|
:value="item.dictValue"> |
|
|
|
|
:value="item.dictValue" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
@ -79,7 +74,9 @@
|
|
|
|
|
<!-- </el-col>--> |
|
|
|
|
<el-col :xl="10" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<!-- /总库存品数:{{statistics.cinventoryTotal}}--> |
|
|
|
|
<span>商配总车次:{{statistics.commercialNub}}/总包件数:{{statistics.commercialTotal}} </span> |
|
|
|
|
<span |
|
|
|
|
>商配总车次:{{ statistics.commercialNub }}/总包件数:{{ statistics.commercialTotal }} |
|
|
|
|
</span> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row style="margin-top: 30px"> |
|
|
|
@ -91,8 +88,7 @@
|
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-delete" @click="handleDelete" plain>新 增</el-button>--> |
|
|
|
|
<el-button type="primary" @click="toDeliveryPlan">新增商配</el-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-button type="primary" @click="printBatch">批量打印</el-button> |
|
|
|
|
<el-button type="primary" @click="printBatchOrder">批量打印</el-button> |
|
|
|
|
</div> |
|
|
|
|
<!-- 头部右侧按钮模块 --> |
|
|
|
|
<div class="avue-crud__right"> |
|
|
|
@ -117,7 +113,15 @@
|
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<el-text size="small" @click="editsolt(slotProps.scope)">查 看</el-text> |
|
|
|
|
<el-text size="small" @click="editmap(slotProps.scope)">地 图</el-text> |
|
|
|
|
<el-text size="small" v-if="slotProps.scope.row.deliveryStatusName !== '已完成' || slotProps.scope.row.deliveryStatus !== '3'" @click="handleEdit(slotProps.scope)">编 辑</el-text> |
|
|
|
|
<el-text |
|
|
|
|
size="small" |
|
|
|
|
v-if=" |
|
|
|
|
slotProps.scope.row.deliveryStatusName !== '已完成' || |
|
|
|
|
slotProps.scope.row.deliveryStatus !== '3' |
|
|
|
|
" |
|
|
|
|
@click="handleEdit(slotProps.scope)" |
|
|
|
|
>编 辑</el-text |
|
|
|
|
> |
|
|
|
|
<!-- <el-button size="small" @click="costadd(slotProps.scope)">费 用 增 项</el-button>--> |
|
|
|
|
</template> |
|
|
|
|
</tablecmt> |
|
|
|
@ -153,7 +157,8 @@
|
|
|
|
|
<el-row> |
|
|
|
|
<div class="avue-crud__pagination" style="width: 100%"> |
|
|
|
|
<!-- 分页模块 --> |
|
|
|
|
<el-pagination align="right" |
|
|
|
|
<el-pagination |
|
|
|
|
align="right" |
|
|
|
|
background |
|
|
|
|
@size-change="sizeChange" |
|
|
|
|
@current-change="currentChange" |
|
|
|
@ -161,7 +166,8 @@
|
|
|
|
|
:page-sizes="[30, 50, 80, 120]" |
|
|
|
|
:page-size="page.pageSize" |
|
|
|
|
layout="total, sizes, prev, pager, next, jumper" |
|
|
|
|
:total="page.total"> |
|
|
|
|
:total="page.total" |
|
|
|
|
> |
|
|
|
|
</el-pagination> |
|
|
|
|
</div> |
|
|
|
|
</el-row> |
|
|
|
@ -172,49 +178,75 @@
|
|
|
|
|
title="增值服务" |
|
|
|
|
width="30%" |
|
|
|
|
:model="addvalue" |
|
|
|
|
:before-close="handleClose"> |
|
|
|
|
:before-close="handleClose" |
|
|
|
|
> |
|
|
|
|
<el-form-item label="增值服务" prop="freightMark"> |
|
|
|
|
<el-checkbox-group v-model="form.addvalueType" @change="handleCheckedCitiesChange"> |
|
|
|
|
<el-checkbox style="width: 100%;margin-bottom: 3%;" |
|
|
|
|
<el-checkbox |
|
|
|
|
style="width: 100%; margin-bottom: 3%" |
|
|
|
|
v-for="(item, index) in addvalueServeTypeData" |
|
|
|
|
:key="item.dictKey" |
|
|
|
|
:label="item.dictKey" |
|
|
|
|
>{{ item.dictValue }} |
|
|
|
|
<span v-if="index===0||index===6||index===2||index===4"> 件数: |
|
|
|
|
<el-input type="number" v-model="item.f" |
|
|
|
|
<span v-if="index === 0 || index === 6 || index === 2 || index === 4" |
|
|
|
|
> 件数: |
|
|
|
|
<el-input |
|
|
|
|
type="number" |
|
|
|
|
v-model="item.f" |
|
|
|
|
:disabled="this.form?.freightMark?.indexOf(item.dictKey) == -1" |
|
|
|
|
@change="textbox($event, index, 1)" |
|
|
|
|
style="width: 20%;border:none; border-bottom:2px solid #eee;"/> |
|
|
|
|
style="width: 20%; border: none; border-bottom: 2px solid #eee" |
|
|
|
|
/> |
|
|
|
|
</span> |
|
|
|
|
<span v-if="index===1">公里: |
|
|
|
|
<el-input type="primary" v-model="item.a" |
|
|
|
|
<span v-if="index === 1" |
|
|
|
|
>公里: |
|
|
|
|
<el-input |
|
|
|
|
type="primary" |
|
|
|
|
v-model="item.a" |
|
|
|
|
:disabled="this.form?.freightMark?.indexOf(item.dictKey) == -1" |
|
|
|
|
@change="textbox($event, index, 2)" |
|
|
|
|
style="width: 20%;border:none; border-bottom:2px solid #eee;"/> |
|
|
|
|
style="width: 20%; border: none; border-bottom: 2px solid #eee" |
|
|
|
|
/> |
|
|
|
|
</span> |
|
|
|
|
<span v-if="index===3">距离: |
|
|
|
|
<el-input type="number" v-model="item.b" |
|
|
|
|
<span v-if="index === 3" |
|
|
|
|
>距离: |
|
|
|
|
<el-input |
|
|
|
|
type="number" |
|
|
|
|
v-model="item.b" |
|
|
|
|
:disabled="this.form?.freightMark?.indexOf(item.dictKey) == -1" |
|
|
|
|
@change="textbox($event, index, 3)" |
|
|
|
|
style="width: 20%;border:none; border-bottom:2px solid #eee;"/> |
|
|
|
|
style="width: 20%; border: none; border-bottom: 2px solid #eee" |
|
|
|
|
/> |
|
|
|
|
</span> |
|
|
|
|
<span v-if="index===5">人数: |
|
|
|
|
<el-input type="number" v-model="item.c" |
|
|
|
|
<span v-if="index === 5" |
|
|
|
|
>人数: |
|
|
|
|
<el-input |
|
|
|
|
type="number" |
|
|
|
|
v-model="item.c" |
|
|
|
|
:disabled="this.form?.freightMark?.indexOf(item.dictKey) == -1" |
|
|
|
|
@change="textbox($event, index, 4)" |
|
|
|
|
style="width: 20%;border:none; border-bottom:2px solid #eee;"/> |
|
|
|
|
style="width: 20%; border: none; border-bottom: 2px solid #eee" |
|
|
|
|
/> |
|
|
|
|
</span> |
|
|
|
|
<span v-if="index===0">楼层: |
|
|
|
|
<el-input type="number" v-model="item.d" |
|
|
|
|
<span v-if="index === 0" |
|
|
|
|
>楼层: |
|
|
|
|
<el-input |
|
|
|
|
type="number" |
|
|
|
|
v-model="item.d" |
|
|
|
|
:disabled="this.form?.freightMark?.indexOf(item.dictKey) == -1" |
|
|
|
|
@change="textbox($event, index, 5)" |
|
|
|
|
style="width: 20%;border:none; border-bottom:2px solid #eee;"/> |
|
|
|
|
style="width: 20%; border: none; border-bottom: 2px solid #eee" |
|
|
|
|
/> |
|
|
|
|
</span> |
|
|
|
|
<span v-if="item">预计费用: |
|
|
|
|
<el-input type="number" v-model="item.e" |
|
|
|
|
<span v-if="item" |
|
|
|
|
>预计费用: |
|
|
|
|
<el-input |
|
|
|
|
type="number" |
|
|
|
|
v-model="item.e" |
|
|
|
|
:disabled="this.form?.freightMark?.indexOf(item.dictKey) == -1" |
|
|
|
|
@change="textbox($event, index, 6)" |
|
|
|
|
style="width: 20%;border:none; border-bottom:2px solid #eee;"/> |
|
|
|
|
style="width: 20%; border: none; border-bottom: 2px solid #eee" |
|
|
|
|
/> |
|
|
|
|
</span> |
|
|
|
|
</el-checkbox> |
|
|
|
|
</el-checkbox-group> |
|
|
|
@ -222,9 +254,7 @@
|
|
|
|
|
<template #footer> |
|
|
|
|
<span class="dialog-footer"> |
|
|
|
|
<el-button @click="dialogVisible = false">取消</el-button> |
|
|
|
|
<el-button type="primary" @click="aaa"> |
|
|
|
|
确定(增值服务) |
|
|
|
|
</el-button> |
|
|
|
|
<el-button type="primary" @click="aaa"> 确定(增值服务) </el-button> |
|
|
|
|
</span> |
|
|
|
|
</template> |
|
|
|
|
</el-dialog> |
|
|
|
@ -235,21 +265,50 @@
|
|
|
|
|
:drawerShow="drawerShow" |
|
|
|
|
:columnList="columnList" |
|
|
|
|
></edittablehead> |
|
|
|
|
|
|
|
|
|
<el-dialog title="二维码" :visible.sync="isShow" width="780px" v-model="isShow"> |
|
|
|
|
<div> |
|
|
|
|
<div v-html="html"></div> |
|
|
|
|
|
|
|
|
|
<!-- <div v-for="(item,index) in qrCodeObj"> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="24" > |
|
|
|
|
<el-image width="10" height="10" w-full :key="index" :src="item " alt="Preview Image"/> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
</div> --> |
|
|
|
|
</div> |
|
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
|
<!-- <el-button type="primary" @click="ddd">导 出</el-button>--> |
|
|
|
|
<el-button type="primary" @click="printTemplate">打 印</el-button> |
|
|
|
|
<el-button type="primary" @click="isShow = false">确 定</el-button> |
|
|
|
|
<el-button @click="isShow = false">取 消</el-button> |
|
|
|
|
</span> |
|
|
|
|
</el-dialog> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import { getList, getDetail, add, update, remove,getPage,getstatistics } from "@/api/distribution/distributionDeliveryList"; |
|
|
|
|
import option from "@/option/distribution/distributionDeliveryList"; |
|
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
|
import { |
|
|
|
|
getList, |
|
|
|
|
getDetail, |
|
|
|
|
add, |
|
|
|
|
update, |
|
|
|
|
remove, |
|
|
|
|
getPage, |
|
|
|
|
getstatistics, |
|
|
|
|
printBatch, |
|
|
|
|
} from '@/api/distribution/distributionDeliveryList'; |
|
|
|
|
import option from '@/option/distribution/distributionDeliveryList'; |
|
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
|
import { addIncrement } from '@/api/distribution/distributionStockArticle'; |
|
|
|
|
import { getVehicleList } from '@/api/basicdata/basicdataVehicle'; |
|
|
|
|
import { getDriverList } from '@/api/basicdata/basicdataDriverArtery'; |
|
|
|
|
import print from '@/utils/print'; |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
|
|
|
|
|
height: 0, |
|
|
|
|
// 弹框标题 |
|
|
|
|
title: '', |
|
|
|
@ -261,6 +320,10 @@ export default {
|
|
|
|
|
loading: true, |
|
|
|
|
// 是否为查看模式 |
|
|
|
|
view: false, |
|
|
|
|
// 打印模版 |
|
|
|
|
html: '', |
|
|
|
|
// 是否显示打印模版 |
|
|
|
|
isShow: false, |
|
|
|
|
// 查询信息 |
|
|
|
|
query: {}, |
|
|
|
|
//数据统计 |
|
|
|
@ -270,7 +333,7 @@ export default {
|
|
|
|
|
page: { |
|
|
|
|
currentPage: 1, |
|
|
|
|
pageSize: 30, |
|
|
|
|
total: 40 |
|
|
|
|
total: 40, |
|
|
|
|
}, |
|
|
|
|
//配送类型 |
|
|
|
|
deliverytypeData: [], |
|
|
|
@ -283,15 +346,15 @@ export default {
|
|
|
|
|
// 选择行 |
|
|
|
|
selectionList: [], |
|
|
|
|
columnList: [ |
|
|
|
|
// { |
|
|
|
|
// prop: '', |
|
|
|
|
// label: '序号', |
|
|
|
|
// type: 0, |
|
|
|
|
// values: '', |
|
|
|
|
// width: 55, |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: true, |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
prop: 'serialNumber', |
|
|
|
|
label: '序号', |
|
|
|
|
type: 0, |
|
|
|
|
values: '', |
|
|
|
|
width: 55, |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'trainNumber', |
|
|
|
|
label: '车次', |
|
|
|
@ -311,7 +374,7 @@ export default {
|
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
sortable: true |
|
|
|
|
sortable: true, |
|
|
|
|
// head: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -341,9 +404,7 @@ export default {
|
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '180', |
|
|
|
|
checkarr: [ |
|
|
|
|
|
|
|
|
|
], |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
@ -404,9 +465,7 @@ export default {
|
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [ |
|
|
|
|
|
|
|
|
|
], |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
@ -509,7 +568,7 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: 'right', |
|
|
|
|
sortable: false, |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
// 更多列的配置... |
|
|
|
|
], |
|
|
|
|
// 表单配置 |
|
|
|
@ -534,8 +593,8 @@ export default {
|
|
|
|
|
// 表单列表 |
|
|
|
|
data: [], |
|
|
|
|
driverData: [], |
|
|
|
|
vehicleData: [] |
|
|
|
|
} |
|
|
|
|
vehicleData: [], |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
watch: { |
|
|
|
|
// '$route.query.reservationId': { |
|
|
|
@ -545,9 +604,8 @@ export default {
|
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}, |
|
|
|
|
deep: false, |
|
|
|
|
immediate: true |
|
|
|
|
immediate: true, |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
mounted() { |
|
|
|
|
this.getvehicleData(); |
|
|
|
@ -573,13 +631,13 @@ export default {
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
let arr=[] |
|
|
|
|
let arr = []; |
|
|
|
|
this.columnList.map(item => { |
|
|
|
|
if (item.head) { |
|
|
|
|
arr.push(item.label) |
|
|
|
|
arr.push(item.label); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.$functions.setStorage(window.location.pathname+'checkList',arr) |
|
|
|
|
this.$functions.setStorage(window.location.pathname + 'checkList', arr); |
|
|
|
|
} |
|
|
|
|
if (flexListnewarr) { |
|
|
|
|
this.columnList.map(item => { |
|
|
|
@ -597,13 +655,13 @@ export default {
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
let arr=[] |
|
|
|
|
let arr = []; |
|
|
|
|
this.columnList.map(item => { |
|
|
|
|
if (item.fixed) { |
|
|
|
|
arr.push(item.label) |
|
|
|
|
arr.push(item.label); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.$functions.setStorage(window.location.pathname+'flexList',arr) |
|
|
|
|
this.$functions.setStorage(window.location.pathname + 'flexList', arr); |
|
|
|
|
} |
|
|
|
|
if (sortlistnewarr) { |
|
|
|
|
this.columnList.map(item => { |
|
|
|
@ -617,24 +675,24 @@ export default {
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
let arr=[] |
|
|
|
|
let arr = []; |
|
|
|
|
this.columnList.map(item => { |
|
|
|
|
if (item.sortable) { |
|
|
|
|
arr.push(item.label) |
|
|
|
|
arr.push(item.label); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
this.$functions.setStorage(window.location.pathname+'sortlist',arr) |
|
|
|
|
this.$functions.setStorage(window.location.pathname + 'sortlist', arr); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
computed: { |
|
|
|
|
...mapGetters(["permission"]), |
|
|
|
|
...mapGetters(['permission']), |
|
|
|
|
ids() { |
|
|
|
|
let ids = []; |
|
|
|
|
this.selectionList.forEach(ele => { |
|
|
|
|
ids.push(ele.id); |
|
|
|
|
}); |
|
|
|
|
return ids.join(","); |
|
|
|
|
} |
|
|
|
|
return ids.join(','); |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
getvehicleData() { |
|
|
|
@ -645,7 +703,7 @@ export default {
|
|
|
|
|
data.records.forEach(item => { |
|
|
|
|
let a = { |
|
|
|
|
dictKey: item.id, |
|
|
|
|
dictValue: item.vehicleNub |
|
|
|
|
dictValue: item.vehicleNub, |
|
|
|
|
}; |
|
|
|
|
po.push(a); |
|
|
|
|
}); |
|
|
|
@ -663,7 +721,7 @@ export default {
|
|
|
|
|
data.records.forEach(item => { |
|
|
|
|
let a = { |
|
|
|
|
dictKey: item.id, |
|
|
|
|
dictValue: item.name |
|
|
|
|
dictValue: item.name, |
|
|
|
|
}; |
|
|
|
|
po.push(a); |
|
|
|
|
}); |
|
|
|
@ -674,7 +732,7 @@ export default {
|
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
showdrawer(value) { |
|
|
|
|
this.drawerShow=value |
|
|
|
|
this.drawerShow = value; |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|
* 弹窗的勾选回调,用于更改头部数组 |
|
|
|
@ -692,7 +750,6 @@ export default {
|
|
|
|
|
this.columnList = newarr; |
|
|
|
|
this.$functions.setStorage(window.location.pathname + 'sortlist', headarr); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
handleCheckedCitiesChange(value) { |
|
|
|
|
if (value) { |
|
|
|
@ -710,17 +767,16 @@ export default {
|
|
|
|
|
this.costListName = value; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
editmap(scope) { |
|
|
|
|
const { row } = scope; |
|
|
|
|
console.log("row>>>>>>xxxx",row); |
|
|
|
|
console.log('row>>>>>>xxxx', row); |
|
|
|
|
this.$router.push({ |
|
|
|
|
path: '/distribution/reservation/atlas1', |
|
|
|
|
query: { |
|
|
|
|
item: JSON.stringify(row), |
|
|
|
|
type:'2' |
|
|
|
|
} |
|
|
|
|
type: '2', |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
textbox(e, index, a) { |
|
|
|
@ -764,19 +820,20 @@ export default {
|
|
|
|
|
let params = {}; |
|
|
|
|
params.id = this.deliverId; |
|
|
|
|
params.addvalue = addvalueInfos; |
|
|
|
|
params.relatedId=2 |
|
|
|
|
console.log("params>>>>>>>>>>>>>>>>>>",params); |
|
|
|
|
params.relatedId = 2; |
|
|
|
|
console.log('params>>>>>>>>>>>>>>>>>>', params); |
|
|
|
|
addIncrement(params).then(res => { |
|
|
|
|
this.dialogVisible = false; |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!' |
|
|
|
|
message: '操作成功!', |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}, |
|
|
|
|
selectionsc(value) { |
|
|
|
|
console.log("进来了>>>>>>>>>>>>>",value); |
|
|
|
|
// 筛选出所有被选中项的id |
|
|
|
|
this.selectionList = value.map(item => item.id); |
|
|
|
|
}, |
|
|
|
|
delectsolt(scope) { |
|
|
|
|
const { row } = scope; |
|
|
|
@ -787,8 +844,7 @@ export default {
|
|
|
|
|
.then(_ => { |
|
|
|
|
done(); |
|
|
|
|
}) |
|
|
|
|
.catch(_ => { |
|
|
|
|
}); |
|
|
|
|
.catch(_ => {}); |
|
|
|
|
}, |
|
|
|
|
editsolt(scope) { |
|
|
|
|
const { row } = scope; |
|
|
|
@ -797,14 +853,14 @@ export default {
|
|
|
|
|
path: '/distribution/deliverylist/distributionDeliveryListedt', |
|
|
|
|
query: { |
|
|
|
|
data: encodeURIComponent(JSON.stringify(row)), |
|
|
|
|
name: row.trainNumber +'-查看配送' |
|
|
|
|
} |
|
|
|
|
name: row.trainNumber + '-查看配送', |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
costadd(scope) { |
|
|
|
|
const { row } = scope; |
|
|
|
|
console.log("row>>>>>>>>>>",row); |
|
|
|
|
this.deliverId =row.id |
|
|
|
|
console.log('row>>>>>>>>>>', row); |
|
|
|
|
this.deliverId = row.id; |
|
|
|
|
//查询订单的增值服务, |
|
|
|
|
this.addvalueServeType = []; |
|
|
|
|
this.addvalue = {}; |
|
|
|
@ -818,15 +874,14 @@ export default {
|
|
|
|
|
console.log(index, row); |
|
|
|
|
}, |
|
|
|
|
selectsc(index, row) { |
|
|
|
|
this.query[row.prop] =index |
|
|
|
|
this.query[row.prop] = index; |
|
|
|
|
if (!index) { |
|
|
|
|
delete this.query[row.prop] |
|
|
|
|
delete this.query[row.prop]; |
|
|
|
|
} |
|
|
|
|
if (row.prop === 'deliveryStatusName') { |
|
|
|
|
this.query['deliveryStatus'] = index; |
|
|
|
|
} else if (row.prop === 'kindName') { |
|
|
|
|
this.query['kind'] = index; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}, |
|
|
|
@ -834,9 +889,9 @@ export default {
|
|
|
|
|
console.log(index, row); |
|
|
|
|
}, |
|
|
|
|
inputsc(index, row) { |
|
|
|
|
this.query[row.prop] =index |
|
|
|
|
this.query[row.prop] = index; |
|
|
|
|
if (!index) { |
|
|
|
|
delete this.query[row.prop] |
|
|
|
|
delete this.query[row.prop]; |
|
|
|
|
} |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}, |
|
|
|
@ -854,28 +909,31 @@ export default {
|
|
|
|
|
getDictionaryBiz('distribution_deliverylist_state').then(res => { |
|
|
|
|
this.deliveryliststateData = res.data.data; |
|
|
|
|
this.columnList[6].checkarr = res.data.data.map(item => { |
|
|
|
|
item.value=item.dictKey |
|
|
|
|
item.label=item.dictValue |
|
|
|
|
return item |
|
|
|
|
item.value = item.dictKey; |
|
|
|
|
item.label = item.dictValue; |
|
|
|
|
return item; |
|
|
|
|
}); |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
//配送状态 |
|
|
|
|
getDictionaryBiz('distribution_delivery_status').then(res => { |
|
|
|
|
this.$functions.checkcColumnList("deliveryStatusName", this.columnList).checkarr=res.data.data.map(item=>{ |
|
|
|
|
item.value=item.dictKey |
|
|
|
|
item.label=item.dictValue |
|
|
|
|
return item |
|
|
|
|
this.$functions.checkcColumnList('deliveryStatusName', this.columnList).checkarr = |
|
|
|
|
res.data.data.map(item => { |
|
|
|
|
item.value = item.dictKey; |
|
|
|
|
item.label = item.dictValue; |
|
|
|
|
return item; |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
//配送种类 |
|
|
|
|
getDictionaryBiz('distribution_deliverylist_kind').then(res => { |
|
|
|
|
this.$functions.checkcColumnList("kindName", this.columnList).checkarr=res.data.data.map(item=>{ |
|
|
|
|
item.value=item.dictKey |
|
|
|
|
item.label=item.dictValue |
|
|
|
|
return item |
|
|
|
|
}); |
|
|
|
|
this.$functions.checkcColumnList('kindName', this.columnList).checkarr = res.data.data.map( |
|
|
|
|
item => { |
|
|
|
|
item.value = item.dictKey; |
|
|
|
|
item.label = item.dictValue; |
|
|
|
|
return item; |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
//类型切换 |
|
|
|
@ -914,8 +972,8 @@ export default {
|
|
|
|
|
this.box = false; |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: "success", |
|
|
|
|
message: "操作成功!" |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
@ -923,16 +981,16 @@ export default {
|
|
|
|
|
this.box = false; |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: "success", |
|
|
|
|
message: "操作成功!" |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
handleAdd() { |
|
|
|
|
this.title = '新增' |
|
|
|
|
this.form = {} |
|
|
|
|
this.box = true |
|
|
|
|
this.title = '新增'; |
|
|
|
|
this.form = {}; |
|
|
|
|
this.box = true; |
|
|
|
|
}, |
|
|
|
|
handleEdit(scope) { |
|
|
|
|
const { row } = scope; |
|
|
|
@ -940,12 +998,12 @@ export default {
|
|
|
|
|
path: '/distribution/turndelivery/deliveryDiscuss', |
|
|
|
|
query: { |
|
|
|
|
id: row.id, |
|
|
|
|
name: row.trainNumber +'-编辑配送' |
|
|
|
|
} |
|
|
|
|
name: row.trainNumber + '-编辑配送', |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
handleView(row) { |
|
|
|
|
this.title = '查看' |
|
|
|
|
this.title = '查看'; |
|
|
|
|
this.view = true; |
|
|
|
|
this.box = true; |
|
|
|
|
getDetail(row.id).then(res => { |
|
|
|
@ -953,24 +1011,24 @@ export default {
|
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
handleViewBlank(row) { |
|
|
|
|
console.log("row>>>>>>>>>>>>>>>>",row); |
|
|
|
|
console.log('row>>>>>>>>>>>>>>>>', row); |
|
|
|
|
this.$router.push({ |
|
|
|
|
path: '/distribution/deliverylist/distributionDeliveryListedt', |
|
|
|
|
query: { |
|
|
|
|
data: encodeURIComponent(JSON.stringify(row)), |
|
|
|
|
name: row.trainNumber +'-查看配送' |
|
|
|
|
} |
|
|
|
|
name: row.trainNumber + '-查看配送', |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
handleDelete() { |
|
|
|
|
if (this.selectionList.length === 0) { |
|
|
|
|
this.$message.warning("请选择至少一条数据"); |
|
|
|
|
this.$message.warning('请选择至少一条数据'); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.$confirm("确定将选择数据删除?", { |
|
|
|
|
confirmButtonText: "确定", |
|
|
|
|
cancelButtonText: "取消", |
|
|
|
|
type: "warning" |
|
|
|
|
this.$confirm('确定将选择数据删除?', { |
|
|
|
|
confirmButtonText: '确定', |
|
|
|
|
cancelButtonText: '取消', |
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
return remove(this.ids); |
|
|
|
@ -979,16 +1037,16 @@ export default {
|
|
|
|
|
this.selectionClear(); |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: "success", |
|
|
|
|
message: "操作成功!" |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
rowDel(row) { |
|
|
|
|
this.$confirm("确定将选择数据删除?", { |
|
|
|
|
confirmButtonText: "确定", |
|
|
|
|
cancelButtonText: "取消", |
|
|
|
|
type: "warning" |
|
|
|
|
this.$confirm('确定将选择数据删除?', { |
|
|
|
|
confirmButtonText: '确定', |
|
|
|
|
cancelButtonText: '取消', |
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
return remove(row.id); |
|
|
|
@ -996,13 +1054,13 @@ export default {
|
|
|
|
|
.then(() => { |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: "success", |
|
|
|
|
message: "操作成功!" |
|
|
|
|
type: 'success', |
|
|
|
|
message: '操作成功!', |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
beforeClose(done) { |
|
|
|
|
done() |
|
|
|
|
done(); |
|
|
|
|
this.form = {}; |
|
|
|
|
this.view = false; |
|
|
|
|
}, |
|
|
|
@ -1027,27 +1085,34 @@ export default {
|
|
|
|
|
toDeliveryPlan() { |
|
|
|
|
this.$router.push({ |
|
|
|
|
path: '/distribution/turndelivery/deliveryDiscuss', |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|
* 批量打印 |
|
|
|
|
*/ |
|
|
|
|
printBatch(){ |
|
|
|
|
async printBatchOrder() { |
|
|
|
|
if (this.selectionList.length === 0) { |
|
|
|
|
this.$message.warning("请选择至少一条数据"); |
|
|
|
|
this.$message.warning('请选择至少一条数据'); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
|
message: '功能开发中!' |
|
|
|
|
this.isShow = true; |
|
|
|
|
const res = await printBatch({ ids: Array.from(this.selectionList).join(','), type: 1 }); |
|
|
|
|
console.log('res :>> ', res); |
|
|
|
|
const { |
|
|
|
|
data: { code, data }, |
|
|
|
|
} = res; |
|
|
|
|
if (code === 200) { |
|
|
|
|
// 初始化打印页面 |
|
|
|
|
this.html = ''; |
|
|
|
|
data.forEach(item => { |
|
|
|
|
this.html += item.templateHtml; |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
onLoad(page, params = {}) { |
|
|
|
|
this.loading = true; |
|
|
|
|
this.query.type ='1' |
|
|
|
|
this.query.type = '1'; |
|
|
|
|
getPage(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
|
const data = res.data.data; |
|
|
|
|
// eslint-disable-next-line no-empty |
|
|
|
@ -1077,13 +1142,27 @@ export default {
|
|
|
|
|
this.loading = false; |
|
|
|
|
this.selectionClear(); |
|
|
|
|
}); |
|
|
|
|
getstatistics(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
|
this.statistics = res.data.data |
|
|
|
|
}); |
|
|
|
|
getstatistics(page.currentPage, page.pageSize, Object.assign(params, this.query)).then( |
|
|
|
|
res => { |
|
|
|
|
this.statistics = res.data.data; |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
// getDetail(row.id).then(res => { |
|
|
|
|
// this.form = res.data.data; |
|
|
|
|
// }); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|
* 打印 |
|
|
|
|
*/ |
|
|
|
|
printTemplate() { |
|
|
|
|
print(); |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style> |
|
|
|
|
.el-dialog { |
|
|
|
|
width: fit-content; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|