zwl
2025-06-25 daf721176b66edb6344bb763275acb5fea94c56d
Monitor-APP/pages/home/home.vue
@@ -138,10 +138,7 @@
                                    <view style="margin-left: auto;">
                                       <!-- 百分比 -->
                                       <view class="flex-col"
                                          style="align-items: flex-end;justify-content: flex-end;">
                                          <!-- style="justify-content: flex-end;position: absolute;top: 0;right: 1vw;text-align: right;" -->
                                          <text class="item-title">31</text>
                                          <text class="item-subTitle">今日订单数</text>
                                          style="align-items: flex-end;justify-content: flex-end;">sssss
                                       </view>
                                    </view>
                                 </view>
@@ -218,12 +215,12 @@
                           </y-box>
                        </view>
                        <view style="height: 2%;"></view>
                        <view style="height: 18%"  class="flex-row">
                        <!-- <view style="height: 18%"  class="flex-row">
                              <image style="height: 100%;"
                                 src="../../static/barcode.png" mode="aspectFit"></image>
                              <image style="height: 100%;"
                                 src="../../static/zy_logo.png" mode="aspectFit"></image>
                        </view>
                        </view> -->
                     </view>
                  </view>
               </view>
@@ -257,8 +254,9 @@
                  <view style="flex: 3;">商品编号</view>
                  <view style="flex: 2;">商品名称</view>
                  <view style="flex: 2;">规格</view>
                  <view style="flex: 2;">作业数量</view>
                  <view style="flex: 2;">剩余数量</view>
                           <view style="flex: 2;">工序</view>
                  <view style="flex: 2;">数量</view>
                </view>
                <!-- body -->
                <view class="swiper-body">
@@ -274,8 +272,8 @@
                      <view style="flex: 3;">{{item.matnr}}</view>
                      <view style="flex: 2;">{{item.maknx}}</view>
                      <view style="flex: 2;">{{item.specs}}</view>
                      <view style="flex: 2;">{{item.count}}</view>
                      <view style="flex: 2;">{{item.total}}</view>
                                 <view style="flex: 2;">{{item.sku}}</view>
                      <view style="flex: 2;">{{item.count}}/{{item.total}}</view>
                    </swiper-item>
                  </swiper>
                </view>
@@ -513,17 +511,6 @@
            var result = ycqdata.carError
            var res = result.data
            that.carInfoModel(res)
         },
         getCarInfo() {
            let that = this
            uni.request({
               url: that.commonUrl + "/monitor/device/error",
               method: "GET",
               success(result) {
                  var res = result.data
                  that.carInfoModel(res)
               }
            })
         },
         carInfoModel(res) {
            let infoList = []
@@ -891,6 +878,10 @@
            }
            uni.request({
               url: that.commonUrl + "/monitor/loc/rep",
               data: {
                  crnId: that.baseCrnId,
                  ledId: that.baseLedId,
               },
               method: 'GET',
               success(result) {
                  var res = result.data