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
3331be32
Commit
3331be32
authored
Jul 11, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商增加付款方式
parent
d5f3e0c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
HotelSupplier.vue
src/components/Hotel/HotelSupplier.vue
+21
-2
No files found.
src/components/Hotel/HotelSupplier.vue
View file @
3331be32
...
...
@@ -91,6 +91,15 @@
<el-form-item
:label=
"$t('hotel.table_HotelAddress')"
prop=
"Address"
>
<el-input
type=
"text"
class=
"w300"
maxlength=
"50"
v-model=
"addMsg.Address"
:placeholder=
"$t('hotel.table_areaDetail')"
></el-input>
</el-form-item>
<el-form-item
label=
"付款方式"
prop=
"Address"
>
<el-select
v-model=
"addMsg.PayType"
filterable
placeholder=
"请选择"
class=
"w300"
>
<el-option
v-for=
'item in PayTypeList'
:key=
"item.Id"
:label=
"item.name"
:value=
"item.Id"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('hotel.table_tel')"
prop=
"Tel"
>
<el-input
type=
"text"
class=
"w300"
maxlength=
"20"
v-model=
"addMsg.Tel"
></el-input>
</el-form-item>
...
...
@@ -186,8 +195,17 @@ export default {
Contact
:
""
,
Fax
:
""
,
Remark
:
""
,
Type
:
"1"
Type
:
"1"
,
PayType
:
""
},
//付款方式
PayTypeList
:[{
name
:
'现付'
,
Id
:
1
},{
name
:
'签单'
,
Id
:
2
}],
rules
:
{
Name
:
[
{
required
:
true
,
message
:
"请输入供应商名称"
,
trigger
:
"blur"
}
...
...
@@ -287,7 +305,8 @@ export default {
Contact
:
""
,
Fax
:
""
,
Remark
:
""
,
Type
:
1
Type
:
1
,
PayType
:
""
}),
(
this
.
provinceList
=
""
);
this
.
cityList
=
""
;
...
...
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