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
69b9fc26
Commit
69b9fc26
authored
May 20, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保存操作逻辑变更
parent
b2da26dc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
32 deletions
+50
-32
mx.vue
src/views/ccgl/kngl/kwtzd/mx.vue
+13
-11
edit.vue
src/views/ccgl/kngl/kwtzd/top/edit.vue
+20
-7
index.vue
src/views/ccgl/kngl/kwtzd/top/index.vue
+17
-14
No files found.
src/views/ccgl/kngl/kwtzd/mx.vue
View file @
69b9fc26
...
...
@@ -34,7 +34,18 @@
/* 基本配置*/
url
:
'wms/kcgl/kwtz/query/detail'
,
queryUrl
:
'wms/kcgl/kwtz/query/detail'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"状态"
,
field
:
"zt"
,
width
:
100
,
"transform"
:
{
"url"
:
"wms/kcgl/kwtz/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
120
,
...
...
@@ -64,16 +75,7 @@
field
:
"mbkwCode"
,
width
:
120
,
},
{
title
:
"状态"
,
field
:
"zt"
,
width
:
100
,
"transform"
:
{
"url"
:
"wms/kcgl/kwtz/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
],
...
...
src/views/ccgl/kngl/kwtzd/top/edit.vue
View file @
69b9fc26
...
...
@@ -102,6 +102,21 @@
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
},
change
:(
row
)
=>
{
if
(
this
.
formDetail
.
length
!=
0
){
this
.
$confirm
(
'仓库发生改变,已有明细将会清空!是否确认改变'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
res
=>
{
let
length
=
this
.
formDetail
.
length
this
.
formDetail
.
splice
(
0
,
length
)
}).
catch
(
rc
=>
{
this
.
form
.
ckid
=
this
.
formDetail
[
0
].
ckid
})
}
}
}
},
...
...
@@ -149,11 +164,11 @@
width
:
200
,
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
200
,
},
//
{
//
title: "唯一码",
//
field: "packCode",
//
width: 200,
//
},
{
title
:
"容器"
,
field
:
"rqCode"
,
...
...
@@ -184,9 +199,7 @@
give
(
data
)
{
this
.
form
.
mbkqName
=
data
.
kqName
this
.
$forceUpdate
()
}
}
},
{
...
...
src/views/ccgl/kngl/kwtzd/top/index.vue
View file @
69b9fc26
...
...
@@ -21,7 +21,18 @@
queryDetail
:
true
,
/* 基本配置*/
url
:
'wms/kcgl/kwtz'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"状态"
,
field
:
"zt"
,
width
:
100
,
"transform"
:
{
"url"
:
"wms/kcgl/kwtz/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"单据号"
,
field
:
"djid"
,
width
:
140
...
...
@@ -41,26 +52,18 @@
field
:
"fzrName"
,
width
:
140
},
{
title
:
"状态"
,
field
:
"zt"
,
width
:
100
,
"transform"
:
{
"url"
:
"wms/kcgl/kwtz/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
title
:
"备注"
,
field
:
"bz"
,
width
:
200
},
{
title
:
"维护人"
,
field
:
"whr"
,
width
:
140
},
{
title
:
"备注"
,
field
:
"bz"
,
},
{
title
:
"维护时间"
,
...
...
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