Browse Source

修复自提bug,新增导出

pre-production
马远东 11 months ago
parent
commit
74bb2b1cb7
  1. 9
      src/api/distribution/distributionSignfor.js
  2. 1
      src/views/aftersales/aftersalesWorkOrderAdd.vue
  3. 5
      src/views/aftersales/aftersalesWorkOrderInfo.vue
  4. 1128
      src/views/aftersales/aftersalesWorkOrderend.vue
  5. 632
      src/views/distribution/inventory/distrilbutionBillLading.vue
  6. 326
      src/views/distribution/signfor/distributionSignforedt.vue
  7. 1
      src/views/distribution/signfor/distributionSignfortreat.vue
  8. 9
      src/views/distribution/turndelivery/deliveryDiscuss.vue

9
src/api/distribution/distributionSignfor.js

@ -351,7 +351,16 @@ export const $_distributionSignforPackageList = data => {
responseType: 'blob',
});
};
// 库存品导出(3-1)
export const $_distributionSignforDetailExcel = params => {
return request({
url: '/api/logpm-distribution/signfor/export-distributionSignforDetailExcel',
method: 'get',
params,
responseType: 'blob',
});
};
// 订单导出
export const $_distributionSignforOrderList = data => {
return request({

1
src/views/aftersales/aftersalesWorkOrderAdd.vue

@ -558,6 +558,7 @@
:max="9999999"
:controls="false"
:value-on-clear="0"
:precision="2"
@change="Totalamount"
/>
</el-form-item>

5
src/views/aftersales/aftersalesWorkOrderInfo.vue

@ -214,7 +214,7 @@
label="调查经过"
v-if="displaySettings.investigationPocess"
>
<el-input v-model="Indexform.investigationProcess" disabled />
<el-input :rows="2" type="textarea" v-model="Indexform.investigationProcess" disabled />
</el-form-item>
</div>
</div>
@ -1728,7 +1728,8 @@ const ResultDetermination = () => {
align-items: center;
justify-content: space-between;
:deep(.el-form-item) {
width: 16%;
width: 17%;
margin-right: 4px;
align-items: flex-start;
.el-form-item__label {
margin-left: 0;

1128
src/views/aftersales/aftersalesWorkOrderend.vue

File diff suppressed because it is too large Load Diff

632
src/views/distribution/inventory/distrilbutionBillLading.vue

@ -93,7 +93,6 @@
<el-form-item label-width="0" prop="certificateType">
<el-tabs @tab-click="handleChlickTab" style="width: 100%">
<el-tab-pane label="定制品">
<div style="display: flex;justify-content: space-between;margin-bottom: 6px;">
<el-button
@ -105,18 +104,18 @@
> </el-button
>
<div class="el_multifunctional">
<el-input
v-model="multifunctional"
placeholder="请输入要搜索的值,多条件用英文逗号拼接"
clearable
@clear="soclear"
/>
<el-button type="primary" @click="SearchFu"
><el-icon><Plus /></el-icon></el-button
>
</div>
</div>
<div class="el_multifunctional">
<el-input
v-model="multifunctional"
placeholder="请输入要搜索的值,多条件用英文逗号拼接"
clearable
@clear="soclear"
/>
<el-button type="primary" @click="SearchFu"
><el-icon><Plus /></el-icon></el-button
>
</div>
</div>
<tablecmt
class="tablesc"
:columnList="columnListedit"
@ -128,7 +127,6 @@
@selectCheck="selectsc"
@selection="selectionChange"
:searchInput="multifunctional"
>
<template #default="slotProps">
<el-button
@ -650,7 +648,7 @@ import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
import { getToken } from '@/utils/auth';
import { getListStockList } from '@/api/distribution/distributionStockList';
import { getListOne ,$_getListOne} from '@/api/distribution/distributionStockArticle';
import { getListOne, $_getListOne } from '@/api/distribution/distributionStockArticle';
import dayjs from 'dayjs';
import { detail } from '@/api/flow/flow';
import { nextTick, ref } from 'vue';
@ -663,12 +661,12 @@ export default {
return {
PackageCheckList:[],//
tabletit: '', //
multifunctional:'', //
multifunctional: '', //
dialogImg: false,
Imgurl: undefined,
Selfpickuploading: false, //
mydata:{},//
packageRow:{},//
mydata: {}, //
packageRow: {}, //
OrdercolumnList: [
{
prop: 'serviceNumber',
@ -688,6 +686,7 @@ export default {
dialogFormZeroOrderVisible: false, //
//
dialogChooseOrderVisible: false,
CheckId:[],//ID
height: 0,
//
title: '',
@ -1903,7 +1902,7 @@ export default {
mounted() {
console.log('123 :>> ', 123);
this.setTableHeight();
this.mydata= JSON.parse(localStorage.getItem('my_data'))
this.mydata = JSON.parse(localStorage.getItem('my_data'));
this.init();
if (this.$route.query.type == '2') {
@ -2044,7 +2043,7 @@ export default {
}
this.pageOrder.currentPage = 1;
this.onLoadOrder(this.pageOrder, this.pageOrder);
},
},
inputsc(index, row) {
this.query[row.prop] = index;
this.pageOrder.currentPage = 1;
@ -2060,7 +2059,7 @@ export default {
const _type = this.$route.query.type;
//
if (Number(_type) === 2) {
this.onLoadEditChoose(this.order.query,this.packageRow);
this.onLoadEditChoose(this.order.query, this.packageRow);
} else this.onLoadOrderChoose();
},
orderSelectSc(index, row) {
@ -2073,56 +2072,59 @@ export default {
console.log(this.order.selectList,'当前勾选');
},
scrollToElementWithinTableRow(partialIdString) {
//
const tableRows = document.querySelectorAll('tr');
tableRows.forEach(function(row) {
const cells = row.querySelectorAll('[id]');
cells.forEach(function(cell) {
cell.style.backgroundColor = ''; //
cell.style.color = ''; //
});
});
scrollToElementWithinTableRow(partialIdString) {
//
const tableRows = document.querySelectorAll('tr');
tableRows.forEach(function (row) {
const cells = row.querySelectorAll('[id]');
cells.forEach(function (cell) {
cell.style.backgroundColor = ''; //
cell.style.color = ''; //
});
});
//
const partialIds = partialIdString.replace(/,/g, ',').split(',').map(id => id.trim());
//
const partialIds = partialIdString
.replace(/,/g, ',')
.split(',')
.map(id => id.trim());
// partialIds
for (let row of tableRows) {
let allIdsFound = partialIds.every(partialId => {
return Array.from(row.querySelectorAll('[id]')).some(cell => cell.id.includes(partialId));
});
// partialIds
for (let row of tableRows) {
let allIdsFound = partialIds.every(partialId => {
return Array.from(row.querySelectorAll('[id]')).some(cell => cell.id.includes(partialId));
});
if (allIdsFound) {
// partialIds,
const cells = row.querySelectorAll('[id]');
cells.forEach(function(cell) {
cell.style.backgroundColor = '#ff0000';
cell.style.color = '#fff';
});
if (allIdsFound) {
// partialIds,
const cells = row.querySelectorAll('[id]');
cells.forEach(function (cell) {
cell.style.backgroundColor = '#ff0000';
cell.style.color = '#fff';
});
//
row.scrollIntoView({ behavior: 'smooth', block: 'center' });
break;
}
}
},
//
row.scrollIntoView({ behavior: 'smooth', block: 'center' });
break;
}
}
},
//
SearchFu(){
console.log(this.multifunctional, '搜索的参数值');
if (this.multifunctional) {
this.scrollToElementWithinTableRow(this.multifunctional);
} else {
document.querySelectorAll('[id]').forEach(function (el) {
el.style.backgroundColor = ''; //
el.style.color = ''; //
});
}
return;
// console.log(dataInfo.value, '');
},
soclear (){
this.SearchFu();
SearchFu() {
console.log(this.multifunctional, '搜索的参数值');
if (this.multifunctional) {
this.scrollToElementWithinTableRow(this.multifunctional);
} else {
document.querySelectorAll('[id]').forEach(function (el) {
el.style.backgroundColor = ''; //
el.style.color = ''; //
});
}
return;
// console.log(dataInfo.value, '');
},
soclear() {
this.SearchFu();
},
orderTimesc(index, row) {
if (!!index) {
@ -2135,7 +2137,7 @@ export default {
const _type = this.$route.query.type;
//
if (Number(_type) === 2) {
this.onLoadEditChoose(this.order.query,this.packageRow);
this.onLoadEditChoose(this.order.query, this.packageRow);
} else this.onLoadOrderChoose();
},
@ -2144,21 +2146,21 @@ export default {
this.orderAdd = true;
getDetail(this.$route.query.id).then(res => {
let s = res.data.data;
console.log(res,'res');
console.log(res, 'res');
this.form = s;
let f = [];
if(s.chargeList){
if (s.chargeList) {
s.chargeList.forEach(c => {
let a = this.clientType.find(i => c.cost == i.dictKey);
let a = this.clientType.find(i => c.cost == i.dictKey);
if (!!c.cost && c.cost != '-1') {
f.push(c.cost);
}
if (!!a) {
a.remark = c.money.substring(0, c.money.lastIndexOf('.'));
this.costList[c.cost] = a.remark;
}
});
if (!!c.cost && c.cost != '-1') {
f.push(c.cost);
}
if (!!a) {
a.remark = c.money.substring(0, c.money.lastIndexOf('.'));
this.costList[c.cost] = a.remark;
}
});
}
this.form.freightMark = f;
@ -2226,15 +2228,14 @@ export default {
},
//
callFordeliveryOrder() {
console.log(this.selectionList, 'this.selectionList');
let scID = this.selectionList[0].mallId; //DI
let mallIdState = this.selectionList.find(res => res.mallId != scID);
if (mallIdState) {
this.$message.warning('请选择同一商场');
return;
}
console.log(this.selectionList,'this.selectionList');
let scID= this.selectionList[0].mallId;//DI
let mallIdState=this.selectionList.find(res=>res.mallId !=scID)
if(mallIdState){
this.$message.warning('请选择同一商场');
return
}
console.log('111 :>> ', 111);
let st = false;
let sts = false;
@ -2279,10 +2280,10 @@ export default {
let isa = false;
this.selectionList.some(i => {
let a = this.dataList.filter(ele => ele.id == i.id).length >= 1;
if(!this.$route.query.id){
i.reservationNum=i.handQuantity
}
if (!this.$route.query.id) {
i.reservationNum = i.handQuantity;
}
if (!a) {
this.dataList.push(i);
}
@ -2298,16 +2299,16 @@ export default {
this.$message.warning('至少选择一条数据!');
return;
}
console.log(this.selectionList,'22');
if( this.dataList && this.dataList.length){
if( this.dataList[0].mallId !=this.selectionList[0].marketId){
this.$message.warning('请选择和定制品一样的商场!');
return;
console.log(this.selectionList, '22');
if (this.dataList && this.dataList.length) {
if (this.dataList[0].mallId != this.selectionList[0].marketId) {
this.$message.warning('请选择和定制品一样的商场!');
return;
}
}
let scID= this.selectionList[0].marketId
if(this.selectionList.find(res=>res.marketId !=scID)){
let scID = this.selectionList[0].marketId;
if (this.selectionList.find(res => res.marketId != scID)) {
this.$message.warning('请选同一商场!');
return;
}
@ -2347,7 +2348,7 @@ export default {
this.order.query={}
this.order.currentPage=1
console.log('row :>> ', row);
this.packageRow=row
this.packageRow = row;
//
const _type = this.$route.query.type;
this.orderChooseId = row.id;
@ -2355,7 +2356,7 @@ export default {
if (Number(_type) === 2) {
await this.onLoadEditChoose({}, row);
} else await this.onLoadOrderChoose();
this.dialogChooseOrderVisible = true;
},
//
sizeChangeOrderChoose(size) {
@ -2364,7 +2365,7 @@ export default {
const _type = this.$route.query.type;
//
if (Number(_type) === 2) {
this.onLoadEditChoose(this.order.query,this.packageRow);
this.onLoadEditChoose(this.order.query, this.packageRow);
} else this.onLoadOrderChoose();
},
//
@ -2387,7 +2388,7 @@ export default {
this.Unchecked = this.order.orderDetails.filter(b => !this.order.selectList.some(c => c.id === b.id));
//
if (Number(_type) === 2) {
this.onLoadEditChoose(this.order.query,this.packageRow);
this.onLoadEditChoose(this.order.query, this.packageRow);
} else this.onLoadOrderChoose();
},
// --
@ -2449,6 +2450,7 @@ console.log(_check,'筛选出来的参数');
console.log(res,'必须参数ID');
if(res.data.code==200){
_dataList=res.data.data
this.CheckId=res.data.data;//ID
}
})
@ -2493,7 +2495,7 @@ console.log(_check,'筛选出来的参数');
}).catch((error)=>{
console.log(error,'error');
this.order.orderChooseLoading = false;
});
});
return null;
}
@ -2515,7 +2517,7 @@ console.log(_check,'筛选出来的参数');
this.Unchecked = this.order.orderDetails.filter(b => !this.order.selectList.some(c => c.id === b.id));
//
let uncheckedIds = this.Unchecked.map(item => item.id);
// _aa
//
this.PackageCheckList = this.PackageCheckList.filter(a => !uncheckedIds.includes(a.id));
console.log(this.PackageCheckList,'准备提交的参数');
console.log('111 :>> ', 111);
@ -2523,29 +2525,61 @@ console.log(_check,'筛选出来的参数');
return this.$message({ type: 'warning', message: '最少选择一项数据' });
}
if(this.order.selectList){
this.packageRow.reservationNum=this.PackageCheckList.length
this.packageRow.reservationNum=this.order.selectList.length
}
// billPackageEntityList
console.log('this.order.dataList :>> ', this.dataList);
this.dataList.find(val => val.id === this.orderChooseId).billPackageEntityList =
this.PackageCheckList.map(val => {
console.log('val :>> ', val);
console.log('最外层表格', this.dataList);
// this.dataList.find(val => val.id === this.orderChooseId).billPackageEntityList = this.order.selectList.map(val => {
// console.log('val :>> ', val);
// return {
// parceListId: val.id,
// stockArticleId: val.stockArticleId,
// packetBarCode: val.orderPackageCode,
// };
// });
console.log(this.CheckId,'原本数据');
console.log(this.order.selectList,'当前勾选的数据');
console.log(this.order.orderDetails,'全部数据');
//
let addedData = this.order.selectList.filter(item => !this.CheckId.includes(item.id));
let addedObjects = this.order.orderDetails.filter(item => addedData.map(data => data.id).includes(item.id));
if(addedObjects && addedObjects.length){
this.dataList.find(val => val.id === this.orderChooseId).billPackageEntityList=[]
this.dataList.find(val => val.id === this.orderChooseId).billPackageEntityList = addedObjects.map(item => {
return {
parceListId: item.id,
stockArticleId: item.stockArticleId,
packetBarCode: item.orderPackageCode,
};
});
}
//
let deletedData = this.CheckId.filter(id => !this.order.selectList.find(item => item.id === id));
let deletedObjects = this.order.orderDetails.filter(item => deletedData.includes(item.id));
if(deletedObjects && deletedObjects.length){
this.dataList.find(val => val.id === this.orderChooseId).unBillPackageEntityList=[]
this.dataList.find(val => val.id === this.orderChooseId).unBillPackageEntityList = deletedObjects.map(item => {
return {
parceListId: val.id,
stockArticleId: val.stockArticleId,
packetBarCode: val.orderPackageCode,
parceListId: item.id,
stockArticleId: item.stockArticleId,
packetBarCode: item.orderPackageCode,
};
});
}
console.log('新增的数据对象:', addedObjects);
console.log('删除的数据对象:', deletedObjects);
this.dialogChooseOrderVisible = false;
console.log( this.dataList.find(val => val.id === this.orderChooseId),' this.dataList.find(val => val.id === this.orderChooseId)筛选出来的');
},
ProhibitSelection(val, index) {
if (val.orderPackageStatus == 70) {
return false;
} else {
return true;
}
},
ProhibitSelection(val, index) {
if (val.orderPackageStatus == 70) {
return false;
} else {
return true;
}
},
//
handleNumberRange(e, row) {
console.log(e, 'ee=====');
@ -2701,12 +2735,11 @@ if (val.orderPackageStatus == 70) {
}
}
},
lastpage(){
this.$router.push('/distribution/inventory/distrilbutionBillLadingList')
lastpage() {
this.$router.push('/distribution/inventory/distrilbutionBillLadingList');
},
//
async handleSubmit() {
// console.log(this.dataList,'this.dataList');
// if (this.$route.query.type !== '2') {
@ -2735,58 +2768,49 @@ if (val.orderPackageStatus == 70) {
// // if ()
// }
this.$refs.form.validate(async valid => {
if (valid) {
// if(!this.dataList.length){
// return ElMessage({
// message: '',
// type: 'warning',
// });
// }
console.log(this.data,'11');
if( !this.data.every(res=>res.inventoryQuantity)){
return ElMessage({
message: '请移除库存品预约数量为0的订单',
type: 'warning',
});
}
let zeroOrderList=null
if(this.dataList.length){
let resState=this.dataList.find(res=>!res.reservationNum)
console.log(resState,'123');
if(resState){
return ElMessage({
message: `单自编号为${resState.orderCode}的计划数量为0请移除或者重新录入预约数量`,
type: 'warning',
plain: true,
})
}
if (valid) {
// if(!this.dataList.length){
// return ElMessage({
// message: '',
// type: 'warning',
// });
// }
console.log(this.data, '11');
zeroOrderList = this.dataList.filter(val => val.isZero === '1');
if (this.data.length) {
const allQuantitiesAreFalsy = this.data.every(item => item.inventoryQuantity);
console.log(allQuantitiesAreFalsy, 'allQuantitiesAreFalsy');
if (!allQuantitiesAreFalsy) {
if (!this.data.every(res => res.inventoryQuantity)) {
return ElMessage({
message: '请移除添加数量为0的订单',
message: '请移除库存品预约数量为0的订单',
type: 'warning',
});
}
}
}
let zeroOrderList = null;
if (this.dataList.length) {
let resState = this.dataList.find(res => !res.reservationNum);
console.log(resState, '123');
if (resState) {
return ElMessage({
message: `单自编号为${resState.orderCode}的计划数量为0请移除或者重新录入预约数量`,
type: 'warning',
plain: true,
});
}
zeroOrderList = this.dataList.filter(val => val.isZero === '1');
if (this.data.length) {
const allQuantitiesAreFalsy = this.data.every(item => item.inventoryQuantity);
console.log(allQuantitiesAreFalsy, 'allQuantitiesAreFalsy');
if (!allQuantitiesAreFalsy) {
return ElMessage({
message: '请移除添加数量为0的订单',
type: 'warning',
});
}
}
}
if (!this.form.id) {
// if (this.fileListSell.length === 0) {
// this.$message.warning('');
// return;
@ -2853,24 +2877,27 @@ if (val.orderPackageStatus == 70) {
this.form.stockArticleId != null
? this.form.stockArticleId + a.join(',')
: a.join(',');
}
}
// ParcelLisList
const submitFormData = this.form;
console.log(this.form,'this.form');
console.log(submitFormData,'this.sub');
console.log(this.form, 'this.form');
console.log(submitFormData, 'this.sub');
//
if (zeroOrderList && zeroOrderList.length !== 0) {
console.log(zeroOrderList,'zeroOrderList222');
console.log(zeroOrderList, 'zeroOrderList222');
// console.log(1);
submitFormData.parcelLisList = [];
submitFormData.zeroType = '2';
zeroOrderList.forEach(valE => {
console.log(valE,'valE==>');
if(valE.ParcelLisList){
if(valE.ParcelLisList.length){
submitFormData.parcelLisList = [...submitFormData.parcelLisList, ...valE.ParcelLisList];
console.log(valE, 'valE==>');
if (valE.ParcelLisList) {
if (valE.ParcelLisList.length) {
submitFormData.parcelLisList = [
...submitFormData.parcelLisList,
...valE.ParcelLisList,
];
}
}
}
});
// submitFormData.parcelLisList.forEach(val => (val.quantity = val.tiQuantity));
} else {
@ -2886,9 +2913,9 @@ if (val.orderPackageStatus == 70) {
});
submitFormData.billPackageEntityList = _billPackageEntityList;
// SM24010411
console.log(submitFormData,'submitFormData');
console.log(submitFormData, 'submitFormData');
this.Selfpickuploading = true; //
add(submitFormData)
.then(res => {
this.Selfpickuploading = false; //
@ -2902,6 +2929,10 @@ if (val.orderPackageStatus == 70) {
this.Selfpickuploading = false; //
console.log(this.Selfpickuploading, '当前状态');
this.$store.commit('DEL_TAG_CURRENT');
this.$store.commit('EDIT_REFRESHITEM', {
title: 'distrilbutionBillLadingList',
status: true,
});
this.$router.push('/distribution/inventory/distrilbutionBillLadingList');
})
.catch(res => {
@ -2931,7 +2962,7 @@ if (val.orderPackageStatus == 70) {
if (_flag) return this.$message.warning('请填写正确的费用信息!!!');
}
this.form.stockDTOList = this.data;
let o = [];
const fileListMapping = {
@ -2970,7 +3001,7 @@ if (val.orderPackageStatus == 70) {
up.deliveryDocument = this.form.deliveryDocument;
up.certificateType = this.form.certificateType;
up.totalCost = this.form.totalCost;
up.remark=this.form.remark;
up.remark = this.form.remark;
up.mark = mark;
up.stockArticleList = this.dataList;
//
@ -2989,37 +3020,58 @@ if (val.orderPackageStatus == 70) {
} else {
up.zeroType = '1';
}
//
let _billPackageEntityList = [];
//
let _unBillPackageEntityList = [];
// submitFormData.billPackageEntityList
this.dataList.forEach(val => {
if (val.originalIdList) {
val.billPackageEntityList.forEach(item => {
//
if (!val.originalIdList.includes(item.parceListId)) {
_billPackageEntityList.push(item);
}
});
//
val.originalList.forEach(item => {
const _flag = val.billPackageEntityList.findIndex(
value => value.parceListId === item.id
);
if (_flag === -1) {
_unBillPackageEntityList.push({
parceListId: item.id,
stockArticleId: item.stockArticleId,
packetBarCode: item.orderPackageCode,
});
}
});
}
});
up.billPackageEntityList = _billPackageEntityList;
up.unBillPackageEntityList = _unBillPackageEntityList;
this.Selfpickuploading = true; //
//
let _billPackageEntityList = [];
//
let _unBillPackageEntityList = [];
// submitFormData.billPackageEntityList
this.dataList.forEach(val => {
console.log(val,'value');
if(val.billPackageEntityList && val.billPackageEntityList.length){
val.billPackageEntityList.forEach(item => {
//
if (!val.originalIdList.includes(item.parceListId)) {
_billPackageEntityList.push(item);
}
});
}
//
if(val.unBillPackageEntityList && val.unBillPackageEntityList.length){
val.unBillPackageEntityList.forEach(item=>{
console.log(item,'item===>');
_unBillPackageEntityList.push({
parceListId: item.parceListId,
stockArticleId: item.stockArticleId,
packetBarCode: item.packetBarCode,
});
})
}
// if(val.originalList && val.originalList.length){
// val.originalList.forEach(item => {
// const _flag = val.billPackageEntityList.findIndex(
// value => value.parceListId === item.id
// );
// if (_flag === -1) {
// _unBillPackageEntityList.push({
// parceListId: item.id,
// stockArticleId: item.stockArticleId,
// packetBarCode: item.orderPackageCode,
// });
// }
// });
// }
});
console.log(_unBillPackageEntityList,'删除的');
up.billPackageEntityList = _billPackageEntityList;
up.unBillPackageEntityList = _unBillPackageEntityList;
this.Selfpickuploading = true; //
console.log(up,'要提交的数据');
update(up)
.then(() => {
this.Selfpickuploading = false; //
@ -3030,6 +3082,10 @@ if (val.orderPackageStatus == 70) {
this.PackageCheckList=[]
this.Selfpickuploading = false; //
this.$store.commit('DEL_TAG_CURRENT');
this.$store.commit('EDIT_REFRESHITEM', {
title: 'distrilbutionBillLadingList',
status: true,
});
this.$router.push('/distribution/inventory/distrilbutionBillLadingList');
})
.catch(res => {
@ -3094,16 +3150,15 @@ if (val.orderPackageStatus == 70) {
params.genre = 1;
params.typeService = 3;
params.isAll = 0;
if(this.data && this.data.length){
params.mallId =this.data[0].marketId
console.log(params,'params');
if (this.data && this.data.length) {
params.mallId = this.data[0].marketId;
console.log(params, 'params');
}
$_getListOne(page.currentPage, page.pageSize, Object.assign(params, this.queryOrder)).then(
res => {
console.log(res,'res===>');
if(res.data.code !=200 || !res.data.data){
return
$_getListOne(page.currentPage, page.pageSize, Object.assign(params, this.queryOrder))
.then(res => {
console.log(res, 'res===>');
if (res.data.code != 200 || !res.data.data) {
return;
}
const data = res.data.data;
this.pageOrder.total = data.total || 0;
@ -3138,27 +3193,26 @@ if (val.orderPackageStatus == 70) {
});
this.loading = false;
this.selectionClear();
}
).catch(res=>{
}).finally(()=>{
this.loading = false;
});
})
.catch(res => {})
.finally(() => {
this.loading = false;
});
},
//
handleAddView(row) {
// if (this.dataList.length === 0) {
// return this.$message.warning('');
// }
if(!JSON.parse(localStorage.getItem('my_data'))){
if (!JSON.parse(localStorage.getItem('my_data'))) {
ElMessage({
message: '请选择仓库!',
type: 'warning',
})
return
message: '请选择仓库!',
type: 'warning',
});
return;
}
console.log(this.dataList,'dataList');
console.log(this.dataList, 'dataList');
this.selectionList = [];
this.dialogFormVisible = true;
this.onLoadList();
@ -3237,23 +3291,22 @@ if (val.orderPackageStatus == 70) {
// --
currentChangeOrder(currentPage) {
this.pageOrder.currentPage = currentPage;
this.onLoadOrder(this.pageOrder,this.query);
this.onLoadOrder(this.pageOrder, this.query);
},
sizeChangeOrder(pageSize) {
this.pageOrder.pageSize = pageSize;
this.onLoadOrder(this.pageOrder,this.query);
this.onLoadOrder(this.pageOrder, this.query);
},
currentChange(currentPage) {
this.page.currentPage = currentPage;
this.onLoad(this.page,this.query);
this.onLoad(this.page, this.query);
},
sizeChange(pageSize) {
this.page.pageSize = pageSize;
this.onLoad(this.page,this.query);
this.onLoad(this.page, this.query);
},
onLoad(page, params = {}) {
this.loading = true;
params.ids = this.$route.query.id;
this.orderAdd = false;
@ -3264,9 +3317,6 @@ if (val.orderPackageStatus == 70) {
this.loading = false;
this.selectionClear();
});
},
/**
* 创建自提
@ -3279,69 +3329,26 @@ if (val.orderPackageStatus == 70) {
//
onLoadList(dataso) {
let data = {
current: this.pageStock.currentPage,
size: this.pageStock.pageSize,
warehouseId:this.mydata.id,
...dataso,
};
if(this.dataList && this.dataList.length){
data.marketId= this.dataList[0].mallId
}
console.log(data, '处理好的值');
getListStockList(data).then(res => {
const dataOwn = res.data.data;
this.pageStock.total = dataOwn.total;
this.dataOwn = dataOwn.records;
this.dataOwn.forEach(i => {
i.available = i.quantityStock - i.quantityOccupied;
});
});
this.loading = false;
this.selectionClear();
return
console.log('111 :>> ', 111);
this.loading = true;
let a = {};
if (this.$route.query.type == '1') {
a = this.dataList[0];
} else if (this.$route.query.type === '2') {
a = this.dataList[0];
} else if (this.$route.query.type == '3') {
a = this.dataList[0];
current: this.pageStock.currentPage,
size: this.pageStock.pageSize,
warehouseId: this.mydata.id,
...dataso,
};
if (this.dataList && this.dataList.length) {
data.marketId = this.dataList[0].mallId;
}
console.log('a :>> ', a);
console.log(' this.dataOrder :>> ', this.dataOrder);
// let a = this.dataList[0];
if (!!a.mallId) {
// params.marketId = a.mallId;
// params.warehouseId = a.warehouseId;
let data = {
current: this.pageStock.currentPage,
size: this.pageStock.pageSize,
//marketId: a.mallId,
// warehouseId: a.warehouseId,
...dataso,
};
console.log(data, '处理好的值');
// return
getListStockList(data).then(res => {
const dataOwn = res.data.data;
this.pageStock.total = dataOwn.total;
this.dataOwn = dataOwn.records;
this.dataOwn.forEach(i => {
i.available = i.quantityStock - i.quantityOccupied;
});
this.loading = false;
this.selectionClear();
});
} else {
this.$message({
type: 'warning',
message: '无法获取商场信息',
console.log(data, '处理好的值');
getListStockList(data).then(res => {
const dataOwn = res.data.data;
this.pageStock.total = dataOwn.total;
this.dataOwn = dataOwn.records;
this.dataOwn.forEach(i => {
i.available = i.quantityStock - i.quantityOccupied;
});
this.loading = false;
this.pageStock.total = 0;
}
});
this.loading = false;
this.selectionClear();
return;
},
//
onLoadOwn(page, params = {}) {
@ -3388,7 +3395,7 @@ if (val.orderPackageStatus == 70) {
// firsts: val.firsts,
// };
const zeroOrder = val;
// id
// id
zeroOrder.stockArticleId = val.stockArticleId;
//
zeroOrder.maxNum = val.libraryQuantity - val.deliveryQuantity;
@ -3397,7 +3404,7 @@ if (val.orderPackageStatus == 70) {
// zeroOrder.tiQuantity =zeroOrder.tiQuantity;
// console.log('a=>>>>');
// }
// else if (val.deliveryQuantity && Number(this.$route.query.type) === 2) {
// zeroOrder.tiQuantity = val.tiQuantity;
// console.log('b=>>>>');
@ -3410,22 +3417,21 @@ if (val.orderPackageStatus == 70) {
},
//
handleRowZeroOrder() {
console.log(this.zeroOrderFormList,'12121212');
let sum =0
this.zeroOrderFormList.forEach(res=>{
sum+= res.tiQuantity
})
console.log(sum,'总和');
this.dataList.find(res=>res.id==this.zeroOrderFormList[0].stockArticleId).reservationNum=sum
console.log(this.zeroOrderFormList, '12121212');
let sum = 0;
this.zeroOrderFormList.forEach(res => {
sum += res.tiQuantity;
});
console.log(sum, '总和');
this.dataList.find(res => res.id == this.zeroOrderFormList[0].stockArticleId).reservationNum =
sum;
// dataList
this.dataList.find(val => val.id === this.zeroOrderFormList[0].stockArticleId).ParcelLisList = this.zeroOrderFormList;
this.dataList.find(val => val.id === this.zeroOrderFormList[0].stockArticleId).ParcelLisList =
this.zeroOrderFormList;
//
this.dialogFormZeroOrderVisible = false;
},
/**
* 显示维护在库零担数量

326
src/views/distribution/signfor/distributionSignforedt.vue

@ -18,28 +18,21 @@
<el-icon><List /></el-icon>
<span class="title-name">预约单号:</span>
<el-tooltip
:content="form.reservationCode ? form.reservationCode : '暂无商场名称'"
:content="form.reservationCode ? form.reservationCode : '暂无预约单号'"
placement="top"
>
<el-input v-model="form.reservationCode" disabled placeholder="预约单号" />
<el-input v-model="form.reservationCode" disabled placeholder="暂无预约单号" />
</el-tooltip>
</div>
<div class="el-txt">
<el-icon><School /></el-icon>
<span class="title-name">商场名称:</span>
<el-tooltip :content="form.mallName ? form.mallName : '暂无商场名称'" placement="top">
<el-input v-model="form.mallName" disabled placeholder="商场名称" />
</el-tooltip>
<el-input v-model="form.mallName" disabled placeholder="暂无商场名称" />
</div>
<div class="el-txt">
<el-icon><Calendar /></el-icon>
<span class="title-name"> 预约时间:</span>
<el-tooltip
:content="form.reservationDate ? form.reservationDate : '暂无预约时间'"
placement="top"
>
<el-input v-model="form.reservationDate" disabled placeholder="预约时间" />
</el-tooltip>
<el-input v-model="form.reservationDate" disabled placeholder="暂无预约时间" />
</div>
</div>
@ -49,50 +42,32 @@
<div class="el-txt">
<el-icon><Van /></el-icon>
<span class="title-name">配送车次:</span>
<el-tooltip :content="form.trainNumber ? form.trainNumber : '暂无司机姓名'" placement="top">
<el-input v-model="form.trainNumber" disabled placeholder="配送车次" />
</el-tooltip>
<el-input v-model="form.trainNumber" disabled placeholder="暂无配送车次" />
</div>
<div class="el-txt">
<el-icon><User /></el-icon>
<span class="title-name">司机姓名:</span>
<el-tooltip :content="form.driverName ? form.driverName : '暂无司机姓名'" placement="top">
<el-input v-model="form.driverName" disabled placeholder="司机姓名" />
</el-tooltip>
<el-input v-model="form.driverName" disabled placeholder="暂无司机姓名" />
</div>
<div class="el-txt">
<el-icon><Postcard /></el-icon>
<span class="title-name"> 车辆牌照:</span>
<el-tooltip :content="form.vehicleName ? form.vehicleName : '暂无车辆牌照'" placement="top">
<el-input v-model="form.vehicleName" disabled placeholder="车辆牌照" />
</el-tooltip>
<el-input v-model="form.vehicleName" disabled placeholder="暂无车辆牌照" />
</div>
<div class="el-txt">
<el-icon><Van /></el-icon>
<span class="title-name"> 装车班组:</span>
<el-tooltip
:content="form.loadingTeamName ? form.loadingTeamName : '暂无装车班组'"
placement="top"
>
<el-input v-model="form.loadingTeamName" disabled placeholder="装车班组" />
</el-tooltip>
<el-input v-model="form.loadingTeamName" disabled placeholder="暂无装车班组" />
</div>
<div class="el-txt" style="margin-top: 20px">
<el-icon><Van /></el-icon>
<span class="title-name"> 卸车班组:</span>
<el-tooltip
:content="form.unLoadingTeamName ? form.unLoadingTeamName : '暂无卸车班组'"
placement="top"
>
<el-input v-model="form.unLoadingTeamName" disabled placeholder="卸车班组" />
</el-tooltip>
<el-input v-model="form.unLoadingTeamName" disabled placeholder="暂无卸车班组" />
</div>
<div class="el-txt" style="margin-top: 20px">
<el-icon><Stopwatch /></el-icon>
<span class="title-name"> 实际配送时间:</span>
<el-input v-model="pageRow.taskTime" disabled placeholder="卸车班组" />
</div>
</div>
@ -102,9 +77,7 @@
<div class="el-txt">
<el-icon><User /></el-icon>
<span class="title-name">收货人姓名:</span>
<el-tooltip :content="form.consignee ? form.consignee : '暂无收货人姓名'" placement="top">
<el-input v-model="form.consignee" disabled placeholder="收货人姓名" />
</el-tooltip>
<el-input v-model="form.consignee" disabled placeholder="暂无收货人姓名" />
</div>
<div class="el-txt">
<el-icon><User /></el-icon>
@ -113,7 +86,7 @@
:content="form.deliveryPhone ? form.deliveryPhone : '暂无收货人号码'"
placement="top"
>
<el-input v-model="form.deliveryPhone" disabled placeholder="收货人号码" />
<el-input v-model="form.deliveryPhone" disabled placeholder="暂无收货人号码" />
</el-tooltip>
</div>
<div class="el-txt">
@ -123,22 +96,18 @@
:content="form.deliveryAddress ? form.deliveryAddress : '暂无收货人地址'"
placement="top"
>
<el-input v-model="form.deliveryAddress" disabled placeholder="收货人地址" />
<el-input v-model="form.deliveryAddress" disabled placeholder="暂无收货人地址" />
</el-tooltip>
</div>
<div class="el-txt">
<el-icon><Van /></el-icon>
<span class="title-name"> 是否加急:</span>
<el-tooltip :content="form.isUrgent ? form.isUrgent : '暂无加急信息'" placement="top">
<el-input v-model="form.isUrgent" disabled placeholder="是否加急" />
</el-tooltip>
</div>
<div class="el-txt notes">
<el-icon><Edit /></el-icon>
<span class="title-name title-notes"> 客户备注:</span>
<el-tooltip :content="form.remarks ? form.remarks : '暂无备注信息'" placement="top">
<el-input v-model="form.remarks" disabled placeholder="客户备注" />
</el-tooltip>
<el-input v-model="form.remarks" disabled placeholder="暂无客户备注" />
</div>
</div>
<!-- 签收信息 -->
@ -155,17 +124,12 @@
<div class="el-txt el-positioning">
<el-icon><LocationInformation /></el-icon>
<span class="title-name">定位打卡:</span>
<el-tooltip
:content="form.positioningAdr ? form.positioningAdr : '暂无定位打卡'"
placement="top"
>
<el-input
class="positioning"
v-model="form.positioningAdr"
disabled
placeholder="定位打卡位置"
placeholder="暂无定位打卡"
/>
</el-tooltip>
</div>
<div class="el-sw">
<div class="el-box">
@ -173,17 +137,13 @@
<el-icon><LocationInformation /></el-icon>
<span class="title-name">文员备注:</span>
</div>
<el-tooltip
:content="form.clerkSignRemarks ? form.clerkSignRemarks : '暂无文员备注'"
placement="top"
>
<el-input
class="positioning"
v-model="form.clerkSignRemarks"
disabled
placeholder="文员备注"
placeholder="暂无文员备注"
/>
</el-tooltip>
</div>
<div class="el-box">
@ -191,86 +151,59 @@
<el-icon><LocationInformation /></el-icon>
<span class="title-name">司机备注:</span>
</div>
<el-tooltip
:content="form.driverRemarks ? form.driverRemarks : '暂无司机备注'"
placement="top"
>
<el-input
class="positioning"
v-model="form.driverRemarks"
disabled
placeholder="司机备注"
placeholder="暂无司机备注"
/>
</el-tooltip>
</div>
</div>
</div>
<div class="Basic-information">
<div class="el-txt">
<el-icon><User /></el-icon>
<span class="title-name">计划件数:</span>
<el-input v-model="pageRow.reservationNum" disabled placeholder="收货人姓名" />
<el-input v-model="pageRow.reservationNum" disabled placeholder="暂无计划件数"/>
</div>
<div class="el-txt">
<el-icon><User /></el-icon>
<span class="title-name">装车件数:</span>
<el-input v-model="pageRow.loadedNumber" disabled placeholder="收货人号码" />
<el-input v-model="pageRow.loadedNumber" disabled placeholder="暂无装车件数"/>
</div>
<div class="el-txt">
<el-icon><Postcard /></el-icon>
<span class="title-name"> 签收件数:</span>
<el-input v-model="pageRow.receivedQuantity" disabled placeholder="收货人地址" />
<el-input v-model="pageRow.receivedQuantity" disabled placeholder="暂无签收件数"/>
</div>
<div class="el-txt">
<el-icon><Van /></el-icon>
<span class="title-name"> 复核人:</span>
<el-input v-model="pageRow.examineUserName" disabled placeholder="是否加急" />
<el-input v-model="pageRow.examineUserName" disabled placeholder="暂无复核人"/>
</div>
<div class="el-txt" style=" margin-top: 24px;">
<el-icon><Van /></el-icon>
<span class="title-name"> 签收人:</span>
<el-input v-model="pageRow.signeeName" disabled placeholder="是否加急" />
<el-input v-model="pageRow.signeeName" disabled placeholder="暂无签收人"/>
</div>
<div class="el-txt" style=" margin-top: 24px;">
<el-icon><Van /></el-icon>
<span class="title-name"> 签收完成时间:</span>
<el-input v-model="pageRow.sjsigningTime" disabled placeholder="是否加急" />
<el-input v-model="pageRow.sjsigningTime" disabled placeholder="暂无签收完成时间" />
</div>
<div class="el-txt" style=" margin-top: 24px;">
<el-icon><Van /></el-icon>
<span class="title-name"> 文员复核时间:</span>
<el-input v-model="pageRow.signingTime" disabled placeholder="是否加急" />
<el-input v-model="pageRow.signingTime" disabled placeholder="暂无文员复核时间" />
</div>
</div>
<div class="FImg">
<div class="imgName">
<span
@ -767,6 +700,7 @@ import {
$_updateSignAddValuePackage,
$_distributionSignforPackageList,
$_distributionSignforOrderList,
$_distributionSignforDetailExcel,
} from '@/api/distribution/distributionSignfor';
import { getToken } from '@/utils/auth';
import { ElMessage } from 'element-plus';
@ -1464,9 +1398,9 @@ const menuData2 = ref([
//
const menuData3 = ref([
{
prop: 'sku',
label: 'sku',
type: 2,
prop: 'cargoNorms',
label: '物料规格',
type: 1,
values: '',
width: '200',
checkarr: [],
@ -1475,9 +1409,9 @@ const menuData3 = ref([
head: false,
},
{
prop: 'descriptionGoods',
label: '物料名称',
type: 2,
prop: 'cargoNumber',
label: '物料编号',
type: 1,
values: '',
width: '200',
checkarr: [],
@ -1486,9 +1420,9 @@ const menuData3 = ref([
head: false,
},
{
prop: 'cargoNumber',
label: '物料编号',
type: 2,
prop: 'cargoUnit',
label: '物料单位',
type: 1,
values: '',
width: '200',
checkarr: [],
@ -1499,7 +1433,7 @@ const menuData3 = ref([
{
prop: 'cargoNorms',
label: '物料规格',
type: 2,
type: 1,
values: '',
width: '200',
checkarr: [],
@ -1508,8 +1442,8 @@ const menuData3 = ref([
head: false,
},
{
prop: 'cargoUnit',
label: '物料单位',
prop: 'descriptionGoods',
label: '物料名称',
type: 1,
values: '',
width: '200',
@ -1519,9 +1453,9 @@ const menuData3 = ref([
head: false,
},
{
prop: 'category',
label: '品分类',
type: 2,
prop: 'incomingBatch',
label: '批次号',
type: 1,
values: '',
width: '200',
checkarr: [],
@ -1530,8 +1464,8 @@ const menuData3 = ref([
head: false,
},
{
prop: 'reservationNum',
label: '计划出库数',
prop: 'loadingNum',
label: '装车件数',
type: 1,
values: '',
width: '200',
@ -1542,8 +1476,8 @@ const menuData3 = ref([
head: false,
},
{
prop: 'loadedinNumber',
label: '实际出库数',
prop: 'loadingStatus',
label: '装车状态',
type: 1,
values: '',
width: '200',
@ -1554,9 +1488,9 @@ const menuData3 = ref([
head: false,
},
{
prop: 'loadingStatusName',
label: '装车状态',
type: 2,
prop: 'loadingTime',
label: '装车时间',
type: 1,
values: '',
width: '200',
checkarr: [],
@ -1565,8 +1499,63 @@ const menuData3 = ref([
head: false,
},
{
prop: 'signingStatusName',
prop: 'loadingUser',
label: '装车人',
type: 1,
values: '',
width: '200',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'marketName',
label: '商场名称',
type: 1,
values: '',
width: '200',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'planNum',
label: '计划数量',
type: 1,
values: '',
width: '200',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'signingNum',
label: '签收数量',
type: 1,
values: '',
width: '200',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'signingStatus',
label: '签收状态',
type:1,
values: '',
width: '200',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'signingTime',
label: '签收时间',
type: 1,
values: '',
width: '200',
@ -1576,9 +1565,20 @@ const menuData3 = ref([
head: false,
},
{
prop: 'signUser',
prop: 'signingUser',
label: '签收人',
type: 2,
type: 1,
values: '',
width: '200',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'stockupNum',
label: '备货数量',
type: 1,
values: '',
width: '200',
checkarr: [],
@ -1825,6 +1825,7 @@ const pageRow=ref({});//页面参数
const onLoad = () => {
menuData.value = menuData1.value; //
data.value = InitializeTable.value; //
pageRow.value=JSON.parse(route.query.row)
};
console.log(route.query,'route.query');
@ -2217,11 +2218,13 @@ function InventoryList() {
editLoading.value = true; //
data.value = [];
signforInventoryList(RouterId.value).then(res => {
console.log(res,'库存品');
if (res.data.code !== 200) return;
console.log(res, '库存品列表');
// data.value = res.data.data || [];
Tabs.value[2].data = data || [];
Tabs.value[2].renderData = data || [];
Tabs.value[2].data = res.data.data || [];
Tabs.value[2].renderData = res.data.data || [];
editLoading.value = false; //
});
}
@ -2252,13 +2255,6 @@ const tabClick = val => {
//
const Signforexport = () => {
if (SignforMenu.value.label == '库存品列表') {
ElMessage({
message: '库存品导出维护中',
type: 'warning',
});
return;
}
console.log(SignforMenu.value);
ElMessageBox.confirm(`是否导出${SignforMenu.value.label}`, '提示', {
confirmButtonText: '确定',
@ -2267,30 +2263,12 @@ const Signforexport = () => {
})
.then(() => {
let data = {
signforId: RouterId.value,
};
id: RouterId.value,
};
editLoading.value = true;
//
if (SignforMenu.value.label == '订单列表') {
return $_distributionSignforOrderList(data)
.then(res => {
downloadXls(res.data, `订单列表.xlsx`);
ElMessage({
type: 'success',
message: '导出成功',
});
})
.catch(() => {})
.finally(() => {
editLoading.value = false;
});
}
//
if (SignforMenu.value.label == '包件列表') {
return $_distributionSignforPackageList(data)
return $_distributionSignforDetailExcel(data)
.then(res => {
downloadXls(res.data, `包件列表.xlsx`);
downloadXls(res.data, `${SignforMenu.value.label}.xlsx`);
ElMessage({
type: 'success',
message: '导出成功',
@ -2300,10 +2278,52 @@ const Signforexport = () => {
.finally(() => {
editLoading.value = false;
});
}
//
if (SignforMenu.value.label == '库存品列表') {
}
//
// if (SignforMenu.value.label == '') {
// return $_distributionSignforOrderList(data)
// .then(res => {
// downloadXls(res.data, `.xlsx`);
// ElMessage({
// type: 'success',
// message: '',
// });
// })
// .catch(() => {})
// .finally(() => {
// editLoading.value = false;
// });
// }
// //
// if (SignforMenu.value.label == '') {
// return $_distributionSignforPackageList(data)
// .then(res => {
// downloadXls(res.data, `.xlsx`);
// ElMessage({
// type: 'success',
// message: '',
// });
// })
// .catch(() => {})
// .finally(() => {
// editLoading.value = false;
// });
// }
// //
// if (SignforMenu.value.label == '') {
// return $_distributionSignforDetailExcel(data)
// .then(res => {
// downloadXls(res.data, `.xlsx`);
// ElMessage({
// type: 'success',
// message: '',
// });
// })
// .catch(() => {})
// .finally(() => {
// editLoading.value = false;
// });
// }
})
.catch(() => {});
};

1
src/views/distribution/signfor/distributionSignfortreat.vue

@ -2088,6 +2088,7 @@ export default {
id: row.id,
reservationId: row.reservationId,
name: '待签收查看',
row: JSON.stringify(row),
},
});
},

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

@ -1220,9 +1220,10 @@ const menuData = ref([
statistics: true, //
isshowSummary: true,
},
{
prop: 'reservationNum',
label: '计划数量',
prop: 'handQuantity',
label: '在库件数',
type: 1,
values: '',
width: '110',
@ -1234,8 +1235,8 @@ const menuData = ref([
isshowSummary: true,
},
{
prop: 'handQuantity',
label: '在库件数',
prop: 'reservationNum',
label: '计划数量',
type: 1,
values: '',
width: '110',

Loading…
Cancel
Save