Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
24f9f3cc
Commit
24f9f3cc
authored
Jun 02, 2021
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
5d3f481b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
demesticRestaurantPackage.vue
src/components/Restaurant/demesticRestaurantPackage.vue
+4
-1
demesticRestaurantPrice.vue
src/components/Restaurant/demesticRestaurantPrice.vue
+9
-2
No files found.
src/components/Restaurant/demesticRestaurantPackage.vue
View file @
24f9f3cc
...
...
@@ -405,7 +405,9 @@
<el-form-item
label=
"提前预约天数"
prop=
"MakeDay"
>
<el-input
class=
"w300"
type=
"number"
v-model=
"addMsg.MakeDay"
maxlength=
"200"
></el-input>
</el-form-item>
<el-form-item
label=
"最少购买份数"
prop=
"MinBuyNum"
>
<el-input
class=
"w300"
type=
"number"
v-model=
"addMsg.MinBuyNum"
maxlength=
"200"
min=
"1"
></el-input>
</el-form-item>
<el-form-item
label=
"购买须知"
prop=
"OtherTag"
>
<!--
<el-input
class=
"w300"
type=
"text"
v-model=
"addMsg.OtherTag"
maxlength=
"200"
></el-input>
-->
<my-edit
v-on:edit-value=
"addMsg.InstructionsList = arguments[0]"
v-bind:editValue=
"addMsg.OtherTag"
...
...
@@ -486,6 +488,7 @@ import MyEdit from "@/components/EditTemplate.vue";
InstructionsList
:
""
,
IsHoliday
:
1
,
MakeDay
:
0
,
MinBuyNum
:
1
,
OtherTag
:
""
,
MealPic
:
""
},
...
...
src/components/Restaurant/demesticRestaurantPrice.vue
View file @
24f9f3cc
...
...
@@ -434,10 +434,15 @@
</span>
</div>
<div
class=
"resDiv"
>
<el-form-item
:label=
"$t('hotel.hotel_CostPrice')"
prop=
"CostPrice"
>
<el-form-item
:label=
"$t('hotel.hotel_CostPrice')"
prop=
"CostPrice"
>
<el-input
type=
"text"
class=
"w210"
v-model=
"addMsg.CostPrice"
@
keyup
.
native=
"checkPrice(addMsg,'CostPrice')"
></el-input>
</el-form-item>
<el-form-item
label=
"库存"
prop=
"Inventory"
>
<el-input
type=
"text"
class=
"w210"
v-model=
"addMsg.Inventory"
@
keyup
.
native=
"checkPrice(addMsg,'Inventory')"
></el-input>
</el-form-item>
<!--
<el-form-item
label=
"原价"
prop=
"SalesPrice"
>
<el-input
type=
"text"
class=
"w210"
v-model=
"addMsg.SalesPrice"
@
keyup
.
native=
"checkPrice(addMsg,'SalesPrice')"
></el-input>
...
...
@@ -553,7 +558,8 @@
CurrencyId
:
1
,
CurrentRate
:
1
,
StartDate
:
''
,
EndDate
:
''
EndDate
:
''
,
Inventory
:
0
},
rules
:
{
//表单必填验证
...
...
@@ -638,6 +644,7 @@
dayItem
.
SalesPrice
=
tableinfo
[
j
].
SalesPrice
;
dayItem
.
checkState
=
this
.
$calendarUtils
.
checkState
.
hasValue
;
dayItem
.
SupplierName
=
tableinfo
[
j
].
SupplierName
;
dayItem
.
Inventory
=
tableinfo
[
j
].
Inventory
;
dayItem
.
ID
=
tableinfo
[
j
].
ID
;
dayItem
.
class
=
"class-a"
;
dayItem
.
date
=
tableinfo
[
j
].
Date
;
...
...
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