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
db4f445f
Commit
db4f445f
authored
Jan 23, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change field and protect 'records'
parent
b3d9e2f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
15 deletions
+16
-15
edit.vue
src/views/ccgl/ckgl/ckd/top/edit.vue
+1
-1
index.vue
src/views/ccgl/ckgl/ckd/top/index.vue
+4
-4
index.vue
src/views/ccgl/rkgl/rkd/top/index.vue
+11
-10
No files found.
src/views/ccgl/ckgl/ckd/top/edit.vue
View file @
db4f445f
...
...
@@ -56,7 +56,7 @@
ckid
:
this
.
form
.
ckid
,
wlid
:
item
.
id
})
item
.
kcsl
=
res
.
data
.
records
.
kcsl
||
0
item
.
kcsl
=
res
.
data
.
records
?
res
.
data
.
records
.
kcsl
:
0
// 转换并且push
item
.
wlid
=
item
.
id
item
.
wlxxName
=
item
.
name
...
...
src/views/ccgl/ckgl/ckd/top/index.vue
View file @
db4f445f
...
...
@@ -118,7 +118,7 @@
{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
6
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
...
...
@@ -132,7 +132,7 @@
{
label
:
'单据编号'
,
prop
:
'djid'
,
span
:
6
,
span
:
8
,
type
:
'input'
,
value
:
''
}
...
...
@@ -151,7 +151,7 @@
{
label
:
'事务类型'
,
prop
:
'swlxid'
,
span
:
6
,
span
:
8
,
type
:
'RelSelect'
,
typeConfig
:
{
src
:
'wms/ckgl/llck/init/swlx'
...
...
@@ -160,7 +160,7 @@
{
label
:
'货主'
,
prop
:
'hzName'
,
span
:
6
,
span
:
8
,
type
:
'input'
,
}
]
...
...
src/views/ccgl/rkgl/rkd/top/index.vue
View file @
db4f445f
...
...
@@ -154,7 +154,7 @@
{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
6
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
...
...
@@ -168,17 +168,11 @@
{
label
:
'单据编号'
,
prop
:
'djid'
,
span
:
4
,
span
:
8
,
type
:
'input'
,
value
:
''
},
{
label
:
'来源单号'
,
prop
:
'lydh'
,
span
:
4
,
type
:
'input'
,
value
:
''
}
],[
...
...
@@ -194,11 +188,18 @@
{
label
:
'事务类型'
,
prop
:
'swlxid'
,
span
:
6
,
span
:
8
,
type
:
'RelSelect'
,
typeConfig
:
{
src
:
'lxyl/rkgl/rktz/init/swlx'
}
},
{
label
:
'来源单号'
,
prop
:
'lydh'
,
span
:
8
,
type
:
'input'
,
value
:
''
}
]
],
...
...
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