#
zjj
2024-09-03 e7c423f807a03b2e4f61afd43124992acb28f06d
pages/mat/matSelected.vue
@@ -22,6 +22,14 @@
            </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.itemNum">
               </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,7 +52,10 @@
               maktx: null,
               specs: null,
               batch: null,
               units: null,
               memo: null,
               anfme: 0,
               itemNum:''
            },
            baseIP:'',
            basePORT:'',
@@ -63,6 +74,7 @@
         eventChannel.on('mat', function(data) {
            that.mat = data.data
            that.mat.anfme = 0
            that.mat.itemNum = ""
         })