Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
6f25f245
Commit
6f25f245
authored
Sep 30, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文档
parent
f71c1238
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 deletions
+9
-10
add.vue
pages/word/classification/add.vue
+1
-1
edit.vue
pages/word/classification/edit.vue
+1
-1
add.vue
pages/word/document/add.vue
+5
-6
edit.vue
pages/word/document/edit.vue
+2
-2
No files found.
pages/word/classification/add.vue
View file @
6f25f245
...
...
@@ -345,7 +345,7 @@ export default {
},
methods
:
{
tebleSet
()
{
Api
.
getChildren
({
id
:
67
2
}).
then
((
r
)
=>
{
Api
.
getChildren
({
id
:
67
3
}).
then
((
r
)
=>
{
if
(
r
.
result
)
{
this
.
codeList
=
r
.
result
;
}
...
...
pages/word/classification/edit.vue
View file @
6f25f245
...
...
@@ -367,7 +367,7 @@ export default {
});
},
tebleSet
()
{
Api
.
getChildren
({
id
:
582
}).
then
((
r
)
=>
{
Api
.
getChildren
({
id
:
673
}).
then
((
r
)
=>
{
if
(
r
.
result
)
{
this
.
codeList
=
r
.
result
;
}
...
...
pages/word/document/add.vue
View file @
6f25f245
...
...
@@ -173,19 +173,15 @@
<a
href=
"#"
@
click=
"template"
class=
"a-xiazai"
>
下载模板
</a>
</div>
</Col>
<Col
:span=
"12"
>
<
!--
<
Col
:span=
"12"
>
<FormItem
:label=
"l('status')"
prop=
"status"
>
<Dictionary
disabled
code=
"word.document.status"
v-model=
"entity.status"
></Dictionary>
<!--
<RadioGroup
v-model=
"entity.status"
>
<Radio
label=
"0"
>
草稿
</Radio>
<Radio
label=
"1"
>
送审
</Radio>
</RadioGroup>
-->
</FormItem>
</Col>
</Col>
-->
</Row>
</Col>
<Col
span=
"6"
>
...
...
@@ -288,6 +284,9 @@ export default {
this
.
parms
.
eid
=
this
.
$u
.
guid
();
this
.
$refs
.
refmovieFile1
.
inputShow
=
false
;
},
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
"loadDictionary"
);
// 加载数据字典
},
methods
:
{
imgUrl
()
{
window
.
open
(
this
.
avatorPath
,
"_blank"
);
...
...
pages/word/document/edit.vue
View file @
6f25f245
...
...
@@ -172,7 +172,7 @@
<a
href=
"#"
@
click=
"template"
class=
"a-xiazai"
>
下载模板
</a>
</div>
</Col>
<Col
:span=
"12"
>
<
!--
<
Col
:span=
"12"
>
<FormItem
:label=
"l('status')"
prop=
"status"
>
<Dictionary
disabled
...
...
@@ -180,7 +180,7 @@
v-model=
"entity.status"
></Dictionary>
</FormItem>
</Col>
</Col>
-->
<!--
<Col
:span=
"24"
style=
"text-align: right;"
>
<FormItem>
<Button
type=
"primary"
@
click=
"handleSubmit"
v-noClick
>
保存
</Button>
...
...
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