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
0
Merge Requests
0
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
0d7bce99
Commit
0d7bce99
authored
Jan 29, 2026
by
张珈源
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/weiqiao-vue3' into weiqiao-vue3
parents
d59a40a9
65361024
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
2 deletions
+53
-2
xjrsoft-vue3/.env.development
+1
-1
xjrsoft-vue3/src/views/zlgl/bhgpcl/components/config.ts
+52
-1
No files found.
xjrsoft-vue3/.env.development
View file @
0d7bce99
...
@@ -16,7 +16,7 @@ VITE_DROP_CONSOLE = false
...
@@ -16,7 +16,7 @@ VITE_DROP_CONSOLE = false
# 接口地址
# 接口地址
# 如果没有跨域问题,直接在这里配置即可
# 如果没有跨域问题,直接在这里配置即可
VITE_GLOB_API_URL=http://192.168.8.1
49
:8053
VITE_GLOB_API_URL=http://192.168.8.1
00
:8053
# 文件上传接口 可选
# 文件上传接口 可选
VITE_GLOB_UPLOAD_URL = /system/oss/upload
VITE_GLOB_UPLOAD_URL = /system/oss/upload
...
...
xjrsoft-vue3/src/views/zlgl/bhgpcl/components/config.ts
View file @
0d7bce99
...
@@ -40,6 +40,12 @@ export const searchFormSchema: FormSchema[] = [
...
@@ -40,6 +40,12 @@ export const searchFormSchema: FormSchema[] = [
},
},
},
},
{
{
field
:
'lydjlx'
,
label
:
'来源单据'
,
defaultValue
:
undefined
,
component
:
'Input'
,
},
{
field
:
'sszz'
,
field
:
'sszz'
,
label
:
'所属组织'
,
label
:
'所属组织'
,
defaultValue
:
undefined
,
defaultValue
:
undefined
,
...
@@ -141,6 +147,18 @@ export const columns: BasicColumn[] = [
...
@@ -141,6 +147,18 @@ export const columns: BasicColumn[] = [
styleConfig
:
undefined
,
styleConfig
:
undefined
,
listStyle
:
undefined
,
listStyle
:
undefined
,
},
},
{
resizable
:
true
,
dataIndex
:
'lydjlx'
,
title
:
'来源单据'
,
componentType
:
'input'
,
fixed
:
false
,
sorter
:
true
,
styleConfig
:
undefined
,
listStyle
:
''
,
},
];
];
//表头合并配置
//表头合并配置
export
const
headerMergingData
=
[];
export
const
headerMergingData
=
[];
...
@@ -404,7 +422,7 @@ export const formProps: FormProps = {
...
@@ -404,7 +422,7 @@ export const formProps: FormProps = {
],
],
},
},
{
{
span
:
8
,
span
:
16
,
list
:
[
list
:
[
{
{
key
:
'lkajsldjaljdla'
,
key
:
'lkajsldjaljdla'
,
...
@@ -454,6 +472,39 @@ export const formProps: FormProps = {
...
@@ -454,6 +472,39 @@ export const formProps: FormProps = {
style
:
{
width
:
'100%'
},
style
:
{
width
:
'100%'
},
},
},
},
},
{
key
:
'f5a618c2a6a94e26b4db4b5d6820f344'
,
field
:
'lydjlx'
,
label
:
'来源单据'
,
type
:
'input'
,
component
:
'Input'
,
colProps
:
{
span
:
24
},
defaultValue
:
''
,
componentProps
:
{
width
:
'100%'
,
span
:
4
,
defaultValue
:
''
,
placeholder
:
''
,
prefix
:
''
,
suffix
:
''
,
addonBefore
:
''
,
addonAfter
:
''
,
disabled
:
false
,
allowClear
:
false
,
showLabel
:
true
,
required
:
false
,
rules
:
[],
events
:
{},
listStyle
:
''
,
isSave
:
false
,
isShow
:
true
,
scan
:
false
,
bordered
:
true
,
isShowAi
:
false
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
style
:
{
width
:
'100%'
},
},
},
],
],
},
},
{
{
...
...
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