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
c6f998b1
Commit
c6f998b1
authored
Oct 29, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
d5352a2f
e494064b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
PackHistoryDetail.vue
src/views/ecw/order/components/PackHistoryDetail.vue
+1
-1
WarehouseRecordDetailItem.vue
...rder/warehousing/components/WarehouseRecordDetailItem.vue
+5
-4
No files found.
src/views/ecw/order/components/PackHistoryDetail.vue
View file @
c6f998b1
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<div
slot=
"header"
class=
"card-title"
>
<div
slot=
"header"
class=
"card-title"
>
{{$t('打包前')}}
{{$t('打包前')}}
</div>
</div>
<el-table
v-if=
"orderWarehouseInContent"
:data=
"orderWarehouseInContent.orderWarehouseIn
ItemDt
oList"
>
<el-table
v-if=
"orderWarehouseInContent"
:data=
"orderWarehouseInContent.orderWarehouseIn
BackItemD
oList"
>
<el-table-column
type=
"index"
:label=
"$t('序号')"
/>
<el-table-column
type=
"index"
:label=
"$t('序号')"
/>
<el-table-column
:label=
"$t('箱数')"
prop=
"cartonsNum"
>
<el-table-column
:label=
"$t('箱数')"
prop=
"cartonsNum"
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
...
...
src/views/ecw/order/warehousing/components/WarehouseRecordDetailItem.vue
View file @
c6f998b1
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
:label=
"$t('中文品名')"
>
<el-form-item
:label=
"$t('中文品名')"
>
<product-selector
v-model=
"value.prodId"
@
change=
"onProductChange"
determined
protect-once
:disabled=
"readonly"
/>
<product-selector
v-model=
"value.prodId"
@
change=
"onProductChange"
determined
:disabled=
"readonly"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -147,9 +147,10 @@ export default {
...
@@ -147,9 +147,10 @@ export default {
this
.
getProductBrandPage
()
this
.
getProductBrandPage
()
}
}
if
(
typeof
this
.
value
.
prodAttrIds
===
'
string
'
)
{
if
(
typeof
this
.
value
.
prodAttrIds
===
'
string
'
&&
this
.
value
.
prodAttrIds
.
length
>
0
)
{
this
.
prodAttrIds
=
this
.
value
.
prodAttrIds
.
split
(
'
,
'
).
map
(
e
=>
+
e
)
||
[]
this
.
prodAttrIds
.
push
(...
this
.
value
.
prodAttrIds
.
split
(
'
,
'
).
map
(
e
=>
+
e
))
}
}
console
.
log
(
this
.
prodAttrIds
)
if
(
this
.
value
.
usageIds
)
{
if
(
this
.
value
.
usageIds
)
{
await
this
.
$nextTick
()
await
this
.
$nextTick
()
...
@@ -182,7 +183,7 @@ export default {
...
@@ -182,7 +183,7 @@ export default {
this
.
$emit
(
'
handle-delete
'
)
this
.
$emit
(
'
handle-delete
'
)
},
},
onProductChange
(
product
){
onProductChange
(
product
){
if
(
!
product
)
{
if
(
!
product
||
this
.
readonly
)
{
return
return
}
}
this
.
prodAttrIds
=
product
.
attrId
?
product
.
attrId
.
split
(
'
,
'
).
map
(
e
=>
+
e
)
:
[]
this
.
prodAttrIds
=
product
.
attrId
?
product
.
attrId
.
split
(
'
,
'
).
map
(
e
=>
+
e
)
:
[]
...
...
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