Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
integralMall
integral-mall
Commits
31252eaf
Commit
31252eaf
authored
Jan 24, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
0570ff6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
editDeliver.vue
src/views/setting/editDeliver.vue
+6
-6
pickedAuto.vue
src/views/setting/pickedAuto.vue
+4
-4
No files found.
src/views/setting/editDeliver.vue
View file @
31252eaf
...
...
@@ -105,11 +105,11 @@
<el-radio
:label=
"1"
>
动态日期
</el-radio>
<el-radio
:label=
"2"
:disabled=
"erpGoodsFlag"
>
<el-radio
:label=
"2"
:disabled=
"
product.
erpGoodsFlag"
>
固定日期
</el-radio>
</el-radio-group>
<div
class=
"tip-warm"
v-if=
"erpGoodsFlag"
>
<div
class=
"tip-warm"
v-if=
"
product.
erpGoodsFlag"
>
<p
style=
"line-height:32px;"
>
您已开启【商品兑换库存同步接口】,如果该自提点支持调货,请选择【动态日期】,否则客户无法选择该自提点
</p>
...
...
@@ -186,7 +186,7 @@
v-model=
"item.dataRange"
:picker-options=
"pickerOptionsEnd"
is-range
:disabled=
"erpGoodsFlag"
:disabled=
"
product.
erpGoodsFlag"
format=
"yy-MM-dd"
type=
"daterange"
range-separator=
"至"
...
...
@@ -440,7 +440,7 @@ export default {
};
},
computed
:
{
...
mapState
([
'
erpGoodsFlag
'
]),
...
mapState
([
'
product
'
]),
},
created
()
{
this
.
integralMallPickUpPointId
=
this
.
$route
.
query
.
integralMallPickUpPointId
;
...
...
@@ -695,7 +695,7 @@ export default {
return
false
;
}
}
if
(
this
.
form
.
dateType
===
2
)
{
if
(
this
.
form
.
dateType
===
2
&&
this
.
product
.
erpGoodsFlag
)
{
return
this
.
$alert
(
'您已开启【商品兑换库存同步接口】,如果该自提点支持调货,请选择【动态日期】,否则客户无法选择该自提点'
,
''
,
{
confirmButtonText
:
'确定'
,
});
...
...
@@ -844,7 +844,7 @@ export default {
.section
{
background
:
#fff
;
margin
:
24px
;
padding
-bottom
:
24px
;
padding
:
0
0
24px
0
;
}
.section-content
h3
{
height
:
55px
;
...
...
src/views/setting/pickedAuto.vue
View file @
31252eaf
...
...
@@ -24,11 +24,11 @@
<el-radio
:label=
"1"
>
动态日期
</el-radio>
<el-radio
:label=
"2"
:disabled=
"erpGoodsFlag"
>
<el-radio
:label=
"2"
:disabled=
"
product.
erpGoodsFlag"
>
固定日期
</el-radio>
</el-radio-group>
<div
class=
"tip-warm"
style=
"margin-left:0;"
v-if=
"erpGoodsFlag"
>
<div
class=
"tip-warm"
style=
"margin-left:0;"
v-if=
"
product.
erpGoodsFlag"
>
<p
style=
"line-height:32px;"
>
您已开启【商品兑换库存同步接口】,如果该自提点支持调货,请选择【动态日期】,否则客户无法选择该自提点
</p>
...
...
@@ -106,7 +106,7 @@
v-model=
"item.dataRange"
:picker-options=
"pickerOptionsEnd"
is-range
:disabled=
"erpGoodsFlag"
:disabled=
"
product.
erpGoodsFlag"
format=
"yy-MM-dd"
type=
"daterange"
range-separator=
"至"
...
...
@@ -350,7 +350,7 @@ export default {
// this.pickedModal.timeRangeList[0].timeRange = [currentTime, currentTime1];
// },
computed
:
{
...
mapState
([
'
erpGoodsFlag
'
]),
...
mapState
([
'
product
'
]),
},
watch
:
{
pickedForm
:
{
...
...
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