|
|
|
@ -97,7 +97,13 @@
|
|
|
|
|
:content="item.orderCode ? item.orderCode : '订单自编号'" |
|
|
|
|
placement="top" |
|
|
|
|
> |
|
|
|
|
<el-input v-model="item.orderCode" :disabled="identifying != '2'" :placeholder="identifying != '2'?'订单自编号(自动带出)':'请输入订单自编号'" /> |
|
|
|
|
<el-input |
|
|
|
|
v-model="item.orderCode" |
|
|
|
|
:disabled="identifying != '2'" |
|
|
|
|
:placeholder=" |
|
|
|
|
identifying != '2' ? '订单自编号(自动带出)' : '请输入订单自编号' |
|
|
|
|
" |
|
|
|
|
/> |
|
|
|
|
</el-tooltip> |
|
|
|
|
</el-form-item> |
|
|
|
|
</div> |
|
|
|
@ -105,7 +111,11 @@
|
|
|
|
|
<div class="maxBox"> |
|
|
|
|
<el-form-item label="品牌"> |
|
|
|
|
<el-tooltip :content="item.brandName ? item.brandName : '品牌'" placement="top"> |
|
|
|
|
<el-input v-model="item.brandName" :disabled="identifying != '2'" :placeholder="identifying != '2'?'品牌(自动带出)':'请输入品牌'" /> |
|
|
|
|
<el-input |
|
|
|
|
v-model="item.brandName" |
|
|
|
|
:disabled="identifying != '2'" |
|
|
|
|
:placeholder="identifying != '2' ? '品牌(自动带出)' : '请输入品牌'" |
|
|
|
|
/> |
|
|
|
|
</el-tooltip> |
|
|
|
|
</el-form-item> |
|
|
|
|
</div> |
|
|
|
@ -632,7 +642,7 @@ const fleeingState = ref(false); //窜货件数弹窗
|
|
|
|
|
const ShortageList = ref([]); //少货件数 |
|
|
|
|
const fleeingList = ref([]); //窜货件数 |
|
|
|
|
const valueStrictly = ref(); |
|
|
|
|
const ProcessingreleaseState=ref(false)//是否可以填写处理结果 |
|
|
|
|
const ProcessingreleaseState = ref(false); //是否可以填写处理结果 |
|
|
|
|
const routerID = ref(null); //路由参数ID |
|
|
|
|
const routerState = ref(''); //路由状态 |
|
|
|
|
const personResponsibleList = ref([]); //责任人列表 |
|
|
|
@ -648,7 +658,7 @@ const amplifyurl = ref(''); //当前点击的图片
|
|
|
|
|
const amplifysrcList = ref([]); //图片循环列表 |
|
|
|
|
const ProcessingList = ref([]); //处理结果已经选择的列表 |
|
|
|
|
const Paymentmethod = ref([]); //支付方式 |
|
|
|
|
const Mydata=ref();//当前登录人信息 |
|
|
|
|
const Mydata = ref(); //当前登录人信息 |
|
|
|
|
const PackageInfo = ref([ |
|
|
|
|
//包件信息 |
|
|
|
|
{ packageCode: '', orderCode: '', waybillNumber: '', brandName: '', state: false }, |
|
|
|
@ -764,8 +774,8 @@ const onLoad = () => {
|
|
|
|
|
// DeliveryTrainnumber(); //获取司机 |
|
|
|
|
console.log($route.query.id, '页面初始化'); |
|
|
|
|
routerState.value = $route.query.routerState; |
|
|
|
|
Mydata.value=JSON.parse(localStorage.getItem('my_data'));//记录本地登录 |
|
|
|
|
console.log(Mydata.value,'记录本地登录'); |
|
|
|
|
Mydata.value = JSON.parse(localStorage.getItem('my_data')); //记录本地登录 |
|
|
|
|
console.log(Mydata.value, '记录本地登录'); |
|
|
|
|
updateDictionary(IndexException.value, 'pc_work_order'); //异常类型 |
|
|
|
|
updateDictionary(DiscoveringNodes.value, 'pc_discovery_node'); //发现环节 |
|
|
|
|
handle(); //处理方和责任方信息 |
|
|
|
@ -959,7 +969,7 @@ const AddPackage = () => {
|
|
|
|
|
waybillNumber: '', |
|
|
|
|
brandName: '', |
|
|
|
|
state: false, |
|
|
|
|
mallName:'' |
|
|
|
|
mallName: '', |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
// 包件移除 |
|
|
|
@ -996,7 +1006,14 @@ const ResponsibilityRemoval = val => {
|
|
|
|
|
// 顶部标签切换 |
|
|
|
|
const TopChange = val => { |
|
|
|
|
PackageInfo.value = [ |
|
|
|
|
{ packageCode: '', orderCode: '', waybillNumber: '', brandName: '', state: false,mallName:'' }, |
|
|
|
|
{ |
|
|
|
|
packageCode: '', |
|
|
|
|
orderCode: '', |
|
|
|
|
waybillNumber: '', |
|
|
|
|
brandName: '', |
|
|
|
|
state: false, |
|
|
|
|
mallName: '', |
|
|
|
|
}, |
|
|
|
|
]; //重置包件信息 |
|
|
|
|
Indexform.value = {}; //重置表单 |
|
|
|
|
|
|
|
|
@ -1131,19 +1148,6 @@ const ConfirmForm = () => {
|
|
|
|
|
|
|
|
|
|
let processorEntityList = []; |
|
|
|
|
|
|
|
|
|
//责任方信息处理 |
|
|
|
|
if (Indexform.value.processor.length) { |
|
|
|
|
Indexform.value.processor.forEach(item => { |
|
|
|
|
let found = warehouseData.value.find(element => element.value == item.toString()); |
|
|
|
|
processorEntityList.push({ |
|
|
|
|
businessName: found ? found.label : '', |
|
|
|
|
businessId: item, |
|
|
|
|
conditions: 1, |
|
|
|
|
typesOf: 2, |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
DataSubmit.processorEntityList = processorEntityList; |
|
|
|
|
DataSubmit.decreaseImageEntityList = JSON.parse( |
|
|
|
|
JSON.stringify(Indexform.value['decreaseImageEntityList']) |
|
|
|
@ -1154,19 +1158,28 @@ const ConfirmForm = () => {
|
|
|
|
|
// 如果存在包件信息进行处理 |
|
|
|
|
if (PackageInfo.value.length) { |
|
|
|
|
PackageInfo.value.forEach(item => { |
|
|
|
|
DataSubmit['packageEntityList'].push({ |
|
|
|
|
number: PackageInfo.value.length, //数量 |
|
|
|
|
packageCode: item.packageCode ? item.packageCode : null, //包件码 |
|
|
|
|
waybillNumber: item.waybillNumber ? item.waybillNumber : null, //运单号 |
|
|
|
|
orderCode: item.orderCode ? item.orderCode : null, //订单自编码 |
|
|
|
|
brandName: item.brandName ? item.brandName : null, //品牌 |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
if (item.packageCode) { |
|
|
|
|
DataSubmit['packageEntityList'].push({ |
|
|
|
|
number: PackageInfo.value.length, //数量 |
|
|
|
|
packageCode: item.packageCode ? item.packageCode : null, //包件码 |
|
|
|
|
waybillNumber: item.waybillNumber ? item.waybillNumber : null, //运单号 |
|
|
|
|
orderCode: item.orderCode ? item.orderCode : null, //订单自编码 |
|
|
|
|
brandName: item.brandName ? item.brandName : null, //品牌 |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
DataSubmit.packageCode = [...new Set(PackageInfo.value.map(item => item.packageCode))].join(','); //包条码 |
|
|
|
|
DataSubmit.waybillNumber = [...new Set(PackageInfo.value.map(item => item.waybillNumber))].join(','); //运单号 |
|
|
|
|
DataSubmit.brandName = [...new Set(PackageInfo.value.map(item => item.brandName))].join(','); //品牌 |
|
|
|
|
DataSubmit.orderCode = [...new Set(PackageInfo.value.map(item => item.orderCode))].join(','); //包件信息订单自编码 |
|
|
|
|
DataSubmit.packageCode = [...new Set(PackageInfo.value.map(item => item.packageCode))].join( |
|
|
|
|
',' |
|
|
|
|
); //包条码 |
|
|
|
|
DataSubmit.waybillNumber = [ |
|
|
|
|
...new Set(PackageInfo.value.map(item => item.waybillNumber)), |
|
|
|
|
].join(','); //运单号 |
|
|
|
|
DataSubmit.brandName = [...new Set(PackageInfo.value.map(item => item.brandName))].join( |
|
|
|
|
',' |
|
|
|
|
); //品牌 |
|
|
|
|
DataSubmit.orderCode = [...new Set(PackageInfo.value.map(item => item.orderCode))].join( |
|
|
|
|
',' |
|
|
|
|
); //包件信息订单自编码 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// DataSubmit['packageEntityList'].push({ |
|
|
|
@ -1178,7 +1191,7 @@ const ConfirmForm = () => {
|
|
|
|
|
// waybillNumber: PackageInfo.value.map(item => item.waybillNumber).join(','), //运单号 |
|
|
|
|
// orderCode: PackageInfo.value.map(item => item.orderCode).join(','), //订单自编码 |
|
|
|
|
// }); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 总件数 |
|
|
|
|
Indexform.value.number = PackageInfo.value.length; |
|
|
|
|
console.log(DataSubmit['packageEntityList'], '包件信息'); |
|
|
|
@ -1216,10 +1229,10 @@ const ConfirmForm = () => {
|
|
|
|
|
wordOrderId: Indexform.value.workOrderNumber, //异常工单ID |
|
|
|
|
description: item.description ? item.description : null, //说明 |
|
|
|
|
personResponsibleId: |
|
|
|
|
personResponsibleList.value.find(obj => obj.id == item.personResponsibleName)?.id || |
|
|
|
|
item.personResponsibleList.find(obj => obj.id == item.personResponsibleName)?.id || |
|
|
|
|
null, //责任人ID |
|
|
|
|
personResponsibleName: |
|
|
|
|
personResponsibleList.value.find(obj => obj.id == item.personResponsibleName) |
|
|
|
|
item.personResponsibleList.find(obj => obj.id == item.personResponsibleName) |
|
|
|
|
?.name || null, //责任人名称 |
|
|
|
|
responsibilityRatio: item.responsibilityRatio ? item.responsibilityRatio : null, //责任比例 |
|
|
|
|
tripartite: item.tripartite ? item.tripartite : null, //三方责任人 |
|
|
|
@ -1250,6 +1263,19 @@ const ConfirmForm = () => {
|
|
|
|
|
console.log(DataSubmit['personResponsibleDTO'], '新责任方处理的数据'); |
|
|
|
|
//console.log(Indexform.value.duty.length); |
|
|
|
|
//责任方信息处理 |
|
|
|
|
//责任方信息处理 |
|
|
|
|
if (Indexform.value.processor.length) { |
|
|
|
|
Indexform.value.processor.forEach(item => { |
|
|
|
|
let found = warehouseData.value.find(element => element.value == item.toString()); |
|
|
|
|
processorEntityList.push({ |
|
|
|
|
businessName: found ? found.label : '', |
|
|
|
|
businessId: item, |
|
|
|
|
conditions: 1, |
|
|
|
|
typesOf: 2, |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (FangAddList.value.length) { |
|
|
|
|
FangAddList.value.forEach(item => { |
|
|
|
|
console.log(item, 'item'); |
|
|
|
@ -1314,9 +1340,6 @@ const ConfirmForm = () => {
|
|
|
|
|
delete DataSubmit.processor; //移除多余字段 |
|
|
|
|
console.log(DataSubmit, '处理好的数据'); |
|
|
|
|
// 提交表单信息stringify |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$_submit(DataSubmit) |
|
|
|
|
.then(res => { |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
@ -1435,15 +1458,13 @@ const moneyBtnB = () => {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 是否显示处理结果 |
|
|
|
|
const Processingrelease = ()=>{ |
|
|
|
|
if(Indexform.value.processor.length ==1 && Mydata.value.id==Indexform.value.processor[0] ){ |
|
|
|
|
ProcessingreleaseState.value = true;//显示处理放 |
|
|
|
|
}else{ |
|
|
|
|
ProcessingreleaseState.value = false;//关闭处理方 |
|
|
|
|
const Processingrelease = () => { |
|
|
|
|
if (Indexform.value.processor.length == 1 && Mydata.value.id == Indexform.value.processor[0]) { |
|
|
|
|
ProcessingreleaseState.value = true; //显示处理放 |
|
|
|
|
} else { |
|
|
|
|
ProcessingreleaseState.value = false; //关闭处理方 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 统计包件个数 |
|
|
|
|
const Statistics = () => { |
|
|
|
@ -1469,104 +1490,116 @@ const Statistics = () => {
|
|
|
|
|
|
|
|
|
|
// 查询包件信息自动回显 |
|
|
|
|
const ChangePackageInfo = (val, index) => { |
|
|
|
|
// 判断是否有一样的包件 |
|
|
|
|
|
|
|
|
|
if (identifying.value == '2') { |
|
|
|
|
Statistics(); //调用统计包件信息 |
|
|
|
|
return; |
|
|
|
|
}else{ |
|
|
|
|
Statistics(); //调用统计包件信息 |
|
|
|
|
if(!NumberPackages.value){ |
|
|
|
|
} else { |
|
|
|
|
if (!val) { |
|
|
|
|
PackageInfo.value[index].orderCode = ''; //订单自编码 |
|
|
|
|
PackageInfo.value[index].waybillNumber = ''; //运单号 |
|
|
|
|
PackageInfo.value[index].orderId = ''; //运单号 |
|
|
|
|
PackageInfo.value[index].brandName = ''; //品牌 |
|
|
|
|
Indexform.value.first = ''; //一级品 |
|
|
|
|
Indexform.value.secondary = ''; //二级品 |
|
|
|
|
Indexform.value.waybillMall = ''; //客户名称(运单商场) |
|
|
|
|
Indexform.value.typeServiceName = ''; //合作模式 |
|
|
|
|
return; |
|
|
|
|
// 如果输入框里面没有值就不请求 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
Statistics(); //调用统计包件信息 |
|
|
|
|
if (!NumberPackages.value) { |
|
|
|
|
if (!val) { |
|
|
|
|
PackageInfo.value[index].orderCode = ''; //订单自编码 |
|
|
|
|
PackageInfo.value[index].waybillNumber = ''; //运单号 |
|
|
|
|
PackageInfo.value[index].orderId = ''; //运单号 |
|
|
|
|
PackageInfo.value[index].brandName = ''; //品牌 |
|
|
|
|
Indexform.value.first = ''; //一级品 |
|
|
|
|
Indexform.value.secondary = ''; //二级品 |
|
|
|
|
Indexform.value.waybillMall = ''; //客户名称(运单商场) |
|
|
|
|
Indexform.value.typeServiceName = ''; //合作模式 |
|
|
|
|
return; |
|
|
|
|
// 如果输入框里面没有值就不请求 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// if (NumberPackages.value > 1) { |
|
|
|
|
// const found = PackageInfo.value |
|
|
|
|
// .filter(item => item.packageCode !== val) |
|
|
|
|
// .some(item => item.packageCode === val); |
|
|
|
|
|
|
|
|
|
// if (found) { |
|
|
|
|
// console.log('false'); |
|
|
|
|
// ElMessage({ |
|
|
|
|
// message: '存在重复包条码', |
|
|
|
|
// type: 'warning', |
|
|
|
|
// }); |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
if(!val){ |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
Statistics(); //调用统计包件信息 |
|
|
|
|
let data = { |
|
|
|
|
packageCode: val, |
|
|
|
|
}; |
|
|
|
|
$_getAbnormalPackage(data).then(res => { |
|
|
|
|
console.log(res, '包件信息'); |
|
|
|
|
console.log(res.data.data, '包件信息'); |
|
|
|
|
|
|
|
|
|
if (res.data.data.length) { |
|
|
|
|
console.log(NumberPackages.value ,'NumberPackages.value '); |
|
|
|
|
console.log(PackageInfo.value ,'PackageInfo.value'); |
|
|
|
|
const packageData = res.data.data[0]; |
|
|
|
|
if (NumberPackages.value > 1) { |
|
|
|
|
let mallName = PackageInfo.value.find(item => item.mallName).mallName; |
|
|
|
|
console.log(mallName,'筛选出来的值'); |
|
|
|
|
if (mallName != packageData.mallName) { |
|
|
|
|
ElMessageBox.confirm('请选择运单商场一致的包条码!', 'Warning', { |
|
|
|
|
confirmButtonText: '确定', |
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
return; |
|
|
|
|
Statistics(); //调用统计包件信息 |
|
|
|
|
let data = { |
|
|
|
|
packageCode: val, |
|
|
|
|
}; |
|
|
|
|
$_getAbnormalPackage(data).then(res => { |
|
|
|
|
console.log(res, '包件信息'); |
|
|
|
|
console.log(res.data.data, '包件信息'); |
|
|
|
|
|
|
|
|
|
if (res.data.data.length) { |
|
|
|
|
console.log(NumberPackages.value, 'NumberPackages.value '); |
|
|
|
|
console.log(PackageInfo.value, 'PackageInfo.value'); |
|
|
|
|
const packageData = res.data.data[0]; |
|
|
|
|
if (NumberPackages.value > 1) { |
|
|
|
|
let mallName = PackageInfo.value.find(item => item.mallName).mallName; |
|
|
|
|
console.log(mallName, '筛选出来的值'); |
|
|
|
|
if (mallName != packageData.mallName) { |
|
|
|
|
ElMessageBox.confirm('请选择运单商场一致的包条码!', 'Warning', { |
|
|
|
|
confirmButtonText: '确定', |
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
.catch(() => { |
|
|
|
|
ElMessage({ |
|
|
|
|
type: 'info', |
|
|
|
|
message: '请重新输入新包条码', |
|
|
|
|
.then(() => { |
|
|
|
|
return; |
|
|
|
|
}) |
|
|
|
|
.catch(() => { |
|
|
|
|
ElMessage({ |
|
|
|
|
type: 'info', |
|
|
|
|
message: '请重新输入新包条码', |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
return; |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
console.log('跑到这里来了'); |
|
|
|
|
// 如果已经有一条数据了,后面运单商场必须和后面的一样 |
|
|
|
|
console.log(packageData, '获取的第一个参数'); |
|
|
|
|
PackageInfo.value[index].orderCode = packageData.orderCode; //订单自编码 |
|
|
|
|
PackageInfo.value[index].waybillNumber = packageData.waybillNumber; //运单号 |
|
|
|
|
PackageInfo.value[index].orderId = packageData.orderId; //运单号 |
|
|
|
|
PackageInfo.value[index].brandName = packageData.brandName; //品牌 |
|
|
|
|
PackageInfo.value[index].mallName = packageData.mallName; //运单商场 |
|
|
|
|
|
|
|
|
|
PackageInfo.value[index].state = false; //状态 |
|
|
|
|
|
|
|
|
|
const results = res.data.data.filter(item => { |
|
|
|
|
return item.workOrderId && item.workOrderNumber; |
|
|
|
|
}); |
|
|
|
|
console.log(results, '筛选后的结果'); |
|
|
|
|
if (results.length > 0) { |
|
|
|
|
HistoricalPackageList.value = results; |
|
|
|
|
PackageInfo.value[index].state = true; //状态 |
|
|
|
|
} else { |
|
|
|
|
PackageInfo.value[index].state = false; //状态 |
|
|
|
|
} |
|
|
|
|
// 确保在没有满足条件的元素时,不执行 HistoricalPackageList 和 PackageInfo 的赋值操作 |
|
|
|
|
Indexform.value.first = packageData.firsts; //一级品 |
|
|
|
|
Indexform.value.secondary = packageData.second; //二级品 |
|
|
|
|
Indexform.value.waybillMall = packageData.mallName; //客户名称(运单商场) |
|
|
|
|
Indexform.value.typeServiceName = packageData.typeServiceName |
|
|
|
|
? packageData.typeServiceName |
|
|
|
|
: null; //合作模式 |
|
|
|
|
} |
|
|
|
|
// packageCode; //包件码 |
|
|
|
|
// //订单自编码 |
|
|
|
|
// orderCode: orderId; //运单号 |
|
|
|
|
// workOrderId; //工单id |
|
|
|
|
// workOrderNumber; //工单名称 |
|
|
|
|
console.log('跑到这里来了'); |
|
|
|
|
// 如果已经有一条数据了,后面运单商场必须和后面的一样 |
|
|
|
|
console.log(packageData, '获取的第一个参数'); |
|
|
|
|
PackageInfo.value[index].orderCode = packageData.orderCode; //订单自编码 |
|
|
|
|
PackageInfo.value[index].waybillNumber = packageData.waybillNumber; //运单号 |
|
|
|
|
PackageInfo.value[index].orderId = packageData.orderId; //运单号 |
|
|
|
|
PackageInfo.value[index].brandName = packageData.brandName; //品牌 |
|
|
|
|
PackageInfo.value[index].mallName = packageData.mallName; //运单商场 |
|
|
|
|
|
|
|
|
|
console.log(PackageInfo.value, '处理好的参数'); |
|
|
|
|
}); |
|
|
|
|
PackageInfo.value[index].state = false; //状态 |
|
|
|
|
|
|
|
|
|
const results = res.data.data.filter(item => { |
|
|
|
|
return item.workOrderId && item.workOrderNumber; |
|
|
|
|
}); |
|
|
|
|
console.log(results, '筛选后的结果'); |
|
|
|
|
if (results.length > 0) { |
|
|
|
|
HistoricalPackageList.value = results; |
|
|
|
|
PackageInfo.value[index].state = true; //状态 |
|
|
|
|
} else { |
|
|
|
|
PackageInfo.value[index].state = false; //状态 |
|
|
|
|
} |
|
|
|
|
// 确保在没有满足条件的元素时,不执行 HistoricalPackageList 和 PackageInfo 的赋值操作 |
|
|
|
|
Indexform.value.first = packageData.firsts; //一级品 |
|
|
|
|
Indexform.value.secondary = packageData.second; //二级品 |
|
|
|
|
Indexform.value.waybillMall = packageData.mallName; //客户名称(运单商场) |
|
|
|
|
Indexform.value.typeServiceName = packageData.typeServiceName |
|
|
|
|
? packageData.typeServiceName |
|
|
|
|
: null; //合作模式 |
|
|
|
|
} |
|
|
|
|
// packageCode; //包件码 |
|
|
|
|
// //订单自编码 |
|
|
|
|
// orderCode: orderId; //运单号 |
|
|
|
|
// workOrderId; //工单id |
|
|
|
|
// workOrderNumber; //工单名称 |
|
|
|
|
|
|
|
|
|
console.log(PackageInfo.value, '处理好的参数'); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 查看历史包件 |
|
|
|
|