|  |  | 
 |  |  |             <view class="form-item-content"><text>{{mat.specs}}</text></view> | 
 |  |  |          </view> | 
 |  |  |          <view class="form-item"> | 
 |  |  |             <view class="form-item-desc"><text>备注</text></view> | 
 |  |  |             <view class="form-item-content"><text>{{mat.memo}}</text></view> | 
 |  |  |          </view> | 
 |  |  |          <view class="form-item"> | 
 |  |  |             <view class="form-item-desc"><text>批号</text></view> | 
 |  |  |             <view class="form-item-content"> | 
 |  |  |                <view class="form-input"> | 
 |  |  | 
 |  |  |             this.mat.anfme = value | 
 |  |  |          }, | 
 |  |  |          back() { | 
 |  |  |             console.log(this.mat); | 
 |  |  |             if (this.mat.anfme === 0) { | 
 |  |  |                uni.showToast({title: '请输入数量', icon: "none", position: 'top'}); | 
 |  |  |                return; |