Browse Source

Merge remote-tracking branch 'origin/dev' into dev

dev-warehouse
0.0 2 years ago
parent
commit
0e07cf99b1
  1. 13
      src/api/distribution/distributionDeliveryList.js
  2. 13
      src/router/views/index.js
  3. 2
      src/views/distribution/deliverylist/distributionDeliveryList.vue
  4. 48
      src/views/distribution/deliverylist/distributionDeliveryListdis.vue
  5. 74
      src/views/distribution/deliverylist/distributionDeliveryListmar.vue
  6. 1
      src/views/distribution/inventory/distributionStockArticleDetails.vue
  7. 44
      src/views/distribution/reservation/reservation.vue
  8. 60
      src/views/distribution/turndelivery/deliveryDiscuss.vue
  9. 69
      src/views/distribution/turndelivery/deliveryMarket.vue

13
src/api/distribution/distributionDeliveryList.js

@ -135,6 +135,19 @@ export const getDeliveryList = (id) => {
id,
}
})
}/**
* 查询市配任务
* @param id
* @returns {AxiosPromise}
*/
export const getMarketDeliveryList = (id) => {
return request({
url: '/api/logpm-distribution/deliveryList/getMarketDeliveryList',
method: 'get',
params: {
id,
}
})
}
/**

13
src/router/views/index.js

@ -462,6 +462,19 @@ export default [
},
],
},
// {
// path: '/distribution/turndelivery/deliveryMarket',
// component: Layout,
// redirect: '/distribution/turndelivery/deliveryMarket',
// children: [
// {
// path: '/distribution/turndelivery/deliveryMarket',
// name: 'name',
// deliveryId:'id',
// component: () => import('@/views/distribution/turndelivery/deliveryMarket.vue'),
// },
// ],
// },
{
path: '/distribution/turndelivery/deliveryDiscuss',
component: Layout,

2
src/views/distribution/deliverylist/distributionDeliveryList.vue

@ -52,7 +52,7 @@
<template #default="slotProps">
<el-button size="small" @click="editsolt(slotProps.scope)"> </el-button>
<el-button size="small" @click="editmap(slotProps.scope)"> </el-button>
<el-button size="small" @click="handleEdit(slotProps.scope)"> </el-button>
<!-- <el-button size="small" @click="handleEdit(slotProps.scope)"> </el-button>-->
<el-button size="small" @click="costadd(slotProps.scope)"> </el-button>
</template>
</tablecmt>

48
src/views/distribution/deliverylist/distributionDeliveryListdis.vue

@ -41,7 +41,7 @@
<template #default="slotProps">
<el-button size="small" @click="editsolt(slotProps.scope)"> </el-button>
<el-button size="small" @click="editmap(slotProps.scope)"> </el-button>
<el-button size="small" @click="handleEdit(slotProps.scope)"> </el-button>
<!-- <el-button size="small" @click="handleEdit(slotProps.scope)"> </el-button>-->
<el-button size="small" @click="costadd(slotProps.scope)"> </el-button>
</template>
</tablecmt>
@ -237,13 +237,32 @@ export default {
},
{
prop: 'kind',
label: '配送种类',
label: '配送种类1',
type: 3,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
hide:true,
},
{
prop: 'kindName',
label: '配送种类',
type: 3,
values: '',
width: '180',
checkarr: [
{
label: '自主配送',
value: '1',
},{
label: '外协配送',
value: '2',
},
],
fixed: false,
sortable: true,
},
{
prop: 'vehicleName',
@ -277,14 +296,35 @@ export default {
},
{
prop: 'deliveryStatus',
label: '配送状态',
label: '配送状态1',
type: 3,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
hide:true,
},
{
prop: 'deliveryStatusName',
label: '配送状态',
type: 3,
values: '',
width: '150',
checkarr: [
{
label: '待配送',
value: '1',
},{
label: '配送中',
value: '2',
},{
label: '已完成',
value: '2',
},
],
fixed: false,
sortable: true,
},
{
prop: 'customersNumber',

74
src/views/distribution/deliverylist/distributionDeliveryListmar.vue

@ -236,7 +236,7 @@ export default {
},
{
prop: 'kind',
label: '配送种类',
label: '配送种类1',
type: 3,
values: '',
width: '180',
@ -244,6 +244,25 @@ export default {
fixed: false,
sortable: true,
},
{
prop: 'kindName',
label: '配送种类',
type: 3,
values: '',
width: '180',
checkarr: [
{
label: '自主配送',
value: '1',
},
{
label: '外协配送',
value: '2'
},
],
fixed: false,
sortable: true,
},
{
prop: 'vehicleName',
label: '配送车辆',
@ -275,12 +294,57 @@ export default {
sortable: true,
},
{
prop: 'state',
prop: 'deliveryStatus',
label: '配送状态1',
type: 3,
values: '',
width: '150',
checkarr: [
{
label: '待配送',
value: '1',
},
{
label: '装车',
value: '2'
},
{
label: '配送中',
value: '3'
},
{
label: '已完成',
value: '4'
},
],
fixed: false,
sortable: true,
hide:true,
},
{
prop: 'deliveryStatusName',
label: '配送状态',
type: 3,
values: '',
width: '150',
checkarr: [],
checkarr: [
{
label: '待配送',
value: '1',
},
{
label: '装车',
value: '2'
},
{
label: '配送中',
value: '3'
},
{
label: '已完成',
value: '4'
},
],
fixed: false,
sortable: true,
@ -724,9 +788,9 @@ export default {
handleEdit (scope) {
const { row} = scope;
this.$router.push({
path: '/distribution/turndelivery/deliveryInfo',
path: '/distribution/turndelivery/deliveryMarket',
query: {
id: row.id,
deliveryId: row.id,
name: row.trainNumber +'-编辑配送'
}
});

1
src/views/distribution/inventory/distributionStockArticleDetails.vue

@ -86,6 +86,7 @@
</el-row>
<h3>包件信息</h3>
<el-row>
<!-- 列表模块 -->
<el-table ref="table" v-loading="loading"

44
src/views/distribution/reservation/reservation.vue

@ -414,7 +414,7 @@
checkarr: [],
fixed: false,
sortable: true,
head:true,
hide:true,
},
{
prop: 'serveTypeName',
@ -449,7 +449,7 @@
{
prop: 'collectionFee',
label: '待收货款',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -459,7 +459,7 @@
{
prop: 'otherFee',
label: '其他费用',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -469,7 +469,7 @@
{
prop: 'replaceFee',
label: '代收运费',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -508,23 +508,35 @@
fixed: false,
sortable: true,
},
{
prop: 'orderSource',
label: '订单来源',
type: 4,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true
},
// {
// prop: 'orderSource',
// label: '',
// type: 4,
// values: '',
// width: '180',
// checkarr: [],
// fixed: false,
// sortable: true
// },
{
prop: 'stockupStatus',
label: '备货状态',
type: 2,
type: 3,
values: '',
width: '150',
checkarr: [],
checkarr: [
{
label: '待备货',
value: '1',
},{
label: '已备货',
value: '2',
},
{
label: '部分备货',
value: '3'
},
],
fixed: false,
sortable: true
},

60
src/views/distribution/turndelivery/deliveryDiscuss.vue

@ -357,7 +357,7 @@
</el-col>
<el-col :span="6">
<el-form-item label="备货时间:" prop="goodsShelfId">
<el-date-picker v-model="form.stockupDate" type="date" placeholder="请选择备货时间" :disabled="isDisable">
<el-date-picker v-model="form.stockupDate" type="datetime" placeholder="请选择备货时间" :disabled="isDisable">
</el-date-picker>
</el-form-item>
</el-col>
@ -383,6 +383,32 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="6">
<el-form-item label="出库时间:" prop="outboundDate" label-width="100px">
<!-- <el-date-picker v-model="form.taskTime"-->
<!-- type="datetime"-->
<!-- placeholder="请选择配车时间"-->
<!-- value-format="YYYY-MM-DD HH:mm:ss"-->
<!-- >-->
<!-- </el-date-picker>-->
<el-date-picker v-model="form.outboundDate" value-format="YYYY-MM-DD HH:mm:ss" type="datetime" placeholder="请选择配车时间">
</el-date-picker>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="配送时间:" prop="taskTime" label-width="100px">
<!-- <el-date-picker v-model="form.taskTime"-->
<!-- type="datetime"-->
<!-- placeholder="请选择配车时间"-->
<!-- value-format="YYYY-MM-DD HH:mm:ss"-->
<!-- >-->
<!-- </el-date-picker>-->
<el-date-picker v-model="form.taskTime" value-format="YYYY-MM-DD HH:mm:ss" type="datetime" placeholder="请选择配车时间">
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="10">
@ -396,18 +422,6 @@
<el-input v-model="form.otherFee" placeholder="请输入其他费用" />
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="配车时间:" prop="taskTime" label-width="100px">
<!-- <el-date-picker v-model="form.taskTime"-->
<!-- type="datetime"-->
<!-- placeholder="请选择配车时间"-->
<!-- value-format="YYYY-MM-DD HH:mm:ss"-->
<!-- >-->
<!-- </el-date-picker>-->
<el-date-picker v-model="form.taskTime" value-format="YYYY-MM-DD HH:mm:ss" type="datetime" placeholder="请选择配车时间">
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
@ -1341,6 +1355,9 @@
if (params.remarks) {
stockup.remarks = params.remarks;
}
if (params.outboundDate){
stockup.outboundDate = params.outboundDate;
}
//
let serve = Object.values(this.serveType);
serve = serve.sort((a, b) => {
@ -1548,7 +1565,10 @@
this.aaa = true;
this.bbb = false;
this.form.deliveryType="1";
this.form.deliveryWay="1";
this.form.deliveryWay="10";
this.loadAndUnload = ["1","2"];
this.form.otherFee = 0;
this.form.taskTime = dayjs().format('YYYY-MM-DD HH:mm:ss')
this.form.stockupDate = new Date()
this.form.taskTime = dayjs().format('YYYY-MM-DD HH:mm:ss');
},
@ -1566,7 +1586,10 @@
this.aaa = false;
this.bbb = true;
this.form.deliveryType="1";
this.form.deliveryWay="1";
this.form.deliveryWay="10";
this.loadAndUnload = ["1","2"];
this.form.otherFee = 0;
this.form.taskTime = dayjs().format('YYYY-MM-DD HH:mm:ss')
this.form.stockupDate = new Date()
this.form.taskTime = dayjs().format('YYYY-MM-DD HH:mm:ss');
},
@ -1712,9 +1735,12 @@
this.isDisable=true;
}else {
this.form.deliveryType="1";
this.form.deliveryWay="1";
this.form.stockupDate = new Date()
this.form.deliveryWay="10";
this.loadAndUnload = ["1","2"];
this.form.otherFee = 0;
this.form.taskTime = dayjs().format('YYYY-MM-DD HH:mm:ss')
this.form.stockupDate = new Date()
this.form.outboundDate = dayjs().format('YYYY-MM-DD HH:mm:ss')
}
this.loading = false;

69
src/views/distribution/turndelivery/deliveryMarket.vue

@ -68,11 +68,11 @@
</div>
<div style="margin: 2%;background-color: #ffffff;padding: 20px;box-sizing: border-box;" v-if="bbb">
<el-form ref="form" :model="driverForm" label-width="100px" style="margin: 3px">
<el-form ref="form" :model="waixieForm" label-width="100px" style="margin: 3px">
<el-row>
<el-col :span="6">
<el-form-item label="外协来源:" prop="goodsShelfId">
<el-select filterable v-model="driverForm.tripartiteSource" placeholder="请选择来源">
<el-select filterable v-model="waixieForm.tripartiteSource" placeholder="请选择来源">
<el-option
v-for="item in tripartiteSourceData"
:key="item.dictKey"
@ -85,22 +85,22 @@
</el-col>
<el-col :span="6">
<el-form-item label="司机名称:" prop="goodsShelfId">
<el-input v-model="driverForm.driverName" placeholder="请输入司机名称"></el-input>
<el-input v-model="waixieForm.driverName" placeholder="请输入司机名称"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="司机电话:" prop="goodsShelfId">
<el-input v-model="driverForm.driverPhone" placeholder="请输入司机电话"></el-input>
<el-input v-model="waixieForm.driverPhone" placeholder="请输入司机电话"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="车辆车牌:" prop="goodsShelfId">
<el-input v-model="driverForm.vehicleNum" placeholder="请输入本次费用"></el-input>
<el-input v-model="waixieForm.vehicleNum" placeholder="请输入本次费用"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="配送费用:" prop="goodsShelfId">
<el-input v-model="driverForm.deliveryFee" placeholder="请输入本次费用"></el-input>
<el-input v-model="waixieForm.deliveryFee" placeholder="请输入本次费用"></el-input>
</el-form-item>
</el-col>
</el-row>
@ -189,19 +189,32 @@
<!-- value-format="YYYY-MM-DD HH:mm:ss"-->
<!-- >-->
<!-- </el-date-picker>-->
<el-date-picker v-model="stockUpForm.outboundDate" value-format="YYYY-MM-DD HH:mm:ss" type="datetime" placeholder="请选择配车时间">
<el-date-picker v-model="stockUpForm.outboundDate" type="datetime" placeholder="请选择配车时间">
</el-date-picker>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="其他费用:" prop="collectFee" label-width="100px">
<el-input v-model="stockUpForm.otherFee" placeholder="请输入其他费用" />
<el-form-item label="配车时间:" prop="taskTime" label-width="100px">
<!-- <el-date-picker v-model="form.taskTime"-->
<!-- type="datetime"-->
<!-- placeholder="请选择配车时间"-->
<!-- value-format="YYYY-MM-DD HH:mm:ss"-->
<!-- >-->
<!-- </el-date-picker>-->
<el-date-picker v-model="form.taskTime" type="datetime" placeholder="请选择配车时间">
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<el-col :span="12">
<el-form-item label="其他费用:" prop="collectFee" label-width="100px">
<el-input v-model="stockUpForm.otherFee" placeholder="请输入其他费用" />
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="备注:" prop="remarks">
<el-input type="textarea" :rows="1" placeholder="请输入内容" v-model="stockUpForm.remarks">
</el-input>
@ -323,6 +336,7 @@
import option from '@/option/distribution/distributionReservation';
import { getListTeamInfo } from '@/api/basicdata/basicdataTeamGroup';
import { deliveryTask, getReservationAddr } from '@/api/distribution/distributionReservation';
import { getMarketDeliveryList } from '@/api/distribution/distributionDeliveryList';
import { getListUser } from '@/api/distribution/distributionStockup';
import { getPostList } from '@/api/system/post';
import { getListOwn } from '@/api/system/user';
@ -341,6 +355,7 @@
form: {},
driverForm:{},
stockUpForm:{},
waixieForm:{},
data: [],
//
page: {
@ -602,9 +617,14 @@
fetchData() {
this.error = this.post = null;
this.loading = true;
console.log("this.$route.query",this.$route.query);
if (this.$route.query.id) {
this.reservationIds = this.$route.query.id;
}
if (this.$route.query.deliveryId) {
this.deliveryListId = this.$route.query.deliveryId;
}
},
viewDriverInfo() {
console.log(this.driverInfo.length);
@ -655,8 +675,12 @@
allocationInfo = info;
}
data.allocationInfo = allocationInfo;
data.masterDriverName = this.form.masterDriverName;
data.masterVehicleNub = this.form.masterVehicleNub;
data.masterDriverName = this.driverForm.masterDriverName;
data.masterVehicleNub = this.driverForm.masterVehicleNub;
}
if (this.waixieForm.tripartiteSource){
tripartite = this.waixieForm;
data.tripartite = tripartite;
}
if (this.stockUpForm) {
let params = this.stockUpForm;
@ -857,12 +881,14 @@
this.loadAndUnload = [];
this.serveType=[];
this.driverForm = {};
this.waixieForm = {};
}
this.aaa = true;
this.bbb = false;
this.stockUpForm.deliveryType="2";
this.stockUpForm.deliveryWay="2";
this.stockUpForm.stockupDate = dayjs().format('YYYY-MM-DD HH:mm:ss');
this.form.taskTime = dayjs().format('YYYY-MM-DD HH:mm:ss');
this.stockUpForm.outboundDate = dayjs().format('YYYY-MM-DD HH:mm:ss');
},
ddd() {
@ -875,11 +901,13 @@
this.loadAndUnload = [];
this.serveType=[];
this.driverForm={};
this.waixieForm={};
}
this.aaa = false;
this.bbb = true;
this.stockUpForm.deliveryType="2";
this.stockUpForm.deliveryWay="2";
this.form.taskTime = dayjs().format('YYYY-MM-DD HH:mm:ss');
this.stockUpForm.stockupDate = dayjs().format('YYYY-MM-DD HH:mm:ss');
this.stockUpForm.outboundDate = dayjs().format('YYYY-MM-DD HH:mm:ss');
},
@ -889,15 +917,18 @@
},
onLoad(page, params = {}) {
console.log("》》》》》》》》》》》》》》》",this.reservationIds);
//
this.stockUpForm.deliveryType="2";
this.stockUpForm.deliveryWay="2";
this.stockUpForm.stockupDate = dayjs().format('YYYY-MM-DD HH:mm:ss');
this.stockUpForm.stockupDate = new Date();
this.form.taskTime = new Date();
this.stockUpForm.outboundDate = dayjs().format('YYYY-MM-DD HH:mm:ss');
this.stockUpForm.otherFee = 0 ;
this.loadAndUnload = ["1","2"] ;
if (this.reservationIds){
let ids =this.reservationIds;
console.log("》》》》》》》》》》》》》》》",this.reservationIds);
let ids =this.reservationIds;
getReservationAddr(ids).then(res => {
console.log("------------->",res);
const reservationData = res.data.data;
@ -907,6 +938,14 @@
this.loading = false;
});
}
if (this.deliveryListId){
console.log("<<<<<<<<<<",this.deliveryListId);
//
getMarketDeliveryList(this.deliveryListId).then(res=>{
console.log(res.data.data);
})
}
this.loading = false;
},
},

Loading…
Cancel
Save