Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
fukai
vue-gjjs
Commits
952d2892
Commit
952d2892
authored
Jan 03, 2023
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
缺陷解决
parent
d47d41d2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
FunctionBtn.vue
src/components/FunctionBtn.vue
+2
-1
Menu.vue
src/views/Business/Sptsel/Menu.vue
+4
-3
SetpanDialog.vue
src/views/Public/SetpanDialog.vue
+3
-3
No files found.
src/components/FunctionBtn.vue
View file @
952d2892
...
...
@@ -5,7 +5,8 @@
<
template
>
<div
class=
"m-Btn-eContainer"
v-if=
"!buttonHide && ((!isReview && !funcBtnHide) || showSetBtn)"
>
<div
class=
"m-funcBtn-eContainer"
v-if=
"!isReview && !buttonHide && !funcBtnHide"
>
<el-button
type=
"primary"
v-show=
"root.judgeVisiableInfo('mtabut.usrcon')"
size=
"small"
@
click=
"confirm"
:loading=
"$store.state.Status.loading.confirm"
>
{{
$t
(
'buttons.confirm'
)
}}
</el-button>
<!-- 确认按钮暂时隐藏 -->
<!--
<el-button
type=
"primary"
v-show=
"root.judgeVisiableInfo('mtabut.usrcon')"
size=
"small"
@
click=
"confirm"
:loading=
"$store.state.Status.loading.confirm"
>
{{
$t
(
'buttons.confirm'
)
}}
</el-button>
-->
<el-button
type=
"primary"
v-show=
"root.judgeVisiableInfo('mtabut.sav')"
size=
"small"
@
click=
"start"
:loading=
"$store.state.Status.loading.submit"
>
{{
$t
(
'buttons.submit'
)
}}
</el-button>
<el-button
size=
"small"
v-show=
"root.judgeVisiableInfo('mtabut.chk')"
@
click=
"check"
:loading=
"$store.state.Status.loading.check"
>
{{
$t
(
'buttons.check'
)
}}
</el-button>
<el-button
size=
"small"
@
click=
"save"
:loading=
"$store.state.Status.loading.stash"
>
{{
$t
(
'buttons.stash'
)
}}
</el-button>
...
...
src/views/Business/Sptsel/Menu.vue
View file @
952d2892
...
...
@@ -108,9 +108,10 @@
</c-button>
<c-button
style=
"margin-left: 5px"
size=
"small"
type=
"primary"
@
click=
"continueEdit(scope.row)"
>
处理
</c-button>
<c-button
style=
"margin-left: 5px"
size=
"small"
@
click=
"onChange(scope.row)"
:disabled=
"scope.row.状态!='INC'"
>
更改
</c-button>
<el-popover
placement=
"top-start"
width=
"50"
trigger=
"click"
>
<!-- 更改按钮还未使用,暂时隐藏 -->
<!--
<c-button
style=
"margin-left: 5px"
size=
"small"
@
click=
"onChange(scope.row)"
:disabled=
"scope.row.状态!='INC'"
>
更改
</c-button>
-->
<el-popover
placement=
"top-start"
width=
"50"
trigger=
"click"
>
<ul
class=
"table-button-item-list"
>
<li>
...
...
src/views/Public/SetpanDialog.vue
View file @
952d2892
...
...
@@ -150,7 +150,7 @@
<c-col
:span=
"24"
>
<el-form-item
:label=
"
idx ==
0
idx ==
1
? 'Per mile fee depending on duration'
: 'A fixed amount per unit is caculated. This type will, for example, be used for correspondence charges.'
"
...
...
@@ -158,7 +158,7 @@
/>
</c-col>
<c-col
:span=
"12"
>
<c-col
v-if=
"idx ==
0
"
>
<c-col
v-if=
"idx ==
1
"
>
<c-col>
<el-form-item
label=
"千分率"
>
<c-input
v-model=
"formData.wrkfec.ratcal"
/>
...
...
@@ -267,7 +267,7 @@
</c-col>
</c-col>
<c-col
v-if=
"idx ==
0
"
:span=
"12"
>
<c-col
v-if=
"idx ==
1
"
:span=
"12"
>
<el-form-item
label=
"计费基础金额"
>
<c-input
v-model=
"formData.wrkfec.calcbs"
disabled
/>
</el-form-item>
...
...
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