Browse Source

接口

intex_online20250327
王宇飞 3 weeks ago
parent
commit
e1e880b260
  1. 2
      src/api/request2.js
  2. 2
      src/pages/repleinsh/coms/comRepleishDetailCardTime.vue

2
src/api/request2.js

@ -4223,7 +4223,7 @@ export function getRepleinshJobList(params) {
}
export function getRepleinshTimeJobList(params) {
return request({
url: baseApi + "/wms/repleinsh-request-main/senior",
url: baseApi + "/wms/repleinsh-request-detail/senior",
method: "post",
data: params,
});

2
src/pages/repleinsh/coms/comRepleishDetailCardTime.vue

@ -22,7 +22,7 @@
<view style="" >
<view class="text_packQty uni-flex justify-end" style="margin-top: 5rpx; margin-right: 20rpx;" >
<view class="uom_blue uni-flex align-center" >
<view class="uom_yellow" style="word-break:break-word;">{{dataContent.recordList.reduce((prev, item) => prev + Number(item['handleQty']),0)}}</view>
<view class="uom_yellow" style="word-break:break-word;">{{dataContent.recordList?dataContent.recordList.reduce((prev, item) => prev + Number(item['handleQty']),0):''}}</view>
<view class="">/</view>
<view class="uom_blue">{{dataContent.unexecutedQty}}{{' '+getUomInfo(dataContent.uom)}}</view>
</view>

Loading…
Cancel
Save