| File was renamed from pages/qitachuku_v2/form.vue |
| | |
| | | }, |
| | | addNew() { |
| | | uni.redirectTo({ |
| | | url: '/pages/qitachuku_v2/form?OperationType=1' |
| | | url: '/pages/qitachuku_v2/OtherOutBill?OperationType=1' |
| | | }) |
| | | }, |
| | | async submit() { |
| | |
| | | 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('用户点击取消'); |
| | |
| | | // 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('用户点击取消'); |
| | |
| | | if (res.confirm) { |
| | | console.log('用户点击确定'); |
| | | uni.navigateBack({ |
| | | url: '/pages/qitachuku_v2/table' |
| | | url: '/pages/qitachuku_v2/OtherOutBillList' |
| | | }) |
| | | } else if (res.cancel) { |
| | | console.log('用户点击取消'); |