Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zghywpc-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
李苏
zghywpc-vue
Commits
cb56fb50
Commit
cb56fb50
authored
Mar 25, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段调整
parent
19211760
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
10 deletions
+26
-10
edit.vue
src/views/sbjxgl/sbjxxx/edit.vue
+14
-8
index.vue
src/views/sbjxgl/sbjxxx/index.vue
+12
-2
No files found.
src/views/sbjxgl/sbjxxx/edit.vue
View file @
cb56fb50
...
@@ -356,6 +356,12 @@
...
@@ -356,6 +356,12 @@
span
:
24
,
span
:
24
,
type
:
'input'
,
type
:
'input'
,
},
},
{
label
:
'订单描述'
,
prop
:
'ktext'
,
span
:
24
,
type
:
'input'
,
},
{
{
label
:
'设备名称'
,
label
:
'设备名称'
,
prop
:
'sbxxName'
,
prop
:
'sbxxName'
,
...
@@ -402,15 +408,15 @@
...
@@ -402,15 +408,15 @@
}
}
}
}
},
},
// {
// label: '版本',
// prop: 'version',
// span: 6,
// type: 'inputNumber',
// },
{
{
label
:
'时间(ADUHR)'
,
label
:
'工单状态(ASTTX)'
,
prop
:
'aduhr'
,
prop
:
'asttx'
,
span
:
6
,
type
:
'input'
,
},
{
label
:
'时间(ADDAT)'
,
prop
:
'addat'
,
span
:
6
,
span
:
6
,
type
:
'input'
,
type
:
'input'
,
},
},
...
...
src/views/sbjxgl/sbjxxx/index.vue
View file @
cb56fb50
...
@@ -55,6 +55,11 @@
...
@@ -55,6 +55,11 @@
field
:
"aufnr"
,
field
:
"aufnr"
,
width
:
180
width
:
180
},
},
{
title
:
"订单描述"
,
field
:
"ktext"
,
width
:
250
},
/* 新增*/
/* 新增*/
{
{
title
:
"是否大修"
,
title
:
"是否大修"
,
...
@@ -62,8 +67,13 @@
...
@@ -62,8 +67,13 @@
fieldType
:
"checkbox"
fieldType
:
"checkbox"
},
},
{
{
title
:
"时间(ADUHR)"
,
title
:
"工单状态(ASTTX)"
,
field
:
"aduhr"
,
field
:
"asttx"
,
width
:
120
},
{
title
:
"时间(ADDAT)"
,
field
:
"addat"
,
width
:
120
width
:
120
},
},
{
{
...
...
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