chenhaozhe
2025-11-13 e2f33becdfbe80f9c792006740b2037a6e4eb527
pages/xiaoshouchuku/SellOutBill.vue
File was renamed from pages/xiaoshouchuku/form.vue
@@ -1614,7 +1614,7 @@
            },
            addNew() {
                uni.redirectTo({
                    url: '/pages/xiaoshouchuku/form?OperationType=1'
                    url: '/pages/xiaoshouchuku/SellOutBill?OperationType=1'
                })
            },
            async submit() {
@@ -1698,7 +1698,7 @@
                                            if (res.confirm) {
                                                console.log('用户点击确定');
                                                uni.redirectTo({
                                                    url: '/pages/xiaoshouchuku/form?OperationType=1'
                                                    url: '/pages/xiaoshouchuku/SellOutBill?OperationType=1'
                                                })
                                            } else if (res.cancel) {
                                                console.log('用户点击取消');
@@ -1756,7 +1756,7 @@
                        //                         if (res.confirm) {
                        //                             console.log('用户点击确定');
                        //                             uni.redirectTo({
                        //                                 url: '/pages/xiaoshouchuku/form?OperationType=1'
                        //                                 url: '/pages/xiaoshouchuku/SellOutBill?OperationType=1'
                        //                             })
                        //                         } else if (res.cancel) {
                        //                             console.log('用户点击取消');
@@ -1825,7 +1825,7 @@
                        if (res.confirm) {
                            console.log('用户点击确定');
                            uni.redirectTo({
                                url: '/pages/xiaoshouchuku/table'
                                url: '/pages/xiaoshouchuku/SellOutBillList'
                            })
                        } else if (res.cancel) {
                            console.log('用户点击取消');