chenhaozhe
2025-11-25 6f17e42e2463aee9804f50bfd0d5a8bcb1f7d7c2
pages/zutuosaoma/PackUnionBillList.vue
@@ -255,7 +255,7 @@
            },
            add() {
                uni.navigateTo({
                    url: './form?OperationType=1'
                    url: './PackUnionBill?OperationType=1'
                })
            },
            //编辑
@@ -268,7 +268,7 @@
                //         console.log(1,res);
                //       if(res.data.count == 1){
                uni.navigateTo({
                    url: './form?OperationType=2&HBarCode_Pack_Temp=' + item["HBarCode_Pack"],
                    url: './PackUnionBill?OperationType=2&HBarCode_Pack_Temp=' + item["HBarCode_Pack"],
                })
                //                }else{
                //                   uni.showToast({