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
052426b8
Commit
052426b8
authored
Feb 22, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify some parameters and adjust styles
parent
366ecd76
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
23 deletions
+37
-23
edit.vue
src/views/ccgl/kngl/bzzy/top/edit.vue
+1
-0
mp.vue
src/views/ccgl/kngl/bzzy/top/mp.vue
+14
-7
index.vue
src/views/ccgl/kngl/bzzy/wmsRkd/index.vue
+22
-16
No files found.
src/views/ccgl/kngl/bzzy/top/edit.vue
View file @
052426b8
...
...
@@ -142,6 +142,7 @@
dynamic
:
true
,
component
:
Rkd
,
label
:
'rktzDjid'
,
dialogTitle
:
'选择入库单'
,
transform
:
{
value
:
'id'
,
label
:
'djid'
...
...
src/views/ccgl/kngl/bzzy/top/mp.vue
View file @
052426b8
...
...
@@ -11,6 +11,13 @@
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
<
template
slot=
"tabCustom2"
>
<el-table-column
label=
"操作"
width=
"90"
header-align=
"center"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
<div
style=
"cursor: pointer;color: cornflowerblue;text-align: center;width: 70px;"
@
click
.
prevent
.
self=
"selected(scope.row)"
>
装包
</div>
</
template
>
</el-table-column>
</template>
</BasePage>
</div>
...
...
@@ -64,11 +71,11 @@
return
{
editTableConfig
:{
editTableTitle
:[
{
label
:
"唯一码"
,
prop
:
"packCode"
,
width
:
140
},
//
{
//
label: "唯一码",
//
prop: "packCode",
//
width: 140
//
},
{
label
:
"物料编码"
,
prop
:
"wlxxCode"
,
...
...
@@ -239,8 +246,8 @@
this
.
editTableConfig
.
editTableData
.
splice
(
index
,
1
)
},
selected
(){
let
list
=
this
.
$refs
.
basePage
.
$refs
.
TablePager
.
selectedList
||
[
]
selected
(
row
){
let
list
=
[
row
]
if
(
list
.
length
!=
1
){
this
.
$warning
(
'该操作只能选中一条数据后操作'
)
}
else
{
...
...
src/views/ccgl/kngl/bzzy/wmsRkd/index.vue
View file @
052426b8
...
...
@@ -33,12 +33,12 @@
tableTitle
:
[
{
title
:
"状态"
,
field
:
"zt"
,
field
:
"
bz
zt"
,
fieldType
:
"ftString"
,
align
:
'center'
,
width
:
80
,
"transform"
:
{
"url"
:
"wms/rkgl/rktz/init/zt"
,
"url"
:
"wms/rkgl/rktz/init/
bz
zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
...
...
@@ -53,11 +53,11 @@
field
:
"ywrq"
,
fieldType
:
'ftDate'
},
{
title
:
"入库人"
,
field
:
"rkr"
,
width
:
140
},
//
{
//
title: "入库人",
//
field: "rkr",
//
width: 140
//
},
{
title
:
"事务类型"
,
field
:
"swlxName"
,
...
...
@@ -95,15 +95,21 @@
}
],
queryParams
:
[
[{
label
:
'日期'
,
startProp
:
"start"
,
endProp
:
"end"
,
span
:
12
,
type
:
'RelDaterangeV2'
,
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endValue
:
new
Date
().
getTime
(),
},
[
{
label
:
'开始日期'
,
prop
:
'start'
,
span
:
6
,
type
:
'date'
,
value
:
''
},
{
label
:
'开始日期'
,
prop
:
'end'
,
span
:
6
,
type
:
'date'
,
value
:
''
},
{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
...
...
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