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
b67121c3
Commit
b67121c3
authored
Jul 06, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面显示
parent
46850459
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
52 deletions
+29
-52
index.vue
src/views/ccgl/jcsj/stoxsjhd/index.vue
+29
-52
No files found.
src/views/ccgl/jcsj/stoxsjhd/index.vue
View file @
b67121c3
...
...
@@ -43,90 +43,80 @@
/* 基本配置*/
url
:
'lxyl/ckgl/sto/usofh'
,
delUrl
:
'lxyl/ckgl/sto/usofh/delete'
,
tableTitle
:
[{
title
:
"工厂编码"
,
field
:
"hzCode"
,
fieldType
:
"upper"
,
width
:
140
tableTitle
:
[
{
title
:
"状态"
,
field
:
"zt"
,
"transform"
:
{
"url"
:
"lxyl/ckgl/usofh/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
60
},
{
title
:
"工厂"
,
field
:
"hzName"
,
width
:
140
title
:
"已过账"
,
field
:
"gzzt"
,
width
:
60
,
fieldType
:
"checkbox"
},
{
title
:
"仓库编码"
,
field
:
"ckCode"
,
fieldType
:
"upper"
,
width
:
140
title
:
"工厂"
,
field
:
"hzName"
,
width
:
100
},
{
title
:
"仓库"
,
field
:
"ckName"
,
width
:
1
4
0
width
:
1
2
0
},
{
title
:
"销售交货单"
,
field
:
"vbeln"
,
width
:
1
4
0
width
:
1
2
0
},
{
title
:
"行项目"
,
field
:
"posnr"
,
width
:
140
width
:
80
,
fieldType
:
"int"
},
{
title
:
"物料编码"
,
field
:
"wlCode"
,
width
:
1
4
0
width
:
1
2
0
},
{
title
:
"物料名称"
,
field
:
"wlName"
,
width
:
1
4
0
width
:
1
8
0
},
{
title
:
"交货数量"
,
field
:
"lfimg"
,
width
:
140
fieldType
:
"float"
},
{
title
:
"实发数量"
,
field
:
"sfsl"
,
width
:
140
fieldType
:
"float"
},
{
title
:
"已开出库单"
,
field
:
"ckdbz"
,
width
:
100
,
formatter
(
a
,
b
,
v
)
{
let
map
=
{
Y
:
'是'
,
N
:
'否'
}
return
map
[
v
]
}
},
{
title
:
"状态"
,
field
:
"zt"
,
"transform"
:
{
"url"
:
"lxyl/ckgl/usofh/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
100
fieldType
:
"checkbox"
},
{
title
:
"销售订单号"
,
field
:
"kdauf"
,
width
:
1
4
0
width
:
1
2
0
},
{
title
:
"销售行项目"
,
field
:
"kdpos"
,
width
:
140
width
:
140
,
fieldType
:
"int"
},
{
title
:
"特殊库存"
,
...
...
@@ -158,19 +148,6 @@
"value"
:
"id"
},
},
{
title
:
"过账状态"
,
field
:
"gzzt"
,
width
:
140
,
formatter
(
a
,
b
,
v
)
{
let
map
=
{
Y
:
'是'
,
N
:
'否'
}
return
map
[
v
]
}
},
{
title
:
"关闭人"
,
field
:
"gbrName"
,
...
...
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