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
9a318e32
Commit
9a318e32
authored
2 years ago
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账务Own Commission详情页调整
parent
f6f76f33
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
Doctre.vue
src/views/Public/Doctre.vue
+0
-1
Doxp.vue
src/views/Public/Doxp.vue
+0
-1
Setpan.vue
src/views/Public/Setpan.vue
+2
-0
SetpanDialog.vue
src/views/Public/SetpanDialog.vue
+0
-0
No files found.
src/views/Public/Doctre.vue
View file @
9a318e32
...
...
@@ -180,7 +180,6 @@ export default {
},
methods
:{
getType
(
idx
)
{
console
.
log
(
this
.
codes
);
for
(
let
i
=
0
;
i
<
this
.
codes
.
doceotCortyp
.
length
;
i
++
)
{
const
c
=
this
.
codes
.
doceotCortyp
[
i
];
...
...
This diff is collapsed.
Click to expand it.
src/views/Public/Doxp.vue
View file @
9a318e32
...
...
@@ -64,7 +64,6 @@ export default {
getBlk
(
dtyp
,
rec
)
{
let
blk
=
{
blkMsg
:
{},
rulePath
:
""
};
let
tp
=
rec
.
slice
(
0
,
2
);
console
.
log
(
'tp is :'
,
tp
);
switch
(
dtyp
)
{
case
"dogp"
:
blk
.
blkMsg
=
{
...
...
This diff is collapsed.
Click to expand it.
src/views/Public/Setpan.vue
View file @
9a318e32
...
...
@@ -258,7 +258,9 @@
</el-table-column>
</c-table>
</c-col>
<div
style=
"height=500px"
>
<setpan-dialog
ref=
"setpanDialog"
:model=
"model"
:idx=
"index"
:codes=
"codes"
/>
</div>
<c-col
:span=
"23"
style=
"margin-left:9px;height:24px;margin-top:25px"
>
<el-form-item
class=
"formItemLabel"
label=
"Settlement:"
label-width=
"100px"
>
<span
style=
"color:red"
>
{{ this.model.setmod.dspflg == 'C'? "temporary":"" }}
</span>
...
...
This diff is collapsed.
Click to expand it.
src/views/Public/SetpanDialog.vue
View file @
9a318e32
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