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
1ee25581
Commit
1ee25581
authored
Aug 01, 2022
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入仓主 品牌
parent
f0d3c8ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
14 deletions
+10
-14
editDialog.vue
src/views/ecw/order/warehousing/components/editDialog.vue
+10
-14
No files found.
src/views/ecw/order/warehousing/components/editDialog.vue
View file @
1ee25581
...
...
@@ -10,7 +10,7 @@
<el-descriptions-item
label=
"中文品名"
>
{{
warehousing
.
prodTitleZh
}}
</el-descriptions-item>
<el-descriptions-item
label=
"英文品名"
>
{{
warehousing
.
prodTitleEn
}}
</el-descriptions-item>
<el-descriptions-item
label=
"品牌"
>
<span
v-if=
"warehousing.orderWarehouseInBackItemDoList && warehousing.orderWarehouseInBackItemDoList.length"
>
{{
brand
}}
</span>
<span
v-if=
"warehousing.orderWarehouseInBackItemDoList && warehousing.orderWarehouseInBackItemDoList.length"
>
{{
form
.
brand
||
'
无
'
}}
</span>
<el-select
v-else
v-model=
"form.brand"
placeholder=
"可修改"
...
...
@@ -153,7 +153,6 @@ export default {
getDictDataLabel
,
opened
:
false
,
brandList
:
[],
isBeian
:
'
无备案
'
,
form
:
{
"
brand
"
:
""
,
"
brandType
"
:
0
,
...
...
@@ -187,7 +186,8 @@ export default {
},
opened
(
val
)
{
if
(
val
)
{
this
.
form
.
material
=
warehousing
.
material
this
.
form
.
material
=
this
.
warehousing
.
material
this
.
form
.
brand
=
this
.
warehousing
.
brand
}
else
{
this
.
$emit
(
'
update:visible
'
,
false
)
}
...
...
@@ -220,10 +220,7 @@ export default {
// })
return
orderWarehouseIn
({
...
this
.
form
,
inTime
:
this
.
form
.
inTime
,
material
:
this
.
form
.
material
,
brand
:
this
.
brand
,
brandType
:
this
.
warehousing
.
brandType
,
brandType
:
this
.
form
.
brand
?
1
:
0
,
orderId
:
this
.
warehousing
.
orderId
,
orderItemId
:
this
.
warehousing
.
orderItemId
,
orderNo
:
this
.
warehousing
.
orderNo
...
...
@@ -246,12 +243,12 @@ export default {
handleAdd
()
{
this
.
form
.
orderWarehouseInItemDoList
.
push
({
"
boxGauge
"
:
""
,
"
cartonsNum
"
:
0
,
"
cartonsNum
"
:
""
,
"
expressNo
"
:
""
,
"
quantityAll
"
:
0
,
"
quantityAll
"
:
""
,
"
unit
"
:
""
,
"
volume
"
:
0
,
"
weight
"
:
0
"
volume
"
:
''
,
"
weight
"
:
''
})
}
},
...
...
@@ -260,9 +257,8 @@ export default {
tableData
()
{
return
[...
this
.
warehousing
.
orderWarehouseInBackItemDoList
,
...
this
.
form
.
orderWarehouseInItemDoList
]
},
brand
(){
const
brand
=
this
.
brandList
.
find
(
e
=>
e
.
titleZh
===
this
.
form
.
brand
)
return
brand
?.
titleZh
||
'
无
'
isBeian
(){
return
this
.
brandList
.
find
(
e
=>
e
.
titleZh
===
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