| | |
| | | <u-form-item> |
| | | <u-textarea v-model="abnormalForm.abnormalContent" |
| | | confirmType="done" |
| | | style="border: solid 1px #ccc;padding-bottom: 0;" |
| | | placeholder="请输入异常原因(字数不少于5个字)" |
| | | :height='200' |
| | | :height='180' |
| | | border="surround" |
| | | autoHeight></u-textarea> |
| | | ></u-textarea> |
| | | </u-form-item> |
| | | </u--form> |
| | | </view> |
| | |
| | | }, |
| | | // 提交异常原因 |
| | | abnormalConfirm() { |
| | | if(!this.abnormalForm.abnormalContent){ |
| | | this.$u.toast('请输入异常原因') |
| | | return |
| | | } |
| | | this.weighData.abnormalText = this.abnormalForm.abnormalContent |
| | | this.saveWeigh() |
| | | this.abnormalModalShow = false |
| | |
| | | |
| | | .slot-content { |
| | | width: 96%; |
| | | height: 210rpx; |
| | | border-bottom: 1rpx solid rgb(220, 223, 230); |
| | | // height: 210rpx; |
| | | border: 1rpx solid rgb(220, 223, 230); |
| | | ::v-deep textarea{ |
| | | padding-bottom: 0!important; |
| | | } |
| | | } |
| | | |
| | | .table-title { |