chenhaozhe
2025-11-25 6f17e42e2463aee9804f50bfd0d5a8bcb1f7d7c2
pages/weiwairuku/EntrustInBillList.vue
@@ -269,7 +269,7 @@
         },
         add(){
            uni.navigateTo({
               url:'./form?OperationType=1'
               url:'./EntrustInBill?OperationType=1'
            })
         },
         //编辑
@@ -282,7 +282,7 @@
                    console.log(1,res);
                  if(res.data.count == 1){
                     uni.navigateTo({
                        url:'./form?OperationType=2&HInterID=' + item.HInterID
                        url:'./EntrustInBill?OperationType=2&HInterID=' + item.HInterID
                     })
                  }else{
                     uni.showToast({