Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-vue
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
李苏
zghywpc-vue
Commits
7558f9db
Commit
7558f9db
authored
Dec 06, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cnea cpip 字段调整
parent
4229f75a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
25 deletions
+36
-25
edit.vue
src/views/ywxxgl/cneacpip/edit.vue
+34
-23
index.vue
src/views/ywxxgl/cneacpip/index.vue
+2
-2
No files found.
src/views/ywxxgl/cneacpip/edit.vue
View file @
7558f9db
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-1
0-28 16:12:48
* @LastEditTime: 2024-1
2-06 16:23:27
* @FilePath: /zghywpc-vue/src/views/ywxxgl/cneacpip/edit.vue
-->
<
template
>
...
...
@@ -56,34 +56,45 @@
type
:
'input'
,
},
{
"label"
:
"填报部门"
,
"prop"
:
"tbbmid"
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"kzzx/bm/query"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"bmmc"
}
}
label
:
'填报部门'
,
prop
:
'tbbmid'
,
span
:
12
,
type
:
'input'
,
},
{
label
:
'填报人员'
,
prop
:
'tmryid'
,
span
:
12
,
type
:
'AuxInput'
,
typeConfig
:
{
code
:
'USER'
,
label
:
'username'
,
transform
:
{
value
:
'id'
,
label
:
'username'
}
},
type
:
'input'
,
},
// {
// "label": "填报部门",
// "prop": "tbbmid",
// "span": 12,
// "type": "RelSelect",
// "value": "",
// "typeConfig": {
// "src": "kzzx/bm/query",
// "match": {
// "value": "id",
// "label": "bmmc"
// }
// }
// },
// {
// label: '填报人员',
// prop: 'tmryid',
// span: 12,
// type: 'AuxInput',
// typeConfig: {
// code: 'USER',
// label: 'username',
// transform: {
// value: 'id',
// label: 'username'
// }
// }
// },
{
label
:
'年份'
,
prop
:
'year'
,
...
...
src/views/ywxxgl/cneacpip/index.vue
View file @
7558f9db
...
...
@@ -50,13 +50,13 @@
},
{
label
:
"填报部门"
,
prop
:
"
bmmc
"
,
prop
:
"
tbbmid
"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"填报人员"
,
prop
:
"
username
"
,
prop
:
"
tmryid
"
,
fieldType
:
"ftString"
,
width
:
120
},
...
...
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