|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<template> |
|
|
|
|
<basic-container> |
|
|
|
|
<basic-container v-loading="loadingObj.pageLoading"> |
|
|
|
|
<div class="avue-crud"> |
|
|
|
|
<el-divider>基本信息</el-divider> |
|
|
|
|
<!-- <avue-form :option="propertyoption" ref="myForm" v-model="dataForm" @row-update="rowUpdate" >--> |
|
|
|
@ -162,7 +162,6 @@
|
|
|
|
|
>打印 |
|
|
|
|
</el-text> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-text |
|
|
|
|
type="primary" |
|
|
|
|
text |
|
|
|
@ -261,7 +260,9 @@
|
|
|
|
|
> |
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<el-text size="small" @click="handleQRCode(slotProps.scope.row)">查看二维码</el-text> |
|
|
|
|
<el-text size="small" @click="ViewingTrajectories(slotProps.scope.row)">查看轨迹</el-text> |
|
|
|
|
<el-text size="small" @click="ViewingTrajectories(slotProps.scope.row)" |
|
|
|
|
>查看轨迹</el-text |
|
|
|
|
> |
|
|
|
|
</template> |
|
|
|
|
</tablecmt> |
|
|
|
|
|
|
|
|
@ -727,7 +728,7 @@
|
|
|
|
|
<img w-full :src="dialogImageUrlE" alt="IMG" /> |
|
|
|
|
</el-dialog> |
|
|
|
|
</div> |
|
|
|
|
<div class="tj-ttn"> |
|
|
|
|
<div class="flex-c-c mt10"> |
|
|
|
|
<el-button type="primary" @click="submitForm" :disabled="TCloading">确定</el-button> |
|
|
|
|
<el-button type="primary" @click="cancellation">取消</el-button> |
|
|
|
|
</div> |
|
|
|
@ -737,16 +738,15 @@
|
|
|
|
|
<el-dialog |
|
|
|
|
title="二维码" |
|
|
|
|
:visible.sync="dialogVisibleF" |
|
|
|
|
width="780px" |
|
|
|
|
width="70vw" |
|
|
|
|
v-model="dialogVisibleF" |
|
|
|
|
> |
|
|
|
|
<div> |
|
|
|
|
<div v-html="html"></div> |
|
|
|
|
</div> |
|
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
|
<!-- <el-button type="primary" @click="ddd">导 出</el-button>--> |
|
|
|
|
<el-button type="primary" @click="printTemplate">打 印</el-button> |
|
|
|
|
<el-button @click="dialogVisibleF = false">取 消</el-button> |
|
|
|
|
<span slot="footer" class="dialog-footer flex-c-c mt10"> |
|
|
|
|
<el-button @click="dialogVisibleF = false">关 闭</el-button> |
|
|
|
|
<el-button type="primary" icon="Printer" @click="printTemplate">打 印</el-button> |
|
|
|
|
</span> |
|
|
|
|
</el-dialog> |
|
|
|
|
</div> |
|
|
|
@ -756,14 +756,12 @@
|
|
|
|
|
<div> |
|
|
|
|
<div v-html="html"></div> |
|
|
|
|
</div> |
|
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
|
<el-button type="primary" @click="printTemplate">打 印</el-button> |
|
|
|
|
<el-button type="primary" @click="isShowPrint = false">确 定</el-button> |
|
|
|
|
<el-button @click="isShowPrint = false">取 消</el-button> |
|
|
|
|
<span slot="footer" class="dialog-footer flex-c-c mt10"> |
|
|
|
|
<el-button @click="isShowPrint = false">关 闭</el-button> |
|
|
|
|
<el-button type="primary" icon="Printer" @click="printTemplate">打 印</el-button> |
|
|
|
|
</span> |
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog |
|
|
|
|
title="异常装车包件列表" |
|
|
|
|
v-model="abnormalBox" |
|
|
|
@ -772,7 +770,6 @@
|
|
|
|
|
@close="Abnormalshutdown" |
|
|
|
|
class="el_abnormalBox" |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<tablecmt |
|
|
|
|
:columnList="AbnormalReview" |
|
|
|
|
:tableData="AbnormalReviewData" |
|
|
|
@ -785,9 +782,11 @@
|
|
|
|
|
> |
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<template v-if="slotProps.scope.column.label == '操作'"> |
|
|
|
|
|
|
|
|
|
<el-text |
|
|
|
|
v-if="slotProps.scope.row.auditingStatus === 1 || slotProps.scope.row.auditingStatusName == '待审核'" |
|
|
|
|
v-if=" |
|
|
|
|
slotProps.scope.row.auditingStatus === 1 || |
|
|
|
|
slotProps.scope.row.auditingStatusName == '待审核' |
|
|
|
|
" |
|
|
|
|
size="small" |
|
|
|
|
@click="auditing(slotProps.scope.row)" |
|
|
|
|
>审 核</el-text |
|
|
|
@ -799,10 +798,7 @@
|
|
|
|
|
<div class="el_examine_approve"> |
|
|
|
|
<el-button type="primary" @click="allauditing">一键审批</el-button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</basic-container> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
@ -843,12 +839,12 @@ import dayjs from 'dayjs';
|
|
|
|
|
import { |
|
|
|
|
updateReservation, |
|
|
|
|
cancelReservationPackage, |
|
|
|
|
patchPrintList, |
|
|
|
|
} from '@/api/distribution/distributionReservation'; |
|
|
|
|
import { ElMessage, ElMessageBox } from 'element-plus'; |
|
|
|
|
import { getToken } from '@/utils/auth'; |
|
|
|
|
import { setNodeHeight } from '@/utils/util.js'; |
|
|
|
|
import { AbnormalReview} from '@/option/distribution/DeliveryExceptionReview.js' |
|
|
|
|
|
|
|
|
|
import { AbnormalReview } from '@/option/distribution/DeliveryExceptionReview.js'; |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
data() { |
|
|
|
@ -1330,7 +1326,7 @@ export default {
|
|
|
|
|
label: '操作', |
|
|
|
|
type: 6, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
width: '250', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: 'right', |
|
|
|
|
hide: true, |
|
|
|
@ -1894,7 +1890,7 @@ export default {
|
|
|
|
|
label: '操作', |
|
|
|
|
type: 6, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
width: '250', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: 'right', |
|
|
|
|
sortable: false, |
|
|
|
@ -2167,7 +2163,7 @@ export default {
|
|
|
|
|
label: '操作', |
|
|
|
|
type: 6, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
width: '250', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: 'right', |
|
|
|
|
hide: true, |
|
|
|
@ -2947,7 +2943,7 @@ export default {
|
|
|
|
|
prop: 'signingTime', |
|
|
|
|
type: 6, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
width: '250', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: 'right', |
|
|
|
|
}, |
|
|
|
@ -3313,7 +3309,7 @@ export default {
|
|
|
|
|
label: '操作', |
|
|
|
|
type: 6, |
|
|
|
|
values: '', |
|
|
|
|
width: '200', |
|
|
|
|
width: '250', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: 'right', |
|
|
|
|
hide: true, |
|
|
|
@ -3573,12 +3569,17 @@ export default {
|
|
|
|
|
isShowPrint: false, |
|
|
|
|
/** 打印的Html */ |
|
|
|
|
html: '', |
|
|
|
|
loadingObj: { |
|
|
|
|
pageLoading: false, |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
watch: { |
|
|
|
|
'$route.data': { |
|
|
|
|
handler(newVal, oldVal) { |
|
|
|
|
console.log(newVal, oldVal); |
|
|
|
|
console.log('this.$route :>> ', this.$route); |
|
|
|
|
if (this.$route.path !== '/distribution/deliverylist/distributionDeliveryListedt') return; |
|
|
|
|
if (this.$router.data) { |
|
|
|
|
this.fetchData(); |
|
|
|
|
} |
|
|
|
@ -3597,8 +3598,7 @@ export default {
|
|
|
|
|
this.setTableHeight(); |
|
|
|
|
}, |
|
|
|
|
created() { |
|
|
|
|
this.onLoad(); |
|
|
|
|
|
|
|
|
|
// this.onLoad(); |
|
|
|
|
// //查询字典 |
|
|
|
|
// this.queryDictionary(); |
|
|
|
|
}, |
|
|
|
@ -3629,14 +3629,17 @@ export default {
|
|
|
|
|
this.AbnormalReviewloading = true; //开启加载 |
|
|
|
|
console.log(scope, 'scope'); |
|
|
|
|
this.abnormalBox = true; |
|
|
|
|
loadingAbnormalPackageListDetail(scope.signId).then(res=>{ |
|
|
|
|
loadingAbnormalPackageListDetail(scope.signId) |
|
|
|
|
.then(res => { |
|
|
|
|
console.log(res, '异常审核查询'); |
|
|
|
|
this.AbnormalReviewData = res.data.data |
|
|
|
|
}).catch(res=>{ |
|
|
|
|
this.AbnormalReviewData = res.data.data; |
|
|
|
|
}) |
|
|
|
|
.catch(res => { |
|
|
|
|
console.log(res, '关闭加载效果'); |
|
|
|
|
}).finally(()=>{ |
|
|
|
|
this.AbnormalReviewloading = false;//关闭加载 |
|
|
|
|
}) |
|
|
|
|
.finally(() => { |
|
|
|
|
this.AbnormalReviewloading = false; //关闭加载 |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
//审批异常装车包件 |
|
|
|
|
auditing(row) { |
|
|
|
@ -3657,29 +3660,32 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
// 一键审核 |
|
|
|
|
allauditing() { |
|
|
|
|
let DataSubmit=[] |
|
|
|
|
let DataSubmit = []; |
|
|
|
|
if (!this.selectionList.length) { |
|
|
|
|
this.AbnormalReviewloading = true; //开启加载 |
|
|
|
|
this.AbnormalReviewData.forEach(item => { |
|
|
|
|
if (item.auditingStatusName == '待审核') { |
|
|
|
|
DataSubmit.push(item.id) |
|
|
|
|
DataSubmit.push(item.id); |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
const allGreaterThanTen = this.selectionList.every(item => item.auditingStatusName == '待审核'); |
|
|
|
|
const allGreaterThanTen = this.selectionList.every( |
|
|
|
|
item => item.auditingStatusName == '待审核' |
|
|
|
|
); |
|
|
|
|
if (!allGreaterThanTen) { |
|
|
|
|
ElMessage({ |
|
|
|
|
message: '勾选中的数据有已经审核过的,请取消勾选后重新尝试', |
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
return |
|
|
|
|
}); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.AbnormalReviewloading = true; //开启加载 |
|
|
|
|
this.selectionList.forEach(item => { |
|
|
|
|
DataSubmit.push(item.id) |
|
|
|
|
}) |
|
|
|
|
DataSubmit.push(item.id); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
loadingAbnormalPackageListAuditing(DataSubmit.join(',')).then(res => { |
|
|
|
|
loadingAbnormalPackageListAuditing(DataSubmit.join(',')) |
|
|
|
|
.then(res => { |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
|
this.$message({ |
|
|
|
|
type: 'success', |
|
|
|
@ -3688,9 +3694,11 @@ export default {
|
|
|
|
|
|
|
|
|
|
this.viewAbnormalLoading(this.toexamineID); //审核完成更新数据 |
|
|
|
|
} |
|
|
|
|
}).catch(res=>{ |
|
|
|
|
}) |
|
|
|
|
.catch(res => { |
|
|
|
|
console.log(res, '失败'); |
|
|
|
|
}).finally(()=>{ |
|
|
|
|
}) |
|
|
|
|
.finally(() => { |
|
|
|
|
this.AbnormalReviewloading = false; //关闭加载 |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
@ -3698,10 +3706,10 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
// 关闭异常审核 |
|
|
|
|
Abnormalshutdown() { |
|
|
|
|
this.selectionList=[],//清空勾选 |
|
|
|
|
this.AbnormalReviewData=[],//清空数据 |
|
|
|
|
(this.selectionList = []), //清空勾选 |
|
|
|
|
(this.AbnormalReviewData = []), //清空数据 |
|
|
|
|
console.log('关闭异常审核'); |
|
|
|
|
this.onLoad() |
|
|
|
|
this.onLoad(); |
|
|
|
|
}, |
|
|
|
|
async setTableHeight() { |
|
|
|
|
await this.$nextTick(); |
|
|
|
@ -3944,50 +3952,87 @@ export default {
|
|
|
|
|
btnsc() {}, |
|
|
|
|
selectsc() {}, |
|
|
|
|
/** 打印配送单 */ |
|
|
|
|
handlePrint(row) { |
|
|
|
|
async handlePrint(row) { |
|
|
|
|
try { |
|
|
|
|
this.loadingObj.pageLoading = true; |
|
|
|
|
|
|
|
|
|
console.log('this.deliverydata.type :>> ', this.deliverydata.type); |
|
|
|
|
this.html = ''; |
|
|
|
|
const submitData = { |
|
|
|
|
ids: row.deliveryId, |
|
|
|
|
type: this.deliverydata.type, |
|
|
|
|
ids: row.id, |
|
|
|
|
}; |
|
|
|
|
printBatch(submitData); |
|
|
|
|
const res = await patchPrintList(submitData); |
|
|
|
|
|
|
|
|
|
const { code, data } = res.data; |
|
|
|
|
|
|
|
|
|
if (code !== 200) return; |
|
|
|
|
|
|
|
|
|
this.html = this.getHtmls(res.data.data, res.data.data[0].templateHtml); |
|
|
|
|
this.dialogVisibleF = true; |
|
|
|
|
} catch (error) { |
|
|
|
|
console.log('error :>> ', error); |
|
|
|
|
} finally { |
|
|
|
|
this.loadingObj.pageLoading = false; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
/** 打印库存存品 */ |
|
|
|
|
handleInventoryQRCode(row) { |
|
|
|
|
async handleInventoryQRCode(row) { |
|
|
|
|
try { |
|
|
|
|
this.loadingObj.pageLoading = true; |
|
|
|
|
this.materialQRCode = row; |
|
|
|
|
console.log('row------------>', row); |
|
|
|
|
// let qr = { |
|
|
|
|
// ids: row.id, |
|
|
|
|
// }; |
|
|
|
|
this.html = ''; |
|
|
|
|
showInventoryPackgeCode(row.reservationId, row.id).then(res => { |
|
|
|
|
const res = await showInventoryPackgeCode(row.reservationId, row.id); |
|
|
|
|
|
|
|
|
|
const { code, data } = res.data; |
|
|
|
|
if (code !== 200) return; |
|
|
|
|
// this.orderPackageCode = res.data |
|
|
|
|
console.log(res.data); |
|
|
|
|
this.html = this.getHtmls(res.data.data.dataList, res.data.data.templateHtml); |
|
|
|
|
}); |
|
|
|
|
this.dialogVisibleF = true; |
|
|
|
|
|
|
|
|
|
this.isShowPrint = true; |
|
|
|
|
} catch (error) { |
|
|
|
|
console.log('error :>> ', error); |
|
|
|
|
} finally { |
|
|
|
|
this.loadingObj.pageLoading = true; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|
* 查看二维码 |
|
|
|
|
* @param {*} row |
|
|
|
|
*/ |
|
|
|
|
handleQRCode(row) { |
|
|
|
|
async handleQRCode(row) { |
|
|
|
|
// this.title = '查看' |
|
|
|
|
// this.view = true; |
|
|
|
|
// this.box = true; |
|
|
|
|
try { |
|
|
|
|
this.loadingObj.pageLoading = true; |
|
|
|
|
|
|
|
|
|
this.materialQRCode = row; |
|
|
|
|
|
|
|
|
|
let qr = { |
|
|
|
|
ids: row.id, |
|
|
|
|
}; |
|
|
|
|
this.html = ''; |
|
|
|
|
showOrderPackgeCode(qr).then(res => { |
|
|
|
|
const res = await showOrderPackgeCode(qr); |
|
|
|
|
|
|
|
|
|
const { code, data } = res.data; |
|
|
|
|
|
|
|
|
|
if (code !== 200) return; |
|
|
|
|
|
|
|
|
|
// this.orderPackageCode = res.data |
|
|
|
|
console.log(res.data); |
|
|
|
|
this.html = this.getHtmls(res.data.data.dataList, res.data.data.templateHtml); |
|
|
|
|
}); |
|
|
|
|
this.html = this.getHtmls(data.dataList, data.templateHtml); |
|
|
|
|
|
|
|
|
|
this.dialogVisibleF = true; |
|
|
|
|
this.isShowPrint = true; |
|
|
|
|
} catch (error) { |
|
|
|
|
console.log('error :>> ', error); |
|
|
|
|
} finally { |
|
|
|
|
this.loadingObj.pageLoading = false; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
cancelReservationPackage(row) { |
|
|
|
|
console.log('row', row); |
|
|
|
@ -4012,8 +4057,8 @@ export default {
|
|
|
|
|
path: '/distribution/signdetail/packageNodeSearch', |
|
|
|
|
query: { |
|
|
|
|
orderPackageCode: val.orderPackageCode, |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
cancelReservationInventoryPackage(row) { |
|
|
|
|
console.log('row', row); |
|
|
|
@ -4150,7 +4195,6 @@ export default {
|
|
|
|
|
if (valid) { |
|
|
|
|
this.form.stringValue = jsonString; |
|
|
|
|
if (!this.form.id) { |
|
|
|
|
|
|
|
|
|
this.form.masterId = this.propertyformdata.id; |
|
|
|
|
add(this.form).then(() => { |
|
|
|
|
this.box = false; |
|
|
|
@ -4844,19 +4888,23 @@ export default {
|
|
|
|
|
this.inventorypage.pageSize = pageSize; |
|
|
|
|
this.handleordpage(this.inventorypage); |
|
|
|
|
}, |
|
|
|
|
onLoad() { |
|
|
|
|
async onLoad() { |
|
|
|
|
try { |
|
|
|
|
this.loadingObj.pageLoading = true; |
|
|
|
|
//查询详情 |
|
|
|
|
const data = decodeURIComponent(this.$route.query.data); |
|
|
|
|
this.deliverydata = JSON.parse(data); |
|
|
|
|
const subdata = decodeURIComponent(this.$route.query.data); |
|
|
|
|
this.deliverydata = JSON.parse(subdata); |
|
|
|
|
this.loading = true; //开启加载 |
|
|
|
|
console.log(this.Routid, this.Routid, '存储的ID=====================WDWADAWD'); |
|
|
|
|
console.log('data>>>>>>>>', this.deliverydata); |
|
|
|
|
this.deliveryId = this.deliverydata.id; //存储ID |
|
|
|
|
this.loading = true; |
|
|
|
|
let id = this.deliverydata.id; |
|
|
|
|
getDetail(id).then(res => { |
|
|
|
|
console.log('res.data>>>>>>>>>>>>', res.data.data); |
|
|
|
|
const data = res.data.data; |
|
|
|
|
const res = await getDetail(id); |
|
|
|
|
|
|
|
|
|
const { code, data } = res.data; |
|
|
|
|
|
|
|
|
|
if (code !== 200) return; |
|
|
|
|
|
|
|
|
|
this.deliverydata = data; |
|
|
|
|
// this.deliverydata.outboundDate = data.stockupInfo.outboundDate; |
|
|
|
|
if (data.stockupInfo.forkliftName) { |
|
|
|
@ -4887,13 +4935,13 @@ export default {
|
|
|
|
|
let packNum = 0; |
|
|
|
|
let invenNum = 0; |
|
|
|
|
let signNum = 0; |
|
|
|
|
this.data.map(item => { |
|
|
|
|
console.log('--------------->item', item); |
|
|
|
|
|
|
|
|
|
for (const item of this.data) { |
|
|
|
|
a += parseInt(item.inventoryNub) + parseInt(item.loadedNub); |
|
|
|
|
packNum += parseInt(item.reservationNum); |
|
|
|
|
invenNum += parseInt(item.reservationStockListNum); |
|
|
|
|
signNum += parseInt(item.receivedQuantity); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.deliverydata.scannedNumber = a; |
|
|
|
|
this.deliverydata.deliveryNumber = packNum; |
|
|
|
@ -4908,15 +4956,13 @@ export default {
|
|
|
|
|
// console.log('--------->deliveryType', this.deliverydata); |
|
|
|
|
// if (this.deliverydata.deliveryType !== '商配') { |
|
|
|
|
// this.handleInventory(this.packpage); |
|
|
|
|
this.loading=false;//关闭加载 |
|
|
|
|
// } |
|
|
|
|
}).catch(res=>{ |
|
|
|
|
console.log(res,'错误信息'); |
|
|
|
|
}).finally(()=>{ |
|
|
|
|
} catch (error) { |
|
|
|
|
console.log('error :>> ', error); |
|
|
|
|
} finally { |
|
|
|
|
this.loading = false; //关闭加载 |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.loadingObj.pageLoading = false; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
@ -4941,11 +4987,7 @@ export default {
|
|
|
|
|
content: ''; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.tj-ttn { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: flex-end; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:deep(.el-dialog__body) { |
|
|
|
|
img { |
|
|
|
|
width: 100%; |
|
|
|
|