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
a29cdc5e
Commit
a29cdc5e
authored
Dec 28, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整字段,前端路由
parent
963ab15b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
37 additions
and
41 deletions
+37
-41
index.js
src/router/index.js
+1
-1
index.vue
src/views/ccgl/zlgl/jyd/top/index.vue
+1
-1
mx.vue
src/views/ccgl/zlgl/kccjd/mx.vue
+4
-6
index.vue
src/views/ccgl/zlgl/kcyhd/index.vue
+1
-1
mx.vue
src/views/ccgl/zlgl/kcyhd/mx.vue
+24
-26
add.vue
src/views/ccgl/zlgl/kcyhd/top/add.vue
+1
-1
index.vue
src/views/ccgl/zlgl/kcyhd/top/index.vue
+5
-5
No files found.
src/router/index.js
View file @
a29cdc5e
...
...
@@ -571,7 +571,7 @@ export const powerRoutes = [
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
'
test
'
,
"mkid"
:
'
920080300
'
,
},
name
:
'kcyhd'
,
path
:
"kcyhd"
,
...
...
src/views/ccgl/zlgl/jyd/top/index.vue
View file @
a29cdc5e
...
...
@@ -156,7 +156,7 @@
},
{
label
:
'来源单号'
,
prop
:
'lyd
h
'
,
prop
:
'lyd
Code
'
,
span
:
5
,
type
:
'input'
,
value
:
''
...
...
src/views/ccgl/zlgl/kccjd/mx.vue
View file @
a29cdc5e
...
...
@@ -100,12 +100,10 @@
{
title
:
"合格标志"
,
field
:
"hgbz"
,
formatter
(
a
,
b
,
v
)
{
let
map
=
{
N
:
'不合格'
,
Y
:
'合格'
}
return
map
[
v
]
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/JyStatus"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
140
},
...
...
src/views/ccgl/zlgl/kcyhd/index.vue
View file @
a29cdc5e
...
...
@@ -8,7 +8,7 @@
<div
class=
"bottom flex"
>
<div
class=
"full"
>
<el-tabs
class=
"full"
v-model=
"activeName"
>
<el-tab-pane
class=
"full"
label=
"
重检
单明细"
name=
"first"
>
<el-tab-pane
class=
"full"
label=
"
验货
单明细"
name=
"first"
>
<Mx
ref=
"mx"
class=
"full"
/>
</el-tab-pane>
...
...
src/views/ccgl/zlgl/kcyhd/mx.vue
View file @
a29cdc5e
...
...
@@ -32,8 +32,8 @@
},
config
:
{
/* 基本配置*/
url
:
'lxyl/
zlgl/kccj
'
,
queryUrl
:
'lxyl/
zlgl/kccj
/query/detail'
,
url
:
'lxyl/
ukcyhd
'
,
queryUrl
:
'lxyl/
ukcyhd
/query/detail'
,
tableTitle
:
[{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
...
...
@@ -79,33 +79,31 @@
field
:
"rqCode"
,
width
:
140
},
{
title
:
"重检日期"
,
field
:
"cjrq"
,
width
:
140
,
fieldType
:
'ftDateTime'
},
{
title
:
"生产日期"
,
field
:
"scrq"
,
width
:
140
,
fieldType
:
'ftDateTime'
},
{
title
:
"失效日期"
,
field
:
"sxrq"
,
width
:
140
,
fieldType
:
'ftDateTime'
},
//
{
//
title: "重检日期",
//
field: "cjrq",
//
width: 140,
//
fieldType: 'ftDateTime'
//
},
//
{
//
title: "生产日期",
//
field: "scrq",
//
width: 140,
//
fieldType: 'ftDateTime'
//
},
//
{
//
title: "失效日期",
//
field: "sxrq",
//
width: 140,
//
fieldType: 'ftDateTime'
//
},
{
title
:
"合格标志"
,
field
:
"hgbz"
,
formatter
(
a
,
b
,
v
)
{
let
map
=
{
N
:
'不合格'
,
Y
:
'合格'
}
return
map
[
v
]
"transform"
:
{
"url"
:
"lxyl/zlgl/ukcjyd/init/JyStatus"
,
"label"
:
"name"
,
"value"
:
"id"
},
width
:
140
},
...
...
src/views/ccgl/zlgl/kcyhd/top/add.vue
View file @
a29cdc5e
...
...
@@ -128,7 +128,7 @@
save
(){
let
list
=
this
.
$refs
.
basePage
.
$refs
.
TablePager
.
selectedList
||
[]
if
(
list
.
length
!=
0
){
this
.
$post
(
'lxyl/
zlgl/kccj
/doGenerate'
,
list
).
then
(
res
=>
{
this
.
$post
(
'lxyl/
ukcyhd
/doGenerate'
,
list
).
then
(
res
=>
{
if
(
res
.
success
){
this
.
app
.
showDialog
=
false
this
.
app
.
refresh
()
...
...
src/views/ccgl/zlgl/kcyhd/top/index.vue
View file @
a29cdc5e
...
...
@@ -39,9 +39,9 @@
/* Dialog*/
// queryDetail: true,
/* 基本配置*/
url
:
'lxyl/u
_
kcyhd'
,
url
:
'lxyl/ukcyhd'
,
tableTitle
:
[{
title
:
"
重检
单号"
,
title
:
"
验货
单号"
,
field
:
"code"
,
width
:
140
},
...
...
@@ -64,7 +64,7 @@
],
queryParams
:
[
[{
label
:
'
重检
单号'
,
label
:
'
验货
单号'
,
prop
:
'code'
,
span
:
5
,
type
:
'input'
,
...
...
@@ -104,7 +104,7 @@
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
res
=>
{
this
.
$post
(
'lxyl/
zlgl/kccj
/genJyd'
,
{
this
.
$post
(
'lxyl/
ukcyhd
/genJyd'
,
{
id
:
ctx
.
singleItem
.
id
}).
then
(
res
=>
{
if
(
res
.
success
)
{
...
...
@@ -128,4 +128,4 @@
</
script
>
<
style
>
</
style
>
\ No newline at end of file
</
style
>
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