#
whycq
2024-10-12 64d0112375ccfb0aaad19f85a850fc05b92fc587
#
3个文件已修改
8 ■■■■■ 已修改文件
Monitor-APP/manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/manifest.json
@@ -2,8 +2,8 @@
    "name" : "Monitor-APP",
    "appid" : "__UNI__CA903B7",
    "description" : "",
    "versionName" : "1.0.1",
    "versionCode" : "100",
    "versionName" : "1.0.2",
    "versionCode" : 103,
    "transformPx" : false,
    "networkTimeout" : {
        "request" : 30000
Monitor-APP/pages/home/home.css
@@ -1,7 +1,7 @@
.text-content {
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-size: 2vw;
    /* background-color: aliceblue;     */
}
.swiper-head {
Monitor-APP/pages/home/home.vue
@@ -218,6 +218,7 @@
                                    <view style="flex: 2;">托盘码:{{infoText.barcode}} <br /> 订单号</view>
                                    <view style="flex: 2;">商品编号</view>
                                    <view style="flex: 2;">商品名称</view>
                                    <view style="flex: 2;">特殊说明</view>
                                    <view style="flex: 1;">作业数量</view>
                                    <view style="flex: 1;">剩余数量</view>
                                </view>
@@ -236,6 +237,7 @@
                                            </view>
                                            <view style="flex: 2;">{{item.matnr}}</view>
                                            <view style="flex: 2;">{{item.maknx}}</view>
                                            <view style="flex: 2;">{{item.batch}}</view>
                                            <view style="flex: 1;">{{item.count}}</view>
                                            <view style="flex: 1;">{{item.total}}</view>
                                        </swiper-item>