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
9f236417
Commit
9f236417
authored
Apr 02, 2024
by
Hagsn3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码提交
parent
902789ab
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
274 additions
and
99 deletions
+274
-99
incomeInoutWmsLog.js
src/api/incomeInoutWmsLog.js
+1
-1
ConfirmationMaterials.vue
src/views/template/ConfirmationMaterials.vue
+3
-1
enterboundTwo.vue
src/views/template/enterboundTwo.vue
+267
-96
outcomeWmsApply.vue
src/views/template/outcomeWmsApply.vue
+3
-1
No files found.
src/api/incomeInoutWmsLog.js
View file @
9f236417
...
@@ -14,7 +14,7 @@ import Qs from 'qs'
...
@@ -14,7 +14,7 @@ import Qs from 'qs'
// 1. 查询入库记录列表
// 1. 查询入库记录列表
export
function
listIncomeInoutWmsLog
(
query
)
{
export
function
listIncomeInoutWmsLog
(
query
)
{
return
request
({
return
request
({
url
:
'/incomeinoutwmslog/
list
'
,
url
:
'/incomeinoutwmslog/
queryIncomeInoutWmsLogByPagination
'
,
method
:
'get'
,
method
:
'get'
,
params
:
query
params
:
query
})
})
...
...
src/views/template/ConfirmationMaterials.vue
View file @
9f236417
...
@@ -118,7 +118,9 @@
...
@@ -118,7 +118,9 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"wh_id"
prop=
"whId"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"wh_id"
prop=
"whId"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
whId
||
'-'
}}
<span
v-if=
"scope.row.whId === '001'"
>
仓库1
</span>
<span
v-else-if=
"scope.row.whId === '002'"
>
仓库2
</span>
<span
v-else
>
-
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"ptype"
prop=
"ptype"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"ptype"
prop=
"ptype"
:show-overflow-tooltip=
"true"
>
...
...
src/views/
setup
/enterboundTwo.vue
→
src/views/
template
/enterboundTwo.vue
View file @
9f236417
This diff is collapsed.
Click to expand it.
src/views/template/outcomeWmsApply.vue
View file @
9f236417
...
@@ -125,7 +125,9 @@
...
@@ -125,7 +125,9 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"wh_id"
prop=
"whId"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"wh_id"
prop=
"whId"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
whId
||
'-'
}}
<span
v-if=
"scope.row.whId === '001'"
>
仓库1
</span>
<span
v-else-if=
"scope.row.whId === '002'"
>
仓库2
</span>
<span
v-else
>
-
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"ptype"
prop=
"ptype"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"ptype"
prop=
"ptype"
:show-overflow-tooltip=
"true"
>
...
...
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