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
dd46ce81
Commit
dd46ce81
authored
Jul 31, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改装箱管理和防串货激活界面
parent
516ef695
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
197 additions
and
81 deletions
+197
-81
ckqd.vue
src/views/ccgl/kcpd/pdd/ckqd.vue
+31
-12
index.vue
src/views/ccgl/qt/fchjh/index.vue
+80
-48
index.vue
src/views/ccgl/qt/zxgl/index.vue
+86
-21
No files found.
src/views/ccgl/kcpd/pdd/ckqd.vue
View file @
dd46ce81
...
...
@@ -44,6 +44,37 @@
url
:
'wms/kcgl/kcpd/query/detail'
,
queryUrl
:
'wms/kcgl/kcpd/query/detail'
,
tableTitle
:
[
{
title
:
"下架状态"
,
field
:
"zt"
,
width
:
100
,
transform
:
{
"url"
:
"lxyl/wcszy/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"上架状态"
,
field
:
"sjzt"
,
width
:
100
,
transform
:
{
"url"
:
"lxyl/wcszy/init/sjzt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"容器"
,
field
:
"rqCode"
,
width
:
160
,
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
160
,
},
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
...
...
@@ -81,18 +112,6 @@
width
:
120
,
},
{
title
:
"容器"
,
field
:
"rqCode"
,
width
:
160
,
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
160
,
},
{
title
:
"盘存数量"
,
field
:
"pcsl"
,
...
...
src/views/ccgl/qt/fchjh/index.vue
View file @
dd46ce81
...
...
@@ -19,11 +19,11 @@
add
:
false
,
copy
:
false
,
/* 手动控制删除 */
delButton
:
tru
e
,
delButton
:
fals
e
,
/* 手动控制编辑按钮权限 */
editButton
:
false
,
/* 是否渲染右侧操作按钮 */
operateButtons
:
tru
e
,
operateButtons
:
fals
e
,
/* 是否开启工作流按钮 */
workFlow
:
false
,
/* 表格开启选择,以及记住选择 */
...
...
@@ -33,58 +33,58 @@
config
:
{
/* 基本配置*/
url
:
'lxyl/uactivate'
,
tableTitle
:
[{
label
:
"单据号"
,
tableTitle
:
[
{
label
:
"交货单号"
,
prop
:
"djid"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"行项目"
,
prop
:
"xh"
,
fieldType
:
"int"
,
width
:
60
},
{
label
:
"事务类型"
,
prop
:
"swlxName"
,
fieldType
:
"ftString"
,
width
:
100
},
{
label
:
"激活时间"
,
prop
:
"cjsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"仓库"
,
prop
:
"ckName"
,
width
:
1
92
width
:
1
20
},
{
label
:
"工厂"
,
prop
:
"hzName"
,
width
:
1
92
,
width
:
1
20
,
},
{
label
:
"客户"
,
prop
:
"khName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"事务类型"
,
prop
:
"swlxName"
,
fieldType
:
"ftString"
,
width
:
192
width
:
160
},
{
label
:
"物料编码"
,
prop
:
"wlxxCode"
,
fieldType
:
"ftString"
,
width
:
1
92
width
:
1
20
},
{
label
:
"物料名称"
,
prop
:
"wlxxName"
,
fieldType
:
"ftString"
,
width
:
240
},
{
label
:
"物料批号"
,
prop
:
"wlph"
,
fieldType
:
"ftString"
,
width
:
240
},
{
label
:
"制令号"
,
prop
:
"zlh"
,
fieldType
:
"ftString"
,
width
:
240
width
:
140
},
{
label
:
"应发数量"
,
...
...
@@ -92,7 +92,12 @@
fieldType
:
"float"
},
{
label
:
"实发数量"
,
label
:
"已反馈数量"
,
prop
:
"fchjhsl"
,
fieldType
:
"float"
},
{
label
:
"激活数量"
,
prop
:
"sfsl"
,
fieldType
:
"float"
},
...
...
@@ -100,19 +105,19 @@
label
:
"卡板条码"
,
prop
:
"barcode"
,
fieldType
:
"ftString"
,
width
:
30
0
width
:
18
0
},
{
label
:
"外箱条码"
,
prop
:
"boxcode"
,
fieldType
:
"ftString"
,
width
:
30
0
width
:
18
0
},
{
label
:
"SN条码"
,
prop
:
"sncodebox"
,
fieldType
:
"ftString"
,
width
:
30
0
width
:
18
0
},
{
label
:
"备注"
,
...
...
@@ -129,29 +134,56 @@
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
}
],
queryParams
:
[
[
{
label
:
"日期"
,
startProp
:
"start"
,
endProp
:
"end"
,
span
:
7
,
type
:
"RelDaterangeV2"
,
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endValue
:
new
Date
().
getTime
(),
},
{
label
:
"创建人"
,
prop
:
"cjr"
,
fieldType
:
"ftString"
label
:
"仓库"
,
prop
:
"ckid"
,
span
:
6
,
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"lxyl/common/ck/queryCkid"
,
match
:
{
value
:
"id"
,
label
:
"name"
,
},
},
},
{
label
:
"创建时间"
,
prop
:
"cjsj"
,
fieldType
:
"ftDateTime"
label
:
'交货单号'
,
prop
:
'djidInfo'
,
span
:
5
,
type
:
'input'
,
value
:
''
},
],
queryParams
:
[
[{
label
:
'名称'
,
prop
:
'info'
,
{
label
:
'客户'
,
prop
:
'khInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
}
]
],
[
{
label
:
'物料'
,
prop
:
'wlxxInfo'
,
span
:
7
,
type
:
'input'
,
value
:
''
}
],
],
}
...
...
src/views/ccgl/qt/zxgl/index.vue
View file @
dd46ce81
<
template
>
<BasePage
:power=
'power'
class=
"min_full"
:config=
"config"
>
<BasePage
ref=
"basePage"
:power=
'power'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -12,7 +12,10 @@
</template>
<
script
>
import
wlsx
from
'common/src/mixin/wlsx.js'
import
wlphsx
from
'common/src/mixin/wlphsx.js'
export
default
{
mixins
:[
wlphsx
,
wlsx
],
data
()
{
return
{
power
:
{
...
...
@@ -32,32 +35,94 @@
},
config
:
{
/* 基本配置*/
url
:
'lxyl/u
_sofh_
qd'
,
url
:
'lxyl/u
sofh
qd'
,
tableTitle
:
[
// {label: "销售交货单", prop: "xsjhdid", fieldType: "ftString",width:192},
{
label
:
"销售交货单"
,
prop
:
"vbeln"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"唯一码"
,
prop
:
"packCode"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"物料编码"
,
prop
:
"wlxxCode"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"物料名称"
,
prop
:
"wlxxName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"物料批号"
,
prop
:
"wlph"
,
fieldType
:
"ftString"
,
width
:
240
},
{
label
:
"制令号"
,
prop
:
"zlh"
,
fieldType
:
"ftString"
,
width
:
240
},
{
label
:
"数量"
,
prop
:
"sl"
,
fieldType
:
"float"
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"创建人"
,
prop
:
"cjr"
,
fieldType
:
"ftString"
},
{
label
:
"创建时间"
,
prop
:
"cjsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"销售交货单"
,
prop
:
"vbeln"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"行项目"
,
prop
:
"posnr"
,
fieldType
:
"int"
,
width
:
60
},
{
label
:
"客户"
,
prop
:
"khName"
,
fieldType
:
"ftString"
,
width
:
160
},
{
label
:
"工厂"
,
prop
:
"hzName"
,
fieldType
:
"ftString"
,
width
:
140
},
{
label
:
"仓库"
,
prop
:
"ckName"
,
fieldType
:
"ftString"
,
width
:
140
},
{
label
:
"装箱人"
,
prop
:
"cjr"
,
fieldType
:
"ftString"
},
{
label
:
"装箱时间"
,
prop
:
"cjsj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"唯一码"
,
prop
:
"packCode"
,
fieldType
:
"ftString"
,
width
:
160
},
{
label
:
"物料编码"
,
prop
:
"wlxxCode"
,
fieldType
:
"ftString"
,
width
:
140
},
{
label
:
"物料名称"
,
prop
:
"wlxxName"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"物料批号"
,
prop
:
"wlph"
,
fieldType
:
"ftString"
,
width
:
160
},
{
label
:
"制令号"
,
prop
:
"zlh"
,
fieldType
:
"ftString"
,
width
:
160
},
{
label
:
"交货单数量"
,
prop
:
"lfimg"
,
fieldType
:
"float"
},
{
label
:
"已装箱数量"
,
prop
:
"zxsl"
,
fieldType
:
"float"
},
{
label
:
"装箱数量"
,
prop
:
"sl"
,
fieldType
:
"float"
},
{
label
:
"维护人"
,
prop
:
"whr"
,
fieldType
:
"ftString"
,
hidden
:
true
},
{
label
:
"维护时间"
,
prop
:
"whsj"
,
fieldType
:
"ftDateTime"
,
hidden
:
true
}
],
queryParams
:
[
[{
label
:
'名称'
,
prop
:
'info'
,
[
{
label
:
"日期"
,
startProp
:
"start"
,
endProp
:
"end"
,
span
:
6
,
type
:
"RelDaterangeV2"
,
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endValue
:
new
Date
().
getTime
(),
},
{
label
:
"仓库"
,
prop
:
"ckid"
,
span
:
6
,
type
:
"RelSelect"
,
value
:
""
,
typeConfig
:
{
src
:
"lxyl/common/ck/queryCkid"
,
match
:
{
value
:
"id"
,
label
:
"name"
,
},
},
},
{
label
:
'交货单号'
,
prop
:
'djid'
,
span
:
6
,
type
:
'input'
,
value
:
''
}
},
{
label
:
'客户'
,
prop
:
'khInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
],
[
{
label
:
'物料'
,
prop
:
'wlxxInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'批号'
,
prop
:
'wlph'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'制令号'
,
prop
:
'zlh'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'唯一码'
,
prop
:
'packCode'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
]
],
...
...
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