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
c4501e7c
Commit
c4501e7c
authored
Dec 29, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
基础调整1
parent
2ae3f4e1
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
86 additions
and
58 deletions
+86
-58
index.vue
src/views/ccgl/jcsj/hz/index.vue
+2
-9
mx.vue
src/views/ccgl/zlgl/jyd/mx.vue
+7
-1
add.vue
src/views/ccgl/zlgl/jyd/top/add.vue
+13
-6
index.vue
src/views/ccgl/zlgl/jyd/top/index.vue
+34
-24
mx.vue
src/views/ccgl/zlgl/kccjd/mx.vue
+5
-5
add.vue
src/views/ccgl/zlgl/kccjd/top/add.vue
+12
-6
mx.vue
src/views/ccgl/zlgl/kcyhd/mx.vue
+1
-1
add.vue
src/views/ccgl/zlgl/kcyhd/top/add.vue
+12
-6
No files found.
src/views/ccgl/jcsj/hz/index.vue
View file @
c4501e7c
...
...
@@ -59,15 +59,8 @@
],
queryParams
:
[
[{
label
:
'编码'
,
prop
:
'code'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
{
label
:
'名称'
,
prop
:
'name'
,
label
:
'货主信息'
,
prop
:
'hzInfo'
,
span
:
6
,
type
:
'input'
,
value
:
''
...
...
src/views/ccgl/zlgl/jyd/mx.vue
View file @
c4501e7c
...
...
@@ -50,6 +50,12 @@
field
:
"wlxxGg"
,
width
:
140
},
{
title
:
"检验数量"
,
field
:
"jysl"
,
width
:
140
},
{
title
:
"制令号"
,
field
:
"zlh"
,
...
...
@@ -74,7 +80,7 @@
title
:
"合格标志"
,
field
:
"hgbz"
,
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/
JyStatus
"
,
"url"
:
"lxyl/zlgl/ukcjyd/init/
zjqdStatusEnum
"
,
"label"
:
"name"
,
"value"
:
"id"
},
...
...
src/views/ccgl/zlgl/jyd/top/add.vue
View file @
c4501e7c
...
...
@@ -53,7 +53,18 @@
/* 基本配置*/
url
:
'lxyl/zlgl/ukcjyd'
,
queryUrl
:
'wms/common/queryZkPackOrRq'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
},
{
title
:
"容器"
,
field
:
"rqCode"
,
width
:
140
},
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
width
:
140
...
...
@@ -83,11 +94,7 @@
field
:
"hzName"
,
width
:
140
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
},
{
title
:
"数量"
,
field
:
"packmxSl"
,
...
...
src/views/ccgl/zlgl/jyd/top/index.vue
View file @
c4501e7c
...
...
@@ -2,10 +2,10 @@
<BasePage
:power=
'power'
@
getRow=
'getRow'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Add
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog"
/>
<Add
:app=
'ctx.basePage'
v-if=
"ctx.basePage.showDialog"
/>
</
template
>
<
template
#
toolbar=
"ctx"
>
<el-button
@
click=
"showAdd(ctx.basePage)"
size=
'mini'
type=
"primary"
>
新增
</el-button>
<el-button
@
click=
"showAdd(ctx.basePage)"
size=
'mini'
type=
"primary"
>
新增
</el-button>
<el-button
@
click=
"pd(ctx.basePage,'A')"
size=
'mini'
type=
"primary"
>
判定合格
</el-button>
<el-button
@
click=
"pd(ctx.basePage,'R')"
size=
'mini'
type=
"primary"
>
判定不合格
</el-button>
...
...
@@ -20,7 +20,7 @@
export
default
{
data
()
{
return
{
power
:{
power
:
{
add
:
false
,
copy
:
false
,
/* 手动控制删除 */
...
...
@@ -85,25 +85,35 @@
title
:
"来源单类型"
,
field
:
"lydlx"
,
width
:
200
,
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/Jylydlx"
,
"label"
:
"name"
,
"value"
:
"id"
}
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/Jylydlx"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"来源单号"
,
field
:
"lydid"
,
width
:
200
,
formatter
(
a
,
b
,
c
)
{
return
a
.
kccjCode
||
a
.
ukcyhdCode
formatter
(
a
,
b
,
c
)
{
return
a
.
kccjCode
||
a
.
ukcyhdCode
}
},
{
title
:
"检验
批
数量"
,
title
:
"检验数量"
,
field
:
"jypsl"
,
width
:
140
},
{
title
:
"评估代码"
,
field
:
"pgdm"
,
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/JyStatus"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
140
},
// {
// title: "合格数量",
// field: "hgsl",
...
...
@@ -171,25 +181,25 @@
},
methods
:
{
pd
(
ctx
,
hgbz
)
{
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
)
{
this
.
$post
(
'lxyl/zlgl/ukcjyd/doCheck'
,{
id
:
ctx
.
singleItem
.
id
,
hgbz
:
hgbz
}).
then
(
res
=>
{
if
(
res
.
success
)
{
pd
(
ctx
,
hgbz
)
{
if
(
ctx
.
singleItem
&&
ctx
.
singleItem
.
id
)
{
this
.
$post
(
'lxyl/zlgl/ukcjyd/doCheck'
,
{
id
:
ctx
.
singleItem
.
id
,
hgbz
:
hgbz
}).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
$success
(
'操作成功'
),
ctx
.
refresh
()
ctx
.
refresh
()
}
})
}
else
{
}
else
{
this
.
$warning
(
'请选中一条数据'
)
}
},
showAdd
(
ctx
){
ctx
.
DialogTitle
=
'新增'
ctx
.
DialogWidth
=
'70vw'
ctx
.
showDialog
=
true
showAdd
(
ctx
)
{
ctx
.
DialogTitle
=
'新增'
ctx
.
DialogWidth
=
'70vw'
ctx
.
showDialog
=
true
},
getRow
(
val
)
{
this
.
$emit
(
'getRow'
,
val
)
...
...
src/views/ccgl/zlgl/kccjd/mx.vue
View file @
c4501e7c
...
...
@@ -100,11 +100,11 @@
{
title
:
"合格标志"
,
field
:
"hgbz"
,
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/JyStatus
"
,
"label"
:
"name"
,
"value"
:
"id"
},
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/zjqdStatusEnum
"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
140
},
...
...
src/views/ccgl/zlgl/kccjd/top/add.vue
View file @
c4501e7c
...
...
@@ -50,7 +50,18 @@
/* 基本配置*/
url
:
'lxyl/zlgl/ukcjyd'
,
queryUrl
:
'wms/common/queryZkPackOrRq'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
},
{
title
:
"容器"
,
field
:
"rqCode"
,
width
:
140
},
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
width
:
140
...
...
@@ -80,11 +91,6 @@
field
:
"hzName"
,
width
:
140
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
},
{
title
:
"数量"
,
field
:
"sl"
,
...
...
src/views/ccgl/zlgl/kcyhd/mx.vue
View file @
c4501e7c
...
...
@@ -101,7 +101,7 @@
title
:
"合格标志"
,
field
:
"hgbz"
,
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/
JyStatus
"
,
"url"
:
"lxyl/zlgl/ukcjyd/init/
zjqdStatusEnum
"
,
"label"
:
"name"
,
"value"
:
"id"
},
...
...
src/views/ccgl/zlgl/kcyhd/top/add.vue
View file @
c4501e7c
...
...
@@ -50,7 +50,18 @@
/* 基本配置*/
url
:
'lxyl/zlgl/ukcjyd'
,
queryUrl
:
'wms/common/queryZkPackOrRq'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
},
{
title
:
"容器"
,
field
:
"rqCode"
,
width
:
140
},
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
width
:
140
...
...
@@ -80,11 +91,6 @@
field
:
"hzName"
,
width
:
140
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
},
{
title
:
"数量"
,
field
:
"sl"
,
...
...
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