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
e8970357
Commit
e8970357
authored
Jun 10, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
17c9e546
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
116 additions
and
120 deletions
+116
-120
dianshangyeardata.vue
...mponents/FinancialModule/ReportForm/dianshangyeardata.vue
+111
-118
adddzline.vue
src/components/TravelManager/customizedcar/adddzline.vue
+5
-2
No files found.
src/components/FinancialModule/ReportForm/dianshangyeardata.vue
View file @
e8970357
This diff is collapsed.
Click to expand it.
src/components/TravelManager/customizedcar/adddzline.vue
View file @
e8970357
...
...
@@ -33,7 +33,7 @@
:key=
'item.ID'
>
</el-option>
</el-select>
<el-select
filterable
v-model=
'addMsg.startdistrict'
@
change=
"$forceUpdate()"
>
<el-select
filterable
v-model=
'addMsg.startdistrict'
@
change=
"$forceUpdate()"
clearable
>
<el-option
v-for=
'item in district'
:label=
'item.Name'
:value=
'item.ID'
...
...
@@ -71,7 +71,7 @@
:key=
'item.ID'
>
</el-option>
</el-select>
<el-select
filterable
v-model=
'addMsg.arrivedistrict'
@
change=
"$forceUpdate()"
>
<el-select
filterable
v-model=
'addMsg.arrivedistrict'
@
change=
"$forceUpdate()"
clearable
>
<el-option
v-for=
'item in district2'
:label=
'item.Name'
:value=
'item.ID'
...
...
@@ -429,6 +429,7 @@
this
.
addMsg
.
StartCityId
=
this
.
addMsg
.
SCityId
this
.
getProvinceList
(
this
.
addMsg
.
SCityId
,
3
,
1
)
this
.
addMsg
.
startdistrict
=
this
.
addMsg
.
SDistrictId
this
.
addMsg
.
startdistrict
=
this
.
addMsg
.
startdistrict
>
0
?
this
.
addMsg
.
startdistrict
:
''
}
if
(
this
.
addMsg
.
ArriveCityType
==
1
){
this
.
daProvinceId
=
this
.
addMsg
.
EProvinceId
;
...
...
@@ -436,6 +437,8 @@
this
.
addMsg
.
ArriveCityId
=
this
.
addMsg
.
ECityId
this
.
getProvinceList
(
this
.
addMsg
.
ECityId
,
3
,
2
)
this
.
addMsg
.
arrivedistrict
=
this
.
addMsg
.
EDistrictId
this
.
addMsg
.
arrivedistrict
=
this
.
addMsg
.
arrivedistrict
>
0
?
this
.
addMsg
.
arrivedistrict
:
''
}
}
},
err
=>
{})
...
...
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