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
a92993c0
Commit
a92993c0
authored
Feb 26, 2026
by
sunhaiwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改销售出库页面
parent
8a4920bc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
7 deletions
+57
-7
xjrsoft-vue3/src/views/ckgl/xsck/components/config.ts
+41
-6
xjrsoft-vue3/src/views/ckgl/xsck/components/workflowPermission.ts
+16
-1
No files found.
xjrsoft-vue3/src/views/ckgl/xsck/components/config.ts
View file @
a92993c0
...
...
@@ -1031,7 +1031,7 @@ export const formProps: FormProps = {
{
key
:
'54d24d79d45b465aae192edd0afb5bcd'
,
title
:
'物料编码'
,
dataIndex
:
'wl
bm
'
,
dataIndex
:
'wl
id
'
,
componentType
:
'MultiplePopup'
,
componentProps
:
{
popupType
:
'associate'
,
...
...
@@ -1061,7 +1061,15 @@ export const formProps: FormProps = {
script
:
'var sql ="select *,cpmc as value,cpmc as label from mes_base_product_info where delete_mark = 0"+
\
r
\
n
\'
?{keyword, AND cpmc LIKE CONCAT("%", #{keyword}, "%")}
\'
;
\
r
\
nreturn db.select(sql);'
,
outputParams
:
[
{
name
:
'label'
,
tableTitle
:
'物料编码'
,
show
:
true
,
width
:
150
},
{
name
:
'label'
,
tableTitle
:
'物料编码'
,
show
:
true
,
width
:
150
,
component
:
'9ebd9378b9154d6789b918febd229fa0'
,
bindField
:
'wlbm'
,
bindTable
:
'mes_warehouse_saleout_info'
,
},
{
name
:
'cpmc'
,
tableTitle
:
'物料名称'
,
...
...
@@ -1100,6 +1108,36 @@ export const formProps: FormProps = {
},
},
{
key
:
'9ebd9378b9154d6789b918febd229fa0'
,
title
:
'物料编码'
,
dataIndex
:
'wlbm'
,
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
:
false
,
scan
:
false
,
bordered
:
true
,
isShowAi
:
false
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
},
},
{
key
:
'92b05df5ae0d4ba2b89a9916bab6b5b7'
,
title
:
'物料名称'
,
dataIndex
:
'wlmc'
,
...
...
@@ -1125,7 +1163,7 @@ export const formProps: FormProps = {
isShow
:
true
,
scan
:
false
,
bordered
:
true
,
isShowAi
:
tru
e
,
isShowAi
:
fals
e
,
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
},
},
...
...
@@ -1403,7 +1441,6 @@ export const formButtons = [
isShow
:
true
,
index
:
2
,
type
:
1
,
modal
:
null
,
},
{
key
:
'cancel'
,
...
...
@@ -1414,7 +1451,6 @@ export const formButtons = [
isShow
:
true
,
index
:
1
,
type
:
1
,
modal
:
null
,
},
{
key
:
'reset'
,
...
...
@@ -1425,6 +1461,5 @@ export const formButtons = [
isShow
:
true
,
index
:
0
,
type
:
1
,
modal
:
null
,
},
];
xjrsoft-vue3/src/views/ckgl/xsck/components/workflowPermission.ts
View file @
a92993c0
...
...
@@ -290,7 +290,7 @@ export const permissionList = [
showChildren
:
false
,
tableName
:
'mesWarehouseSaleoutInfoList'
,
fieldName
:
'物料编码'
,
fieldId
:
'wl
bm
'
,
fieldId
:
'wl
id
'
,
type
:
'MultiplePopup'
,
key
:
'54d24d79d45b465aae192edd0afb5bcd'
,
children
:
[],
...
...
@@ -304,6 +304,21 @@ export const permissionList = [
isSaveTable
:
false
,
showChildren
:
false
,
tableName
:
'mesWarehouseSaleoutInfoList'
,
fieldName
:
'物料编码'
,
fieldId
:
'wlbm'
,
type
:
'Input'
,
key
:
'9ebd9378b9154d6789b918febd229fa0'
,
children
:
[],
},
{
required
:
true
,
view
:
true
,
edit
:
true
,
disabled
:
false
,
isSubTable
:
false
,
isSaveTable
:
false
,
showChildren
:
false
,
tableName
:
'mesWarehouseSaleoutInfoList'
,
fieldName
:
'物料名称'
,
fieldId
:
'wlmc'
,
type
:
'Input'
,
...
...
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