Commit f343b912 by LJM

滞留预警

parent 36ed426a
......@@ -273,6 +273,11 @@
"style": {
"navigationBarTitleText": "历史理货图片"
}
}, {
"path": "pages/tally/retentionList",
"style": {
"navigationBarTitleText": "滞留预警"
}
}],
"globalStyle": {
"navigationBarTextStyle": "black",
......
......@@ -203,13 +203,17 @@
<text class="p">1、请输入正确的入仓号和型号</text>
</view>
<!-- 操作栏 -->
<view class="btn-list row verCenter bothSide" v-if="!tallyData.detail">
<view class="btn-list row verCenter" v-if="!tallyData.detail">
<navigator url="/pages/tally/fixBox" class="box row rowCenter verCenter" hover-class="none">合 箱</navigator>
<navigator url="/pages/tally/unboxing" class="box row rowCenter verCenter" hover-class="none">重新开箱</navigator>
<navigator url="/pages/tally/abnormalTally" class="box row rowCenter verCenter" hover-class="none">美产商检管理</navigator>
<view style="position:relative;">
<navigator url="/pages/tally/abnormalManageList" class="box row rowCenter verCenter" hover-class="none">异常管理</navigator>
<text class="num row verCenter rowCenter" v-if="stayHandleCount > 0">{{stayHandleCount}}</text>
<text class="num row verCenter rowCenter" v-if="stayHandleCount.abnormalQty > 0">{{stayHandleCount.abnormalQty}}</text>
</view>
<view style="position:relative;">
<navigator url="/pages/tally/retentionList" class="box row rowCenter verCenter" hover-class="none">滞留预警</navigator>
<text class="num row verCenter rowCenter" v-if="stayHandleCount.retentionQty > 0">{{stayHandleCount.retentionQty}}</text>
</view>
</view>
<!-- 选择国家 -->
......
const API_BASE = 'https://api.ichunt.com';
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const API_BASE_OSS_HK = 'http://hk.image.semour.com'; //oss系统 HK
const API_BASE_WMS = 'https://wms.ichunt.net'; //WMS系统
// const API_BASE = 'https://api.ichunt.com';
// const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
// const API_BASE_OSS_HK = 'http://hk.image.semour.com'; //oss系统 HK
// const API_BASE_WMS = 'https://wms.ichunt.net'; //WMS系统
// const API_BASE = 'http://api.liexin.com';
// const API_BASE_OSS = 'http://image.liexindev.net';
// const API_BASE_OSS_HK = 'http://image.liexindev.net'; //oss系统 HK
// const API_BASE_WMS = 'http://wms.liexindev.net'; //WMS系统
const API_BASE = 'http://api.liexin.com';
const API_BASE_OSS = 'http://image.liexindev.net';
const API_BASE_OSS_HK = 'http://image.liexindev.net'; //oss系统 HK
const API_BASE_WMS = 'http://wms.liexindev.net'; //WMS系统
const API = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment