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
5e483e54
Commit
5e483e54
authored
Mar 06, 2026
by
sunhaiwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购到货页面单据号字段改成自动生成
parent
f89510ea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
20 deletions
+9
-20
xjrsoft-vue3/src/views/ckgl/cgdh/components/config.ts
+5
-15
xjrsoft-vue3/src/views/ckgl/cgdh/components/workflowPermission.ts
+4
-5
No files found.
xjrsoft-vue3/src/views/ckgl/cgdh/components/config.ts
View file @
5e483e54
...
@@ -342,34 +342,24 @@ export const formProps: FormProps = {
...
@@ -342,34 +342,24 @@ export const formProps: FormProps = {
span
:
8
,
span
:
8
,
list
:
[
list
:
[
{
{
key
:
'
2be7c2009d5d496fa83ebca7a699f65
6'
,
key
:
'
8e8adb239db44a4ba19cd28a3d661f1
6'
,
field
:
'djh'
,
field
:
'djh'
,
label
:
'单据号'
,
label
:
'单据号'
,
type
:
'
input
'
,
type
:
'
auto-code
'
,
component
:
'
Input
'
,
component
:
'
AutoCodeRule
'
,
colProps
:
{
span
:
24
},
colProps
:
{
span
:
24
},
defaultValue
:
''
,
componentProps
:
{
componentProps
:
{
width
:
'100%'
,
width
:
'100%'
,
span
:
7
,
span
:
7
,
defaultValue
:
''
,
placeholder
:
'请输入单据号'
,
placeholder
:
''
,
prefix
:
''
,
prefix
:
''
,
suffix
:
''
,
suffix
:
''
,
addonBefore
:
''
,
addonBefore
:
''
,
addonAfter
:
''
,
addonAfter
:
''
,
disabled
:
false
,
allowClear
:
false
,
showLabel
:
true
,
showLabel
:
true
,
autoCodeRule
:
'cgdhbh'
,
required
:
false
,
required
:
false
,
rules
:
[],
events
:
{},
listStyle
:
''
,
isSave
:
false
,
isShow
:
true
,
isShow
:
true
,
scan
:
false
,
bordered
:
true
,
isShowAi
:
false
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
style
:
{
width
:
'100%'
},
style
:
{
width
:
'100%'
},
},
},
...
...
xjrsoft-vue3/src/views/ckgl/cgdh/components/workflowPermission.ts
View file @
5e483e54
...
@@ -2,19 +2,18 @@ export const permissionList = [
...
@@ -2,19 +2,18 @@ export const permissionList = [
{
{
required
:
false
,
required
:
false
,
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
:
'djh'
,
fieldId
:
'djh'
,
isSubTable
:
false
,
isSubTable
:
false
,
showChildren
:
true
,
showChildren
:
true
,
type
:
'
input
'
,
type
:
'
auto-code
'
,
key
:
'
2be7c2009d5d496fa83ebca7a699f65
6'
,
key
:
'
8e8adb239db44a4ba19cd28a3d661f1
6'
,
children
:
[],
children
:
[],
options
:
{},
options
:
{},
defaultValue
:
''
,
},
},
{
{
required
:
false
,
required
:
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