zhang
2025-06-09 349779c5a4e789cdf0b15530c98b9c981d4df57a
pages/basics/matQuery.vue
@@ -35,6 +35,14 @@
                  </view>
               </view>
            </view>
            <view class="text-box">
               <view class="text-title"><text>辅数量</text></view>
               <view class="text-title">
                  <view>
                     <uni-number-box v-model="matData.weight" :value="matData.weight" :max="99999999" color="#747474" @change="changeValue2"/>
                  </view>
               </view>
            </view>
         </view>
      </view>
      <view class="foot flex justify-center">
@@ -86,6 +94,9 @@
         changeValue(value) {
            this.matData.anfme = value
         },
         changeValue2(value) {
            this.matData.weight = value
         },
         back() {
            if (this.matData.anfme === 0) {
               uni.showToast({title: '请输入数量', icon: "none", position: 'top'});