|
@@ -87,8 +87,8 @@
|
|
|
<textarea v-model="FormData.diagnostic" style="width: 100%;height: 200rpx;margin-top: 20rpx;" :disabled="ishtmlType" placeholder="请输入诊断结果" placeholder-style="color:rgba(0, 0, 0, 0.35)"></textarea>
|
|
|
</view>
|
|
|
<view class="input inputBorNode">
|
|
|
- <view class="icon">解决方案</view>
|
|
|
- <textarea v-model="FormData.treatment" style="width: 100%;height: 200rpx;margin-top: 20rpx;" :disabled="ishtmlType" placeholder="请输入解决方案" placeholder-style="color:rgba(0, 0, 0, 0.35)"></textarea>
|
|
|
+ <view class="icon">治疗方案</view>
|
|
|
+ <textarea v-model="FormData.treatment" style="width: 100%;height: 200rpx;margin-top: 20rpx;" :disabled="ishtmlType" placeholder="请输入治疗方案" placeholder-style="color:rgba(0, 0, 0, 0.35)"></textarea>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box">
|
|
@@ -529,13 +529,13 @@
|
|
|
})
|
|
|
return;
|
|
|
}
|
|
|
- // if (this.FormData.treatment == '') {
|
|
|
- // this.$refs.uToast.show({
|
|
|
- // title: '请输入治疗方案',
|
|
|
- // type: 'error ',
|
|
|
- // })
|
|
|
- // return;
|
|
|
- // }
|
|
|
+ if (this.FormData.treatment == '') {
|
|
|
+ this.$refs.uToast.show({
|
|
|
+ title: '请输入治疗方案',
|
|
|
+ type: 'error ',
|
|
|
+ })
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (this.wisBllx == 1) {
|
|
|
if (this.FormData.caseName == '') {
|
|
|
this.$refs.uToast.show({
|
|
@@ -649,13 +649,13 @@
|
|
|
})
|
|
|
return;
|
|
|
}
|
|
|
- // if (data.treatment == '') {
|
|
|
- // this.$refs.uToast.show({
|
|
|
- // title: '请输入治疗方案',
|
|
|
- // type: 'error ',
|
|
|
- // })
|
|
|
- // return;
|
|
|
- // }
|
|
|
+ if (data.treatment == '') {
|
|
|
+ this.$refs.uToast.show({
|
|
|
+ title: '请输入治疗方案',
|
|
|
+ type: 'error ',
|
|
|
+ })
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (this.wisBllx == 1) {
|
|
|
if (data.caseName == '') {
|
|
|
this.$refs.uToast.show({
|