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
bc65f91b
Commit
bc65f91b
authored
Jan 28, 2026
by
金民
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/weiqiao-vue3' into weiqiao-vue3
parents
5c689b0c
d9092c94
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
222 additions
and
121 deletions
+222
-121
xjrsoft-vue3/src/api/ckgl/scll/model/ScllModel.ts
+12
-6
xjrsoft-vue3/src/api/ckgl/scrk/model/ScrkModel.ts
+14
-8
xjrsoft-vue3/src/views/ckgl/scll/components/config.ts
+127
-55
xjrsoft-vue3/src/views/ckgl/scll/components/workflowPermission.ts
+38
-22
xjrsoft-vue3/src/views/ckgl/scll/index.vue
+10
-4
xjrsoft-vue3/src/views/ckgl/scrk/components/config.ts
+0
-0
xjrsoft-vue3/src/views/ckgl/scrk/components/workflowPermission.ts
+15
-19
xjrsoft-vue3/src/views/ckgl/scrk/index.vue
+2
-3
xjrsoft-vue3/src/views/jcsj/wlqd/components/config.ts
+2
-2
xjrsoft-vue3/src/views/zlgl/cgzjd/components/config.ts
+1
-1
xjrsoft-vue3/src/views/zlgl/cgzjd/components/workflowPermission.ts
+1
-1
No files found.
xjrsoft-vue3/src/api/ckgl/scll/model/ScllModel.ts
View file @
bc65f91b
...
@@ -9,6 +9,8 @@ export interface MesWarehousePromaterialPageParams extends BasicPageParams {
...
@@ -9,6 +9,8 @@ export interface MesWarehousePromaterialPageParams extends BasicPageParams {
lldw
:
string
;
lldw
:
string
;
llr
:
string
;
llr
:
string
;
ywzz
:
string
;
}
}
/**
/**
...
@@ -25,10 +27,12 @@ export interface MesWarehousePromaterialPageModel {
...
@@ -25,10 +27,12 @@ export interface MesWarehousePromaterialPageModel {
llr
:
string
;
llr
:
string
;
llkczz
:
string
;
kgy
:
string
;
kgy
:
string
;
ywzz
:
string
;
zt
:
string
;
bz
:
string
;
bz
:
string
;
}
}
...
@@ -48,10 +52,12 @@ export interface MesWarehousePromaterialModel {
...
@@ -48,10 +52,12 @@ export interface MesWarehousePromaterialModel {
llr
:
string
;
llr
:
string
;
llkc
zz
:
string
;
yw
zz
:
string
;
kgy
:
string
;
kgy
:
string
;
zt
:
string
;
bz
:
string
;
bz
:
string
;
fj
:
string
;
fj
:
string
;
...
@@ -147,11 +153,9 @@ export interface MesWarehousePromaterialInfoModel {
...
@@ -147,11 +153,9 @@ export interface MesWarehousePromaterialInfoModel {
dw
:
string
;
dw
:
string
;
sl
:
string
;
hwh
:
string
;
hwh
:
string
;
yf
sl
:
string
;
sl
:
string
;
sfsl
:
string
;
sfsl
:
string
;
...
@@ -224,6 +228,8 @@ export interface MesWarehousePromaterialInfoModel {
...
@@ -224,6 +228,8 @@ export interface MesWarehousePromaterialInfoModel {
modifyDate
:
string
;
modifyDate
:
string
;
modifyUserId
:
string
;
modifyUserId
:
string
;
pch
:
string
;
}
}
/**
/**
...
...
xjrsoft-vue3/src/api/ckgl/scrk/model/ScrkModel.ts
View file @
bc65f91b
...
@@ -4,13 +4,15 @@ import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
...
@@ -4,13 +4,15 @@ import { BasicPageParams, BasicFetchResult } from '/@/api/model/baseModel';
* @description: MesWarehouseProduct分页参数 模型
* @description: MesWarehouseProduct分页参数 模型
*/
*/
export
interface
MesWarehouseProductPageParams
extends
BasicPageParams
{
export
interface
MesWarehouseProductPageParams
extends
BasicPageParams
{
kczz
:
string
;
djbh
:
string
;
ck
:
string
;
ck
:
string
;
kgy
:
string
;
scbm
:
string
;
scbm
:
string
;
ywzz
:
string
;
djzt
:
string
;
}
}
/**
/**
...
@@ -19,12 +21,8 @@ export interface MesWarehouseProductPageParams extends BasicPageParams {
...
@@ -19,12 +21,8 @@ export interface MesWarehouseProductPageParams extends BasicPageParams {
export
interface
MesWarehouseProductPageModel
{
export
interface
MesWarehouseProductPageModel
{
id
:
string
;
id
:
string
;
kczz
:
string
;
djrq
:
string
;
djrq
:
string
;
ck
:
string
;
crklx
:
string
;
crklx
:
string
;
kgy
:
string
;
kgy
:
string
;
...
@@ -33,7 +31,13 @@ export interface MesWarehouseProductPageModel {
...
@@ -33,7 +31,13 @@ export interface MesWarehouseProductPageModel {
djbh
:
string
;
djbh
:
string
;
ck
:
string
;
ywzz
:
string
;
djzt
:
string
;
djzt
:
string
;
bz
:
string
;
}
}
/**
/**
...
@@ -44,7 +48,7 @@ export interface MesWarehouseProductModel {
...
@@ -44,7 +48,7 @@ export interface MesWarehouseProductModel {
deleteMark
:
string
;
deleteMark
:
string
;
kc
zz
:
string
;
yw
zz
:
string
;
djrq
:
string
;
djrq
:
string
;
...
@@ -186,6 +190,8 @@ export interface MesWarehouseProductInfoModel {
...
@@ -186,6 +190,8 @@ export interface MesWarehouseProductInfoModel {
modifyDate
:
string
;
modifyDate
:
string
;
modifyUserId
:
string
;
modifyUserId
:
string
;
rkdh
:
string
;
}
}
/**
/**
...
...
xjrsoft-vue3/src/views/ckgl/scll/components/config.ts
View file @
bc65f91b
...
@@ -29,6 +29,13 @@ export const searchFormSchema: FormSchema[] = [
...
@@ -29,6 +29,13 @@ export const searchFormSchema: FormSchema[] = [
placeholder
:
'请选择'
,
placeholder
:
'请选择'
,
},
},
},
},
{
field
:
'ywzz'
,
label
:
'业务组织'
,
defaultValue
:
undefined
,
component
:
'Input'
,
},
];
];
export
const
columns
:
BasicColumn
[]
=
[
export
const
columns
:
BasicColumn
[]
=
[
...
@@ -86,8 +93,8 @@ export const columns: BasicColumn[] = [
...
@@ -86,8 +93,8 @@ export const columns: BasicColumn[] = [
{
{
resizable
:
true
,
resizable
:
true
,
dataIndex
:
'
llkczz
'
,
dataIndex
:
'
kgy
'
,
title
:
'
领料库存组织
'
,
title
:
'
库管员
'
,
componentType
:
'input'
,
componentType
:
'input'
,
fixed
:
false
,
fixed
:
false
,
...
@@ -99,8 +106,8 @@ export const columns: BasicColumn[] = [
...
@@ -99,8 +106,8 @@ export const columns: BasicColumn[] = [
{
{
resizable
:
true
,
resizable
:
true
,
dataIndex
:
'
kgy
'
,
dataIndex
:
'
ywzz
'
,
title
:
'
库管员
'
,
title
:
'
业务组织
'
,
componentType
:
'input'
,
componentType
:
'input'
,
fixed
:
false
,
fixed
:
false
,
...
@@ -112,6 +119,19 @@ export const columns: BasicColumn[] = [
...
@@ -112,6 +119,19 @@ export const columns: BasicColumn[] = [
{
{
resizable
:
true
,
resizable
:
true
,
dataIndex
:
'zt'
,
title
:
'单据状态'
,
componentType
:
'select'
,
fixed
:
false
,
sorter
:
true
,
styleConfig
:
undefined
,
listStyle
:
undefined
,
},
{
resizable
:
true
,
dataIndex
:
'bz'
,
dataIndex
:
'bz'
,
title
:
'备注'
,
title
:
'备注'
,
componentType
:
'input'
,
componentType
:
'input'
,
...
@@ -325,8 +345,8 @@ export const formProps: FormProps = {
...
@@ -325,8 +345,8 @@ export const formProps: FormProps = {
list
:
[
list
:
[
{
{
key
:
'cc6c68d8b8f740e0a4d16f334508e0c3'
,
key
:
'cc6c68d8b8f740e0a4d16f334508e0c3'
,
field
:
'
llkc
zz'
,
field
:
'
yw
zz'
,
label
:
'
领料库存
组织'
,
label
:
'
业务
组织'
,
type
:
'input'
,
type
:
'input'
,
component
:
'Input'
,
component
:
'Input'
,
colProps
:
{
span
:
24
},
colProps
:
{
span
:
24
},
...
@@ -335,7 +355,7 @@ export const formProps: FormProps = {
...
@@ -335,7 +355,7 @@ export const formProps: FormProps = {
width
:
'100%'
,
width
:
'100%'
,
span
:
7
,
span
:
7
,
defaultValue
:
''
,
defaultValue
:
''
,
placeholder
:
'请输入
领料库存
组织'
,
placeholder
:
'请输入
业务
组织'
,
prefix
:
''
,
prefix
:
''
,
suffix
:
''
,
suffix
:
''
,
addonBefore
:
''
,
addonBefore
:
''
,
...
@@ -397,38 +417,46 @@ export const formProps: FormProps = {
...
@@ -397,38 +417,46 @@ export const formProps: FormProps = {
],
],
},
},
{
{
span
:
24
,
span
:
8
,
list
:
[
list
:
[
{
{
key
:
'
47ae1b1e159b4f5787e9d59f219a3e9f
'
,
key
:
'
9cdba668d8b348e8a581859ade8585b2
'
,
field
:
'
bz
'
,
field
:
'
zt
'
,
label
:
'
备注
'
,
label
:
'
单据状态
'
,
type
:
'
inpu
t'
,
type
:
'
selec
t'
,
component
:
'
Inpu
t'
,
component
:
'
XjrSelec
t'
,
colProps
:
{
span
:
24
},
colProps
:
{
span
:
24
},
defaultValue
:
''
,
componentProps
:
{
componentProps
:
{
width
:
'100%'
,
width
:
'100%'
,
span
:
2
,
span
:
7
,
defaultValue
:
''
,
placeholder
:
'请选择下拉选择'
,
placeholder
:
'请输入备注'
,
prefix
:
''
,
suffix
:
''
,
addonBefore
:
''
,
addonAfter
:
''
,
disabled
:
false
,
allowClear
:
false
,
showLabel
:
true
,
showLabel
:
true
,
showSearch
:
false
,
isMultiple
:
false
,
clearable
:
false
,
disabled
:
false
,
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'
},
],
defaultSelect
:
null
,
datasourceType
:
'dic'
,
params
:
{
itemId
:
'2016321281785163777'
},
labelField
:
'name'
,
valueField
:
'value'
,
apiConfig
:
{
path
:
'CodeGeneration/selection'
,
method
:
'GET'
,
apiId
:
'93d735dcb7364a0f8102188ec4d77ac7'
,
},
dicOptions
:
[],
required
:
false
,
required
:
false
,
rules
:
[],
rules
:
[],
events
:
{},
events
:
{},
listStyle
:
''
,
isSave
:
false
,
isShow
:
true
,
isShow
:
true
,
scan
:
false
,
bordered
:
true
,
isShowAi
:
false
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
itemId
:
'2016321281785163777'
,
style
:
{
width
:
'100%'
},
style
:
{
width
:
'100%'
},
},
},
},
},
...
@@ -464,6 +492,44 @@ export const formProps: FormProps = {
...
@@ -464,6 +492,44 @@ export const formProps: FormProps = {
},
},
],
],
},
},
{
span
:
24
,
list
:
[
{
key
:
'47ae1b1e159b4f5787e9d59f219a3e9f'
,
field
:
'bz'
,
label
:
'备注'
,
type
:
'input'
,
component
:
'Input'
,
colProps
:
{
span
:
24
},
defaultValue
:
''
,
componentProps
:
{
width
:
'100%'
,
span
:
2
,
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%'
},
},
},
],
},
],
],
componentProps
:
{
componentProps
:
{
gutter
:
16
,
gutter
:
16
,
...
@@ -610,30 +676,6 @@ export const formProps: FormProps = {
...
@@ -610,30 +676,6 @@ export const formProps: FormProps = {
},
},
},
},
{
{
key
:
'1026628c881d477b890e57ffd408b77a'
,
title
:
'数量'
,
dataIndex
:
'sl'
,
componentType
:
'InputNumber'
,
defaultValue
:
0
,
componentProps
:
{
width
:
'100%'
,
span
:
''
,
defaultValue
:
0
,
min
:
0
,
step
:
1
,
disabled
:
false
,
showLabel
:
true
,
controls
:
true
,
required
:
false
,
subTotal
:
false
,
isShow
:
true
,
rules
:
[],
events
:
{},
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
listStyle
:
"return 'width:100%'"
,
},
},
{
key
:
'6561cde6f9ee4fd6a898ed3e3618eaca'
,
key
:
'6561cde6f9ee4fd6a898ed3e3618eaca'
,
title
:
'货位号'
,
title
:
'货位号'
,
dataIndex
:
'hwh'
,
dataIndex
:
'hwh'
,
...
@@ -664,9 +706,9 @@ export const formProps: FormProps = {
...
@@ -664,9 +706,9 @@ export const formProps: FormProps = {
},
},
},
},
{
{
key
:
'
c90814d02b6f420f93d397202c8803fd
'
,
key
:
'
1026628c881d477b890e57ffd408b77a
'
,
title
:
'
应发
数量'
,
title
:
'数量'
,
dataIndex
:
'
yf
sl'
,
dataIndex
:
'sl'
,
componentType
:
'InputNumber'
,
componentType
:
'InputNumber'
,
defaultValue
:
0
,
defaultValue
:
0
,
componentProps
:
{
componentProps
:
{
...
@@ -712,6 +754,36 @@ export const formProps: FormProps = {
...
@@ -712,6 +754,36 @@ export const formProps: FormProps = {
},
},
},
},
{
{
key
:
'ee29558be5e24c4ca2a706ebfae5fd7a'
,
title
:
'批次号'
,
dataIndex
:
'pch'
,
componentType
:
'Input'
,
defaultValue
:
''
,
componentProps
:
{
width
:
'100%'
,
span
:
''
,
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
:
'提示文本'
},
},
},
{
key
:
'8e0d25fb158a46c9a482d0f957cb88ae'
,
key
:
'8e0d25fb158a46c9a482d0f957cb88ae'
,
title
:
'备注'
,
title
:
'备注'
,
dataIndex
:
'bz'
,
dataIndex
:
'bz'
,
...
...
xjrsoft-vue3/src/views/ckgl/scll/components/workflowPermission.ts
View file @
bc65f91b
...
@@ -72,8 +72,8 @@ export const permissionList = [
...
@@ -72,8 +72,8 @@ export const permissionList = [
disabled
:
false
,
disabled
:
false
,
isSaveTable
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
tableName
:
''
,
fieldName
:
'
领料库存
组织'
,
fieldName
:
'
业务
组织'
,
fieldId
:
'
llkc
zz'
,
fieldId
:
'
yw
zz'
,
isSubTable
:
false
,
isSubTable
:
false
,
showChildren
:
true
,
showChildren
:
true
,
type
:
'input'
,
type
:
'input'
,
...
@@ -106,15 +106,14 @@ export const permissionList = [
...
@@ -106,15 +106,14 @@ export const permissionList = [
disabled
:
false
,
disabled
:
false
,
isSaveTable
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
tableName
:
''
,
fieldName
:
'
备注
'
,
fieldName
:
'
单据状态
'
,
fieldId
:
'
bz
'
,
fieldId
:
'
zt
'
,
isSubTable
:
false
,
isSubTable
:
false
,
showChildren
:
true
,
showChildren
:
true
,
type
:
'
inpu
t'
,
type
:
'
selec
t'
,
key
:
'
47ae1b1e159b4f5787e9d59f219a3e9f
'
,
key
:
'
9cdba668d8b348e8a581859ade8585b2
'
,
children
:
[],
children
:
[],
options
:
{},
options
:
{},
defaultValue
:
''
,
},
},
{
{
required
:
false
,
required
:
false
,
...
@@ -134,6 +133,23 @@ export const permissionList = [
...
@@ -134,6 +133,23 @@ export const permissionList = [
defaultValue
:
''
,
defaultValue
:
''
,
},
},
{
{
required
:
false
,
view
:
true
,
edit
:
true
,
disabled
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
fieldName
:
'备注'
,
fieldId
:
'bz'
,
isSubTable
:
false
,
showChildren
:
true
,
type
:
'input'
,
key
:
'47ae1b1e159b4f5787e9d59f219a3e9f'
,
children
:
[],
options
:
{},
defaultValue
:
''
,
},
{
required
:
true
,
required
:
true
,
view
:
true
,
view
:
true
,
edit
:
true
,
edit
:
true
,
...
@@ -215,10 +231,10 @@ export const permissionList = [
...
@@ -215,10 +231,10 @@ export const permissionList = [
isSaveTable
:
false
,
isSaveTable
:
false
,
showChildren
:
false
,
showChildren
:
false
,
tableName
:
'mesWarehousePromaterialInfoList'
,
tableName
:
'mesWarehousePromaterialInfoList'
,
fieldName
:
'
数量
'
,
fieldName
:
'
货位号
'
,
fieldId
:
'
sl
'
,
fieldId
:
'
hwh
'
,
type
:
'Input
Number
'
,
type
:
'Input'
,
key
:
'
1026628c881d477b890e57ffd408b77
a'
,
key
:
'
6561cde6f9ee4fd6a898ed3e3618eac
a'
,
children
:
[],
children
:
[],
},
},
{
{
...
@@ -230,10 +246,10 @@ export const permissionList = [
...
@@ -230,10 +246,10 @@ export const permissionList = [
isSaveTable
:
false
,
isSaveTable
:
false
,
showChildren
:
false
,
showChildren
:
false
,
tableName
:
'mesWarehousePromaterialInfoList'
,
tableName
:
'mesWarehousePromaterialInfoList'
,
fieldName
:
'
货位号
'
,
fieldName
:
'
数量
'
,
fieldId
:
'
hwh
'
,
fieldId
:
'
sl
'
,
type
:
'Input'
,
type
:
'Input
Number
'
,
key
:
'
6561cde6f9ee4fd6a898ed3e3618eac
a'
,
key
:
'
1026628c881d477b890e57ffd408b77
a'
,
children
:
[],
children
:
[],
},
},
{
{
...
@@ -245,10 +261,10 @@ export const permissionList = [
...
@@ -245,10 +261,10 @@ export const permissionList = [
isSaveTable
:
false
,
isSaveTable
:
false
,
showChildren
:
false
,
showChildren
:
false
,
tableName
:
'mesWarehousePromaterialInfoList'
,
tableName
:
'mesWarehousePromaterialInfoList'
,
fieldName
:
'
应
发数量'
,
fieldName
:
'
实
发数量'
,
fieldId
:
'
y
fsl'
,
fieldId
:
'
s
fsl'
,
type
:
'InputNumber'
,
type
:
'InputNumber'
,
key
:
'
c90814d02b6f420f93d397202c8803fd
'
,
key
:
'
aed6a337f7a447538e0eb2faec5f9f06
'
,
children
:
[],
children
:
[],
},
},
{
{
...
@@ -260,10 +276,10 @@ export const permissionList = [
...
@@ -260,10 +276,10 @@ export const permissionList = [
isSaveTable
:
false
,
isSaveTable
:
false
,
showChildren
:
false
,
showChildren
:
false
,
tableName
:
'mesWarehousePromaterialInfoList'
,
tableName
:
'mesWarehousePromaterialInfoList'
,
fieldName
:
'
实发数量
'
,
fieldName
:
'
批次号
'
,
fieldId
:
'
sfsl
'
,
fieldId
:
'
pch
'
,
type
:
'Input
Number
'
,
type
:
'Input'
,
key
:
'
aed6a337f7a447538e0eb2faec5f9f06
'
,
key
:
'
ee29558be5e24c4ca2a706ebfae5fd7a
'
,
children
:
[],
children
:
[],
},
},
{
{
...
...
xjrsoft-vue3/src/views/ckgl/scll/index.vue
View file @
bc65f91b
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
//展示在列表内的按钮
//展示在列表内的按钮
const
actionButtons
=
ref
<
string
[]
>
([
"view"
,
"edit"
,
"delete"
]);
const
actionButtons
=
ref
<
string
[]
>
([
"view"
,
"edit"
,
"delete"
]);
const
buttonConfigs
=
computed
(()
=>
{
const
buttonConfigs
=
computed
(()
=>
{
const
list
=
[{
"buttonId"
:
"2010557152968171520"
,
"name"
:
"查看"
,
"code"
:
"view"
,
"icon"
:
"ant-design:eye-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
},{
"buttonId"
:
"2010557152972365824"
,
"name"
:
"编辑"
,
"code"
:
"edit"
,
"icon"
:
"ant-design:form-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
,
"isEnableLock"
:
true
},{
"buttonId"
:
"2013779484670955520"
,
"name"
:
"打印"
,
"code"
:
"print"
,
"icon"
:
"ant-design:printer-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
},{
"buttonId"
:
"2010557152972365825"
,
"name"
:
"删除"
,
"code"
:
"delete"
,
"icon"
:
"ant-design:delete-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
}]
const
list
=
[{
"buttonId"
:
"2010557152968171520"
,
"name"
:
"查看"
,
"code"
:
"view"
,
"icon"
:
"ant-design:eye-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
},{
"buttonId"
:
"20105571529
68171521"
,
"name"
:
"新增"
,
"code"
:
"add"
,
"icon"
:
"ant-design:plus-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
},{
"buttonId"
:
"20105571529
72365824"
,
"name"
:
"编辑"
,
"code"
:
"edit"
,
"icon"
:
"ant-design:form-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
,
"isEnableLock"
:
true
},{
"buttonId"
:
"2013779484670955520"
,
"name"
:
"打印"
,
"code"
:
"print"
,
"icon"
:
"ant-design:printer-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
},{
"buttonId"
:
"2010557152972365825"
,
"name"
:
"删除"
,
"code"
:
"delete"
,
"icon"
:
"ant-design:delete-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
}]
return
filterButtonAuth
(
list
);
return
filterButtonAuth
(
list
);
})
})
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
return
buttonConfigs
.
value
?.
filter
((
x
)
=>
actionButtons
.
value
.
includes
(
x
.
code
));
return
buttonConfigs
.
value
?.
filter
((
x
)
=>
actionButtons
.
value
.
includes
(
x
.
code
));
});
});
const
btnEvent
=
{
view
:
handleView
,
edit
:
handleEdit
,
print
:
handlePrint
,
delete
:
handleDelete
,}
const
btnEvent
=
{
view
:
handleView
,
add
:
handleAdd
,
edit
:
handleEdit
,
print
:
handlePrint
,
delete
:
handleDelete
,}
const
{
currentRoute
}
=
useRouter
();
const
{
currentRoute
}
=
useRouter
();
...
@@ -222,6 +222,13 @@
...
@@ -222,6 +222,13 @@
}
}
function
handleAdd
()
{
openModal
(
true
,
{
isUpdate
:
false
,
});
}
async
function
handleEdit
(
record
:
Recordable
)
{
async
function
handleEdit
(
record
:
Recordable
)
{
let
field
=
'id'
;
let
field
=
'id'
;
...
@@ -388,4 +395,4 @@
...
@@ -388,4 +395,4 @@
</
style
>
</
style
>
\ No newline at end of file
xjrsoft-vue3/src/views/ckgl/scrk/components/config.ts
View file @
bc65f91b
This diff is collapsed.
Click to expand it.
xjrsoft-vue3/src/views/ckgl/scrk/components/workflowPermission.ts
View file @
bc65f91b
export
const
permissionList
=
[
export
const
permissionList
=
[
{
{
required
:
tru
e
,
required
:
fals
e
,
view
:
true
,
view
:
true
,
edit
:
tru
e
,
edit
:
fals
e
,
disabled
:
fals
e
,
disabled
:
tru
e
,
isSaveTable
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
tableName
:
''
,
fieldName
:
'
库存组织
'
,
fieldName
:
'
单据编号
'
,
fieldId
:
'
kczz
'
,
fieldId
:
'
djbh
'
,
isSubTable
:
false
,
isSubTable
:
false
,
showChildren
:
true
,
showChildren
:
true
,
type
:
'
input
'
,
type
:
'
auto-code
'
,
key
:
'
b7fc1a99eb11469fbffd723f8ce0629f
'
,
key
:
'
783643292ed9482fae0d3a37d2ebef65
'
,
children
:
[],
children
:
[],
options
:
{},
options
:
{},
defaultValue
:
''
,
},
},
{
{
required
:
false
,
required
:
false
,
...
@@ -44,11 +43,10 @@ export const permissionList = [
...
@@ -44,11 +43,10 @@ export const permissionList = [
fieldId
:
'ck'
,
fieldId
:
'ck'
,
isSubTable
:
false
,
isSubTable
:
false
,
showChildren
:
true
,
showChildren
:
true
,
type
:
'
inpu
t'
,
type
:
'
selec
t'
,
key
:
'
0f17a0106f2348bbbc3d19889815b9c7
'
,
key
:
'
7a643e99ca7242c9a606dc550981d6af
'
,
children
:
[],
children
:
[],
options
:
{},
options
:
{},
defaultValue
:
''
,
},
},
{
{
required
:
false
,
required
:
false
,
...
@@ -108,15 +106,14 @@ export const permissionList = [
...
@@ -108,15 +106,14 @@ export const permissionList = [
disabled
:
false
,
disabled
:
false
,
isSaveTable
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
tableName
:
''
,
fieldName
:
'
单据编号
'
,
fieldName
:
'
业务组织
'
,
fieldId
:
'
djbh
'
,
fieldId
:
'
ywzz
'
,
isSubTable
:
false
,
isSubTable
:
false
,
showChildren
:
true
,
showChildren
:
true
,
type
:
'
inpu
t'
,
type
:
'
selec
t'
,
key
:
'
d5e600afe891410882c273a7bc1b2ca2
'
,
key
:
'
b4b870255bc248e3adb580c6dbcbaac1
'
,
children
:
[],
children
:
[],
options
:
{},
options
:
{},
defaultValue
:
''
,
},
},
{
{
required
:
false
,
required
:
false
,
...
@@ -129,11 +126,10 @@ export const permissionList = [
...
@@ -129,11 +126,10 @@ export const permissionList = [
fieldId
:
'djzt'
,
fieldId
:
'djzt'
,
isSubTable
:
false
,
isSubTable
:
false
,
showChildren
:
true
,
showChildren
:
true
,
type
:
'
inpu
t'
,
type
:
'
selec
t'
,
key
:
'
320589395feb4544a4c0b9ff283e3b2f
'
,
key
:
'
16ad4aafe99c4797966fc6e01bc63e90
'
,
children
:
[],
children
:
[],
options
:
{},
options
:
{},
defaultValue
:
''
,
},
},
{
{
required
:
false
,
required
:
false
,
...
...
xjrsoft-vue3/src/views/ckgl/scrk/index.vue
View file @
bc65f91b
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
//展示在列表内的按钮
//展示在列表内的按钮
const
actionButtons
=
ref
<
string
[]
>
([
"view"
,
"edit"
,
"delete"
]);
const
actionButtons
=
ref
<
string
[]
>
([
"view"
,
"edit"
,
"delete"
]);
const
buttonConfigs
=
computed
(()
=>
{
const
buttonConfigs
=
computed
(()
=>
{
const
list
=
[{
"
isUse"
:
true
,
"name"
:
"查看"
,
"code"
:
"view"
,
"icon"
:
"ant-design:eye-outlined"
,
"isDefault"
:
true
},{
"isUse"
:
true
,
"name"
:
"新增"
,
"code"
:
"add"
,
"icon"
:
"ant-design:plus-outlined"
,
"isDefault"
:
true
},{
"isUse"
:
true
,
"name"
:
"编辑"
,
"code"
:
"edit"
,
"icon"
:
"ant-design:form-outlined"
,
"isDefault"
:
true
,
"isEnableLock"
:
true
},{
"isUse"
:
true
,
"name"
:
"删除"
,
"code"
:
"delete"
,
"icon"
:
"ant-design:delete-outlined"
,
"isDefault
"
:
true
}]
const
list
=
[{
"
buttonId"
:
"2010538548100980736"
,
"name"
:
"查看"
,
"code"
:
"view"
,
"icon"
:
"ant-design:eye-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
},{
"buttonId"
:
"2010538548100980737"
,
"name"
:
"新增"
,
"code"
:
"add"
,
"icon"
:
"ant-design:plus-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
},{
"buttonId"
:
"2010538548100980738"
,
"name"
:
"编辑"
,
"code"
:
"edit"
,
"icon"
:
"ant-design:form-outlined"
,
"isDefault"
:
true
,
"isUse"
:
true
,
"isEnableLock"
:
true
},{
"buttonId"
:
"2010538548100980739"
,
"name"
:
"删除"
,
"code"
:
"delete"
,
"icon"
:
"ant-design:delete-outlined"
,
"isDefault"
:
true
,
"isUse
"
:
true
}]
return
filterButtonAuth
(
list
);
return
filterButtonAuth
(
list
);
})
})
...
@@ -382,4 +382,4 @@
...
@@ -382,4 +382,4 @@
</
style
>
</
style
>
\ No newline at end of file
xjrsoft-vue3/src/views/jcsj/wlqd/components/config.ts
View file @
bc65f91b
...
@@ -829,7 +829,7 @@ export const formProps: FormProps = {
...
@@ -829,7 +829,7 @@ export const formProps: FormProps = {
controls
:
true
,
controls
:
true
,
required
:
false
,
required
:
false
,
subTotal
:
false
,
subTotal
:
false
,
isShow
:
tru
e
,
isShow
:
fals
e
,
rules
:
[],
rules
:
[],
events
:
{},
events
:
{},
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
...
@@ -904,7 +904,7 @@ export const formProps: FormProps = {
...
@@ -904,7 +904,7 @@ export const formProps: FormProps = {
showLabel
:
true
,
showLabel
:
true
,
disabled
:
false
,
disabled
:
false
,
events
:
{},
events
:
{},
isShow
:
tru
e
,
isShow
:
fals
e
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
prestrainField
:
''
,
prestrainField
:
''
,
},
},
...
...
xjrsoft-vue3/src/views/zlgl/cgzjd/components/config.ts
View file @
bc65f91b
...
@@ -770,7 +770,7 @@ export const formProps: FormProps = {
...
@@ -770,7 +770,7 @@ export const formProps: FormProps = {
{
{
key
:
'9ac1e63ebbcd433bb4b2ec76621ab12d'
,
key
:
'9ac1e63ebbcd433bb4b2ec76621ab12d'
,
field
:
'lch'
,
field
:
'lch'
,
label
:
'炉
批
号'
,
label
:
'炉
次
号'
,
type
:
'input'
,
type
:
'input'
,
component
:
'Input'
,
component
:
'Input'
,
colProps
:
{
span
:
24
},
colProps
:
{
span
:
24
},
...
...
xjrsoft-vue3/src/views/zlgl/cgzjd/components/workflowPermission.ts
View file @
bc65f91b
...
@@ -205,7 +205,7 @@ export const permissionList = [
...
@@ -205,7 +205,7 @@ export const permissionList = [
disabled
:
false
,
disabled
:
false
,
isSaveTable
:
false
,
isSaveTable
:
false
,
tableName
:
''
,
tableName
:
''
,
fieldName
:
'炉
批
号'
,
fieldName
:
'炉
次
号'
,
fieldId
:
'lch'
,
fieldId
:
'lch'
,
isSubTable
:
false
,
isSubTable
:
false
,
showChildren
:
true
,
showChildren
:
true
,
...
...
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