This commit is contained in:
2024-01-24 10:03:11 +08:00
parent 89af95fc1f
commit faf4664e4d
3 changed files with 17 additions and 25 deletions

View File

@ -187,8 +187,7 @@
if (this.region == 1 || this.region == 2) { if (this.region == 1 || this.region == 2) {
if (this.checkSign == "0") { if (this.checkSign == "0") {
uni.navigateTo({ uni.navigateTo({
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`, url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
}) })
// this.$refs.uToast.show({ // this.$refs.uToast.show({
// title: '', // title: '',
@ -225,8 +224,7 @@
if (this.region == 1 || this.region == 2) { if (this.region == 1 || this.region == 2) {
if (this.checkSign == "0") { if (this.checkSign == "0") {
uni.navigateTo({ uni.navigateTo({
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`, url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
}) })
// this.$refs.uToast.show({ // this.$refs.uToast.show({
// title: '', // title: '',
@ -313,10 +311,8 @@
} else { } else {
if (this.region == 1 || this.region == 2) { if (this.region == 1 || this.region == 2) {
if (this.checkSign == "0") { if (this.checkSign == "0") {
uni.navigateTo({ uni.navigateTo({
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`, url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
}) })
// this.$refs.uToast.show({ // this.$refs.uToast.show({
// title: '', // title: '',
@ -353,8 +349,7 @@
if (this.region == 1 || this.region == 2) { if (this.region == 1 || this.region == 2) {
if (this.checkSign == "0") { if (this.checkSign == "0") {
uni.navigateTo({ uni.navigateTo({
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`, url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
}) })
// this.$refs.uToast.show({ // this.$refs.uToast.show({
// title: '', // title: '',
@ -390,8 +385,7 @@
if (this.region == 1 || this.region == 2) { if (this.region == 1 || this.region == 2) {
if (this.checkSign == "0") { if (this.checkSign == "0") {
uni.navigateTo({ uni.navigateTo({
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`, url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
}) })
// this.$refs.uToast.show({ // this.$refs.uToast.show({
// title: '', // title: '',

View File

@ -419,8 +419,7 @@
if (this.region == 1 || this.region == 2) { if (this.region == 1 || this.region == 2) {
if (this.checkSign == "0") { if (this.checkSign == "0") {
uni.navigateTo({ uni.navigateTo({
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`, url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
}) })
// this.$refs.uToast.show({ // this.$refs.uToast.show({
// title: '', // title: '',

View File

@ -71,16 +71,16 @@
HospitalPersonlist: null, HospitalPersonlist: null,
HospitalPersontotal: 0, HospitalPersontotal: 0,
hospitalDepartmentList: null, hospitalDepartmentList: null,
cardNo:'', cardNo: '',
checkSign:'', checkSign: '',
infotitle:'', infotitle: '',
}; };
}, },
onLoad() { onLoad() {
this.region = Number(uni.getStorageSync('region')) this.region = Number(uni.getStorageSync('region'))
this.baseurl = baseurl this.baseurl = baseurl
this.selectDepartmentinfo(); this.selectDepartmentinfo();
this.cardNo=uni.getStorageSync('userinfo').cardNo this.cardNo = uni.getStorageSync('userinfo').cardNo
}, },
methods: { methods: {
info() { info() {
@ -131,8 +131,7 @@
this.infotitle = res.data.info this.infotitle = res.data.info
if (this.checkSign == "0") { if (this.checkSign == "0") {
uni.navigateTo({ uni.navigateTo({
url:`/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`, url: `/pagesC/Onlinesigning/Onlinesigning?checkSign=${this.checkSign}`,
}) })
} else if (this.checkSign == "01") { } else if (this.checkSign == "01") {
this.$refs.uToast.show({ this.$refs.uToast.show({