|
@@ -302,7 +302,7 @@
|
|
<view style="padding: 20rpx 26rpx 200rpx 26rpx;background-color: #f3f3f3;color:#C0C0C0" v-show="showList[2].flag&&(SubsectionList[curNow].name=='门诊预约')">
|
|
<view style="padding: 20rpx 26rpx 200rpx 26rpx;background-color: #f3f3f3;color:#C0C0C0" v-show="showList[2].flag&&(SubsectionList[curNow].name=='门诊预约')">
|
|
提示:就诊人信息用于平台审核和医疗业务使用,不会外传。请正却确填写就诊人信息,如需修改身份信息可电话联系客服修改(13330431369)
|
|
提示:就诊人信息用于平台审核和医疗业务使用,不会外传。请正却确填写就诊人信息,如需修改身份信息可电话联系客服修改(13330431369)
|
|
</view>
|
|
</view>
|
|
- <view class="bottomButton" @click="pd">保存{{curNow==0?"电话":curNow==1?"图文":"门诊"}}设置</view>
|
|
|
|
|
|
+ <view class="bottomButton" @click="pd" v-if="showList[curNow].flag">保存{{curNow==0?"电话":curNow==1?"图文":"门诊"}}设置</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -311,10 +311,10 @@
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
this.getShows();
|
|
this.getShows();
|
|
this.getPhoneData();
|
|
this.getPhoneData();
|
|
- // this.$nextTick(function() {
|
|
|
|
- // this.addTime()
|
|
|
|
- // })
|
|
|
|
- // console.log(this.form.is_appoint.hospitalList.length)
|
|
|
|
|
|
+ this.$nextTick(function() {
|
|
|
|
+ this.addTime()
|
|
|
|
+ })
|
|
|
|
+ console.log(this.form.is_appoint.hospitalList.length)
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
|
|
|
|
@@ -1173,6 +1173,7 @@
|
|
case 2: //门诊的保存
|
|
case 2: //门诊的保存
|
|
if (that.showList[2].flag) {
|
|
if (that.showList[2].flag) {
|
|
that.form.is_appoint.hospitalList.forEach(item => {
|
|
that.form.is_appoint.hospitalList.forEach(item => {
|
|
|
|
+ console.log(item)
|
|
//基础价格
|
|
//基础价格
|
|
if (item.appoint_price == "") {
|
|
if (item.appoint_price == "") {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
@@ -1229,6 +1230,7 @@
|
|
})
|
|
})
|
|
return false
|
|
return false
|
|
}
|
|
}
|
|
|
|
+
|
|
})
|
|
})
|
|
this.setMenData()
|
|
this.setMenData()
|
|
}
|
|
}
|