skyouc
2025-05-19 4058a77cac73f1afed3b4ff52c379d1318ef7a7b
组拖允许小数
1个文件已修改
4 ■■■■ 已修改文件
pages/listing/matnrPalletising.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/listing/matnrPalletising.vue
@@ -105,8 +105,8 @@
                                <view class="title text-blue"><text
                                        class="text-red text-xl vertical-middle">*</text>组盘数量:
                                </view>
                                <uni-number-box style="width: 70%;" :max="max" v-model="item.receiptQty"
                                    :step='1'></uni-number-box>
                                <uni-number-box style="width: 70%;" :min="0" :max="max" :decimal="2" :step="0.01" v-model="item.receiptQty"
                                    ></uni-number-box>
                            </view>
                        </view>
                    </view>