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
82644fd2
Commit
82644fd2
authored
Dec 27, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检验单调整
parent
60cddee0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
10 deletions
+34
-10
index.vue
src/views/ccgl/zlgl/jyd/top/index.vue
+14
-1
mx.vue
src/views/ccgl/zlgl/kccjd/mx.vue
+1
-1
index.vue
src/views/ccgl/zlgl/kccjd/top/index.vue
+19
-8
No files found.
src/views/ccgl/zlgl/jyd/top/index.vue
View file @
82644fd2
...
@@ -81,10 +81,23 @@
...
@@ -81,10 +81,23 @@
field
:
"djid"
,
field
:
"djid"
,
width
:
140
width
:
140
},
},
{
title
:
"来源单类型"
,
field
:
"lydlx"
,
width
:
200
,
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/Jylydlx"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
{
title
:
"来源单号"
,
title
:
"来源单号"
,
field
:
"lydid"
,
field
:
"lydid"
,
width
:
140
width
:
200
,
formatter
(
a
,
b
,
c
){
return
a
.
kccjCode
||
a
.
ukcyhdCode
}
},
},
{
{
title
:
"检验批数量"
,
title
:
"检验批数量"
,
...
...
src/views/ccgl/zlgl/kccjd/mx.vue
View file @
82644fd2
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
config
:
{
config
:
{
/* 基本配置*/
/* 基本配置*/
url
:
'lxyl/zlgl/kccj'
,
url
:
'lxyl/zlgl/kccj'
,
queryUrl
:
'lxyl/zlgl/kccj/
/
query/detail'
,
queryUrl
:
'lxyl/zlgl/kccj/query/detail'
,
tableTitle
:
[{
tableTitle
:
[{
title
:
"物料编码"
,
title
:
"物料编码"
,
field
:
"wlxxCode"
,
field
:
"wlxxCode"
,
...
...
src/views/ccgl/zlgl/kccjd/top/index.vue
View file @
82644fd2
...
@@ -97,13 +97,24 @@
...
@@ -97,13 +97,24 @@
getRow
(
val
)
{
getRow
(
val
)
{
this
.
$emit
(
'getRow'
,
val
)
this
.
$emit
(
'getRow'
,
val
)
},
},
cxjyrw
(
ctx
){
cxjyrw
(
ctx
)
{
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
){
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
)
{
this
.
$post
(
'lxyl/zlgl/kccj/genJyd'
,{
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
this
.
$confirm
(
'是否继续操作, 是否继续?'
,
'提示'
,
{
if
(
res
.
success
(
'操作成功'
)){
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
res
=>
{
this
.
$post
(
'lxyl/zlgl/kccj/genJyd'
,
{
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
)
ctx
.
refresh
()
ctx
.
refresh
()
}
}
})
})
})
}
else
{
this
.
$warning
(
'请选中一条数据'
)
}
}
}
}
...
...
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