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
e82f9354
Commit
e82f9354
authored
Jun 03, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、库位详情增加仓库显示
2、下立库增加巷道 3、工位增加最大任务数
parent
f19f3ae2
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
55 additions
and
40 deletions
+55
-40
akck.vue
src/views/ccgl/ckgl/lkckrw/top/akck.vue
+11
-12
index.vue
src/views/ccgl/ckgl/lkckrw/top/index.vue
+30
-15
index.vue
src/views/ccgl/cxfx/kwxq/index.vue
+4
-4
edit.vue
src/views/ccgl/jcsj/gwwh/edit.vue
+7
-6
index.vue
src/views/ccgl/jcsj/gwwh/index.vue
+1
-1
index.vue
src/views/ccgl/wcsrwgl/wcsrw/index.vue
+1
-1
edit.vue
src/views/jcsj/wl/wlxx/edit.vue
+1
-1
No files found.
src/views/ccgl/ckgl/lkckrw/top/akck.vue
View file @
e82f9354
...
...
@@ -160,20 +160,19 @@
}
},
{
label
:
'
容器编码
'
,
prop
:
'
rqCode
'
,
label
:
'
物料信息
'
,
prop
:
'
condition
'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'
物料信息
'
,
prop
:
'
condition
'
,
label
:
'
库位
'
,
prop
:
'
kwInfo
'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
],
[
{
...
...
src/views/ccgl/ckgl/lkckrw/top/index.vue
View file @
e82f9354
...
...
@@ -70,6 +70,11 @@
field
:
"swlxName"
,
width
:
140
},
{
title
:
"巷道"
,
field
:
"hjName"
,
width
:
100
},
{
title
:
"库位"
,
field
:
"kwName"
,
...
...
@@ -122,22 +127,16 @@
endValue
:
new
Date
().
getTime
(),
},
{
label
:
"
仓库
"
,
prop
:
"
ck
id"
,
label
:
"
巷道
"
,
prop
:
"
hj
id"
,
span
:
6
,
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"lxyl/jcsj/uck/ck/queryCjckid"
,
match
:
{
value
:
"id"
,
label
:
"name"
},
params
:{
flid
:
'L'
}
src
:
"wms/jcsj/hj/query"
,
}
},
{
label
:
'容器'
,
prop
:
'rqInfo'
,
...
...
@@ -146,11 +145,21 @@
value
:
''
},
{
label
:
'任务号'
,
prop
:
'djidInfo'
,
label
:
"仓库"
,
prop
:
"ckid"
,
span
:
6
,
type
:
'input'
,
value
:
''
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"lxyl/jcsj/uck/ck/queryCjckid"
,
match
:
{
value
:
"id"
,
label
:
"name"
},
params
:{
flid
:
'L'
}
}
}
],
[
...
...
@@ -182,7 +191,13 @@
type
:
'input'
,
value
:
''
},
{
label
:
'任务号'
,
prop
:
'djidInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
}
]
],
/* 默认启停用 */
...
...
src/views/ccgl/cxfx/kwxq/index.vue
View file @
e82f9354
...
...
@@ -55,13 +55,13 @@
}
},
{
title
:
"
库位编码
"
,
field
:
"
kwCod
e"
,
title
:
"
仓库
"
,
field
:
"
ckNam
e"
,
width
:
140
},
{
title
:
"库位
名称
"
,
field
:
"kw
Cod
e"
,
title
:
"库位
编码
"
,
field
:
"kw
Nam
e"
,
width
:
140
},
{
...
...
src/views/ccgl/jcsj/gwwh/edit.vue
View file @
e82f9354
...
...
@@ -64,13 +64,14 @@
src
:
"lxyl/jcsj/ugw/init/wxjcgw"
},
// required: true,
},
{
label
:
'最大任务数'
,
prop
:
'zdrwsl'
,
span
:
12
,
type
:
'inputNumber'
,
// required: true,
}
// {
// label: '外形检测工位',
// prop: 'wxCode',
// span: 12,
// type: 'input'
// }
]
...
...
src/views/ccgl/jcsj/gwwh/index.vue
View file @
e82f9354
...
...
@@ -69,7 +69,7 @@
return
showZd
||
'未设置'
}
},
{
title
:
"
停用"
,
field
:
"tybz"
,
fieldType
:
"tybz
"
},
{
title
:
"
最大任务数"
,
field
:
"zdrwsl"
,
fieldType
:
"int
"
},
{
title
:
"停用日期"
,
field
:
"tyrq"
,
fieldType
:
"ftDate"
},
{
title
:
"维护人"
,
...
...
src/views/ccgl/wcsrwgl/wcsrw/index.vue
View file @
e82f9354
...
...
@@ -9,7 +9,7 @@
<el-button
@
click=
"execute(ctx.basePage)"
size=
'mini'
type=
"primary"
>
手动执行
</el-button>
<el-button
@
click=
"complete(ctx.basePage)"
size=
'mini'
type=
"primary"
>
完成
</el-button>
<el-button
@
click=
"close(ctx.basePage)"
size=
'mini'
type=
"primary"
>
关闭
</el-button>
<div
style=
"float:right;line-height: 28px;font-size: 12px;"
>
定时
刷新:
<el-switch
<div
style=
"float:right;line-height: 28px;font-size: 12px;"
>
自动
刷新:
<el-switch
v-model=
"doQuery"
active-color=
"#13ce66"
inactive-color=
"#eee"
>
...
...
src/views/jcsj/wl/wlxx/edit.vue
View file @
e82f9354
...
...
@@ -101,7 +101,7 @@
label
:
'保质期(天)'
,
prop
:
'kcqx'
,
span
:
12
,
type
:
'input'
type
:
'input
Number
'
},
// 重检期限
...
...
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