Commit 8ff75cf7 authored by xxx's avatar xxx

1

parent ac0ae0e4
......@@ -352,7 +352,7 @@ export default {
this.$notify({
title: '请在采点管理中为 ' + res.data.content[0].areaName + '/' + res.data.content[0].name + ' 添加新的铲车!',
type: 'warning',
duration: 2500
duration: 20000
});
})
let lastData = {...res.data.content[0]};
......@@ -365,6 +365,13 @@ export default {
//清空人员管理中的车牌号
HttpReq.truckDispatching.driverManagementPCQuery({car:items.number,size:9999}).then((res) => {
if(res.code == 200 && res.data.totalElements != 0){
this.$nextTick(()=>{
this.$notify({
title: '该车辆在人员管理中有绑定的人员,请尽快为该人员绑定新的车辆!',
type: 'warning',
duration: 20000
});
})
res.data.content.forEach((item,index)=>{
let lastData = {...item};
lastData.car = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment