#
whycq
2024-08-09 ae6fccae984271d6380567b22e0e5bdd8da9b52b
pages/mat/matSelected.vue
@@ -22,6 +22,22 @@
            </view>
         </view>
         <view class="form-item">
            <view class="form-item-desc"><text>袋号</text></view>
            <view class="form-item-content">
               <view class="form-input">
                  <input type="text" v-model="mat.units">
               </view>
            </view>
         </view>
         <view class="form-item">
            <view class="form-item-desc"><text>重量备注</text></view>
            <view class="form-item-content">
               <view class="form-input">
                  <input type="text" v-model="mat.memo">
               </view>
            </view>
         </view>
         <view class="form-item">
            <view class="form-item-desc"><text>数量</text></view>
            <view class="form-item-content">
               <uni-number-box :value="mat.anfme" :max="99999999" :step='1' color="#747474" @change="changeValue" />
@@ -44,6 +60,8 @@
               maktx: null,
               specs: null,
               batch: null,
               units: null,
               memo: null,
               anfme: 0,
            },
            baseIP:'',