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
52293c35
Commit
52293c35
authored
Aug 11, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
816025fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+4
-2
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+7
-4
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
52293c35
...
...
@@ -761,7 +761,8 @@
</el-select>
</span>
</li>
<li
v-show=
"msg.Type==2"
>
<!-- v-show="msg.Type==2" -->
<li>
<span>
<em>
{{
$t
(
'fnc.dxleixing'
)
}}
</em>
<el-select
filterable
v-model=
'msg.ClientType'
...
...
@@ -772,7 +773,8 @@
</el-select>
</span>
</li>
<li
v-show=
"msg.Type==2"
>
<!-- v-show="msg.Type==2" -->
<li>
<span>
<em>
{{
$t
(
'fnc.fkduixiang'
)
}}
</em>
<el-select
filterable
v-model=
'msg.ClientID'
class=
"w150"
>
...
...
src/components/SalesVisa/components/visaOrderList.vue
View file @
52293c35
...
...
@@ -949,10 +949,12 @@
</el-row>
</el-form>
</div>
<el-dialog
title=
"修改金额"
:visible
.
sync=
"EditVisible"
width=
"400px"
>
<div>
<el-dialog
title=
"修改金额
/人数
"
:visible
.
sync=
"EditVisible"
width=
"400px"
>
<
!-- <
div>
金额:<el-input style="width:300px" v-model="EditMsg.TotalPrice"></el-input>
</div>
</div> -->
<div
style=
"margin-bottom: 5px;"
>
金额:
<el-input
style=
"width:300px"
v-model=
"EditMsg.TotalPrice"
></el-input></div>
<div>
人数:
<el-input
style=
"width:300px"
v-model=
"EditMsg.PeopleNum"
></el-input></div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
size=
"mini"
@
click=
"EditVisible = false"
>
取 消
</el-button>
<el-button
size=
"mini"
type=
"danger"
@
click=
"PerferPrice"
>
确 定
</el-button>
...
...
@@ -1102,7 +1104,8 @@
Edit
(
item
)
{
this
.
EditVisible
=
true
;
this
.
EditMsg
.
OrderId
=
item
.
id
;
this
.
EditMsg
.
TotalPrice
=
item
.
iotalPrice
;
this
.
EditMsg
.
TotalPrice
=
item
.
tiotalPrice
;
this
.
EditMsg
.
PeopleNum
=
item
.
peopleNum
;
},
goUrl2
(
path
,
id
,
name
)
{
this
.
$router
.
push
({
...
...
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