Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
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
46790d93
authored
Feb 01, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
ef24c0ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
pages/stockRecheck/print.vue
util/api.js
pages/stockRecheck/print.vue
View file @
46790d93
...
...
@@ -288,7 +288,7 @@
detail
:
{},
real_shipping_type_data
:
[{
name
:
'快递'
,
value
:
1
},
{
name
:
'自送'
,
value
:
2
},
{
name
:
'客户自取'
,
value
:
3
},
{
name
:
'同城物流'
,
value
:
4
}],
//交货方式数据
real_shipping_id_data
:
[],
//物流公司数据
real_shipping_mode_data
:
[{
name
:
'空运'
,
value
:
1
},
{
name
:
'陆运'
,
value
:
2
}],
//物流模式数据
real_shipping_mode_data
:
[{
name
:
'空运'
,
value
:
1
},
{
name
:
'陆运'
,
value
:
2
}
,
{
name
:
'半日达'
,
value
:
263
}
],
//物流模式数据
searchParams
:
{
stock_out_sn
:
''
},
...
...
@@ -407,7 +407,7 @@
this
.
real_shipping_mode_data
.
push
({
name
:
'当天达'
,
value
:
10
},
{
name
:
'次日达'
,
value
:
20
},
{
name
:
'隔日达'
,
value
:
30
},
{
name
:
'陆运件'
,
value
:
40
},
{
name
:
'同城次日'
,
value
:
50
},
{
name
:
'同城即日'
,
value
:
70
},
{
name
:
'省内次日'
,
value
:
160
},
{
name
:
'省内即日'
,
value
:
170
},
{
name
:
'空运'
,
value
:
210
},
{
name
:
'专运'
,
value
:
220
});
}
else
{
this
.
real_shipping_mode_data
=
[];
this
.
real_shipping_mode_data
.
push
({
name
:
'空运'
,
value
:
1
},
{
name
:
'陆运'
,
value
:
2
});
this
.
real_shipping_mode_data
.
push
({
name
:
'空运'
,
value
:
1
},
{
name
:
'陆运'
,
value
:
2
}
,
{
name
:
'半日达'
,
value
:
263
}
);
}
this
.
$forceUpdate
();
typeof
callback
==
'function'
&&
callback
(
data
);
...
...
util/api.js
View file @
46790d93
const
API_BASE_USER
=
'http://user.liexindev.net'
;
//用户系统
const
API_BASE_PUR
=
'http://pur.liexindev.net'
;
//采购系统
const
API_BASE
=
'http://wms.liexindev.net'
;
//WMS系统
const
API_BASE_OSS
=
'http://image.liexindev.net'
;
//oss系统
//
const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
//
const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
//
const API_BASE = 'http://wms.liexindev.net'; //WMS系统
//
const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
//
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
//
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
//
const API_BASE = 'https://wms.ichunt.net'; //WMS系统
//
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const
API_BASE_USER
=
'https://user.ichunt.net'
;
//用户系统
const
API_BASE_PUR
=
'https://purchase.ichunt.net'
;
//采购系统
const
API_BASE
=
'https://wms.ichunt.net'
;
//WMS系统
const
API_BASE_OSS
=
'https://image.ichunt.net'
;
//oss系统
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