Browse Source

【修改】 bug

Howie 3 years ago
parent
commit
dcb98e0ec0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/supply/deliver/sum_list.vue

+ 2 - 2
src/views/supply/deliver/sum_list.vue

@@ -461,8 +461,8 @@ export default {
         categoryName: this.screenForm.type,
         serviceId: this.screenForm.salesMan,
         k3ServiceId: this.screenForm.k3ServiceId,
-        approvalEndTime: this.screenForm.approvaTime ? this.screenForm.approvaTime[0] : '',
-        approvalStartTime: this.screenForm.approvaTime ? this.screenForm.approvaTime[1] : '',
+        approvalEndTime: this.screenForm.approvaTime ? this.screenForm.approvaTime[1] : '',
+        approvalStartTime: this.screenForm.approvaTime ? this.screenForm.approvaTime[0] : '',
       }
     },
     comRefundableQty() {