签收照
@@ -685,6 +716,7 @@ export default {
data() {
return {
html: '',
+ checkloading:false,//复核签收加载
dialogImageUrl: '', //图片放大地址
dialogVisible: false, //图片状态
dialogImageUrlA: '',
@@ -714,6 +746,7 @@ export default {
SignForPhotos: [],
reservationId: null, //当前行的ID
windowHeight: null,
+ CheckStore:null,
columnList: [
{
prop: 'trainNumber',
@@ -1254,6 +1287,16 @@ export default {
fixed: false,
sortable: true,
},
+ {
+ prop: 'signingNumber',
+ label: '签收数量',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ },
{
prop: 'orderStatusName',
label: '订单状态',
@@ -1668,6 +1711,17 @@ export default {
sortable: true,
head: false,
},
+ {
+ prop: 'signingUser',
+ label: '签收人',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
{
prop: 'signingTime',
label: '签收扫描时间',
@@ -2428,46 +2482,46 @@ export default {
fixed: false,
sortable: true,
},
- {
- label: '发站仓',
- prop: 'sendWarehouseName',
- type: 2,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- label: '目的仓',
- prop: 'acceptWarehouseName',
- type: 2,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- label: '发货时间',
- prop: 'waybillNumber',
- type: 2,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- label: '入库时间',
- prop: 'warehouseEntryTimeEnd',
- type: 2,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
+ // {
+ // label: '发站仓',
+ // prop: 'sendWarehouseName',
+ // type: 2,
+ // values: '',
+ // width: '130',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // },
+ // {
+ // label: '目的仓',
+ // prop: 'acceptWarehouseName',
+ // type: 2,
+ // values: '',
+ // width: '130',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // },
+ // {
+ // label: '发货时间',
+ // prop: 'waybillNumber',
+ // type: 2,
+ // values: '',
+ // width: '130',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // },
+ // {
+ // label: '入库时间',
+ // prop: 'warehouseEntryTimeEnd',
+ // type: 2,
+ // values: '',
+ // width: '130',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // },
// {
// label: '客户车次号',
// prop: 'trainNumber',
@@ -2536,67 +2590,103 @@ export default {
{
label: '包件状态',
prop: 'orderPackageStatusName',
- type: 2,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- label: '冻结状态',
- prop: 'orderPackageFreezeStatusName',
- type: 2,
- values: '',
- width: '130',
- checkarr: [],
- fixed: false,
- sortable: true,
- },
- {
- label: '上架状态',
- prop: 'orderPackageGroundingStatusName',
- type: 2,
+ type: 3,
values: '',
width: '130',
- checkarr: [],
+ checkarr: [
+ {
+ label: '未签收',
+ value: '10'
+ },
+ {
+ label: '已签收',
+ value: '70'
+ },
+ ],
fixed: false,
sortable: true,
},
+ // {
+ // label: '冻结状态',
+ // prop: 'orderPackageFreezeStatusName',
+ // type: 2,
+ // values: '',
+ // width: '130',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // },
+ // {
+ // label: '上架状态',
+ // prop: 'orderPackageGroundingStatusName',
+ // type: 2,
+ // values: '',
+ // width: '130',
+ // checkarr: [],
+ // fixed: false,
+ // sortable: true,
+ // },
{
label: '备货状态',
prop: 'orderPackageStockupStatusName',
- type: 2,
+ type: 3,
values: '',
width: '130',
- checkarr: [],
+ checkarr: [
+ {
+ label: '待备货',
+ value: '10'
+ },
+ {
+ label: '已备货',
+ value: '20'
+ },
+ ],
fixed: false,
sortable: true,
},
{
label: '预约状态',
prop: 'orderPackageReservationStatusName',
- type: 2,
+ type: 3,
values: '',
width: '130',
- checkarr: [],
+ checkarr: [
+ {
+ label: '待预约',
+ value: '10'
+ },
+ {
+ label: '已预约',
+ value: '20'
+ },
+ ],
fixed: false,
sortable: true,
},
{
label: '装车状态',
prop: 'orderPackageLoadingStatusName',
- type: 2,
+ type: 3,
values: '',
width: '130',
- checkarr: [],
+ checkarr: [
+ {
+ label: '待装车',
+ value: '10'
+ },
+ {
+ label: '已装车',
+ value: '20'
+ },
+ ],
fixed: false,
sortable: true,
},
{
label: '装车时间',
prop: 'loadingTime',
- type: 2,
+ type: 4,
values: '',
width: '130',
checkarr: [],
@@ -2618,10 +2708,27 @@ export default {
{
label: '装车方式',
prop: 'scanStatus',
- type: 2,
+ type: 3,
values: '',
width: '130',
- checkarr: [],
+ checkarr: [
+ {
+ label: '扫描',
+ value: '2'
+ },
+ {
+ label: '订单',
+ value: '3'
+ },
+ {
+ label: '一键装车',
+ value: '4'
+ },
+ {
+ label: '补录',
+ value: '5'
+ },
+ ],
fixed: false,
sortable: true,
},
@@ -2634,7 +2741,7 @@ export default {
{
label: '计划装车人',
prop: 'driverName',
- type: 2,
+ type: 1,
values: '',
width: '130',
checkarr: [],
@@ -2654,7 +2761,7 @@ export default {
{
label: '签收扫描时间',
prop: 'signingTime',
- type: 2,
+ type: 4,
values: '',
width: '130',
checkarr: [],
@@ -3138,6 +3245,39 @@ export default {
if (!index) delete this.inventoryQuery[row.prop];
this.handleInventory(this.page);
},
+ inputscReservationPackage(index, row) {
+ console.log('index', index);
+ console.log('row', row);
+ this.wrapoption.query[row.prop] = index;
+ if (!index) delete this.inventoryQuery[row.prop];
+ this.getWrapdetails(this.page);
+ },
+ timescReservationPackage(index, row) {
+ if (!!index) {
+ index = dayjs(index).format('YYYY-MM-DD');
+ }
+ this.wrapoption.query[row.prop] = index;
+ if (!index) {
+ delete this.wrapoption.query[row.prop];
+ }
+ this.getWrapdetails(this.page);
+ },
+ selectscReservationPackage(index, row) {
+ console.log(index, row);
+ if (row.prop === 'orderPackageStatusName') {
+ this.wrapoption.query['orderPackageStatus'] = index;
+ } else if (row.prop === 'orderPackageStockupStatusName') {
+ this.wrapoption.query['orderPackageStockupStatus'] = index;
+ } else if (row.prop === 'orderPackageReservationStatusName') {
+ this.wrapoption.query['orderPackageReservationStatus'] = index;
+ } else if (row.prop === 'orderPackageLoadingStatusName') {
+ this.wrapoption.query['orderPackageLoadingStatus'] = index;
+ } else {
+ this.wrapoption.query[row.prop] = index;
+ }
+ this.getWrapdetails(this.page);
+ },
+
timesc() {},
btnsc() {},
selectsc() {},
@@ -3178,6 +3318,17 @@ export default {
this.dialogVisibleF = true;
},
+ cancelReservationPackage(row){
+ console.log("row",row);
+ this.$message.warning("功能维护中...");
+ return;
+
+ },
+ signingReservationPackage(row){
+ console.log("row",row);
+ this.$message.warning("功能维护中...");
+ return;
+ },
/**
* 打印
*/
@@ -3284,8 +3435,12 @@ export default {
this.dialogImageUrlE = uploadFile.url;
this.dialogVisibleE = true;
},
-
+ // 复核签收确认弹窗
submitForm() {
+ console.log(this.reservationId);
+ console.log(this.CheckStore,'要处理的值');
+ this.checkloading=true;//开启复核签收加载效果
+ // this.signBox = false;
// console.log('--------------->this.signtitle', this.signtitle);
// console.log('--------------->this.signtitle', this.submitForm);
let row = {};
@@ -3298,6 +3453,7 @@ export default {
};
// 提交图片处理
//最后提交
+
row.reservationId = this.reservationId;
// row.clerkSignPictures = this.signform.clerkSignPictures;
row.clerkSignRemarks = this.TcForm.clerkSignRemarks; //备注
@@ -3316,26 +3472,26 @@ export default {
// }
const pushPhotoToRow = (photoArray, photoType) => {
+
photoArray.forEach(item => {
row.map[photoType].push({
- name: item.response.data.originalName,
+ name: item.response && item.response.data ? item.response.data.originalName : '',
reservationId: this.reservationId,
type: photoType,
- urlRoute: item.response.data.link,
+ urlRoute: item.response && item.response.data ? item.response.data.link : item.url,
});
});
};
-
pushPhotoToRow(this.DoorstepPhoto, 'photo_1');
pushPhotoToRow(this.StackingPhoto, 'photo_2');
pushPhotoToRow(this.FragilePhotos, 'photo_3');
pushPhotoToRow(this.HomePhotos, 'photo_4');
pushPhotoToRow(this.SignForPhotos, 'photo_5');
- console.log(row, '准备提交的参数');
this.TCloading = true; //禁止确定
this.signBox = false;
getOneclickq(row)
.then(res => {
+ this.checkloading=false;//关闭复核签收加载效果
if (res.data.code == 200) {
this.TCloading = false; //取消限制
ElMessage({
@@ -3522,14 +3678,52 @@ export default {
},
handleSign(row) {
console.log('签收>>>>>>>>>>', row);
- console.log(row.id, '复合签收');
- $_getDetail({ id: row.id }).then(res => {
+ console.log(row.signId, '复合签收');
+ this.reservationId =row.id
+ $_getDetail({ id: row.signId }).then(res => {
console.log(res, '复合返回值');
+ if(res.data.data){
+ this.CheckStore=res.data.data
+
+ if(res.data.data.printVOList){
+ // DoorstepPhoto 上门照片
+ // StackingPhoto 堆码照片
+ // FragilePhotos 易碎照
+ // HomePhotos 家配照
+ // SignForPhotos 签收照
+ this.DoorstepPhoto=[]
+ this.StackingPhoto=[]
+ this.FragilePhotos=[]
+ this.HomePhotos=[]
+ this.SignForPhotos=[]
+ res.data.data.printVOList.forEach(item=>{
+ if(item.type =='photo_1'){
+ this.DoorstepPhoto.push({name:'',url:item.urlRoute})
+ }
+ if(item.type =='photo_2'){
+ this.StackingPhoto.push({name:'',url:item.urlRoute})
+ }
+ if(item.type =='photo_3'){
+ this.FragilePhotos.push({name:'',url:item.urlRoute})
+ }
+ if(item.type =='photo_4'){
+ this.HomePhotos.push({name:'',url:item.urlRoute})
+ }
+ if(item.type =='photo_5'){
+ this.SignForPhotos.push({name:'',url:item.urlRoute})
+ }
+
+ })
+ }
+ console.log(this.CheckStore,'data');
+ console.log(res.data.data,'res');
+ }
+
});
this.signtitle = '复核签收';
// this.view = true;
this.signform = row;
- this.signBox = true;
+ this.signBox = true;//开启复合弹窗
// this.wid= row.id
// this.getWrapdetails(this.wpage)
},
@@ -3554,6 +3748,12 @@ export default {
},
//一键签收
handleSignone(row) {
+ // 清空图片缓存
+ this.DoorstepPhoto=[]
+ this.StackingPhoto=[]
+ this.FragilePhotos=[]
+ this.HomePhotos=[]
+ this.SignForPhotos=[]
console.log('一键签收222>>>>>>>>>>', row);
if (row.loadingStatus != '已装车') {
ElMessage({
@@ -3563,10 +3763,10 @@ export default {
return;
}
this.reservationId = row.reservationId; //存储当前行的ID
+ console.log(row,'当前行数据');
this.signtitle = '一键签收';
this.signform = row;
this.TcForm = row;
-
this.signBox = true;
},
inventoryDetail(row) {
diff --git a/src/views/distribution/inventory/delivery/distributionStockArticle.vue b/src/views/distribution/inventory/delivery/distributionStockArticle.vue
index 9d2ec96f..0a41aecd 100644
--- a/src/views/distribution/inventory/delivery/distributionStockArticle.vue
+++ b/src/views/distribution/inventory/delivery/distributionStockArticle.vue
@@ -1787,14 +1787,16 @@ export default {
// };
// i.freezeStatusName = freezeStatusMap[i.freezeStatus] || freezeStatusMap.default;
// i.groundingStatusName = groundingStatusMap[i.groundingStatus] || groundingStatusMap.default;
- i.handQuantity = nuMap[i.handQuantity] || i.handQuantity;
+ // i.handQuantity = nuMap[i.handQuantity] || i.handQuantity;
i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity;
i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity;
i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity;
i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity;
i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity;
// console.log("i.totalNumber",i.totalNumber,"i.handQuantitys",i.handQuantity);
- i.notReceived = parseInt(i.totalNumber) - parseInt(i.handQuantity);
+ i.notReceived = parseInt(i.totalNumber) -parseInt(i.incomingNum);
+ i.handQuantity = parseInt(i.incomingNum) - parseInt(i.deliveryQuantity)
+
return i;
});
this.loading = false;
diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue b/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
index 63070828..47f3bafa 100644
--- a/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
+++ b/src/views/distribution/inventory/delivery/distributionStockArticleDiscuss.vue
@@ -1570,13 +1570,16 @@ export default {
// };
// i.freezeStatusName = freezeStatusMap[i.freezeStatus] || freezeStatusMap.default;
// i.groundingStatusName = groundingStatusMap[i.groundingStatus] || groundingStatusMap.default;
- i.handQuantity = nuMap[i.handQuantity] || i.handQuantity;
+ // i.handQuantity = nuMap[i.handQuantity] || i.handQuantity;
i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity;
i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity;
i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity;
i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity;
i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity;
- i.notReceived = parseInt(i.totalNumber) - parseInt(i.handQuantity);
+ // i.notReceived = parseInt(i.totalNumber) -parseInt(i.signinQuantity)- parseInt(i.handQuantity);
+ i.notReceived = parseInt(i.totalNumber) -parseInt(i.incomingNum);
+ i.handQuantity = parseInt(i.incomingNum) - parseInt(i.deliveryQuantity)
+
return i;
});
this.loading = false;
diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue
index 63192a1e..e07a60fe 100644
--- a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue
+++ b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue
@@ -1642,13 +1642,15 @@ export default {
// };
// i.freezeStatusName = freezeStatusMap[i.freezeStatus] || freezeStatusMap.default;
// i.groundingStatusName = groundingStatusMap[i.groundingStatus] || groundingStatusMap.default;
- i.handQuantity = nuMap[i.handQuantity] || i.handQuantity;
+ // i.handQuantity = nuMap[i.handQuantity] || i.handQuantity;
i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity;
i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity;
i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity;
i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity;
i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity;
- i.notReceived = parseInt(i.totalNumber) -parseInt(i.signinQuantity)- parseInt(i.handQuantity);
+ i.notReceived = parseInt(i.totalNumber) -parseInt(i.incomingNum);
+ i.handQuantity = parseInt(i.incomingNum) - parseInt(i.deliveryQuantity)
+
return i;
});
this.loading = false;
diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue b/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue
index 45f6125e..53d336b0 100644
--- a/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue
+++ b/src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue
@@ -1934,13 +1934,16 @@ export default {
'-1': '0',
};
i.notification = notificationMap[i.notification] || notificationMap.default;
- i.handQuantity = nuMap[i.handQuantity] || i.handQuantity;
+ // i.handQuantity = nuMap[i.handQuantity] || i.handQuantity;
i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity;
i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity;
i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity;
i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity;
i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity;
- i.notReceived = parseInt(i.totalNumber) - parseInt(i.handQuantity);
+ // i.notReceived = parseInt(i.totalNumber) -parseInt(i.signinQuantity)- parseInt(i.handQuantity);
+ i.notReceived = parseInt(i.totalNumber) -parseInt(i.incomingNum);
+ i.handQuantity = parseInt(i.incomingNum) - parseInt(i.deliveryQuantity)
+
return i;
});
this.loading = false;
diff --git a/src/views/distribution/reservation/reservationAddFrom.vue b/src/views/distribution/reservation/reservationAddFrom.vue
index f66e6e18..82faffe5 100644
--- a/src/views/distribution/reservation/reservationAddFrom.vue
+++ b/src/views/distribution/reservation/reservationAddFrom.vue
@@ -381,7 +381,9 @@
-
+
+
@@ -439,6 +441,7 @@
返 回
+
@@ -570,6 +573,7 @@ import { setNodeHeight, removeZeroWidth } from '@/utils/util.js';
export default {
data() {
return {
+ Inventoryloading:true,//库存品加载
packageQuery: {},
orderRow: {},
columnList: [
@@ -2099,7 +2103,9 @@ export default {
return true;
}
},
- handleAddInventory() {
+ handleAddInventory() {
+ this.loading = true;
+ this.Inventoryloading=true;//开启加载效果
let page = this.page;
let params = {};
this.query.serviceType = '2';
@@ -2135,14 +2141,15 @@ export default {
}
this.loading = false;
this.selectionClear();
+
this.stockListShow = true;
-
this.$nextTick(() => {
const _node = document.querySelector('.stockListShow .maboxhi');
_node.style.transition = 'all 0.3s';
setNodeHeight(_node, '500px');
this.setTableHeight();
+ this.Inventoryloading=false;//关闭加载效果
});
}
);
@@ -3275,4 +3282,5 @@ input[type='number'] {
.footer-container {
height: 60px;
}
+
diff --git a/src/views/distribution/signfor/distributionSignfortreat.vue b/src/views/distribution/signfor/distributionSignfortreat.vue
index b3d5512b..1e967eba 100644
--- a/src/views/distribution/signfor/distributionSignfortreat.vue
+++ b/src/views/distribution/signfor/distributionSignfortreat.vue
@@ -191,6 +191,7 @@
查 看
+
-
+
row', row);
loadingAbnormalPackageListAuditing(row.id).then(res => {
@@ -2076,6 +2081,8 @@ export default {
type: 'success',
message: '操作成功!',
});
+ this.Abnormalloading=false;
+ this.AbnormalreviewFn(this.abnormalReview);//审核完成更新数据
}
});
},
@@ -2083,6 +2090,7 @@ export default {
* 一键审批
*/
fastAuditing() {
+ this.Abnormalloading=true;//开启加载效果
console.log('this.wrapdata---------->', this.wrapdata);
let ids = [];
this.wrapdata.forEach(item => {
@@ -2095,7 +2103,9 @@ export default {
type: 'success',
message: '操作成功!',
});
- this.abnormalBox = false;
+
+ this.abnormalBox = false;//关闭弹窗
+ this.Abnormalloading=false;//关闭加载效果
}
});
console.log('ids---------->', ids);
@@ -2138,16 +2148,25 @@ export default {
// this.wid= row.id
// this.getWrapdetails(this.wpage)
},
+ // 异常装车
+
+ // 异常审核函数
+ 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;
this.abnormalBox = true;
console.log('异常装车审核------------->', row);
- loadingAbnormalPackageListDetail(row.id).then(res => {
- this.wrapdata = res.data.data;
- console.log('res------------->', res.data.data);
- });
+ this.AbnormalreviewFn(this.abnormalReview)
},
editsolt(scope) {
const { row } = scope;
diff --git a/src/views/distribution/turndelivery/deliveryDiscuss.vue b/src/views/distribution/turndelivery/deliveryDiscuss.vue
index 90183d73..285df917 100644
--- a/src/views/distribution/turndelivery/deliveryDiscuss.vue
+++ b/src/views/distribution/turndelivery/deliveryDiscuss.vue
@@ -421,6 +421,9 @@
+
+
+
@@ -484,6 +487,27 @@
搜索菜单预留按钮
-->
+