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