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
86697ebf
Commit
86697ebf
authored
Apr 07, 2024
by
Hagsn3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码提交
parent
9674b2a4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
ConfirmationMaterials.vue
src/views/template/ConfirmationMaterials.vue
+2
-2
enterboundTwo.vue
src/views/template/enterboundTwo.vue
+7
-7
outcomeWmsApply.vue
src/views/template/outcomeWmsApply.vue
+2
-2
No files found.
src/views/template/ConfirmationMaterials.vue
View file @
86697ebf
...
...
@@ -347,7 +347,7 @@ export default {
},
// 表单参数
form
:
{
whId
:
'
001
'
,
whId
:
''
,
pn
:
null
,
qty
:
null
,
dealStatus
:
'0'
,
...
...
@@ -438,7 +438,7 @@ export default {
remarks
:
undefined
,
pn
:
undefined
,
qty
:
undefined
,
whId
:
'001'
,
whId
:
this
.
warehouseList
[
0
].
dictValue
,
ptype
:
'2'
,
dealStatus
:
'0'
,
sureStatus
:
'0'
,
...
...
src/views/template/enterboundTwo.vue
View file @
86697ebf
...
...
@@ -80,9 +80,9 @@
<div
class=
"placeholder"
/>
<div
style=
"padding:5px 10px"
>
<div
class=
"mb12 font-small-bold"
>
入库记录表
</div>
<el-table
v-loading=
"loading"
border
:data=
"incomeInoutWmsLogList"
>
<el-table
v-loading=
"loading"
border
:data=
"incomeInoutWmsLogList"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"wh_id"
prop=
"whId"
:show-overflow-tooltip=
"true"
width=
"1
0
0"
>
<el-table-column
label=
"wh_id"
prop=
"whId"
:show-overflow-tooltip=
"true"
width=
"1
2
0"
>
<template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.whId "
>
{{
getDataDictLabel
(
scope
.
row
.
whId
)
}}
</span>
<span
v-else
>
-
</span>
...
...
@@ -93,7 +93,7 @@
{{
scope
.
row
.
orderCode
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"ptype"
prop=
"ptype"
:show-overflow-tooltip=
"true"
width=
"1
0
0"
>
<el-table-column
label=
"ptype"
prop=
"ptype"
:show-overflow-tooltip=
"true"
width=
"1
2
0"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.ptype === '1'"
>
jb
</span>
<span
v-else-if=
"scope.row.ptype === '2'"
>
label
</span>
...
...
@@ -103,19 +103,19 @@
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"pn"
prop=
"pn"
:show-overflow-tooltip=
"true"
width=
"1
0
0"
>
<el-table-column
label=
"pn"
prop=
"pn"
:show-overflow-tooltip=
"true"
width=
"1
2
0"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
pn
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"出入情况"
prop=
"ioType"
:show-overflow-tooltip=
"true"
width=
"1
0
0"
>
<el-table-column
label=
"出入情况"
prop=
"ioType"
:show-overflow-tooltip=
"true"
width=
"1
2
0"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.ioType === '1'"
>
入
</span>
<span
v-else-if=
"scope.row.ioType === '2'"
>
出
</span>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"qty"
prop=
"qty"
:show-overflow-tooltip=
"true"
width=
"1
0
0"
>
<el-table-column
label=
"qty"
prop=
"qty"
:show-overflow-tooltip=
"true"
width=
"1
2
0"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
qty
||
'-'
}}
</
template
>
...
...
@@ -133,7 +133,7 @@
<!-- <span v-else>-</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column
label=
"创建人"
prop=
"updateBy"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"创建人"
prop=
"updateBy"
:show-overflow-tooltip=
"true"
width=
"140"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
createName
||
'-'
}}
</
template
>
...
...
src/views/template/outcomeWmsApply.vue
View file @
86697ebf
...
...
@@ -365,7 +365,7 @@ export default {
},
// 表单参数
form
:
{
whId
:
'
001
'
,
whId
:
''
,
pn
:
null
,
qty
:
null
,
dealStatus
:
'0'
,
...
...
@@ -443,7 +443,7 @@ export default {
remarks
:
undefined
,
pn
:
undefined
,
qty
:
undefined
,
whId
:
'001'
,
whId
:
this
.
warehouseList
[
0
].
dictValue
,
ptype
:
'2'
,
dealStatus
:
'0'
,
sureStatus
:
'0'
,
...
...
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