diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index 74db694e..c16ef9b7 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -128,7 +128,8 @@ - +
------------------------------
--> -
+
@@ -685,6 +687,7 @@ export default { data() { return { html: '', + checkloading:false,//复核签收加载 dialogImageUrl: '', //图片放大地址 dialogVisible: false, //图片状态 dialogImageUrlA: '', @@ -3288,7 +3291,8 @@ export default { // 复核签收确认弹窗 submitForm() { console.log(this.CheckStore,'要处理的值'); - + this.checkloading=true;//开启复核签收加载效果 + this.signBox = false; // console.log('--------------->this.signtitle', this.signtitle); // console.log('--------------->this.signtitle', this.submitForm); let row = {}; @@ -3340,6 +3344,7 @@ export default { this.signBox = false; getOneclickq(row) .then(res => { + this.checkloading=false;//关闭复核签收加载效果 if (res.data.code == 200) { this.TCloading = false; //取消限制 ElMessage({