#
whycq
2023-04-27 e04094205e8599ce939b16e64659d16db8e8cc60
#
1个文件已修改
6 ■■■■ 已修改文件
pages/order/orderPakin.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPakin.vue
@@ -1,11 +1,11 @@
<template>
    <view>
        <view class="code">
            <view class="item">
            <!-- <view class="item">
                <view class="code-decs">订单号:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="order" :focus="orderFocus"
                    @input="orderInput()" disabled>
            </view>
            </view> -->
            <view class="item">
                <view class="code-decs">托盘码:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus"
@@ -428,7 +428,7 @@
        width: 100%;
        background-color: white;
        position: fixed;
        margin-top: 300rpx;
        margin-top: 200rpx;
        z-index: 9;
        /* border-top: 1px solid #DCDFE6; */
        text-align: center;