#
whycq
2024-04-10 847d3302f93c2c8b4e80ba467e37e0eaf86cf786
#
3个文件已修改
32 ■■■■ 已修改文件
pages/home/orderManage.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/order/pakinOrderSelect.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/orderOutSelect.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/orderManage.vue
@@ -46,6 +46,13 @@
                        // cuIcon: 'pullup',
                        url: `/phyz/order/purchaseOrder`
                    },
                    {
                        title: '出库单测试用',
                        name: 'pakin',
                        color: 'blue',
                        // cuIcon: 'pullup',
                        url: `/phyz/orderOut/orderOutSelect`
                    },
                    
                    
                ],
pages/phyz/order/pakinOrderSelect.vue
@@ -35,7 +35,9 @@
            </view>
        </view>
        <!-- 垫高 -->
        <view style="height: 50rpx;"></view>
        <view style="height: 340rpx;text-align: center;color: #b9b9b9;">
            - 已经到底了 -
        </view>
        <!-- 弹窗 -->
        <view>
            <uni-popup ref="addItem" type="dialog">
@@ -55,6 +57,11 @@
        <!-- 遮罩层 -->
        <view class="mask" v-if="mask">
            加载中。。。
        </view>
        <view class="buttom">
            <uni-search-bar :focus="searchValueFocus" v-model="searchValue" style="width: 100%;"
                maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear" placeholder="输入 / 扫描 订单号">
            </uni-search-bar>
        </view>
    </view>
</template>
@@ -214,8 +221,8 @@
    }
    .shop-car {
        position: fixed;
        left: 60rpx;
        bottom: 80rpx;
        left: 22rpx;
        bottom: 150rpx;
        background-color: #2299ff;
        width: 260rpx;
        height: 90rpx;
pages/phyz/orderOut/orderOutSelect.vue
@@ -1,17 +1,21 @@
<template>
    <view class="container">
    <view>
        <view class="code">
            <uni-search-bar :focus="searchValueFocus" v-model="searchValue" 
                maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear" placeholder="输入 / 扫描 订单号">
            </uni-search-bar>
            <uni-search-bar :focus="searchValueFocus" v-model="searchValue"
                maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear" placeholder="输入 / 扫描 主订单号">
            </uni-search-bar>
            <view class="code-title">
                <view></view>
                <view style="width: 100%;text-align: center;margin: 16rpx;">{{searchValue}} 总数量:- {{total}} -</view>
                <view></view>
            </view>
        </view>
        <view class="buttom">
            <uni-search-bar :focus="searchValueFocus" v-model="searchValue" style="width: 100%;"
                maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear" placeholder="输入 / 扫描 订单号">
            </uni-search-bar>
        </view>
    </view>
</template>