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
628b4070
Commit
628b4070
authored
Aug 08, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
9e532393
518af250
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
31 deletions
+13
-31
detail.vue
src/views/ecw/order/detail.vue
+6
-8
Package.vue
src/views/ecw/order/stocking/components/Package.vue
+7
-23
No files found.
src/views/ecw/order/detail.vue
View file @
628b4070
...
...
@@ -71,7 +71,9 @@
<el-descriptions-item
:label=
"$t('运输方式')"
>
<dict-tag
:type=
"DICT_TYPE.ECW_TRANSPORT_TYPE"
:value=
"order.transportId"
/>
</el-descriptions-item>
<el-descriptions-item
v-if=
"getDictData(DICT_TYPE.ECW_TRANSPORT_TYPE, order.transportId).cssClass == 'channel'"
:label=
"$t('出货渠道')"
>
{{channelName}}
</el-descriptions-item>
<el-descriptions-item
v-if=
"getDictData(DICT_TYPE.ECW_TRANSPORT_TYPE, order.transportId).cssClass == 'channel'"
:label=
"$t('出货渠道')"
>
{{order.channelName}}
</el-descriptions-item>
</el-descriptions>
</el-card>
...
...
@@ -557,10 +559,6 @@ export default {
return
JSON
.
parse
(
this
.
order
.
departureVO
.
departure
)
}
return
{
}
}
,
channelName
(){
if
(
!
this
.
channel
)
return
'
/
'
return
this
.
$l
(
this
.
chanel
,
'
name
'
)
}
}
,
watch
:{
...
...
@@ -573,7 +571,7 @@ export default {
}
}
,
'
order.channelId
'
(){
this
.
getChannel
()
//
this.getChannel()
}
,
'
order.consigneeVO
'
(
val
){
if
(
!
val
)
return
'
-
'
...
...
@@ -735,12 +733,12 @@ export default {
}
)
}
)
}
, */
getChannel
(){
/*
getChannel(){
if(!this.order || !this.order.channelId || this.order.transportId == 1 || this.order.transportId == 2) return
getChannel(this.order.channelId).then(res => {
this.channel = res.data
}
)
}
,
}
,
*/
loadFeeList
(){
getReceivableListByOrderId
({
id
:
this
.
orderId
}
).
then
(
res
=>
{
this
.
feeList
=
res
.
data
...
...
src/views/ecw/order/stocking/components/Package.vue
View file @
628b4070
...
...
@@ -26,7 +26,8 @@
remote
@
change=
"handleBrandChange"
:remote-method=
"getProductBrandPage"
disabled
>
disabled
>
<el-option
v-for=
"item in brandList"
:key=
"item.id"
...
...
@@ -368,24 +369,6 @@ export default {
feeType
:
undefined
,
recordMode
:
undefined
},
form1
:
{
table
:
[],
brandType
:
undefined
,
orderId
:
undefined
,
orderNo
:
undefined
,
brand
:
undefined
,
inTime
:
undefined
,
material
:
undefined
,
orderItemId
:
undefined
,
prodAttrIds
:
[],
prodId
:
undefined
,
prodTitleEn
:
undefined
,
prodTitleZh
:
undefined
,
prodType
:
undefined
,
type
:
1
,
feeType
:
undefined
,
recordMode
:
undefined
},
brandList
:
[],
brandList1
:
[],
formRules
:
{
...
...
@@ -474,15 +457,15 @@ export default {
})
if
(
!
this
.
edit
){
let
protectRowCount
=
0
/*
let protectRowCount = 0
this.protectRowCount = this.form.table.map(e => {
if (e.id){
protectRowCount++
}
})
this
.
protectRowCount
=
protectRowCount
this.protectRowCount = protectRowCount
*/
this
.
handleAdd
()
this
.
handleAdd
(
1
)
//
this.handleAdd(1)
}
},
handleClose
()
{
...
...
@@ -516,6 +499,7 @@ export default {
}
// 首次入仓、入仓补充
return
finishPacked
({
brand
:
this
.
form
.
brand
,
orderId
:
this
.
warehousing
.
orderId
,
orderItemId
:
this
.
warehousing
.
orderItemId
,
orderWarehouseInItemDtoList
:
this
.
form
.
table
.
map
(
e
=>
{
...
...
@@ -608,7 +592,7 @@ export default {
cartonsNum
=
this
.
warehousing
.
num
-
hasCartonsNum
}
const
form
=
val
===
1
?
this
.
form1
:
this
.
form
const
form
=
{...
this
.
form
}
const
formLength
=
form
.
table
.
length
let
orderLocationBackVOList
=
[]
/* // 不默认使用上一条记录的储位 https://zentao.test.jdshangmen.com/bug-view-3344.html
...
...
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