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
9901c8d2
Commit
9901c8d2
authored
Apr 29, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wcs新增字段
parent
876b60ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
24 deletions
+27
-24
index.vue
src/views/ccgl/wcsrwgl/wcszy/index.vue
+27
-24
No files found.
src/views/ccgl/wcsrwgl/wcszy/index.vue
View file @
9901c8d2
...
...
@@ -65,7 +65,7 @@
width
:
140
},
{
title
:
"状态"
,
title
:
"
上架
状态"
,
field
:
"zt"
,
width
:
140
,
transform
:
{
...
...
@@ -74,6 +74,16 @@
"value"
:
"id"
}
},
{
title
:
"下架状态"
,
field
:
"xjzt"
,
width
:
140
,
transform
:
{
"url"
:
"lxyl/wcszy/init/xjzt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"业务日期"
,
...
...
@@ -83,15 +93,8 @@
],
queryParams
:
[
[{
label
:
'日期'
,
startProp
:
"start"
,
endProp
:
"end"
,
span
:
8
,
type
:
'RelDaterangeV2'
,
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endValue
:
new
Date
().
getTime
(),
},
[
{
label
:
'单据来源'
,
prop
:
'djly'
,
...
...
@@ -106,20 +109,20 @@
}
}
},
{
"label"
:
"状态"
,
"prop"
:
"zt"
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"lxyl/wcszy/init/zt"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
//
{
//
"label": "状态",
//
"prop": "zt",
//
"span": 8,
//
"type": "RelSelect",
//
"value": "",
//
"typeConfig": {
//
"src": "lxyl/wcszy/init/zt",
//
"match": {
//
"value": "id",
//
"label": "name"
//
}
//
}
//
},
...
...
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