#
zjj
2023-11-13 f43d42c47a142a2f6c71f568c6113e5630cd868b
#
1个文件已修改
5 ■■■■■ 已修改文件
pages/order/orderPutDown2.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPutDown2.vue
@@ -4,11 +4,11 @@
            <view class="item">
                <view class="code-decs">托盘码:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus"
                    @input="getBarcodeList()">
                    >
            </view>
            <view class="item">
                <view class="code-decs">订单号:</view>
                <uni-combox :candidates="orderNoList" placeholder="请选择订单" v-model="orderNo"></uni-combox>
                <uni-combox :candidates="orderNoList" placeholder="请选择订单" v-model="orderNo" @input="getOrderDet()"></uni-combox>
            </view>
        </view>
        <view class="mat-list-title">
@@ -208,6 +208,7 @@
                        if (res.code === 200) {
                            that.dataList = res.data
                            for (var i = 0; i < that.dataList.length; i++){
                                that.dataList[i].anfme = 0;
                                that.$set(that.dataList[i],'checked',false)
                            }
                        }