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
de4e332f
Commit
de4e332f
authored
Jan 24, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
90827458
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pickedAuto.vue
src/views/setting/pickedAuto.vue
+4
-4
No files found.
src/views/setting/pickedAuto.vue
View file @
de4e332f
...
...
@@ -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=
"至"
...
...
@@ -354,7 +354,7 @@ export default {
// this.pickedModal.timeRangeList[0].timeRange = [currentTime, currentTime1];
// },
computed
:
{
...
mapState
([
'
erpGoodsFlag
'
]),
...
mapState
([
'
product
'
]),
},
watch
:
{
visible
:
{
...
...
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