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
22ab20cc
Commit
22ab20cc
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
73f29724
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
HotelProductManage2.vue
src/components/Hotel/HotelProductManage2.vue
+2
-1
HotelProductManage.vue
src/components/Supplier/HotelProductManage.vue
+2
-0
No files found.
src/components/Hotel/HotelProductManage2.vue
View file @
22ab20cc
...
@@ -1006,7 +1006,8 @@
...
@@ -1006,7 +1006,8 @@
// 获取供应商
// 获取供应商
initSupplier
()
{
initSupplier
()
{
this
.
apipost
(
"supplier_post_GetAllList"
,
{
this
.
apipost
(
"supplier_post_GetAllList"
,
{
Type
:
1
Type
:
1
,
Country
:
651
},
res
=>
{
},
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
SupplierList
=
res
.
data
.
data
;
this
.
SupplierList
=
res
.
data
.
data
;
...
...
This diff is collapsed.
Click to expand it.
src/components/Supplier/HotelProductManage.vue
View file @
22ab20cc
...
@@ -608,6 +608,7 @@
...
@@ -608,6 +608,7 @@
TaxesPrice
:
0
,
//税金
TaxesPrice
:
0
,
//税金
BeforeDay
:
0
,
//提前还房天数
BeforeDay
:
0
,
//提前还房天数
FreeRoomNum
:
0
,
//免间数
FreeRoomNum
:
0
,
//免间数
OpType
:
1
,
//供应商操作
},
},
msg2
:
{
msg2
:
{
Hotel
:
'0'
,
Hotel
:
'0'
,
...
@@ -640,6 +641,7 @@
...
@@ -640,6 +641,7 @@
TaxesPrice
:
0
,
//税金
TaxesPrice
:
0
,
//税金
BeforeDay
:
0
,
//提前还房天数
BeforeDay
:
0
,
//提前还房天数
FreeRoomNum
:
0
,
//免间数
FreeRoomNum
:
0
,
//免间数
OpType
:
1
,
//供应商操作
},
},
rules
:
{
rules
:
{
InventoryType
:
{
InventoryType
:
{
...
...
This diff is collapsed.
Click to expand it.
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