Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
contractmanage
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
张伯涛
contractmanage
Commits
01997de2
Commit
01997de2
authored
Apr 21, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
325716e6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
5 deletions
+20
-5
index.vue
src/views/administrative/index.vue
+1
-1
index.vue
src/views/contactsUnit/index.vue
+11
-0
index.vue
src/views/dataDictionary/index.vue
+3
-1
index.vue
src/views/materialsClassify/index.vue
+2
-1
index.vue
src/views/materialsInfo/index.vue
+2
-1
addProject.vue
src/views/projectInfo/addProject.vue
+1
-1
No files found.
src/views/administrative/index.vue
View file @
01997de2
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<el-input
clearable
v-model
.
trim=
"administraForm.OID"
placeholder=
"请输入机构主数据编码"
/>
<el-input
clearable
v-model
.
trim=
"administraForm.OID"
placeholder=
"请输入机构主数据编码"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"机构简称"
>
<el-form-item
label=
"机构简称"
>
<el-input
clearable
v-model
.
trim=
"administraForm.SHORTNAME"
placeholder=
"请输入机构
全
称"
/>
<el-input
clearable
v-model
.
trim=
"administraForm.SHORTNAME"
placeholder=
"请输入机构
简
称"
/>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
size=
"small"
@
click=
"queryAdministra"
>
查询
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"queryAdministra"
>
查询
</el-button>
...
...
src/views/contactsUnit/index.vue
View file @
01997de2
...
@@ -170,6 +170,17 @@ export default {
...
@@ -170,6 +170,17 @@ export default {
this
.
personnelForm
.
rows
=
this
.
rows
this
.
personnelForm
.
rows
=
this
.
rows
getUnit
(
this
.
personnelForm
).
then
(
res
=>
{
getUnit
(
this
.
personnelForm
).
then
(
res
=>
{
this
.
personData
=
res
.
data
.
records
this
.
personData
=
res
.
data
.
records
for
(
let
i
=
0
,
l
=
this
.
personData
.
length
;
i
<
l
;
i
++
)
{
if
(
this
.
personData
[
i
].
ZBPTYPE
===
'B1'
)
{
this
.
personData
[
i
].
ZBPTYPENAME
=
'单位(B1)'
}
else
if
(
this
.
personData
[
i
].
ZBPTYPE
===
'B2'
)
{
this
.
personData
[
i
].
ZBPTYPENAME
=
'个人(B2)'
}
else
if
(
this
.
personData
[
i
].
ZBPTYPE
===
'A1'
)
{
this
.
personData
[
i
].
ZBPTYPENAME
=
'单位(A1)'
}
else
if
(
this
.
personData
[
i
].
ZBPTYPE
===
'A2'
)
{
this
.
personData
[
i
].
ZBPTYPENAME
=
'个人(A2)'
}
}
this
.
total
=
res
.
data
.
total
this
.
total
=
res
.
data
.
total
})
})
},
},
...
...
src/views/dataDictionary/index.vue
View file @
01997de2
...
@@ -18,8 +18,10 @@
...
@@ -18,8 +18,10 @@
</div>
</div>
<el-row>
<el-row>
<el-col
:span=
"7"
>
<el-col
:span=
"7"
>
<div
style=
"padding: 70px"
v-if=
"dictTypeList.length === 0"
>
<div
v-if=
"dictTypeList.length === 0"
>
<div
style=
"text-align: center"
>
<el-image
:src=
"url"
></el-image>
<el-image
:src=
"url"
></el-image>
</div>
<div
style=
"text-align: center;font-size: 20px;color: #d6d6d6"
>
暂无数据
</div>
<div
style=
"text-align: center;font-size: 20px;color: #d6d6d6"
>
暂无数据
</div>
</div>
</div>
<el-scrollbar
v-else
>
<el-scrollbar
v-else
>
...
...
src/views/materialsClassify/index.vue
View file @
01997de2
...
@@ -73,7 +73,7 @@ export default {
...
@@ -73,7 +73,7 @@ export default {
ZUSSTATE
:
''
ZUSSTATE
:
''
},
},
data
:
[],
data
:
[],
total
:
4
,
total
:
0
,
page
:
1
,
page
:
1
,
rows
:
10
rows
:
10
}
}
...
@@ -103,6 +103,7 @@ export default {
...
@@ -103,6 +103,7 @@ export default {
rows
:
this
.
rows
rows
:
this
.
rows
})).
then
(
res
=>
{
})).
then
(
res
=>
{
this
.
data
=
res
.
data
.
records
this
.
data
=
res
.
data
.
records
this
.
total
=
res
.
data
.
total
})
})
},
},
/** 查看按钮 */
/** 查看按钮 */
...
...
src/views/materialsInfo/index.vue
View file @
01997de2
...
@@ -69,7 +69,7 @@ export default {
...
@@ -69,7 +69,7 @@ export default {
ZMSTATE
:
''
ZMSTATE
:
''
},
},
data
:
[],
data
:
[],
total
:
4
,
total
:
0
,
page
:
1
,
page
:
1
,
rows
:
10
rows
:
10
}
}
...
@@ -99,6 +99,7 @@ export default {
...
@@ -99,6 +99,7 @@ export default {
rows
:
this
.
rows
rows
:
this
.
rows
})).
then
(
res
=>
{
})).
then
(
res
=>
{
this
.
data
=
res
.
data
.
records
this
.
data
=
res
.
data
.
records
this
.
total
=
res
.
data
.
total
})
})
},
},
/** 查看按钮 */
/** 查看按钮 */
...
...
src/views/projectInfo/addProject.vue
View file @
01997de2
...
@@ -251,7 +251,7 @@
...
@@ -251,7 +251,7 @@
<el-option
<el-option
v-for=
"item in Z2NDORGList"
v-for=
"item in Z2NDORGList"
:key=
"item.OID"
:key=
"item.OID"
:label=
"item.NAME"
:label=
"item.
SHORT
NAME"
:value=
"item.OID"
:value=
"item.OID"
/>
/>
</el-select>
</el-select>
...
...
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