#
whycq
2024-02-27 66982187989111e4d6dffa6718dbd4aa155cb571
pages/mat/matSelected.vue
@@ -14,6 +14,10 @@
            <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">
@@ -78,7 +82,6 @@
            this.mat.anfme = value
         },
         back() {
            console.log(this.mat);
            if (this.mat.anfme === 0) {
               uni.showToast({title: '请输入数量', icon: "none", position: 'top'});
               return;