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
fd455f98
Commit
fd455f98
authored
Sep 07, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
海运复制缺啥货柜位置和方数字段默认值
parent
4e23b9cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
batchEdit.vue
src/views/ecw/productPrice/batchEdit.vue
+8
-4
No files found.
src/views/ecw/productPrice/batchEdit.vue
View file @
fd455f98
...
@@ -321,8 +321,6 @@ export default {
...
@@ -321,8 +321,6 @@ export default {
this
.
$set
(
this
.
form
,
'
stepPrice
'
,
1
)
this
.
$set
(
this
.
form
,
'
stepPrice
'
,
1
)
}
}
}
)
}
)
}
,
}
,
methods
:
{
methods
:
{
// 获取模板数据(复制的源路线价格信息)
// 获取模板数据(复制的源路线价格信息)
...
@@ -357,7 +355,7 @@ export default {
...
@@ -357,7 +355,7 @@ export default {
needBook
needBook
}
=
res
.
data
}
=
res
.
data
this
.
$set
(
this
,
'
form
'
,
Object
.
assign
({
}
,
this
.
form
,
{
const
data
=
{
allPrice
,
allPrice
,
allPriceUnit
,
allPriceUnit
,
allVolumeUnit
,
allVolumeUnit
,
...
@@ -375,7 +373,13 @@ export default {
...
@@ -375,7 +373,13 @@ export default {
minWeightUnit
,
minWeightUnit
,
needOrderInquiry
,
needOrderInquiry
,
needBook
needBook
}
))
}
// 海运需要填充货柜位置和订单方数上限
if
(
this
.
type
==
'
sea
'
){
data
.
containerLocation
=
res
.
data
.
containerLocation
data
.
square
=
res
.
data
.
square
}
this
.
$set
(
this
,
'
form
'
,
Object
.
assign
({
}
,
this
.
form
,
data
))
// 产品选择器默认选择的商品
// 产品选择器默认选择的商品
getProduct
(
res
.
data
.
productId
).
then
(
res
=>
{
getProduct
(
res
.
data
.
productId
).
then
(
res
=>
{
...
...
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