Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
412beb11
Commit
412beb11
authored
Mar 18, 2018
by
季圣华
Browse files
解决'礼品销售'不显示的问题
parent
434499ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/js/pages/materials/in_out.js
View file @
412beb11
...
...
@@ -241,6 +241,9 @@
depotString
=
depotString
+
depot
.
id
+
"
,
"
;
}
}
if
(
depot
.
type
===
1
){
depotString
=
depotString
+
depot
.
id
+
"
,
"
;
}
}
depotString
=
depotString
.
substring
(
1
,
depotString
.
length
-
1
);
$
(
"
#ProjectId
"
).
empty
().
append
(
options
);
...
...
Write
Preview
Supports
Markdown
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