| | |
| | | "name" : "Monitor-APP", |
| | | "appid" : "__UNI__CA903B7", |
| | | "description" : "", |
| | | "versionName" : "1.0.1", |
| | | "versionCode" : "100", |
| | | "versionName" : "1.0.2", |
| | | "versionCode" : 103, |
| | | "transformPx" : false, |
| | | "networkTimeout" : { |
| | | "request" : 30000 |
| | |
| | | .text-content { |
| | | width: 100%; |
| | | height: 100%; |
| | | font-size: 12px; |
| | | font-size: 2vw; |
| | | /* background-color: aliceblue; */ |
| | | } |
| | | .swiper-head { |
| | |
| | | <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> |
| | |
| | | </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> |