819527061@qq.com
2024-07-18 825abb00f52fe7d68b3479f328928bf74a47171e
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -354,14 +354,6 @@
         this.coalDayPage(); //获取日志
         this.getTakeCoal(); //获取通知单详情
         },
      getYuanfaList() {  //原发信息list
        this.$reqGet('getMaterialDetailByOrderCode', { orderCode: this.orderCode }).then(res => {
          if(res.code == 0) {
            this.$store.commit('GET_YUANFALIST',res.data)
          }
        })
      },
         // 获取客服openid
         getgetService() {
            this.$reqGet('getCallOutList', this.getServiceOpenid).then(res => {
@@ -422,7 +414,6 @@
                     return  {name:item.breed + '/' + item.spec,id:item.id}
                  })
            this.getPoundRoomByList()
            this.getYuanfaList()  //原发信息
               } else {
                  this.$u.toast('加载失败');
               }