Browse Source

修复备货

dev
qb 1 year ago
parent
commit
0795bd632b
  1. 4
      config/host.js
  2. 10
      pagesHome/pages/PickingScanList/PickingScanList.vue

4
config/host.js

@ -4,7 +4,7 @@
* 测试域名
* */
//测试域名
// const devhost = 'http://test.api.huo5you.com/'
const devhost = 'http://test.api.huo5you.com/'
// lmy
// const devhost = 'http://192.168.10.123:8889/'
// zhy
@ -19,7 +19,7 @@
// cg
// const devhost = 'http://192.168.3.2:13000/'
// 正式
const devhost = 'https://h5uapi.huitongys.com/'
// const devhost = 'https://h5uapi.huitongys.com/'
// cg
// const devhost = 'http://192.168.10.200:13000/'
/**

10
pagesHome/pages/PickingScanList/PickingScanList.vue

@ -41,16 +41,14 @@
<view>订单总数</view>
<view>{{item.orderNum}}</view>
</view>
<view>
<!-- <view>
<view>定制品数</view>
<view>{{item.planNum || 0}}</view>
</view>
<view>
</view> -->
<!-- <view>
<view>零担数</view>
<view>{{item.planNum || 0}}</view>
</view>
</view>
<view class="total mt10">
</view> -->
<view>
<view>库存品数量</view>
<view>{{item.inventoryNub || 0}}</view>

Loading…
Cancel
Save