Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f343b912
authored
Jan 06, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
滞留预警
parent
36ed426a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
10 deletions
pages.json
pages/tally/index.vue
pages/tally/retentionList.vue
util/api.js
pages.json
View file @
f343b912
...
...
@@ -273,6 +273,11 @@
"style"
:
{
"navigationBarTitleText"
:
"历史理货图片"
}
},
{
"path"
:
"pages/tally/retentionList"
,
"style"
:
{
"navigationBarTitleText"
:
"滞留预警"
}
}],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
...
...
pages/tally/index.vue
View file @
f343b912
...
...
@@ -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>
<!-- 选择国家 -->
...
...
pages/tally/retentionList.vue
0 → 100644
View file @
f343b912
This diff is collapsed.
Click to expand it.
util/api.js
View file @
f343b912
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
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment