Browse Source

库存品明细页面卡死

master
马远东 1 year ago
parent
commit
6aa3656219
  1. 39
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 24
      src/views/aftersales/aftersalesWorkOrderAdd.vue
  3. 23
      src/views/aftersales/aftersalesWorkOrderend.vue
  4. 20
      src/views/aftersales/aftersalesWorkOrdermodify.vue
  5. 7
      src/views/distribution/inventory/distributionStockListDetails.vue

39
src/views/aftersales/aftersalesWorkOrder.vue

@ -169,7 +169,7 @@
>申诉</el-button
> -->
</div>
<el-button v-if="TimeoutStatus" @click="BtnModifyAmount(slotProps.scope)"
<el-button v-if='TabPermissions==4' @click="BtnModifyAmount(slotProps.scope)"
>修改金额</el-button
>
</div>
@ -1877,6 +1877,7 @@ const appeal = val => {
};
//
const Appealbutton = () => {
console.log(details.selectionList,'当前申诉的东西');
loadingappeal.value = true; //
console.log(Appealselection.value, '当前选择的责任人');
console.log(warehouseData.value, '要循环处理的参数');
@ -1906,24 +1907,24 @@ const Appealbutton = () => {
});
});
console.log(data, '处理好的值');
$_appealSubmit(data).then(res => {
dialogappeal.value = false; //
loadingappeal.value = false; //
console.log(res, '申诉成功返回值');
ProcessingPartyState.value = false; //
data.workOrderStatus = 30;
details.query.workOrderStatus = 30;
ArbitrationStatus.value = false; //
tabValue.value = 2;
empty(); //
IndexTable({ workOrderStatus: 30 });
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
}
});
// $_appealSubmit(data).then(res => {
// dialogappeal.value = false; //
// loadingappeal.value = false; //
// console.log(res, '');
// ProcessingPartyState.value = false; //
// data.workOrderStatus = 30;
// details.query.workOrderStatus = 30;
// ArbitrationStatus.value = false; //
// tabValue.value = 2;
// empty(); //
// IndexTable({ workOrderStatus: 30 });
// if (res.data.code == 200) {
// ElMessage({
// message: res.data.msg,
// type: 'success',
// });
// }
// });
};
//

24
src/views/aftersales/aftersalesWorkOrderAdd.vue

@ -777,9 +777,9 @@ const ConfirmForm = () => {
if (Indexform.value.deliveryDriver) {
Indexform.value.deliveryDriver = DeliveryDriver.value.find(
item => item.value == Indexform.value.deliveryDriver
).label;
);
}
Indexform.value.deliveryDriver= Indexform.value.deliveryDriver.label
console.log(Indexform.value.deliveryDriver); //
let processorEntityList = [];
@ -920,16 +920,16 @@ const ConfirmForm = () => {
delete DataSubmit.processor; //
console.log(DataSubmit, '处理好的数据');
//stringify
// $_submit(DataSubmit).then(res => {
// if (res.data.code == 200) {
// ElMessage({
// message: res.data.msg,
// type: 'success',
// });
// Indexform.value = {}; //
// $router.push('/aftersales/aftersalesWorkOrder'); //
// }
// });
$_submit(DataSubmit).then(res => {
if (res.data.code == 200) {
ElMessage({
message: res.data.msg,
type: 'success',
});
Indexform.value = {}; //
$router.push('/aftersales/aftersalesWorkOrder'); //
}
});
};
//

23
src/views/aftersales/aftersalesWorkOrderend.vue

@ -1533,8 +1533,6 @@ const PaymentConfirmation = val => {
//
const submit = () => {
console.log(UserPermissions.value, '当前角色');
if (UserPermissions.value == '职能客服' || UserPermissions.value == '客服经理' ) {
//
//
if (routerState.value == 'end') {
@ -1616,24 +1614,8 @@ const submit = () => {
type: 'success',
});
}
});
}else{
ElMessage({
message: '权限不足',
type: 'warning',
});
console.log(UserPermissions.value);
return;
}
})
} else {
if (UserPermissions.value != '仓库客服') {
ElMessage({
message: '权限不足',
type: 'warning',
});
console.log(UserPermissions.value);
return;
}
//
console.log($route.query.id, '异常ID');
console.log(ProcessingList.value, 'ProcessingList12312');
@ -1719,8 +1701,7 @@ const submit = () => {
}
});
}
};
}
//
const replyMessage = () => {
console.log(MessageContent.value, '当前的聊天记录');

20
src/views/aftersales/aftersalesWorkOrdermodify.vue

@ -793,7 +793,15 @@ const onLoad = () => {
url: res.imagePath,
});
});
//
CopyingInfo.value.deliveryDriver = res.data.data.deliveryDriver; //
CopyingInfo.value.deliveryTime = res.data.data.deliveryTime; //
CopyingInfo.value.warehousingTime = res.data.data.warehousingTime; //
CopyingInfo.value.waybillMall = res.data.data.waybillMall; //
CopyingInfo.value.trainNumber = res.data.data.trainNumber; //
CopyingInfo.value.first = res.data.data.first; //
CopyingInfo.value.secondary = res.data.data.secondary; //
CopyingInfo.value.problemDescription = res.data.data.problemDescription; //
NewImageAddress.value = JSON.parse(JSON.stringify(Indexform.value['packageImage'])); //
//
PackageInfo.value = res.data.data.abnormalPackageVOList;
@ -1426,10 +1434,11 @@ const Arbitrationcompleted = () => {
aftersalesProcessingResultsDTO: {
workOrderId: '', //ID
},
assignList:[]
};
data.aftersalesProcessingResultsDTO.workOrderId = $route.query.id; //ID
DataSubmit['completionRecordEntities'] = CompensationParty.value
data['assignList'].push($route.query.id)
data['completionRecordEntities'] = CompensationParty.value
.filter(item => item.state === 0) // 0
.map(item => {
return {
@ -1442,7 +1451,7 @@ const Arbitrationcompleted = () => {
};
});
DataSubmit['completionRecipientEntities'] = CompensationParty.value
data['completionRecipientEntities'] = CompensationParty.value
.filter(item => item.state === 1) // 1
.map(item => {
return {
@ -1496,6 +1505,9 @@ const Arbitrationcompleted = () => {
}
data.aftersalesProcessingResultsDTO.money = sum; //
console.log(data, '处理好的值');
$_arbitrateEnd(data).then(res=>{
console.log(res,'处理结果');
})
};
//

7
src/views/distribution/inventory/distributionStockListDetails.vue

@ -31,12 +31,13 @@
<el-row>
<el-col :span="10">
<el-form-item label="货物单位:">
<span>{{ queryOwn.cargoUnit }}</span>
<span>{{ queryOwn.cargoUnit || '无'}}</span>
</el-form-item>
</el-col>
<el-col :span="10">
<el-form-item label="门店地址:">
<span>{{ !queryOwn.storeName ? '无' : queryOwn.storeName }}</span>
<!-- <span>{{ queryOwn?:!queryOwn.storeName ? !queryOwn: '无' : queryOwn.storeName }}</span> -->
<span>{{ queryOwn.storeNam||'无'}}</span>
</el-form-item>
</el-col>
</el-row>
@ -929,7 +930,7 @@ export default {
// });
let a = await getList(page.currentPage, page.pageSize, Object.assign(params, this.query));
console.log('aaaa', a.data.data.records);
this.queryOwn = a.data.data.records[0];
this.queryOwn = a.data.data.records[0] || {};
if (!this.queryOwn.pid) {
console.log('11111111111');
//

Loading…
Cancel
Save