Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_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
胡宝山
template_vue
Commits
ccea7577
Commit
ccea7577
authored
May 21, 2024
by
高宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/project9-8' into project9-8
parents
3c169b3d
79af4651
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
2 deletions
+21
-2
enterboundTwo.vue
src/views/template/enterboundTwo.vue
+2
-2
incomeWmsBox.vue
src/views/template/incomeWmsBox.vue
+19
-0
No files found.
src/views/template/enterboundTwo.vue
View file @
ccea7577
...
@@ -487,7 +487,7 @@ export default {
...
@@ -487,7 +487,7 @@ export default {
],
],
// 查询参数
// 查询参数
queryParams
:
{
queryParams
:
{
cj
:
'1'
,
cj
:
null
,
page
:
1
,
page
:
1
,
rows
:
10
,
rows
:
10
,
pn
:
null
,
pn
:
null
,
...
@@ -500,7 +500,7 @@ export default {
...
@@ -500,7 +500,7 @@ export default {
},
},
// 表单参数
// 表单参数
form
:
{
form
:
{
cj
:
''
,
cj
:
null
,
whId
:
''
,
whId
:
''
,
pn
:
null
,
pn
:
null
,
qty
:
null
,
qty
:
null
,
...
...
src/views/template/incomeWmsBox.vue
View file @
ccea7577
...
@@ -52,6 +52,16 @@
...
@@ -52,6 +52,16 @@
style=
"width: 150px"
style=
"width: 150px"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"location"
prop=
"location"
>
<el-input
v-model=
"queryParams.location"
placeholder=
"请输入location"
clearable
:maxlength=
"100"
size=
"small"
style=
"width: 150px"
/>
</el-form-item>
<el-form-item
label=
"pn"
prop=
"pn"
>
<el-form-item
label=
"pn"
prop=
"pn"
>
<el-input
<el-input
v-model=
"queryParams.pn"
v-model=
"queryParams.pn"
...
@@ -130,6 +140,13 @@
...
@@ -130,6 +140,13 @@
{{
scope
.
row
.
lot
||
'-'
}}
{{
scope
.
row
.
lot
||
'-'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"location"
prop=
"location"
:show-overflow-tooltip=
"true"
width=
"110"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
location
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"pn"
prop=
"pn"
:show-overflow-tooltip=
"true"
width=
"110"
>
<el-table-column
label=
"pn"
prop=
"pn"
:show-overflow-tooltip=
"true"
width=
"110"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
pn
||
'-'
}}
{{
scope
.
row
.
pn
||
'-'
}}
...
@@ -290,6 +307,7 @@ export default {
...
@@ -290,6 +307,7 @@ export default {
rank
:
undefined
,
rank
:
undefined
,
orderCode
:
undefined
,
orderCode
:
undefined
,
labelId
:
undefined
,
labelId
:
undefined
,
location
:
undefined
,
flag
:
''
flag
:
''
},
},
// 表单参数
// 表单参数
...
@@ -356,6 +374,7 @@ export default {
...
@@ -356,6 +374,7 @@ export default {
rank
:
undefined
,
rank
:
undefined
,
orderCode
:
undefined
,
orderCode
:
undefined
,
labelId
:
undefined
,
labelId
:
undefined
,
location
:
undefined
,
flag
:
'1'
flag
:
'1'
}
}
this
.
resetForm
(
'form'
)
this
.
resetForm
(
'form'
)
...
...
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