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
bb8f25c0
Commit
bb8f25c0
authored
Feb 24, 2026
by
sunhaiwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/hongshun' into hongshun
parents
7f8e3e85
c030fbfd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
160 deletions
+56
-160
xjrsoft-vue3/src/api/chaiche/gps/model/GpsModel.ts
+2
-4
xjrsoft-vue3/src/views/chaiche/gps/components/config.ts
+54
-140
xjrsoft-vue3/src/views/chaiche/gps/components/workflowPermission.ts
+0
-16
No files found.
xjrsoft-vue3/src/api/chaiche/gps/model/GpsModel.ts
View file @
bb8f25c0
...
...
@@ -8,8 +8,6 @@ export interface MesCheliangBgPageParams extends BasicPageParams {
tjsj
:
string
;
banzu
:
string
;
gzr
:
string
;
sfwgcj
:
string
;
...
...
@@ -23,6 +21,8 @@ export interface MesCheliangBgPageParams extends BasicPageParams {
dhpsxx
:
string
;
dhxx
:
string
;
drzcl
:
string
;
}
/**
...
...
@@ -54,8 +54,6 @@ export interface MesCheliangBgPageModel {
dhxx
:
string
;
drzcl
:
string
;
banzu
:
string
;
}
/**
...
...
xjrsoft-vue3/src/views/chaiche/gps/components/config.ts
View file @
bb8f25c0
...
...
@@ -28,21 +28,6 @@ export const searchFormSchema: FormSchema[] = [
},
{
field
:
'banzu'
,
label
:
'班组'
,
defaultValue
:
undefined
,
component
:
'XjrSelect'
,
componentProps
:
{
datasourceType
:
'dic'
,
params
:
{
itemId
:
'2021042614763266049'
},
labelField
:
'name'
,
valueField
:
'value'
,
mode
:
'multiple'
,
showSearch
:
true
,
getPopupContainer
:
()
=>
document
.
body
,
},
},
{
field
:
'gzr'
,
label
:
'工作人'
,
defaultValue
:
undefined
,
...
...
@@ -98,6 +83,15 @@ export const searchFormSchema: FormSchema[] = [
defaultValue
:
undefined
,
component
:
'Input'
,
},
{
field
:
'drzcl'
,
label
:
'当日总产量'
,
defaultValue
:
undefined
,
component
:
'InputNumber'
,
componentProps
:
{
style
:
{
width
:
'100%'
},
},
},
];
export
const
columns
:
BasicColumn
[]
=
[
...
...
@@ -256,19 +250,6 @@ export const columns: BasicColumn[] = [
styleConfig
:
undefined
,
listStyle
:
undefined
,
},
{
resizable
:
true
,
dataIndex
:
'banzu'
,
title
:
'班组'
,
componentType
:
'radio'
,
fixed
:
false
,
sorter
:
true
,
styleConfig
:
undefined
,
listStyle
:
undefined
,
},
];
//表头合并配置
export
const
headerMergingData
=
[];
...
...
@@ -503,48 +484,6 @@ export const formProps: FormProps = {
span
:
8
,
list
:
[
{
key
:
'bbc92accfa5b4def90d343b129322110'
,
field
:
'banzu'
,
label
:
'班组'
,
type
:
'radio'
,
component
:
'ApiRadioGroup'
,
colProps
:
{
span
:
24
},
componentProps
:
{
span
:
7
,
showLabel
:
true
,
disabled
:
false
,
optionType
:
'default'
,
staticOptions
:
[
{
key
:
1
,
label
:
'option 1'
,
value
:
'option 1'
},
{
key
:
2
,
label
:
'option 2'
,
value
:
'option 2'
},
{
key
:
3
,
label
:
'option 3'
,
value
:
'option 3'
},
],
datasourceType
:
'dic'
,
labelField
:
'name'
,
valueField
:
'value'
,
defaultSelect
:
null
,
apiConfig
:
{
path
:
'CodeGeneration/selection'
,
method
:
'GET'
,
apiId
:
'93d735dcb7364a0f8102188ec4d77ac7'
,
},
dicOptions
:
[],
required
:
false
,
rules
:
[],
events
:
{},
isShow
:
true
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
params
:
{
itemId
:
'2021042614763266049'
},
itemId
:
'2021042614763266049'
,
style
:
{},
},
},
],
},
{
span
:
8
,
list
:
[
{
key
:
'5764c97901a848bb8c8be56822bb6b1c'
,
field
:
'gzr'
,
label
:
'工作人'
,
...
...
@@ -572,28 +511,6 @@ export const formProps: FormProps = {
},
],
},
],
componentProps
:
{
gutter
:
0
,
justify
:
'start'
,
align
:
'top'
,
isShow
:
true
,
showBorder
:
false
,
bordercolor
:
'#d9d9d9'
,
bordershowtype
:
[
true
,
true
,
true
,
true
],
borderwidth
:
1
,
padding
:
'10px'
,
margin
:
'10px'
,
},
},
{
key
:
'ac2e369650594a0394d01b51dee15aa1'
,
field
:
''
,
label
:
''
,
type
:
'grid'
,
colProps
:
{
span
:
24
},
component
:
'Grid'
,
children
:
[
{
span
:
8
,
list
:
[
...
...
@@ -635,6 +552,28 @@ export const formProps: FormProps = {
},
],
},
],
componentProps
:
{
gutter
:
0
,
justify
:
'start'
,
align
:
'top'
,
isShow
:
true
,
showBorder
:
false
,
bordercolor
:
'#d9d9d9'
,
bordershowtype
:
[
true
,
true
,
true
,
true
],
borderwidth
:
1
,
padding
:
'10px'
,
margin
:
'10px'
,
},
},
{
key
:
'ac2e369650594a0394d01b51dee15aa1'
,
field
:
''
,
label
:
''
,
type
:
'grid'
,
colProps
:
{
span
:
24
},
component
:
'Grid'
,
children
:
[
{
span
:
8
,
list
:
[
...
...
@@ -711,28 +650,6 @@ export const formProps: FormProps = {
},
],
},
],
componentProps
:
{
gutter
:
0
,
justify
:
'start'
,
align
:
'top'
,
isShow
:
true
,
showBorder
:
false
,
bordercolor
:
'#d9d9d9'
,
bordershowtype
:
[
true
,
true
,
true
,
true
],
borderwidth
:
1
,
padding
:
'10px'
,
margin
:
'10px'
,
},
},
{
key
:
'76c345091afa464f960e058090eea807'
,
field
:
''
,
label
:
''
,
type
:
'grid'
,
colProps
:
{
span
:
24
},
component
:
'Grid'
,
children
:
[
{
span
:
8
,
list
:
[
...
...
@@ -771,6 +688,28 @@ export const formProps: FormProps = {
},
],
},
],
componentProps
:
{
gutter
:
0
,
justify
:
'start'
,
align
:
'top'
,
isShow
:
true
,
showBorder
:
false
,
bordercolor
:
'#d9d9d9'
,
bordershowtype
:
[
true
,
true
,
true
,
true
],
borderwidth
:
1
,
padding
:
'10px'
,
margin
:
'10px'
,
},
},
{
key
:
'76c345091afa464f960e058090eea807'
,
field
:
''
,
label
:
''
,
type
:
'grid'
,
colProps
:
{
span
:
24
},
component
:
'Grid'
,
children
:
[
{
span
:
8
,
list
:
[
...
...
@@ -847,28 +786,6 @@ export const formProps: FormProps = {
},
],
},
],
componentProps
:
{
gutter
:
0
,
justify
:
'start'
,
align
:
'top'
,
isShow
:
true
,
showBorder
:
false
,
bordercolor
:
'#d9d9d9'
,
bordershowtype
:
[
true
,
true
,
true
,
true
],
borderwidth
:
1
,
padding
:
'10px'
,
margin
:
'10px'
,
},
},
{
key
:
'ebe3ab4c22264453a17b142028eab977'
,
field
:
''
,
label
:
''
,
type
:
'grid'
,
colProps
:
{
span
:
24
},
component
:
'Grid'
,
children
:
[
{
span
:
8
,
list
:
[
...
...
@@ -901,8 +818,6 @@ export const formProps: FormProps = {
},
],
},
{
span
:
8
,
list
:
[]
},
{
span
:
8
,
list
:
[]
},
],
componentProps
:
{
gutter
:
0
,
...
...
@@ -1209,7 +1124,6 @@ export const formProps: FormProps = {
listStyle
:
"return 'width:100%'"
,
},
},
{
title
:
'操作'
,
key
:
'action'
,
fixed
:
'right'
,
width
:
'50px'
},
],
span
:
'24'
,
preloadType
:
'api'
,
...
...
@@ -1264,7 +1178,7 @@ export const formProps: FormProps = {
isListView
:
false
,
viewList
:
[],
isShowAdd
:
false
,
isShowDelete
:
tru
e
,
isShowDelete
:
fals
e
,
hasCheckedCol
:
false
,
checkedColType
:
'checkbox'
,
pageSize
:
10
,
...
...
xjrsoft-vue3/src/views/chaiche/gps/components/workflowPermission.ts
View file @
bb8f25c0
...
...
@@ -74,22 +74,6 @@ export const permissionList = [
disabled
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
fieldName
:
'班组'
,
fieldId
:
'banzu'
,
isSubTable
:
false
,
showChildren
:
true
,
type
:
'radio'
,
key
:
'bbc92accfa5b4def90d343b129322110'
,
children
:
[],
options
:
{},
},
{
required
:
false
,
view
:
true
,
edit
:
true
,
disabled
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
fieldName
:
'工作人'
,
fieldId
:
'gzr'
,
isSubTable
:
false
,
...
...
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