#
Junjie
3 天以前 5f172d0730ad6f240e6d62feaa0824bc98b86bfc
#
3个文件已修改
20 ■■■■■ 已修改文件
Monitor-APP/manifest.json 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/manifest.json
@@ -41,7 +41,8 @@
                    "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
                    "<uses-feature android:name=\"android.hardware.camera\"/>",
                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                ]
                ],
                "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
            },
            /* ios打包配置 */
            "ios" : {
Monitor-APP/pages/home/home.css
@@ -15,7 +15,7 @@
}
.swiper-body {
    width: 100%;
    height: 90%;
    height: 100%;
    /* background-color: #aa0000; */
}
.swiper-body-main {
Monitor-APP/pages/home/home.vue
@@ -225,15 +225,18 @@
                                    circular="true" :autoplay="true" :interval="5000" :duration="2000">
                                        <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                            <view style="width: 100%;">{{i+1}} / {{swiperList.length}}</view>
                                            <view style="width: 100%;">单号: {{item.orderNo}}</view>
                                            <view style="width: 50%;">商品编号: {{item.matnr}}</view>
                                            <view style="width: 50%;">商品名称: {{item.maktx}}</view>
                                            <view style="width: 100%;">规格: {{item.specs}}</view>
                                            <view style="width: 100%;">U8旧品名: {{item.sku}}</view>
                                            <view style="width: 50%;">规格: {{item.specs}}</view>
                                            <view style="width: 50%;">U8旧品名: {{item.sku}}</view>
                                            <view style="width: 100%;">型号: {{item.model}}</view>
                                            <view style="width: 100%;color: red;font-weight: bolder;">客户名称: {{item.supp}}</view>
                                            <view style="width: 50%;">主数量: {{item.count}}</view>
                                            <view style="width: 50%;color: red;font-weight: bolder;">辅数量: {{item.weight}}</view>
                                            <view style="width: 50%;">库存: {{item.total}}</view>
                                            <view style="width: 50%;color: red;font-weight: bolder;">客户名称: {{item.supp}}</view>
                                            <view style="width: 50%;color: red;font-weight: bolder;">开票客户: {{item.kpCstmrName}}</view>
                                            <view style="width: 25%;">主数量: {{item.count}}</view>
                                            <view style="width: 25%;color: red;font-weight: bolder;">辅数量: {{item.weight}}</view>
                                            <view style="width: 25%;">库存: {{item.total}}</view>
                                            <view style="width: 25%;">辅库存: {{item.totalWeight}}</view>
                                        </swiper-item>
                                    </swiper>
                                </view>