yangan
2024-06-29 6a232ec3d1d75af66b5afb475895d585a494cbaf
pages/public-page/forward/forward.vue
@@ -191,8 +191,9 @@
         return {
            forwardSurplus: 0,
            paramsName: {},
            huoDaiData: [],  //货代Data
            fleetData: [],  //车队Data
            huoDaiData: [],
            isClickFlag:true,// true 可以 or false for forward and back to the direction of the car direction (default
            fleetData: [],
            // 日计划id
            orderPlanId: '',
            jhOrderPlanForwardList: [{  //转发对象
@@ -384,11 +385,16 @@
         },
         // 转发对象
         forwardObjectClick(index, name, id) {
            if(!id){
            this.selectPopupShow = true;
            this.index = index;
            this.originForwardName = name || ''
            this.isDirectAdd = this.originForwardName !== ''
            this.forwardId = id
            }else{
               return
            }
         },
         selectPopupClose() {
            this.selectPopupShow = false;
@@ -613,6 +619,7 @@
                  return isPass;
               }
            });
            console.log(this.jhOrderPlanForwardList,'jhOderPlan')
            if (isPass) {
               this.loading = true;
               this.$reqPost('forward', this.jhOrderPlanForwardList, 'json').then(res => {