Browse Source

修复回复看不见

pre-production
马远东 1 year ago
parent
commit
a69efd13bc
  1. 4
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 303
      src/views/distribution/turndelivery/deliveryDiscuss.vue

4
src/views/aftersales/aftersalesWorkOrder.vue

@ -4,7 +4,7 @@
<el-tabs type="border-card" v-model="tabValue" @tab-change="tabChenge" class="el_tabs">
<div></div>
<template v-for="item in TabList">
<el-tab-pane v-if="item.state" :name="item.name" :label="item.label" :key="item.name">
<el-tab-pane :name="item.name" :label="item.label" :key="item.name" v-if="item.state" >
</el-tab-pane>
</template>
@ -678,7 +678,7 @@ const AppealStatusT = ref(false); //是否为申诉列表
const TabList = ref([
{ name: 0, label: '全部', state: true },
{ name: 3, label: '待处理', state: true },
{ name: 8, label: '待回复', state: UserPermissions == '仓库客服' },
{ name: 8, label: '待回复', state: UserPermissions.value == '仓库客服' },
{ name: 1, label: '处理中', state: true },
{ name: 2, label: '处理完毕', state: true },
{ name: 6, label: '完结', state: true },

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

@ -327,7 +327,7 @@
? 'static-class'
: ''
"
>{{ props.row[item.prop] != null ? props.row[item.prop] : '/' }}</span
>{{ props.row[item.prop]!=null ? props.row[item.prop] : '/' }}</span
>
</template>
</el-table-column>
@ -404,21 +404,15 @@
</el-table>
<div class="el-Cart-button-btn">
<div class="el_tool">
已选择:{{ dataInfo.length }}
已选择:{{dataInfo.length}}
<div>
<span>合计:</span>
<span
>订单总件数:
<span style="color: #67c23a">{{ Totalnumberoforders }} </span>
</span>
<span style="margin: 0 4px"></span>
<span
>在库总件数:
<span style="color: #67c23a"> {{ Totalnumberofitemsinstock }}</span></span
>
</div>
</div>
<span>订单总件数: <span style="color: #67c23a;">{{Totalnumberoforders}} </span> </span>
<span style=" margin: 0 4px;"></span>
<span>在库总件数: <span style="color: #67c23a;"> {{Totalnumberofitemsinstock}}</span></span>
</div>
</div>
<el-button type="primary" @click="SubmitCommercial"
><el-icon><Select /></el-icon>()</el-button
>
@ -636,15 +630,6 @@
</el-table>
<!-- 表格翻页功能 -->
<div class="demo-pagination-block TCdemo-pagination-block">
<div style="display: flex" v-if="!wrapLoading">
<div>
订单总件数: <span>{{ orderTotalNum }}</span>
</div>
<div>
在库件数: <span>{{ orderStockNum }}</span>
</div>
</div>
<el-pagination
v-model:current-page="currentPage"
v-model:page-size="pageSize"
@ -872,8 +857,8 @@ const numTab = ref([
},
]);
const num = ref(null); //
const Totalnumberoforders = ref(0); //
const Totalnumberofitemsinstock = ref(0); //
const Totalnumberoforders=ref(0);//
const Totalnumberofitemsinstock =ref(0);//
const kind = ref(true); //
const currentPage = ref(1); //
const pageSize = ref(20); //
@ -934,20 +919,6 @@ const soInpuState = ref(false); //搜索框状态表示当前没有搜索
const statisticsList = ref([]); //
const inputValue = ref('number'); //
const dataInfoID = ref(); //ID
/** 编辑时, 初始化司机信息 */
const chooseDriverIds = ref([]);
/** 编辑时, 初始化车辆信息 */
const chooseCarIds = ref([]);
const orderTotalNum = computed(() => {
console.log('dataTmp.value :>> ', dataTmp.value);
console.log('dataInfo.value :>> ', dataInfo.value);
const _arr = [...new Set(dataTmp.value), ...dataInfo.value];
return _arr.reduce((sum, item) => sum + item.totalNumber, 0);
});
const orderStockNum = computed(() => {
const _arr = [...new Set(dataTmp.value), ...dataInfo.value];
return _arr.reduce((sum, item) => sum + item.handQuantity, 0);
});
//
//
//
@ -1266,7 +1237,7 @@ const menuData = ref([
statistics: true, //
},
{
prop: 'handQuantity',
prop: 'handQuantity',
label: '在库件数',
type: 1,
values: '',
@ -1277,17 +1248,6 @@ const menuData = ref([
head: true,
statistics: true, //
},
{
prop: 'warehouseEntryTime',
label: '入库时间',
type: 1,
values: '',
width: '160',
checkarr: [],
fixed: false,
sortable: true,
head: true,
},
{
prop: 'consigneePerson',
label: '运单收货人',
@ -1420,6 +1380,17 @@ const menuData = ref([
sortable: true,
head: true,
},
{
prop: 'warehouseEntryTime',
label: '入库时间',
type: 1,
values: '',
width: '160',
checkarr: [],
fixed: false,
sortable: true,
head: true,
},
{
prop: 'storeTime',
label: '在库时间',
@ -1739,19 +1710,17 @@ onMounted(() => {
numTab.value[0].name = '0'; //
numTab.value[1].name = '1';
kind.value = true;
res.data.data.deliverySelfVO.forEach((item, index) => {
res.data.data.deliverySelfVO.forEach(item => {
console.log(item, '司机配置信息');
DriverTemporaryStorage.value.push({
driverId: item.driverId, //ID
driverName: item.driverName, //
driverPhone: item.driverPhone, //
});
chooseDriverIds.value.push(item.driverId);
VehicleTemporaryStorage.value.push({
vehicleId: item.vehicleId, //ID
vehicleNub: item.vehicleNub, //
});
chooseCarIds.value.push(item.vehicleId);
}),
VehicleTemporaryStorage.value.push({
vehicleId: item.vehicleId, //ID
vehicleNub: item.vehicleNub, //
});
//
StockInfo.value.Sj.push(item.driverId);
//
@ -1761,9 +1730,6 @@ onMounted(() => {
DataSubmit.value.masterVehicleNub = item.vehicleNub; //
}
});
console.log('chooseDriverIds :>> ', chooseDriverIds);
console.log('chooseCarIds :>> ', chooseCarIds);
}
wrapDataInfo.value = res.data.data.stockArticleList; //
dataInfo.value = res.data.data.stockArticleList; //
@ -1781,7 +1747,7 @@ onMounted(() => {
DataSubmit.value.stockup.stockupDate = res.data.data.stockupInfo.stockupDate; //
DataSubmit.value.taskTime = res.data.data.taskTime; //
editLoading.value = false; //
tooSUM();
tooSUM()
});
}
});
@ -1917,14 +1883,14 @@ const selectChange = (selection, row) => {
}
}
};
function tooSUM() {
Totalnumberoforders.value = 0;
Totalnumberofitemsinstock.value = 0;
dataInfo.value.forEach(item => {
(Totalnumberoforders.value += item.totalNumber),
(Totalnumberofitemsinstock.value += item.handQuantity);
});
}
function tooSUM(){
Totalnumberoforders.value=0
Totalnumberofitemsinstock.value=0
dataInfo.value.forEach(item=>{
Totalnumberoforders.value+= item.totalNumber,
Totalnumberofitemsinstock.value+=item.handQuantity
})
};
//
const submit = () => {
//
@ -1966,7 +1932,7 @@ const submit = () => {
//
dataInfo.value = removeDuplicates(dataInfo.value);
//
tooSUM();
tooSUM()
//
dataTmp.value = removeDuplicates(dataTmp.value);
AddLalog.value = false; //
@ -2024,12 +1990,59 @@ const SearchFu = () => {
}
return;
if (multifunctional.value) {
document.getElementById(multifunctional.value).scrollIntoView();
}
return;
console.log(soInpuState.value, '当前搜索状态');
if (!multifunctional.value && !dataInfoTemp.value.length) {
soInpuState.value = false; //
ElMessage({
showClose: true,
message: '请输入搜索内容',
type: 'warning',
});
return;
}
if (!multifunctional.value && dataInfoTemp.value.length) {
//
soInpuState.value = false; //
dataInfo.value = JSON.parse(JSON.stringify(dataInfoTemp.value));
dataInfoTemp.value = [];
}
if (soInpuState.value) {
ElMessage({
showClose: true,
message: '请先重置数据',
type: 'warning',
});
return;
} else {
//
console.log('多功能搜索功能');
console.log(dataInfo.value, '当前订单');
dataInfoTemp.value = dataInfo.value; //
let temp = dataInfo.value.filter(item => {
return Object.values(item).some(val => {
if (typeof val === 'string') {
return val.includes(multifunctional.value);
}
return false;
});
});
console.log(temp, '搜索结果');
console.log(dataInfoTemp.value, '临时存储的值');
dataInfo.value = temp; //
soInpuState.value = false; //
}
// console.log(dataInfo.value, '');
};
//
const DeleteEvent = val => {
if (route.query.id) {
//
let data = {
@ -2088,7 +2101,7 @@ const DeleteEvent = val => {
});
}
}
tooSUM();
tooSUM()
};
//
const EditEvent = val => {
@ -2194,7 +2207,7 @@ const PackageFn = () => {
//
const ViewEvent = val => {
wrapData.value = [];
wrapData.value=[]
loading.value = true; //
PackageFrom.value = {}; //
parameter.value = {}; //
@ -2207,6 +2220,66 @@ const ViewEvent = val => {
//
PackageFn();
return;
if (RouteId.value) {
console.log(wrapLoading.value, '当前为编辑状态');
$_getPackageListByDeliveryIdAndOrderId({
waybillNumber: '', //
orderPackageCode: '', //
current: 1,
size: 100,
deliveryId: RouteId.value,
id: val.id,
}).then(res => {
console.log(res, '订单包件信息');
if (res.data.code == 200) {
wrapData.value = res.data.data.data.packageList;
let IdTmp = []; //ID
dataInfo.value[dataId.value].packageListInfo = wrapTemp.value[dataId.value];
//,,,使API
if (dataInfo.value[dataId.value].packageListInfo) {
dataInfo.value[dataId.value].packageListInfo.forEach(item => {
IdTmp.push(item.id);
});
}
toggleSelection({
val: false,
data: IdTmp.length ? IdTmp : res.data.data.data.packageListIds.split(','),
index: kind.value ? 0 : 1,
}); //
}
// AddLalog.value = false; //
console.log(wrapData.value, '包件表格信息');
console.log(res);
});
} else {
//
//
$_getPackageListByStockArticleId({
waybillNumber: '', //
orderPackageCode: '', //
id: val.id,
current: 1,
size: 100,
}).then(res => {
wrapData.value = res.data.data.records;
console.log(res, '订单包件');
if (kind.value) {
toggleSelection({ index: 0 }); //
} else {
toggleSelection({ index: 1 }); //
}
console.log(tableRefs, 'tableRefs');
console.log(res.data.data.records, '查看下面的包件');
});
//
console.log('当前为新增状态');
console.log(val, val.id, '查看包件事件');
//
console.log(dataId.value, 'dataId.value下标');
console.log(wrapDataInfo.value[dataId.value], '当前订单下面的包件信息');
console.log(wrapDataInfo, '订单');
}
editLoading.value = false; //
};
//
@ -2544,7 +2617,6 @@ const merge = (val, kindS) => {
message: '未选择司机配置!',
type: 'warning',
});
state.value = false; //
return;
}
//
@ -2553,7 +2625,6 @@ const merge = (val, kindS) => {
message: '司机配置未选择完整!',
type: 'warning',
});
state.value = false; //
return;
}
//
@ -2562,7 +2633,6 @@ const merge = (val, kindS) => {
message: '未选择主司机!',
type: 'warning',
});
state.value = false; //
return;
}
//
@ -2571,7 +2641,6 @@ const merge = (val, kindS) => {
message: '未选择主车辆!',
type: 'warning',
});
state.value = false; //
return;
}
if (!DataSubmit.value.taskTime) {
@ -2579,7 +2648,6 @@ const merge = (val, kindS) => {
message: '请填写配送日期',
type: 'warning',
});
state.value = false; //
return;
}
//
@ -2661,65 +2729,26 @@ const SubmitCommercial = () => {
if (!kind.value) {
delete DataSubmit.value.allocationInfo; //
}
console.log('DriverTemporaryStorage :>> ', DriverTemporaryStorage);
console.log('VehicleTemporaryStorage :>> ', VehicleTemporaryStorage);
let DataSubmitRenamed = Object.assign({}, DataSubmit.value); //
//
DataSubmitRenamed.isDeliveryDriverUpdate = 0;
if (
DriverTemporaryStorage.value.length !== chooseDriverIds.value.length ||
VehicleTemporaryStorage.value.length !== chooseCarIds.value.length
)
DataSubmitRenamed.isDeliveryDriverUpdate = 1;
else {
console.log('111 :>> ', 111);
// ,
for (const iterator of DriverTemporaryStorage.value) {
if (chooseDriverIds.value.indexOf(iterator.driverId) === -1) {
DataSubmitRenamed.isDeliveryDriverUpdate = 1;
break;
}
}
// ,
if (DataSubmitRenamed.isDeliveryDriverUpdate === 0) {
for (const iterator of VehicleTemporaryStorage.value) {
if (chooseCarIds.value.indexOf(iterator.vehicleId) === -1) {
DataSubmitRenamed.isDeliveryDriverUpdate = 1;
break;
}
}
}
}
delete DataSubmitRenamed.stockup; //
DataSubmitRenamed.stockupInfo = DataSubmit.value.stockup; //,
DataSubmitRenamed.id = RouteId.value; //ID
updateDeliveryList(DataSubmitRenamed)
.then(res => {
console.log(res, '修改之后提交的返回值');
$store.commit('DEL_TAG_CURRENT'); //
router.push('/distribution/inventory/distrilbutionBillLadingList');
})
.finally(() => {
editLoading.value = false; //
});
updateDeliveryList(DataSubmitRenamed).then(res => {
editLoading.value = false; //
console.log(res, '修改之后提交的返回值');
$store.commit('DEL_TAG_CURRENT'); //
router.push('/distribution/inventory/distrilbutionBillLadingList');
});
} else {
//
deliveryBusinessTask(DataSubmit.value)
.then(res => {
console.log(res, '新增之后的返回值');
//
$store.commit('DEL_TAG_CURRENT'); //
router.push('/distribution/inventory/distrilbutionBillLadingList');
})
.finally(() => {
editLoading.value = false; //
});
deliveryBusinessTask(DataSubmit.value).then(res => {
console.log(res, '新增之后的返回值');
//
editLoading.value = false; //
$store.commit('DEL_TAG_CURRENT'); //
router.push('/distribution/inventory/distrilbutionBillLadingList');
});
}
console.log(DataSubmit.value, '准备提交的信息');
@ -3286,11 +3315,11 @@ const SubmitCommercial = () => {
justify-content: flex-start !important;
}
}
.el_tool {
display: flex;
justify-content: space-between;
align-items: center;
min-width: 300px;
font-size: 14px;
.el_tool{
display: flex;
justify-content: space-between;
align-items: center;
min-width: 300px;
font-size: 14px;
}
</style>

Loading…
Cancel
Save