|
@@ -170,9 +170,9 @@
|
|
|
<view class="c-row ">
|
|
|
<view class="title">热损伤(%)</view>
|
|
|
<view class="con-list">
|
|
|
- <!-- <input :disabled='flag==1' v-model='gridList.jiaorenli' placeholder="请输入热损伤占比"
|
|
|
- name="input"></input> -->
|
|
|
- <input v-model='gridList.jiaorenli' @click.stop="handleShowKeyboard1":disabled="true" placeholder="请输入热损伤占比" name="input"></input>
|
|
|
+ <input :disabled='flag==1' v-model='gridList.jiaorenli' placeholder="请输入热损伤占比"
|
|
|
+ name="input"></input>
|
|
|
+ <!-- <input v-model='gridList.jiaorenli' @click.stop="handleShowKeyboard1":disabled="true" placeholder="请输入热损伤占比" name="input"></input> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -552,7 +552,7 @@
|
|
|
this.$api.msg('购粮性质不能为空')
|
|
|
return
|
|
|
}
|
|
|
- if(this.value==false){
|
|
|
+ if(this.value==false||this.flag==2){
|
|
|
if (!this.gridList.grade) {
|
|
|
this.$api.msg('等级不能为空')
|
|
|
return
|