Browse Source

新增异常签收功能

dev-xx
马远东 1 year ago
parent
commit
a918158de9
  1. 11
      src/api/aftersales/aftersalesWorkOrder.js
  2. 438
      src/option/distribution/DeliveryExceptionReview.js
  3. 2
      src/page/index/top/index.vue
  4. 81
      src/views/aftersales/aftersalesWorkOrder.vue
  5. 127
      src/views/aftersales/aftersalesWorkOrderend.vue
  6. 224
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

11
src/api/aftersales/aftersalesWorkOrder.js

@ -438,10 +438,21 @@ export const $_updateProcessingParty = (data) => {
})
}
export const $_settlementUpdate = (data) => {
return request({
url: '/api/logpm-aftersales/aftersalesWorkOrder/update',
method: 'post',
data
})
}
// 仲裁确定处理
export const $_updateArbitrateStatu = (data) => {
return request({
url: '/api/logpm-aftersales/aftersalesWorkOrder/updateArbitrateStatus',
method: 'post',
data
})
}

438
src/option/distribution/DeliveryExceptionReview.js

@ -0,0 +1,438 @@
export const AbnormalReview = [
{
prop: '',
label: '复选框',
type: 0,
width: 55,
fixed: true,
},
{
prop: '',
label: '序号',
type: 12,
values: '',
width: 55,
fixed: true,
},
{
prop: 'trainNumber',
label: '配送车次',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'waybillNumber',
label: '运单号',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'serviceNumber',
label: '服务号',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'orderCode',
label: '订单自编号',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'materialName',
label: '货物名称',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'packageCode',
label: '包条码',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
// {
// prop: 'warehouse',
// label: '仓库',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'sendWarehouseName',
// label: '发站仓',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'acceptWarehouseName',
// label: '目的仓',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'waybillNumber',
// label: '发货时间',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'warehouseEntryTimeEnd',
// label: '入库时间',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'trainNumber',
// label: '客户车次号',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'trainNumber',
// label: '发站出库车次',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'trainNumber',
// label: '入库车次',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
{
prop: 'firsts',
label: '一级品类',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'second',
label: '二级品类',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'thirdProduct',
label: '三级品类',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
// {
// prop: 'materialCode',
// label: '物料编号',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'materialName',
// label: '物料名称',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
{
prop: 'orderPackageStatusName',
label: '包件状态',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'orderPackageFreezeStatusName',
label: '冻结状态',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
// {
// prop: 'orderPackageGroundingStatusName',
// label: '上架状态',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
{
prop: 'orderPackageStockupStatusName',
label: '备货状态',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'orderPackageReservationStatusName',
label: '预约状态',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'orderPackageLoadingStatusName',
label: '装车状态',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
// {
// prop: 'orderPackageDeliveryStatus',
// label: '配送计划状态',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'orderPackageReservationStatusName',
// label: '装车扫描时间',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'scanStatus',
// label: '装车方式',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'orderPackageDeliveryStatus',
// label: '装车扫描人员',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'driverName',
// label: '计划装车人',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'scanUser',
// label: '实际装车人',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'signingTime',
// label: '签收扫描时间',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
{
prop: 'auditingStatusName',
label: '审核状态',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'auditingTime',
label: '审核时间',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
{
prop: 'auditingUser',
label: '审核人',
type: 1,
values: '',
width: '100',
checkarr: [],
fixed: false,
sortable: false,
head: false,
},
// {
// prop: 'pallet',
// label: '托盘码',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
// {
// prop: 'goodsAllocation',
// label: '库位号',
// type: 2,
// values: '',
// width: '100',
// checkarr: [],
// fixed: 'right',
// sortable: false,
// },
{
prop: '',
label: '操作',
type: 6,
values: '',
width: '80',
checkarr: [],
fixed: 'right',
sortable: false,
},
];

2
src/page/index/top/index.vue

@ -142,6 +142,8 @@ export default {
if (res.data.data == null) {
console.log('当前没有数据');
localStorage.setItem('WarehouseName', void 0);
localStorage.setItem('WarehouseName', res.data.data.name);
localStorage.setItem('my_data', JSON.stringify(''))
return;
}
localStorage.setItem('WarehouseName', res.data.data.name);

81
src/views/aftersales/aftersalesWorkOrder.vue

@ -212,7 +212,12 @@
@click="ResultConfirmation(slotProps.scope)"
>确定</el-button
>
<!-- 仲裁中确定结束仲裁按钮 -->
<el-button
v-if="TabPermissions== '5'"
@click="EndArbitration(slotProps.scope)"
>确定</el-button
>
<!-- 仓库客服的缺确定
<el-button
v-if="
@ -418,6 +423,25 @@
</span>
</template>
</el-dialog>
<!-- 客服介入原因 -->
<el-dialog v-model="dialogCustomer" title="客服介入" width="30%" draggable>
<el-form :model="CustomerServiceForm" >
<el-form-item label="介入原因">
<el-input v-model="CustomerServiceForm.reasonRemarks" type="textarea" placeholder="请输入介入原因"/>
</el-form-item>
</el-form>
<template #footer>
<span class="dialog-footer">
<el-button @click="dialogCustomer = false">取消</el-button>
<el-button type="primary" @click="CustomerServiceintervention">
提交
</el-button>
</span>
</template>
</el-dialog>
<!-- 批量完结弹窗 -->
@ -695,6 +719,7 @@ import {
$_Cancelappeal,
$_getDetails,
$_settlementUpdate,
$_updateArbitrateStatu,
} from '@/api/aftersales/aftersalesWorkOrder';
import { getToken } from '@/utils/auth';
import { getDictionaryBiz } from '@/api/system/dict'; //
@ -773,7 +798,8 @@ const PermissionButton = computed(() => {
information_editing: accessControl.information_editing, //
};
});
const dialogCustomer=ref(false);//
const CustomerServiceForm=ref({});//
const DingTalkfilling = ref({}); //
const dialogDingTalk = ref(false); //
const tabValue = ref(0); //
@ -1340,7 +1366,9 @@ const IndexTable = val => {
Statusprocessing(res.data.data.records);
details.data = res.data.data.records;
} else {
details.data = res.data.data.records;
// details.data = res.data.data.records;
details.data = [{}];
}
}
loading.value = false; //
@ -3002,6 +3030,28 @@ const DetermineStorage = val => {
//
console.log(data, '处理好的值');
};
//
const EndArbitration=(val)=>{
// if (!details.selectionList.length) {
// ElMessage({
// message: '',
// type: 'warning',
// });
// return;
// }
console.log(val,'当前参数');
let data={
assignList:[val.row.id]
}
$_updateArbitrateStatu(data).then(res=>{
console.log(res,'处理成功');
})
}
//
const ResultConfirmation = (val) => {
@ -3236,9 +3286,10 @@ const Assignbutton = () => {
dialogassign.value = false; //
});
};
//
const arbitrate = () => {
//
//
const arbitrate=()=>{
if (!details.selectionList.length) {
console.log('当前没有数据');
ElMessage({
@ -3255,18 +3306,20 @@ const arbitrate = () => {
});
return;
}
let data = {
dialogCustomer.value=true;//
}
const CustomerServiceintervention = () => {
//
let data = {
assignList: [],
reasonRemarks:CustomerServiceForm.value.reasonRemarks,//
};
details.selectionList.forEach(item => {
data['assignList'].push(item.id);
});
if (!ArbitrationStatus.value) {
ElMessage({
message: '当前状态不可申请仲裁',
type: 'warning',
});
} else {
console.log(data, '仲裁处理好的参数');
//
$_arbitrate(data).then(res => {
@ -3279,7 +3332,7 @@ const arbitrate = () => {
});
}
});
}
};
//
const DingTalk = () => {

127
src/views/aftersales/aftersalesWorkOrderend.vue

@ -569,10 +569,16 @@
v-if="$route.query.index != '0'"
type="primary"
class="button"
@click="submit"
@click="submit(1)"
>提交</el-button
>
<el-button
v-if="$route.query.index != '0'"
type="primary"
class="button"
@click="submit(2)"
>保存</el-button
>
<!-- <el-button
@click="DetermineStorage"
v-if="$route.query.index != '0'"
@ -1140,7 +1146,7 @@ const onLoad = () => {
//
res.data.data.processorVOList.forEach(item => {
if (item) {
if (item.typesOf == 2) {
if (item.typesOf == 2 && item.processingStatus=='1') {
//
endFrom.value.processor.push(item.businessId);
MessageResponsibility.value.push(item.businessId);
@ -1806,19 +1812,8 @@ const PaymentConfirmation = val => {
// };
//
const submit = () => {
//
if (ProcessingList.value.length) {
for (let item of ProcessingList.value) {
if (!item.payment) {
ElMessage({
message: `请选择${item.name}的支付方式`,
type: 'warning',
});
return;
}
}
}
const submit = async(val) => {
console.log(UserPermissions.value, '当前角色');
//
@ -1904,16 +1899,81 @@ const submit = () => {
console.log(res, '提交失败');
});
} else {
//
console.log(ProcessingList.value,'处理结果');
let result = ProcessingList.value.every(function(obj) {
//
return obj.input =='0';
});
if (!result) {
//
if (ProcessingList.value.length) {
for (let item of ProcessingList.value) {
if (!item.payment) {
ElMessage({
message: `请选择${item.name}的支付方式`,
type: 'warning',
});
return;
}
if (!item.paymentUnit) {
ElMessage({
message: `请填写${item.name}的支付单位`,
type: 'warning',
});
return;
}
if (!item.compensationTime) {
ElMessage({
message: `请填写${item.name}的支付时间`,
type: 'warning',
});
return;
}
}
}
}
//
console.log($route.query.id, '异常ID');
console.log(ProcessingList.value, 'ProcessingList12312');
let info = JSON.parse(JSON.stringify(endFrom.value)); //
let data = {
resultIdentification:val==1?'1':'2',//12
aftersalesProcessingResultsDTO: {
// ...info,
},
// processingMoneyEntityList: [], //
};
// 0,
if(result && val=='1'){
//
await ElMessageBox.confirm(
'检测到您未填写金额是否提交到理赔金额未出?',
'Warning',
{
confirmButtonText:'确定',
cancelButtonText:'取消',
type: 'warning',
}
)
.then(() => {
data.claimIdentification ='1'
ElMessage({
type: 'success',
message: '已确定选择',
})
})
.catch(() => {
console.log('取消了选择');
})
}
data.id = $route.query.id;
data.aftersalesProcessingResultsDTO['workOrderId'] = $route.query.id; //ID
let sum = 0; //
@ -1931,9 +1991,18 @@ const submit = () => {
// data['compensationMethod'] = endFrom.value.compensationMethod.join(','); //
// console.log(data['compensationMethod']);
console.log(Paymentmethod.value, 'Paymentmethod.value');
data.aftersalesProcessingResultsDTO['compensationMethod'] = ProcessingList.value
// data.aftersalesProcessingResultsDTO['compensationMethod'] = ProcessingList.value
// .map(item => item.text)
// .join(',');
if(ProcessingList.value.every(res=>res.text)){
data.aftersalesProcessingResultsDTO['compensationMethod'] = ProcessingList.value
.map(item => item.text)
.join(',');
}else{
data.aftersalesProcessingResultsDTO['compensationMethod']=''
}
data.aftersalesProcessingResultsDTO.processingMoneyEntityList = ProcessingList.value
.map(item => {
console.log(item);
@ -1946,10 +2015,10 @@ const submit = () => {
resultType: match.dictKey, //key
money: item.input, //
typesOf: 1, //
compensationMethod: paymentMethodMatch ? paymentMethodMatch.dictKey : '未知支付方式',
compensationMethod: paymentMethodMatch ? paymentMethodMatch.dictKey : '',
compensationMethodName: paymentMethodMatch
? paymentMethodMatch.dictValue
: '未知支付方式',
: '',
resultName: item.name, //
compensationTime: item.compensationTime, //
paymentUnit: item.paymentUnit, //
@ -1961,16 +2030,25 @@ const submit = () => {
.filter(item => item !== null);
// data.aftersalesProcessingResultsDTO.paymentUnit = paymentUnit.value; //
data.aftersalesProcessingResultsDTO.paymentUnit = ProcessingList.value
// data.aftersalesProcessingResultsDTO.paymentUnit = ProcessingList.value
// .map(item => item.paymentUnit)
// .join(','); //
if(ProcessingList.value.every(res=>res.paymentUnit)){
data.aftersalesProcessingResultsDTO.paymentUnit = ProcessingList.value
.map(item => item.paymentUnit)
.join(','); //
}else{
data.aftersalesProcessingResultsDTO.paymentUnit=''
}
// data.aftersalesProcessingResultsDTO.processingMoneyEntityList = data['processingMoneyEntityList'];
console.log('走到了这一步');
data.aftersalesProcessingResultsDTO.workOrderId = $route.query.id; //ID
data.aftersalesProcessingResultsDTO['resultType'] = ProcessingList.value
.map(item => item.name)
.join(','); //
.join(','); //
let imgLink = ''; //
//
// if (endFrom.value['packageImage'].length) {
@ -1985,7 +2063,9 @@ const submit = () => {
data.aftersalesProcessingResultsDTO.warehouseId = info.warehouseId; //ID
console.log(data, '处理好的数据');
Pageloading.value = true;//
$_addProcessingResults(data)
.then(res => {
console.log(res, '提交后的参数');
@ -2013,11 +2093,6 @@ const replyMessage = () => {
});
return;
}
// if (endFrom.value.processor.includes()) {
// console.log(true);
// } else {
// console.log(false);
// }
console.log(MessageContent.value, '当前的聊天记录');
console.log(warehouseData.value, '参数1212312312312312');

224
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -168,7 +168,7 @@
text
icon="el-icon-view"
@click="viewAbnormalLoading(slotProps.scope.row)"
v-if="slotProps.scope.row.isHaveAbnormalPackage == '2'"
>异常审核
</el-text>
<!-- v-if="slotProps.scope.row.isHaveAbnormalPackage == '2'" -->
@ -766,72 +766,39 @@
<el-dialog
title="异常装车包件列表"
v-model="abnormalBox"
width="50%"
:before-close="beforeClose"
width="67%"
append-to-body
@close="Abnormalshutdown"
class="el_abnormalBox"
>
<el-table
ref="table"
v-loading="Abnormalloading"
@selection-change="selectionChange"
:data="wrapdata"
:height="height"
style="width: 100%"
:border="option.border"
>
<el-table-column type="expand" v-if="option.expand" align="center"></el-table-column>
<template v-for="(item, index) in wrapoption.column">
<!-- table字段 -->
<el-table-column
v-if="item.hide !== true"
:prop="item.prop"
:label="item.label"
:show-overflow-tooltip="true"
:width="item.width"
:key="index"
>
<!-- :align="center"-->
</el-table-column>
</template>
<el-table-column fixed="right" label="操作" width="100">
<template #default="scope">
<el-button
v-if="scope.row.auditingStatus === 1 || scope.row.auditingStatusName === '待审核'"
@click="auditing(scope.row)"
type="text"
size="small"
> </el-button
>
<!-- <el-button type="text" size="small">编辑</el-button>-->
</template>
</el-table-column>
</el-table>
<div style="width: 100%">
<el-button type="primary" @click="fastAuditing" style="margin-left: 40%">一键审批</el-button>
<el-button type="primary" @click="this.abnormalBox = false">关闭</el-button>
</div>
<!-- <div class="avue-crud__pagination" style="width: 100%">-->
<!-- &lt;!&ndash; 分页模块 &ndash;&gt;-->
<!-- <el-pagination-->
<!-- background-->
<!-- @size-change="wsizeChange"-->
<!-- @current-change="wcurrentChange"-->
<!-- :current-page="wpage.currentPage"-->
<!-- :page-sizes="[30, 50, 80, 120]"-->
<!-- :page-size="wpage.pageSize"-->
<!-- layout="total, sizes, prev, pager, next, jumper"-->
<!-- :total="wpage.total"-->
<!-- >-->
<!-- &lt;!&ndash; :align="center"&ndash;&gt;-->
<!-- </el-pagination>-->
<!-- </div>-->
<!-- 表单按钮 -->
<!-- <template #footer>-->
<!-- <span v-if="!view" class="dialog-footer">-->
<!-- <el-button type="primary" icon="el-icon-circle-check" @click="handleSubmit"> </el-button>-->
<!-- <el-button icon="el-icon-circle-close" @click="box = false"> </el-button>-->
<!-- </span>-->
<!-- </template>-->
<tablecmt
:columnList="AbnormalReview"
:tableData="AbnormalReviewData"
:loading="AbnormalReviewloading"
@inputTxt="inputscReservationPackage"
@timeCheck="timescReservationPackage"
@selectCheck="selectscReservationPackage"
ref="YcwtableBox"
@selection="selectionChange"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label == '操作'">
<el-text
v-if="slotProps.scope.row.auditingStatus === 1 || slotProps.scope.row.auditingStatusName == '待审核'"
size="small"
@click="auditing(slotProps.scope.row)"
> </el-text
>
</template>
</template>
</tablecmt>
<div class="el_examine_approve">
<el-button type="primary" @click="allauditing">一键审批</el-button>
</div>
</el-dialog>
@ -865,6 +832,8 @@ import {
getOneclickq,
deliveryPicture,
recheck,
loadingAbnormalPackageListDetail,
loadingAbnormalPackageListAuditing,
} from '@/api/distribution/distributionSignfor';
import option from '@/option/basic/basicPdarecords';
import { mapGetters } from 'vuex';
@ -877,6 +846,9 @@ import {
import { ElMessage, ElMessageBox } from 'element-plus';
import { getToken } from '@/utils/auth';
import { setNodeHeight } from '@/utils/util.js';
import { AbnormalReview} from '@/option/distribution/DeliveryExceptionReview.js'
export default {
data() {
return {
@ -885,6 +857,7 @@ export default {
checkloading: false, //
dialogImageUrl: '', //
dialogVisible: false, //
AbnormalReview:AbnormalReview,
dialogImageUrlA: '',
dialogImageUrlB: '',
dialogImageUrlC: '',
@ -900,8 +873,11 @@ export default {
Routid: null,
abnormalBox: false,//
Abnormalloading: false, //
toexamineID:'',//id
AbnormalReviewloading:false,//
TCloading: false, //
TcForm: {}, //
AbnormalReviewData:[{trainNumber:''}],//
//
DoorstepPhoto: [],
//
@ -3645,27 +3621,87 @@ export default {
},
methods: {
//
AbnormalreviewFn(row) {
loadingAbnormalPackageListDetail(row.id).then(res => {
this.wrapdata = res.data.data;
console.log('res------------->', res.data.data);
});
},
viewAbnormalLoading(scope) {
const { row } = scope;
console.log(scope, '异常审核');
this.abnormalReview = row;
// this.title = '';
// this.view = true;
console.log(this.$refs.YcwtableBox,'2');
this.toexamineID = scope;//id
console.log(this.toexamineID,'this.toexamineID');
this.AbnormalReviewloading = true;//
console.log(scope,'scope');
this.abnormalBox = true;
console.log('异常装车审核------------->', row);
this.AbnormalreviewFn(this.abnormalReview);
loadingAbnormalPackageListDetail(scope.signId).then(res=>{
console.log(res,'异常审核查询');
this.AbnormalReviewData = res.data.data
}).catch(res=>{
console.log(res,'关闭加载效果');
}).finally(()=>{
this.AbnormalReviewloading = false;//
})
},
//
auditing(row) {
this.AbnormalReviewloading = true;//
console.log('----------->row', row);
loadingAbnormalPackageListAuditing(row.id).then(res => {
console.log('res-------->', res);
if (res.data.code == 200) {
this.$message({
type: 'success',
message: '操作成功!',
});
this.AbnormalReviewloading = false;//
console.log();
this.viewAbnormalLoading(this.toexamineID); //
}
});
},
//
allauditing(){
let DataSubmit=[]
if(!this.selectionList.length){
this.AbnormalReviewloading = true;//
this.AbnormalReviewData.forEach( item=>{
if(item.auditingStatusName == '待审核'){
DataSubmit.push(item.id)
}
})
}else{
const allGreaterThanTen = this.selectionList.every(item => item.auditingStatusName == '待审核');
if(!allGreaterThanTen){
ElMessage({
message: '勾选中的数据有已经审核过的,请取消勾选后重新尝试',
type: 'warning',
})
return
}
this.AbnormalReviewloading = true;//
this.selectionList.forEach(item=>{
DataSubmit.push(item.id)
})
}
loadingAbnormalPackageListAuditing(DataSubmit.join(',')).then(res => {
if (res.data.code == 200) {
this.$message({
type: 'success',
message: '操作成功!',
});
this.viewAbnormalLoading(this.toexamineID); //
}
}).catch(res=>{
console.log(res,'失败');
}).finally(()=>{
this.AbnormalReviewloading = false;//
});
this.viewAbnormalLoading(this.toexamineID); //
},
//
Abnormalshutdown(){
this.selectionList=[],//
this.AbnormalReviewData=[],//
console.log('关闭异常审核');
this.onLoad()
},
async setTableHeight() {
await this.$nextTick();
const tableNode = document.querySelectorAll('.tableNode');
@ -4801,7 +4837,7 @@ export default {
//
const data = decodeURIComponent(this.$route.query.data);
this.deliverydata = JSON.parse(data);
this.loading=true;//
console.log(this.Routid, this.Routid, '存储的ID=====================WDWADAWD');
console.log('data>>>>>>>>', this.deliverydata);
this.deliveryId = this.deliverydata.id; //ID
@ -4861,10 +4897,15 @@ export default {
// console.log('--------->deliveryType', this.deliverydata);
// if (this.deliverydata.deliveryType !== '') {
// this.handleInventory(this.packpage);
this.loading=false;//
// }
}).catch(res=>{
console.log(res,'错误信息');
}).finally(()=>{
this.loading=false;//
});
this.loading = false;
},
},
};
@ -4909,4 +4950,17 @@ export default {
font-weight: bold;
color: var(--el-color-primary);
}
.el_examine_approve{
width: 100%;
display: flex;
justify-content: flex-end;
}
:deep(#bodys){
height: 300px !important;
}
.el_abnormalBox{
.maboxhi{
height:500px !important;
}
}
</style>

Loading…
Cancel
Save