Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金民
weiqiao-vue
Commits
aed57ecc
Commit
aed57ecc
authored
Mar 10, 2026
by
齐伟伦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
过程质检单新增创建时间来源单号字段
成品入库质检单新增创建时间字段
parent
7829bf09
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
xjrsoft-vue3/src/views/zlgl/cgzjd/components/config.ts
+25
-0
xjrsoft-vue3/src/views/zlgl/cprkzjd/components/config.ts
+11
-0
No files found.
xjrsoft-vue3/src/views/zlgl/cgzjd/components/config.ts
View file @
aed57ecc
...
@@ -287,6 +287,18 @@ export const columns: BasicColumn[] = [
...
@@ -287,6 +287,18 @@ export const columns: BasicColumn[] = [
styleConfig
:
undefined
,
styleConfig
:
undefined
,
listStyle
:
undefined
,
listStyle
:
undefined
,
},
},
{
resizable
:
true
,
dataIndex
:
'createDate'
,
title
:
'创建时间'
,
componentType
:
'date'
,
fixed
:
false
,
sorter
:
true
,
styleConfig
:
undefined
,
listStyle
:
undefined
,
},
{
{
resizable
:
true
,
resizable
:
true
,
...
@@ -303,6 +315,19 @@ export const columns: BasicColumn[] = [
...
@@ -303,6 +315,19 @@ export const columns: BasicColumn[] = [
{
{
resizable
:
true
,
resizable
:
true
,
dataIndex
:
'lydh'
,
title
:
'来源单号'
,
componentType
:
'select'
,
fixed
:
false
,
sorter
:
true
,
styleConfig
:
undefined
,
listStyle
:
undefined
,
},
{
resizable
:
true
,
dataIndex
:
'zt'
,
dataIndex
:
'zt'
,
title
:
'质检状态'
,
title
:
'质检状态'
,
componentType
:
'select'
,
componentType
:
'select'
,
...
...
xjrsoft-vue3/src/views/zlgl/cprkzjd/components/config.ts
View file @
aed57ecc
...
@@ -75,7 +75,18 @@ export const columns: BasicColumn[] = [
...
@@ -75,7 +75,18 @@ export const columns: BasicColumn[] = [
styleConfig
:
undefined
,
styleConfig
:
undefined
,
listStyle
:
''
,
listStyle
:
''
,
},
},
{
resizable
:
true
,
dataIndex
:
'createDate'
,
title
:
'创建时间'
,
componentType
:
'input'
,
fixed
:
false
,
sorter
:
true
,
styleConfig
:
undefined
,
listStyle
:
''
,
},
{
{
resizable
:
true
,
resizable
:
true
,
dataIndex
:
'cp'
,
dataIndex
:
'cp'
,
...
...
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