Sfoglia il codice sorgente

Finish Hotfix-zh-230

Howie 3 anni fa
parent
commit
fee56b0f17
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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() {