#
zjj
2024-09-03 e7c423f807a03b2e4f61afd43124992acb28f06d
pages/mat/matSelected.vue
@@ -22,18 +22,10 @@
            </view>
         </view>
         <view class="form-item">
            <view class="form-item-desc"><text>袋号</text></view>
            <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">
                  <input type="text" v-model="mat.itemNum">
               </view>
            </view>
         </view>
@@ -63,6 +55,7 @@
               units: null,
               memo: null,
               anfme: 0,
               itemNum:''
            },
            baseIP:'',
            basePORT:'',
@@ -81,6 +74,7 @@
         eventChannel.on('mat', function(data) {
            that.mat = data.data
            that.mat.anfme = 0
            that.mat.itemNum = ""
         })