Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
lxyl-vue
Commits
2a1aecd1
Commit
2a1aecd1
authored
Apr 02, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
仓库对照表
parent
7d4a59da
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
6 deletions
+27
-6
edit.vue
src/views/ccgl/jcsj/ckdzb/edit.vue
+20
-5
index.vue
src/views/ccgl/jcsj/ckdzb/index.vue
+7
-1
No files found.
src/views/ccgl/jcsj/ckdzb/edit.vue
View file @
2a1aecd1
...
...
@@ -19,12 +19,27 @@
return
{
editColItemList
:
[
// {
// label: 'SAP仓库编码',
// prop: 'sapckid',
// span: 12,
// type: 'input',
// required: true,
// },
{
label
:
'SAP仓库编码'
,
prop
:
'sapckid'
,
span
:
12
,
type
:
'input'
,
"label"
:
"SAP仓库"
,
"prop"
:
"sapckid"
,
required
:
true
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"lxyl/jcsj/uck/ck/querySapCjckid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
"label"
:
"仓库"
,
...
...
@@ -34,7 +49,7 @@
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"
jcsj/common/ck/queryC
kid"
,
"src"
:
"
lxyl/jcsj/uck/ck/queryCjc
kid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
...
...
src/views/ccgl/jcsj/ckdzb/index.vue
View file @
2a1aecd1
...
...
@@ -33,7 +33,13 @@
tableTitle
:
[
{
title
:
"仓库编码"
,
field
:
"ckCode"
,
fieldType
:
"upper"
,
width
:
140
},
{
title
:
"仓库名称"
,
field
:
"ckName"
,
width
:
140
},
{
title
:
"SAP仓库编码"
,
field
:
"sapckid"
,
fieldType
:
"upper"
,
width
:
140
},
{
title
:
"SAP仓库"
,
field
:
"sapckid"
,
width
:
140
,
"transform"
:
{
"url"
:
"lxyl/jcsj/uck/ck/querySapCjckid"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"工厂"
,
field
:
"hzName"
,
fieldType
:
"upper"
,
width
:
140
},
{
title
:
"维护人"
,
field
:
"whr"
,
width
:
140
},
{
title
:
"维护时间"
,
field
:
"whsj"
,
fieldType
:
"ftDateTime"
},
...
...
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