xg
This commit is contained in:
parent
89af95fc1f
commit
faf4664e4d
@ -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: '未签约,请先签约',
|
||||||
|
|||||||
@ -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: '未签约,请先签约',
|
||||||
|
|||||||
@ -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({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user