Commit 0d7bce99 by 张珈源

Merge remote-tracking branch 'origin/weiqiao-vue3' into weiqiao-vue3

parents d59a40a9 65361024
...@@ -16,7 +16,7 @@ VITE_DROP_CONSOLE = false ...@@ -16,7 +16,7 @@ VITE_DROP_CONSOLE = false
# 接口地址 # 接口地址
# 如果没有跨域问题,直接在这里配置即可 # 如果没有跨域问题,直接在这里配置即可
VITE_GLOB_API_URL=http://192.168.8.149:8053 VITE_GLOB_API_URL=http://192.168.8.100:8053
# 文件上传接口 可选 # 文件上传接口 可选
VITE_GLOB_UPLOAD_URL = /system/oss/upload VITE_GLOB_UPLOAD_URL = /system/oss/upload
......
...@@ -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%' },
},
},
], ],
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment