Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
68a0206f
Commit
68a0206f
authored
Nov 20, 2023
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【备货添加新品】备货添加新品页,入仓影像需要设置为必填
https://zentao.test.jdshangmen.com/bug-view-5364.html
parent
ee3e3291
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
NewProduct.vue
src/views/ecw/order/stocking/components/NewProduct.vue
+8
-1
Package.vue
src/views/ecw/order/stocking/components/Package.vue
+8
-1
No files found.
src/views/ecw/order/stocking/components/NewProduct.vue
View file @
68a0206f
...
...
@@ -215,7 +215,7 @@
</el-card>
<el-card
style=
"margin-top: 15px;"
>
<div
slot=
"header"
class=
"clearfix"
>
<span
style=
"font-size: 18px"
>
{{$t('入仓影像')}}
</span>
<span
style=
"font-size: 18px"
>
<span
style=
"color: red"
>
*
</span>
{{$t('入仓影像')}}
</span>
</div>
<div>
<image-and-video-upload
:fileSize=
"50"
:isShowTip=
"true"
v-model=
"pictureUrls"
></image-and-video-upload>
...
...
@@ -520,6 +520,13 @@ export default {
})
if
(
this
.
pictureUrls
?.
length
===
0
)
{
return
this
.
$notify
({
title
:
'
请上传入仓影像
'
,
type
:
'
warning
'
});
}
// 首次入仓、入仓补充
return
finishPacked
({
brand
:
this
.
form
.
brand
,
...
...
src/views/ecw/order/stocking/components/Package.vue
View file @
68a0206f
...
...
@@ -213,7 +213,7 @@
</el-card>
<el-card
style=
"margin-top: 15px;"
>
<div
slot=
"header"
class=
"clearfix"
>
<span
style=
"font-size: 18px"
>
{{$t('入仓影像')}}
</span>
<span
style=
"font-size: 18px"
>
<span
style=
"color: red"
>
*
</span>
{{$t('入仓影像')}}
</span>
</div>
<div>
<image-and-video-upload
:fileSize=
"50"
:isShowTip=
"true"
v-model=
"pictureUrls"
></image-and-video-upload>
...
...
@@ -533,6 +533,13 @@ export default {
})
if
(
this
.
pictureUrls
?.
length
===
0
)
{
return
this
.
$notify
({
title
:
'
请上传入仓影像
'
,
type
:
'
warning
'
});
}
// 首次入仓、入仓补充
return
finishPacked
({
brand
:
this
.
form
.
brand
,
...
...
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