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
3c8e9a50
Commit
3c8e9a50
authored
Jul 06, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
9de4b40f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
30 deletions
+3
-30
edit.vue
src/views/ccgl/ckgl/ckdj/edit.vue
+1
-5
index.vue
src/views/ccgl/ckgl/ckdj/index.vue
+0
-9
edit.vue
src/views/ccgl/rkgl/rkdj/edit.vue
+2
-5
index.vue
src/views/ccgl/rkgl/rkdj/index.vue
+0
-11
No files found.
src/views/ccgl/ckgl/ckdj/edit.vue
View file @
3c8e9a50
...
@@ -193,11 +193,7 @@
...
@@ -193,11 +193,7 @@
label
:
'出库单号'
,
label
:
'出库单号'
,
prop
:
'lydjDjid'
,
prop
:
'lydjDjid'
,
span
:
8
,
span
:
8
,
type
:
'input'
,
type
:
'input'
formatter
:
(
row
,
b
,
c
)
=>
{
let
id
=
row
.
cktzDjid
||
row
.
dbckDjid
return
id
}
},
},
{
{
label
:
'备注'
,
label
:
'备注'
,
...
...
src/views/ccgl/ckgl/ckdj/index.vue
View file @
3c8e9a50
...
@@ -72,15 +72,6 @@
...
@@ -72,15 +72,6 @@
"field"
:
"jsr"
,
"field"
:
"jsr"
,
"width"
:
120
"width"
:
120
},
},
{
"title"
:
"出库单号"
,
"field"
:
"lldjid"
,
"width"
:
140
,
formatter
:
(
row
,
b
,
c
)
=>
{
let
id
=
row
.
cktzDjid
||
row
.
dbckDjid
return
id
}
},
{
{
"title"
:
"出库任务号"
,
"title"
:
"出库任务号"
,
"field"
:
"lydjDjid"
,
"field"
:
"lydjDjid"
,
...
...
src/views/ccgl/rkgl/rkdj/edit.vue
View file @
3c8e9a50
...
@@ -185,12 +185,9 @@
...
@@ -185,12 +185,9 @@
},
},
{
{
label
:
'入库单号'
,
label
:
'入库单号'
,
prop
:
'
transrk
d'
,
prop
:
'
lydjDji
d'
,
span
:
8
,
span
:
8
,
type
:
'input'
,
type
:
'input'
formatter
(
a
,
b
,
c
)
{
return
a
.
rktzDjid
||
a
.
dbrkDjid
}
},
},
{
{
label
:
'备注'
,
label
:
'备注'
,
...
...
src/views/ccgl/rkgl/rkdj/index.vue
View file @
3c8e9a50
...
@@ -69,14 +69,6 @@
...
@@ -69,14 +69,6 @@
field
:
"jsr"
,
field
:
"jsr"
,
width
:
120
width
:
120
},
},
{
title
:
"入库单号"
,
field
:
"lydjid"
,
width
:
140
,
formatter
(
a
,
b
,
c
)
{
return
a
.
rktzDjid
||
a
.
dbrkDjid
}
},
{
{
title
:
"入库任务号"
,
title
:
"入库任务号"
,
field
:
"lydjDjid"
,
field
:
"lydjDjid"
,
...
@@ -128,9 +120,6 @@
...
@@ -128,9 +120,6 @@
type
:
'input'
,
type
:
'input'
,
value
:
''
value
:
''
},
},
],
],
[{
[{
label
:
'入库任务号'
,
label
:
'入库任务号'
,
...
...
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