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
12914fc0
Commit
12914fc0
authored
Sep 06, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 销售端 订单增加 小包团
parent
f05fd138
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
currency.vue
src/components/FinancialModule/Kingdee/currency.vue
+15
-0
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+1
-1
No files found.
src/components/FinancialModule/Kingdee/currency.vue
View file @
12914fc0
...
...
@@ -79,6 +79,7 @@
<th>
汇率类型
</th>
<th>
金蝶币别名
</th>
<th>
金蝶币别代码
</th>
<th>
金蝶汇率
</th>
<th
width=
"150px"
>
操作
</th>
</tr>
<tr
v-for=
"(item,index) in dataList"
:key=
"index"
>
...
...
@@ -88,6 +89,7 @@
<td
style=
"white-space: warp;"
>
{{
item
.
Code
}}
</td>
<td>
{{
item
.
Rate
}}
</td>
<td
width=
"150px"
>
<div
style=
"padding: 3px 0;"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top-start"
>
...
...
@@ -142,6 +144,11 @@
<el-input
v-model=
"addMsg.Code"
clearable
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"金蝶汇率"
prop=
"Rate"
>
<el-input
v-model=
"addMsg.Rate"
clearable
></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
...
...
@@ -178,6 +185,11 @@
required
:
true
,
message
:
'请输入金蝶币别代码'
,
trigger
:
'blur'
}],
Rate
:
[{
required
:
true
,
message
:
'请输入金蝶汇率'
,
trigger
:
'blur'
}]
},
addMsg
:
{
...
...
@@ -187,6 +199,7 @@
RateType
:
''
,
Name
:
''
,
Code
:
''
,
Rate
:
''
},
addShow
:
false
,
titleType
:
2
,
...
...
@@ -298,6 +311,7 @@
RateType
:
''
,
Name
:
''
,
Code
:
''
,
Rate
:
''
}
if
(
!
t
)
{
this
.
addShow
=
false
...
...
@@ -312,6 +326,7 @@
RateType
:
''
,
Name
:
''
,
Code
:
''
,
Rate
:
''
}
this
.
addMsg
=
msg
;
},
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
12914fc0
...
...
@@ -1710,7 +1710,7 @@
font-weight: bold;
"
>
{{ tuanInfo.config
&&
tuanInfo.config.LtName }}
{{
tuanInfo.config
&&
tuanInfo.config.TCNUM
tuanInfo.config
&&
(tuanInfo.config.TCNUM+ (tuanInfo.config.TeamType == 1 ?"(小包团)":""))
}}
<span
style=
"
padding: 2px 5px;
font-weight: normal;
...
...
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