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
c7570731
Commit
c7570731
authored
1 year ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b0602c73
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
179 additions
and
171 deletions
+179
-171
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+174
-166
TicketTransport.vue
src/components/Ticketing/TicketTransport.vue
+5
-5
No files found.
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
c7570731
This diff is collapsed.
Click to expand it.
src/components/Ticketing/TicketTransport.vue
View file @
c7570731
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
<th
width=
"110"
>
<th
width=
"110"
>
配置数量
配置数量
</th>
</th>
<th
width=
"
4
00"
>
<th
width=
"
5
00"
>
票务备注
票务备注
</th>
</th>
</tr>
</tr>
...
@@ -124,7 +124,7 @@
...
@@ -124,7 +124,7 @@
</el-select>
</el-select>
</td>
</td>
<td
rowspan=
"2"
>
<td
rowspan=
"2"
>
<el-select
class=
"w80"
filterable
v-model=
"item.UnionCityId"
:disabled=
"true"
>
<el-select
class=
"w80"
filterable
v-model=
"item.UnionCityId"
>
<el-option
label=
'请选择'
:value=
"selectDefauleValue"
></el-option>
<el-option
label=
'请选择'
:value=
"selectDefauleValue"
></el-option>
<el-option
v-for=
"subItem in cityList"
:label=
'subItem.Name'
:value=
'subItem.ID'
<el-option
v-for=
"subItem in cityList"
:label=
'subItem.Name'
:value=
'subItem.ID'
:key=
"subItem.subCode"
>
:key=
"subItem.subCode"
>
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
去程
去程
</td>
</td>
<td>
<td>
<el-select
class=
"w95"
filterable
v-model=
"item.DayNum"
:disabled=
"true"
>
<el-select
class=
"w95"
filterable
v-model=
"item.DayNum"
>
<el-option
v-for=
"subItem in DayList"
:label=
'subItem.Name'
:value=
'subItem.ID'
<el-option
v-for=
"subItem in DayList"
:label=
'subItem.Name'
:value=
'subItem.ID'
:key=
"subItem.subCode"
>
:key=
"subItem.subCode"
>
</el-option>
</el-option>
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
</td>
</td>
<td
rowspan=
"2"
>
<td
rowspan=
"2"
>
<el-checkbox
v-model=
"item.IsStay"
:checked=
"item.IsStay===CheckedVaule"
:true-label=
"CheckedVaule"
<el-checkbox
v-model=
"item.IsStay"
:checked=
"item.IsStay===CheckedVaule"
:true-label=
"CheckedVaule"
:false-label=
"UnCheckedVaule"
:disabled=
"true"
></el-checkbox>
:false-label=
"UnCheckedVaule"
></el-checkbox>
</td>
</td>
<td>
<td>
<el-input
class=
"w95"
v-model=
"item.AddGoCostPrice"
<el-input
class=
"w95"
v-model=
"item.AddGoCostPrice"
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
<tr>
<tr>
<td>
返程
</td>
<td>
返程
</td>
<td>
<td>
<el-select
class=
"w95"
filterable
v-model=
"item.BackDayNum"
:disabled=
"true"
>
<el-select
class=
"w95"
filterable
v-model=
"item.BackDayNum"
>
<el-option
v-for=
"subItem in DayList"
:label=
'subItem.Name'
:value=
'subItem.ID'
<el-option
v-for=
"subItem in DayList"
:label=
'subItem.Name'
:value=
'subItem.ID'
:key=
"subItem.subCode"
>
:key=
"subItem.subCode"
>
</el-option>
</el-option>
...
...
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