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
a0400d11
Commit
a0400d11
authored
Dec 25, 2022
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
阶梯价格设置提示运费不能为空
parent
73372e74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
76 deletions
+34
-76
edit.vue
src/views/ecw/productPrice/edit.vue
+34
-76
No files found.
src/views/ecw/productPrice/edit.vue
View file @
a0400d11
...
@@ -97,17 +97,17 @@
...
@@ -97,17 +97,17 @@
-
-
<
el
-
input
v
-
model
=
"
item.endNum
"
type
=
"
number
"
placeholder
=
""
class
=
"
w-100
"
><
/el-input
>
<
el
-
input
v
-
model
=
"
item.endNum
"
type
=
"
number
"
placeholder
=
""
class
=
"
w-100
"
><
/el-input
>
/
/
<
selector
:
disabled
=
"
index > 0
"
v
-
model
=
"
item.weightUnit
"
:
options
=
"
unitList
"
:
label
-
field
=
"
$l(null, 'title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w-100
"
/>
<
selector
:
disabled
=
"
index > 0
"
@
input
=
"
syncAllUnit
"
v
-
model
=
"
item.weightUnit
"
:
options
=
"
unitList
"
:
label
-
field
=
"
$l(null, 'title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w-100
"
/>
<
/el-form-item
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"
$t('默认运费')
"
v
-
if
=
"
form.priceType != 1
"
:
prop
=
"
`priceStepList.${index
}
.transportPrice`
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
>
<
el
-
form
-
item
:
label
=
"
$t('默认运费')
"
v
-
if
=
"
form.priceType != 1
"
:
prop
=
"
`priceStepList.${index
}
.transportPrice`
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
>
<
inputor
default2
=
"
0
"
v
-
model
.
number
=
"
item.transportPrice
"
type
=
"
number
"
:
placeholder
=
"
$t('整数或者两位小数')
"
class
=
"
w-100 mr-10
"
/>
<
inputor
default2
=
"
0
"
v
-
model
.
number
=
"
item.transportPrice
"
type
=
"
number
"
:
placeholder
=
"
$t('整数或者两位小数')
"
class
=
"
w-100 mr-10
"
/>
<
selector
:
disabled
=
"
index > 0
"
v
-
model
=
"
item.transportPriceUnit
"
:
options
=
"
currencyList
"
:
label
-
field
=
"
$l(null, 'title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w-100
"
/>
<
selector
:
disabled
=
"
index > 0
"
@
input
=
"
syncAllUnit
"
v
-
model
=
"
item.transportPriceUnit
"
:
options
=
"
currencyList
"
:
label
-
field
=
"
$l(null, 'title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w-100
"
/>
/ <selector :disabled="index > 0" v-model="item.transportVolumeUnit" :options="unitList" :label-field="$l
(
null, 'title'
)
" value-field="id" defaultable2 class="w-100" /
>
/ <selector :disabled="index > 0"
@input="syncAllUnit"
v-model="item.transportVolumeUnit" :options="unitList" :label-field="$l
(
null, 'title'
)
" value-field="id" defaultable2 class="w-100" /
>
<
/el-form-item
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"
$t('默认清关费')
"
v
-
if
=
"
form.priceType != 1
"
:
prop
=
"
`priceStepList.${index
}
.transportPrice`
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
>
<
el
-
form
-
item
:
label
=
"
$t('默认清关费')
"
v
-
if
=
"
form.priceType != 1
"
:
prop
=
"
`priceStepList.${index
}
.transportPrice`
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
>
<
inputor
default2
=
"
0
"
v
-
model
.
number
=
"
item.clearancePrice
"
type
=
"
number
"
:
placeholder
=
"
$t('整数或者两位小数')
"
class
=
"
w-100 mr-10
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
/>
<
inputor
default2
=
"
0
"
v
-
model
.
number
=
"
item.clearancePrice
"
type
=
"
number
"
:
placeholder
=
"
$t('整数或者两位小数')
"
class
=
"
w-100 mr-10
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
/>
<
selector
:
disabled
=
"
index > 0
"
v
-
model
=
"
item.clearancePriceUnit
"
:
options
=
"
currencyList
"
:
label
-
field
=
"
$l(null, 'title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w-100
"
/>
<
selector
:
disabled
=
"
index > 0
"
@
input
=
"
syncAllUnit
"
v
-
model
=
"
item.clearancePriceUnit
"
:
options
=
"
currencyList
"
:
label
-
field
=
"
$l(null, 'title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w-100
"
/>
/ <selector :disabled="index > 0" v-model="item.clearanceVolumeUnit" :options="unitList" :label-field="$l
(
null, 'title'
)
" value-field="id" defaultable2 class="w-100" /
>
/ <selector :disabled="index > 0"
@input="syncAllUnit"
v-model="item.clearanceVolumeUnit" :options="unitList" :label-field="$l
(
null, 'title'
)
" value-field="id" defaultable2 class="w-100" /
>
<
/el-form-item
>
<
/el-form-item
>
<
el
-
form
-
item
<
el
-
form
-
item
...
@@ -116,9 +116,9 @@
...
@@ -116,9 +116,9 @@
:
prop
=
"
`priceStepList.${index
}
.allPrice`
"
:
prop
=
"
`priceStepList.${index
}
.allPrice`
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
>
>
<
selector
:
disabled
=
"
index > 0
"
v
-
model
=
"
item.allPriceUnit
"
:
options
=
"
currencyList
"
:
label
-
field
=
"
$l(null, 'title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w-100
"
/>
<
selector
:
disabled
=
"
index > 0
"
@
input
=
"
syncAllUnit
"
v
-
model
=
"
item.allPriceUnit
"
:
options
=
"
currencyList
"
:
label
-
field
=
"
$l(null, 'title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w-100
"
/>
<
inputor
default2
=
"
0
"
v
-
model
.
number
=
"
item.allPrice
"
type
=
"
number
"
:
placeholder
=
"
$t('整数或者两位小数')
"
class
=
"
w-100 ml-10
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
/>
<
inputor
default2
=
"
0
"
v
-
model
.
number
=
"
item.allPrice
"
type
=
"
number
"
:
placeholder
=
"
$t('整数或者两位小数')
"
class
=
"
w-100 ml-10
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
/>
/ <selector :disabled="index > 0" v-model="item.allVolumeUnit" :options="unitList" :label-field="$l
(
null, 'title'
)
" value-field="id" defaultable2 class="w-100" /
>
/ <selector :disabled="index > 0"
@input="syncAllUnit"
v-model="item.allVolumeUnit" :options="unitList" :label-field="$l
(
null, 'title'
)
" value-field="id" defaultable2 class="w-100" /
>
<
/el-form-item
>
<
/el-form-item
>
<
/div
>
<
/div
>
<
/template
>
<
/template
>
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
<
inputor
default2
=
"
0
"
v
-
model
.
number
=
"
form.minWeight
"
type
=
"
number
"
class
=
"
w-100
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '数量错误'
}
"
/>
<
inputor
default2
=
"
0
"
v
-
model
.
number
=
"
form.minWeight
"
type
=
"
number
"
class
=
"
w-100
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '数量错误'
}
"
/>
/ <selector v-model="form.minWeightUnit" :options="unitList" :label-field="$l
(
null, 'title'
)
" value-field="id" defaultable2 class="w-100" disabled /
>
/ <selector v-model="form.minWeightUnit" :options="unitList" :label-field="$l
(
null, 'title'
)
" value-field="id" defaultable2 class="w-100" disabled /
>
<
/el-form-item
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"
$t('默认全包价')
"
v
-
if
=
"
form.priceType == 1
"
prop
=
"
allPrice
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
>
<
el
-
form
-
item
:
label
=
"
$t('默认全包价')
"
v
-
if
=
"
form.priceType == 1
"
prop
=
"
allPrice
"
:
rules
=
"
{validator: priceValidator, trigger: 'blur', message: '价格错误'
}
"
>
<
selector
test
=
"
allPriceUnit
"
v
-
model
=
"
form.allPriceUnit
"
:
options
=
"
currencyList
"
:
label
-
field
=
"
$l('title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w-100 mr-10 aaa
"
/>
<
selector
test
=
"
allPriceUnit
"
v
-
model
=
"
form.allPriceUnit
"
:
options
=
"
currencyList
"
:
label
-
field
=
"
$l('title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w-100 mr-10 aaa
"
/>
<
inputor
default2
=
"
0
"
v
-
model
.
number
=
"
form.allPrice
"
type
=
"
number
"
:
placeholder
=
"
$t('整数或者两位小数')
"
class
=
"
w-100 mr10
"
/>
<
inputor
default2
=
"
0
"
v
-
model
.
number
=
"
form.allPrice
"
type
=
"
number
"
:
placeholder
=
"
$t('整数或者两位小数')
"
class
=
"
w-100 mr10
"
/>
...
@@ -336,7 +336,7 @@ export default {
...
@@ -336,7 +336,7 @@ export default {
checkList
:
[],
checkList
:
[],
selectedRoutes
:
[],
// 勾选的路线渠道
selectedRoutes
:
[],
// 勾选的路线渠道
form
:
{
form
:
{
priceStepList
:
[
{
}
,{
}
],
// 阶梯价格
priceStepList
:
[],
// 阶梯价格
specialList
:
[]
specialList
:
[]
}
,
}
,
needPay
:
false
,
// 是否需要预付
needPay
:
false
,
// 是否需要预付
...
@@ -431,43 +431,24 @@ export default {
...
@@ -431,43 +431,24 @@ export default {
'
form.transportVolumeUnit
'
(
transportVolumeUnit
){
'
form.transportVolumeUnit
'
(
transportVolumeUnit
){
// 最小其计量
// 最小其计量
this
.
$set
(
this
.
form
,
'
minWeightUnit
'
,
transportVolumeUnit
)
this
.
$set
(
this
.
form
,
'
minWeightUnit
'
,
transportVolumeUnit
)
/* this.form.specialList.forEach(item => {
item.transportVolumeUnit = val
}
) */
this
.
syncSpecialUnit
({
transportVolumeUnit
}
)
this
.
syncSpecialUnit
({
transportVolumeUnit
}
)
}
,
}
,
'
form.clearanceVolumeUnit
'
(
clearanceVolumeUnit
){
'
form.clearanceVolumeUnit
'
(
clearanceVolumeUnit
){
/* this.form.specialList.forEach(item => {
item.clearanceVolumeUnit = val
}
) */
this
.
syncSpecialUnit
({
clearanceVolumeUnit
}
)
this
.
syncSpecialUnit
({
clearanceVolumeUnit
}
)
}
,
}
,
'
form.transportPriceUnit
'
(
transportPriceUnit
){
'
form.transportPriceUnit
'
(
transportPriceUnit
){
/* this.form.specialList.forEach(item => {
item.transportPriceUnit = val
}
) */
this
.
syncSpecialUnit
({
transportPriceUnit
}
)
this
.
syncSpecialUnit
({
transportPriceUnit
}
)
}
,
}
,
'
form.clearancePriceUnit
'
(
clearancePriceUnit
){
'
form.clearancePriceUnit
'
(
clearancePriceUnit
){
/* this.form.specialList.forEach(item => {
item.clearancePriceUnit = val
}
) */
this
.
syncSpecialUnit
({
clearancePriceUnit
}
)
this
.
syncSpecialUnit
({
clearancePriceUnit
}
)
}
,
}
,
'
form.allPriceUnit
'
(
allPriceUnit
){
'
form.allPriceUnit
'
(
allPriceUnit
){
/* this.form.specialList.forEach(item => {
item.allPriceUnit = val
}
) */
this
.
syncSpecialUnit
({
allPriceUnit
}
)
this
.
syncSpecialUnit
({
allPriceUnit
}
)
}
,
}
,
'
form.allVolumeUnit
'
(
allVolumeUnit
){
'
form.allVolumeUnit
'
(
allVolumeUnit
){
// 最小其计量
// 最小其计量
this
.
$set
(
this
.
form
,
'
minWeightUnit
'
,
allVolumeUnit
)
this
.
$set
(
this
.
form
,
'
minWeightUnit
'
,
allVolumeUnit
)
this
.
syncSpecialUnit
({
allVolumeUnit
}
)
this
.
syncSpecialUnit
({
allVolumeUnit
}
)
/* this.form.specialList.forEach(item => {
item.allVolumeUnit = val
}
) */
}
,
}
,
'
form.needBook
'
(
val
){
'
form.needBook
'
(
val
){
if
(
val
)
this
.
$set
(
this
.
form
,
'
dayLimit
'
,
10000
)
if
(
val
)
this
.
$set
(
this
.
form
,
'
dayLimit
'
,
10000
)
...
@@ -479,49 +460,6 @@ export default {
...
@@ -479,49 +460,6 @@ export default {
}
}
this
.
syncAllUnit
()
this
.
syncAllUnit
()
}
,
}
,
// 添加区间价的时候需要对新增的区间价给初始单位
'
form.priceStepList
'
(){
this
.
syncAllUnit
()
/* this.syncSpecialUnit({
weightUnit: priceStepList[0].weightUnit,
transportPriceUnit: priceStepList[0].transportPriceUnit,
transportVolumeUnit: priceStepList[0].transportVolumeUnit,
clearancePriceUnit: priceStepList[0].clearancePriceUnit,
clearanceVolumeUnit: priceStepList[0].clearanceVolumeUnit,
allPriceUnit: priceStepList[0].allPriceUnit,
allVolumeUnit: priceStepList[0].allVolumeUnit,
}
) */
}
,
// 第一阶梯的 重量单位
'
form.priceStepList.0.weightUnit
'
(
weightUnit
){
this
.
syncSpecialUnit
({
weightUnit
}
)
}
,
// 第一阶梯的 运费货币单位
'
form.priceStepList.0.transportPriceUnit
'
(
transportPriceUnit
){
this
.
syncSpecialUnit
({
transportPriceUnit
}
)
}
,
// 第一阶梯的 运费体积单位
'
form.priceStepList.0.transportVolumeUnit
'
(
transportVolumeUnit
){
this
.
syncSpecialUnit
({
transportVolumeUnit
}
)
}
,
// 第一阶梯的 清关费货币单位
'
form.priceStepList.0.clearancePriceUnit
'
(
clearancePriceUnit
){
this
.
syncSpecialUnit
({
clearancePriceUnit
}
)
}
,
// 第一阶梯的 清关费体积单位
'
form.priceStepList.0.clearanceVolumeUnit
'
(
clearanceVolumeUnit
){
this
.
syncSpecialUnit
({
clearanceVolumeUnit
}
)
}
,
// 第一阶梯价 全包价 货币单位
'
form.priceStepList.0.allPriceUnit
'
(
allPriceUnit
){
// 同步特需价格单位
this
.
syncSpecialUnit
({
allPriceUnit
}
)
}
,
// 第一阶梯价 全包价 体积单位
'
form.priceStepList.0.allVolumeUnit
'
(
allVolumeUnit
){
// 同步特需价格单位
this
.
syncSpecialUnit
({
allVolumeUnit
}
)
}
,
needPay
(
val
){
needPay
(
val
){
this
.
$set
(
this
.
form
,
'
needPay
'
,
val
?
1
:
0
)
this
.
$set
(
this
.
form
,
'
needPay
'
,
val
?
1
:
0
)
}
,
}
,
...
@@ -698,14 +636,16 @@ export default {
...
@@ -698,14 +636,16 @@ export default {
}
}
}
}
// 全包价还需要同步阶梯的重量单位
if
(
this
.
form
.
stepPrice
==
1
){
if
(
this
.
form
.
stepPrice
==
1
){
fields
[
'
weightUnit
'
]
=
this
.
form
.
priceStepList
[
0
]
.
weightUnit
fields
[
'
weightUnit
'
]
=
obj
.
weightUnit
}
}
this
.
syncSpecialUnit
(
fields
)
this
.
syncSpecialUnit
(
fields
)
}
,
}
,
// 同步特需的货币单位和体积单位
// 同步特需的货币单位和体积单位
syncSpecialUnit
(
obj
){
syncSpecialUnit
(
obj
){
console
.
log
(
'
syncSpecialUnit
'
,
obj
)
if
(
!
obj
)
return
if
(
!
obj
)
return
// 同步特需单位
// 同步特需单位
this
.
form
.
specialList
.
forEach
(
item
=>
{
this
.
form
.
specialList
.
forEach
(
item
=>
{
...
@@ -714,8 +654,8 @@ export default {
...
@@ -714,8 +654,8 @@ export default {
// 如果是阶梯价则需要同步其他阶梯
// 如果是阶梯价则需要同步其他阶梯
if
(
this
.
form
.
stepPrice
==
1
){
if
(
this
.
form
.
stepPrice
==
1
){
this
.
form
.
priceStepList
.
forEach
(
item
=>
{
this
.
form
.
priceStepList
.
forEach
(
(
item
,
index
)
=>
{
Object
.
assign
(
item
,
obj
)
this
.
$set
(
this
.
form
.
priceStepList
,
index
,
Object
.
assign
(
item
,
obj
)
)
}
)
}
)
}
}
...
@@ -817,9 +757,27 @@ export default {
...
@@ -817,9 +757,27 @@ export default {
data
.
productId
=
this
.
product
.
id
;
data
.
productId
=
this
.
product
.
id
;
data
.
lineChannelList
=
this
.
lineList
.
length
?
this
.
lineList
:
this
.
selectedRoutes
data
.
lineChannelList
=
this
.
lineList
.
length
?
this
.
lineList
:
this
.
selectedRoutes
if
((
this
.
form
.
priceType
==
0
&&
!
this
.
form
.
transportPrice
)
||
(
this
.
form
.
priceType
==
1
&&
!
this
.
form
.
allPrice
)){
if
(
this
.
form
.
stepPrice
!=
1
){
return
this
.
$message
.
error
(
this
.
$t
(
'
运费/全包价不能为0
'
))
// 非阶梯价格判断是否运费(全包价是否为空)
if
((
this
.
form
.
priceType
==
0
&&
!
this
.
form
.
transportPrice
)
||
(
this
.
form
.
priceType
==
1
&&
!
this
.
form
.
allPrice
)){
return
this
.
$message
.
error
(
this
.
$t
(
'
运费/全包价不能为0
'
))
}
}
else
{
// 全包价 的阶段 设置和运费(全包价)不能为空
let
stepPriceEmpty
=
false
this
.
form
.
priceStepList
.
forEach
(
item
=>
{
if
(
!
item
.
startNum
||
!
item
.
endNum
||
!
item
.
weightUnit
){
stepPriceEmpty
=
true
}
if
((
this
.
form
.
priceType
==
0
&&
!
item
.
transportPrice
)
||
(
this
.
form
.
priceType
==
1
&&
!
item
.
allPrice
)){
stepPriceEmpty
=
true
}
}
)
if
(
stepPriceEmpty
){
return
this
.
$message
.
error
(
this
.
$t
(
'
阶梯价格设置不能留空
'
))
}
}
}
this
.
loading
=
true
this
.
loading
=
true
createProductPrice
(
data
).
then
(
response
=>
{
createProductPrice
(
data
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
请求成功
"
));
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
请求成功
"
));
...
...
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