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
ca4365f3
Commit
ca4365f3
authored
May 31, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtset修改
parent
b49abd22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
index.vue
src/business/brtset/views/index.vue
+2
-2
index.vue
src/components/business/doctre/views/index.vue
+9
-9
No files found.
src/business/brtset/views/index.vue
View file @
ca4365f3
...
@@ -77,11 +77,11 @@
...
@@ -77,11 +77,11 @@
</el-tab-pane>
</el-tab-pane>
<!--PD000009 -->
<!--PD000009 -->
<el-tab-pane
label=
"申报信息"
name=
"cnyp"
>
<
!--
<
el-tab-pane
label=
"申报信息"
name=
"cnyp"
>
<c-content>
<c-content>
<m-cnyp
:model=
"model"
:codes=
"codes"
/>
<m-cnyp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
-->
<!--PD000529 -->
<!--PD000529 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
...
...
src/components/business/doctre/views/index.vue
View file @
ca4365f3
...
@@ -69,15 +69,15 @@ export default {
...
@@ -69,15 +69,15 @@ export default {
};
};
},
},
methods
:
{
methods
:
{
getType
(
idx
)
{
//
getType(idx) {
for
(
let
i
=
0
;
i
<
this
.
codes
.
doceotCortyp
.
length
;
i
++
)
{
//
for (let i = 0; i
<
this
.
codes
.
doceotCortyp
.
length
;
i
++
)
{
const
c
=
this
.
codes
.
doceotCortyp
[
i
];
//
const c = this.codes.doceotCortyp[i];
if
(
this
.
model
.
trnmod
.
trndoc
.
doceot
[
idx
].
cortyp
===
c
.
value
)
{
//
if (this.model.trnmod.trndoc.doceot[idx].cortyp === c.value) {
return
c
.
label
;
//
return c.label;
}
//
}
}
//
}
return
''
;
//
return '';
},
//
},
getNow
()
{
getNow
()
{
return
moment
().
format
(
'yyyy-MM-DD'
);
return
moment
().
format
(
'yyyy-MM-DD'
);
},
},
...
...
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