Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shhjwpgl-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
李苏
shhjwpgl-vue
Commits
4d268db4
Commit
4d268db4
authored
Sep 19, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
32fe69a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
24 deletions
+41
-24
index.vue
src/views/baseData/thing/index.vue
+1
-1
index.vue
src/views/warehousing/detain/index.vue
+40
-23
No files found.
src/views/baseData/thing/index.vue
View file @
4d268db4
...
...
@@ -104,7 +104,7 @@
[{
"label"
:
"仓库类型"
,
"prop"
:
"cklx"
,
"span"
:
6
,
"span"
:
4
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
...
...
src/views/warehousing/detain/index.vue
View file @
4d268db4
<
template
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<BasePage
ref=
"basepage"
:autoQuery=
'false'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -16,7 +16,7 @@
export
default
{
/* 赋值swlx主动查询*/
mounted
()
{
this
.
$refs
.
basepage
.
queryParams
.
swlx
=
'1'
this
.
$refs
.
basepage
.
queryParams
.
swlx
=
'1'
this
.
$refs
.
basepage
.
refresh
()
},
data
()
{
...
...
@@ -95,43 +95,60 @@
},
],
queryParams
:
[
[
{
[{
label
:
'部门'
,
prop
:
'code'
,
span
:
6
,
type
:
'input'
,
value
:
''
prop
:
'ssbm'
,
span
:
4
,
type
:
'RelSelect'
,
"typeConfig"
:
{
"src"
:
"hjbm/query"
,
"match"
:
{
"value"
:
"bmid"
,
"label"
:
"bmmc"
},
}
},
{
label
:
'仓库'
,
prop
:
'name'
,
span
:
6
,
type
:
'input'
,
value
:
''
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
4
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"jcsj/u_ckwh/query"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"ckmc"
},
params
:
{
cklx
:
'KY'
}
}
},
{
label
:
'查询日期'
,
prop
:
'name'
,
span
:
6
,
type
:
'input'
,
value
:
''
label
:
'维护时间'
,
startProp
:
"kssj"
,
endProp
:
"jssj"
,
span
:
8
,
type
:
'RelDaterangeV2'
,
startValue
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
endValue
:
new
Date
().
getTime
(),
},
{
label
:
'入库单号'
,
prop
:
'
name
'
,
span
:
6
,
prop
:
'
rkdh
'
,
span
:
4
,
type
:
'input'
,
value
:
''
},
{
label
:
'序列号'
,
prop
:
'
name
'
,
span
:
6
,
prop
:
'
xlh
'
,
span
:
4
,
type
:
'input'
,
value
:
''
}
]
],
...
...
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