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
a33d3564
Commit
a33d3564
authored
May 31, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改物料信息界面
parent
c03737c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
38 deletions
+9
-38
edit.vue
src/views/jcsj/wl/wlxx/edit.vue
+6
-25
index.vue
src/views/jcsj/wl/wlxx/index.vue
+3
-13
No files found.
src/views/jcsj/wl/wlxx/edit.vue
View file @
a33d3564
...
...
@@ -87,42 +87,23 @@
},
required
:
true
,
},
},
/* 定制物料组*/
{
label
:
'
辅计量单位
'
,
prop
:
'
fjldw
'
,
label
:
'
物料组
'
,
prop
:
'
wlzid
'
,
span
:
12
,
type
:
'RelSelect'
,
typeConfig
:
{
src
:
"jcsj/jldw/query"
,
hasValue
:
false
src
:
"lxyl/jcsj/wlxx/init/wlz"
}
},
// {
// readonly:true,
// label: '批号管理',
// prop: 'phgl',
// span: 12,
// type: 'checkbox',
// value: 'Y'
// },
{
label
:
'
库存期限
'
,
label
:
'
保质期(天)
'
,
prop
:
'kcqx'
,
span
:
12
,
type
:
'input'
},
/* 定制物料组*/
{
label
:
'物料组'
,
prop
:
'wlzid'
,
span
:
12
,
type
:
'RelSelect'
,
typeConfig
:
{
src
:
"lxyl/jcsj/wlxx/init/wlz"
}
},
// 重检期限
{
label
:
'重检期限(天)'
,
...
...
src/views/jcsj/wl/wlxx/index.vue
View file @
a33d3564
...
...
@@ -112,7 +112,6 @@
{
title
:
"物料名称"
,
field
:
"name"
,
width
:
160
},
{
title
:
"规格"
,
field
:
"gg"
,
width
:
120
},
{
title
:
"计量单位"
,
field
:
"jldwName"
,
width
:
80
},
{
title
:
"辅计量单位"
,
field
:
"fjldwName"
,
width
:
80
,
align
:
"center"
},
// {title:"采购计量单位",field:"cgjldwname",width:80,align:"center"},
// {title:"增值税率(%)",field:"zzsl", fieldType:"zzsl", width: 100},
{
title
:
"批号管理"
,
field
:
"phgl"
,
width
:
80
,
formatter
(
a
,
b
,
v
){
...
...
@@ -122,18 +121,9 @@
}
return
map
[
v
]
}},
// {title:"单件管理",field:"djgl",width:80,formatter(a,b,v){
// let map={
// Y:'停用',
// N:'正常'
// }
// return map[v]
// }},
// {title:"产品条码规则",field:"coderulename",width:160},
// {title:"缺省仓库",field:"ckname", width:120},
// {title:"计划部门",field:"jhbmmc",width:120},
// {title:"产品结构号",field:"bomcode", width:120},
// {title:"工艺路线号",field:"gylxcode", width:120},
{
title
:
"保质期(天)"
,
field
:
"kcqx"
,
width
:
120
},
{
title
:
"重检期限(天)"
,
field
:
"cjqx"
,
width
:
120
},
{
title
:
"物料组"
,
field
:
"uwlzName"
,
width
:
120
},
{
title
:
"状态"
,
field
:
"tybz"
,
width
:
80
,
formatter
(
a
,
b
,
v
){
let
map
=
{
Y
:
'停用'
,
...
...
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