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
fe4d2e1d
Commit
fe4d2e1d
authored
Apr 11, 2024
by
zhangjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SAP调拨列表页增加过账标识显示
parent
cd3a7f18
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
14 deletions
+7
-14
edit.vue
src/views/ccgl/kngl/sapdb/edit.vue
+6
-14
index.vue
src/views/ccgl/kngl/sapdb/index.vue
+1
-0
No files found.
src/views/ccgl/kngl/sapdb/edit.vue
View file @
fe4d2e1d
...
@@ -18,19 +18,6 @@
...
@@ -18,19 +18,6 @@
data
()
{
data
()
{
return
{
return
{
editColItemList
:
[
editColItemList
:
[
{
label
:
'过账单号'
,
prop
:
'djid'
,
span
:
12
,
type
:
'input'
,
},
{
label
:
'特殊库存标识'
,
prop
:
'sobkz'
,
span
:
12
,
type
:
'input'
,
},
{
{
label
:
'物料'
,
label
:
'物料'
,
prop
:
'wlid'
,
prop
:
'wlid'
,
...
@@ -63,7 +50,12 @@
...
@@ -63,7 +50,12 @@
}
}
}
}
},
},
/* 物料工厂*/
{
label
:
'特殊库存标识'
,
prop
:
'sobkz'
,
span
:
12
,
type
:
'input'
,
},
{
{
label
:
'数量'
,
label
:
'数量'
,
prop
:
'erfmg'
,
prop
:
'erfmg'
,
...
...
src/views/ccgl/kngl/sapdb/index.vue
View file @
fe4d2e1d
...
@@ -50,6 +50,7 @@
...
@@ -50,6 +50,7 @@
{
label
:
"接收批次"
,
prop
:
"umcha"
,
fieldType
:
"ftString"
,
width
:
210
},
{
label
:
"接收批次"
,
prop
:
"umcha"
,
fieldType
:
"ftString"
,
width
:
210
},
{
label
:
"接收销售订单"
,
prop
:
"kdauf"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"接收销售订单"
,
prop
:
"kdauf"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"接收销售行项目"
,
prop
:
"kdpos"
,
fieldType
:
"int"
},
{
label
:
"接收销售行项目"
,
prop
:
"kdpos"
,
fieldType
:
"int"
},
{
label
:
"是否过账"
,
prop
:
"gzbz"
,
fieldType
:
"ftString"
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"创建人"
,
prop
:
"cjr"
,
fieldType
:
"ftString"
},
{
label
:
"创建人"
,
prop
:
"cjr"
,
fieldType
:
"ftString"
},
...
...
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