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
3ec488a4
Commit
3ec488a4
authored
Nov 13, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
42c2d901
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
CommondityOrderList.vue
src/components/Buying/CommondityOrderList.vue
+6
-6
No files found.
src/components/Buying/CommondityOrderList.vue
View file @
3ec488a4
...
...
@@ -12,13 +12,13 @@
<li>
<span>
<em>
旅客名称
</em>
<el-input
v-model=
"msg.AccountName"
@
keyup
.
enter
.
native=
"getList"
class=
"
w150
"
></el-input>
<el-input
v-model=
"msg.AccountName"
@
keyup
.
enter
.
native=
"getList"
class=
""
></el-input>
</span>
</li>
<li
style=
"display:none;"
>
<span>
<em>
同行
</em>
<el-select
class=
"
w150
"
v-model=
"msg.CustomerId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
class=
""
v-model=
"msg.CustomerId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectDefaultValue"
>
</el-option>
<el-option
v-for=
"item in CustomerList"
:label=
"item.CustomerName"
:value=
"item.CustomerId"
...
...
@@ -29,7 +29,7 @@
<li>
<span>
<em>
销售
</em>
<el-select
class=
"
w150
"
v-model=
"msg.SaleId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
class=
""
v-model=
"msg.SaleId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectDefaultValue"
>
</el-option>
<el-option
v-for=
"item in EmployeeList"
:label=
"item.EmName"
:value=
"item.EmployeeId"
...
...
@@ -40,7 +40,7 @@
<li>
<span>
<em>
接单领队
</em>
<el-select
class=
"
w150
"
v-model=
"msg.ReciveLeaderId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
class=
""
v-model=
"msg.ReciveLeaderId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectDefaultValue"
>
</el-option>
<el-option
v-for=
"item in LeaderList"
:label=
"item.Name"
:value=
"item.ID"
:key=
"item.ID"
></el-option>
...
...
@@ -50,7 +50,7 @@
<li>
<span>
<em>
订单状态
</em>
<el-select
filterable
v-model=
"msg.COrderState"
class=
"
w150
"
>
<el-select
filterable
v-model=
"msg.COrderState"
class=
""
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"-1"
></el-option>
<el-option
v-for=
"item in OrderStatusList"
:label=
"item.Name"
:value=
"item.Id"
:key=
"item.ID"
></el-option>
</el-select>
...
...
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