Browse Source

国内贸易修改

lichao 3 years ago
parent
commit
1909c7c536

+ 1 - 0
src/views/businessManagement/deliveryNotice/detailsPageEdit.vue

@@ -997,6 +997,7 @@ export default {
   },
   },
   methods: {
   methods: {
     queryData(id, isCopy = false, type) {
     queryData(id, isCopy = false, type) {
+      this.pageLoading = true
       detail(id).then(res => {
       detail(id).then(res => {
         this.form = res.data.data;
         this.form = res.data.data;
         if (this.form.deliveryStatus == '已发货') {
         if (this.form.deliveryStatus == '已发货') {

+ 2 - 0
src/views/businessManagement/receipt/detailsPageEdit.vue

@@ -807,6 +807,7 @@ export default {
   },
   },
   methods: {
   methods: {
     queryData(id, isCopy = false) {
     queryData(id, isCopy = false) {
+      this.pageLoading = true
       detail(id).then(res => {
       detail(id).then(res => {
         this.form = res.data.data;
         this.form = res.data.data;
         this.contactsData = this.form.deliveryItemsList
         this.contactsData = this.form.deliveryItemsList
@@ -887,6 +888,7 @@ export default {
         }
         }
       }).finally(() => {
       }).finally(() => {
         this.saveLoading = false
         this.saveLoading = false
+        this.pageLoading = false
       });
       });
     },
     },
     copyOrder() {
     copyOrder() {