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
f72c66c4
authored
Jul 01, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
79617856
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
15 deletions
pages/tally/index.vue
util/api.js
pages/tally/index.vue
View file @
f72c66c4
...
@@ -63,8 +63,8 @@
...
@@ -63,8 +63,8 @@
<view
class=
"t3"
>
{{tallyData.goods_sn_num}}
</view>
<view
class=
"t3"
>
{{tallyData.goods_sn_num}}
</view>
</view>
</view>
<view
class=
"grid-item row verCenter"
>
<view
class=
"grid-item row verCenter"
>
<view
class=
"t1"
>
处理人
:
</view>
<view
class=
"t1"
>
业务
:
</view>
<view
class=
"t2"
>
{{tallyData.
tally_user_
name}}
</view>
<view
class=
"t2"
>
{{tallyData.
sales
name}}
</view>
</view>
</view>
<view
class=
"grid-item row verCenter"
>
<view
class=
"grid-item row verCenter"
>
<view
class=
"t1"
>
未扫描:
</view>
<view
class=
"t1"
>
未扫描:
</view>
...
@@ -874,12 +874,9 @@
...
@@ -874,12 +874,9 @@
duration
:
2000
duration
:
2000
});
});
//理货提交成功后自动清空型号查询框
this
.
keyword
=
''
;
this
.
goods_type
=
''
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
getTallyData
();
//理货提交成功后自动清空型号查询框
this
.
clearInput
(
3
);
},
2000
);
},
2000
);
}
else
if
(
res
.
err_code
===
10000
)
{
}
else
if
(
res
.
err_code
===
10000
)
{
uni
.
showModal
({
uni
.
showModal
({
...
...
util/api.js
View file @
f72c66c4
const
API_BASE
=
'https://api.ichunt.com'
;
//
const API_BASE = 'https://api.ichunt.com';
const
API_BASE_OSS
=
'https://image.ichunt.net'
;
//oss系统
//
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const
API_BASE_OSS_HK
=
'http://hk.image.semour.com'
;
//oss系统 HK
//
const API_BASE_OSS_HK = 'http://hk.image.semour.com'; //oss系统 HK
const
API_BASE_WMS
=
'https://wms.ichunt.net'
;
//WMS系统
//
const API_BASE_WMS = 'https://wms.ichunt.net'; //WMS系统
//
const API_BASE = 'http://api.liexin.com';
const
API_BASE
=
'http://api.liexin.com'
;
//
const API_BASE_OSS = 'http://image.liexindev.net';
const
API_BASE_OSS
=
'http://image.liexindev.net'
;
//
const API_BASE_OSS_HK = 'http://image.liexindev.net'; //oss系统 HK
const
API_BASE_OSS_HK
=
'http://image.liexindev.net'
;
//oss系统 HK
//
const API_BASE_WMS = 'http://wms.liexindev.net'; //WMS系统
const
API_BASE_WMS
=
'http://wms.liexindev.net'
;
//WMS系统
const
API
=
{
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