#
whycq
2023-07-07 4936bd69e9476155d8fa8e5cd8b104a8b98dd231
#
3个文件已修改
16 ■■■■ 已修改文件
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/stock/stockQuery.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/css/wms.css/wms.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,7 +2,7 @@
    "name" : "中扬WMS",
    "appid" : "__UNI__DA5854D",
    "description" : "",
    "versionName" : "2023062501",
    "versionName" : "2023070701",
    "versionCode" : "100",
    "transformPx" : false,
    /* 5+App特有相关 */
pages/stock/stockQuery.vue
@@ -3,15 +3,15 @@
        <!-- 搜索框 -->
        <view class="code">
            <view class="item">
                <view class="code-decs">库位号:</view>
                <view class="code-decs">托盘码:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="locNo">
            </view>
            <view class="item">
            <!-- <view class="item">
                <view class="code-decs">物料号:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="matnr">
                <view class="item-right">
                </view>
            </view>
            </view> -->
        </view>
        <view class="mat-list-title">
            商品列表
@@ -110,7 +110,7 @@
                    data: {
                        curr: 1,
                        limit: 100,
                        loc_no: that.locNo,
                        zpallet: that.locNo,
                        matnr: that.matnr
                    },
                    method:"GET",
@@ -173,7 +173,7 @@
    .code {
        width: 100%;
        position: fixed;
        min-height: 200rpx;
        min-height: 100rpx;
        background-color: #FFF;
        z-index: 10;
    }
@@ -213,7 +213,7 @@
        width: 100%;
        background-color: white;
        position: fixed;
        margin-top: 200rpx;
        margin-top: 100rpx;
        z-index: 9;
        /* border-top: 1px solid #DCDFE6; */
        text-align: center;
static/css/wms.css/wms.css
@@ -7,7 +7,7 @@
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.list:first-child {
    margin-top: 310rpx;
    margin-top: 220rpx;
}
.list:last-child {
    margin-bottom: 120rpx;