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
9cba68e2
authored
Oct 07, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
0cf12fbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
pages/tallyGoods/confirm.vue
util/api.js
pages/tallyGoods/confirm.vue
View file @
9cba68e2
...
@@ -230,11 +230,16 @@ export default {
...
@@ -230,11 +230,16 @@ export default {
if
(
res
.
err_code
===
0
)
{
if
(
res
.
err_code
===
0
)
{
this
.
disabled
=
false
;
this
.
disabled
=
false
;
this
.
isInspOrg
=
Boolean
(
res
.
data
.
isInspOrg
);
//是否商检
this
.
isInspOrg
=
Boolean
(
res
.
data
.
isInspOrg
);
//是否商检
this
.
list
=
res
.
data
.
entrys
;
const
length
=
res
.
data
.
entrys
.
length
;
this
.
list
=
res
.
data
.
entrys
.
filter
(
function
(
entry
)
{
return
entry
.
isEntryInspOrg
===
true
;
});
const
length
=
this
.
list
.
length
;
this
.
goods_check_pic_list
=
Array
.
from
({
length
},
()
=>
[]);
this
.
goods_check_pic_list
=
Array
.
from
({
length
},
()
=>
[]);
this
.
form
.
pic_json
=
res
.
data
.
entrys
.
map
(
item
=>
({
this
.
form
.
pic_json
=
this
.
list
.
map
(
item
=>
({
entryID
:
item
.
entryID
,
entryID
:
item
.
entryID
,
goods_check_pic
:
''
goods_check_pic
:
''
}));
}));
...
...
util/api.js
View file @
9cba68e2
...
@@ -2,7 +2,7 @@ const API_BASE = 'https://api.ichunt.com';
...
@@ -2,7 +2,7 @@ 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 = 'http://api.liexin.com';
// const API_BASE = 'http://api.liexin.com';
// const API_BASE_OSS = 'http://image.liexindev.net';
//oss系统
// const API_BASE_OSS = 'http://image.liexindev.net';
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