Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-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
李苏
lxyl-vue
Commits
4cc5e1e0
Commit
4cc5e1e0
authored
Mar 27, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物料组=》工厂维护(货主)
parent
30089c7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
edit.vue
src/views/ccgl/jcsj/wlzwh/edit.vue
+16
-0
index.vue
src/views/ccgl/jcsj/wlzwh/index.vue
+10
-0
No files found.
src/views/ccgl/jcsj/wlzwh/edit.vue
View file @
4cc5e1e0
...
...
@@ -48,6 +48,22 @@
}
}
},
{
label
:
'货主'
,
prop
:
'hzid'
,
span
:
12
,
required
:
true
,
type
:
'AuxInput'
,
typeConfig
:
{
isRequest
:
true
,
code
:
'HZID'
,
label
:
'hzName'
,
transform
:
{
value
:
'id'
,
label
:
'name'
}
}
},
{
label
:
'备注'
,
prop
:
'bz'
,
...
...
src/views/ccgl/jcsj/wlzwh/index.vue
View file @
4cc5e1e0
...
...
@@ -40,6 +40,16 @@
"value"
:
"id"
}
},
{
title
:
"工厂编码"
,
field
:
"hzCode"
,
width
:
140
},
{
title
:
"工厂名称"
,
field
:
"hzName"
,
width
:
140
},
{
title
:
"备注"
,
field
:
"bz"
,
...
...
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