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
3b13d2ed
authored
Jul 09, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
10a23b9a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
pages/tally/abnormalTally.vue
util/api.js
pages/tally/abnormalTally.vue
View file @
3b13d2ed
...
...
@@ -38,7 +38,7 @@
<span
class=
"text"
>
{{
pack_time_start
}}
</span>
</picker>
<picker
mode=
"date"
class=
"picker-data row verCenter"
:value=
"pack_time_end"
@
change=
"bindDateChange($event,3)"
>
<span
class=
"text"
>
{{
pack_time_end
}}
</span>
<span
class=
"text"
style=
"margin-left: 10rpx;"
>
{{
pack_time_end
}}
</span>
</picker>
</view>
</view>
...
...
@@ -61,7 +61,7 @@
<span
class=
"text"
>
{{confirm_time_date}}
</span>
</picker>
<picker
mode=
"time"
class=
"picker-time row verCenter"
:value=
"confirm_time_day"
@
change=
"bindTimeChange"
>
<span
class=
"text"
>
{{confirm_time_day}}
</span>
<span
class=
"text"
style=
"margin-left: 10rpx;"
>
{{confirm_time_day}}
</span>
</picker>
</view>
</view>
...
...
@@ -251,7 +251,7 @@
*/
getPreviousMonthDate
(
dateStr
)
{
const
date
=
new
Date
(
dateStr
);
date
.
set
Month
(
date
.
getMonth
()
-
1
);
date
.
set
Date
(
date
.
getDate
()
-
3
);
const
year
=
date
.
getFullYear
();
const
month
=
String
(
date
.
getMonth
()
+
1
).
padStart
(
2
,
'0'
);
const
day
=
String
(
date
.
getDate
()).
padStart
(
2
,
'0'
);
...
...
util/api.js
View file @
3b13d2ed
//
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