Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
220be46c
authored
Jan 06, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
consignment_apply_stock : 申请库存
parent
7eca516f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/consignmentManagement/consignmentImportDetail.vue
src/views/consignmentManagement/consignmentImportDetail.vue
View file @
220be46c
...
...
@@ -31,7 +31,7 @@
<el-table-column
prop=
"reject_msg"
label=
"审核不通过原因"
min-width=
"150"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"goods_name"
label=
"型号"
min-width=
"200"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
min-width=
"200"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"stock"
label=
"申请寄售库存"
width=
"100"
></el-table-column>
<el-table-column
prop=
"
consignment_apply_
stock"
label=
"申请寄售库存"
width=
"100"
></el-table-column>
<el-table-column
prop=
"moq"
label=
"最小起订量"
width=
"90"
></el-table-column>
<el-table-column
prop=
"mpq"
label=
"标准包装量"
width=
"90"
></el-table-column>
<el-table-column
prop=
"batch_sn"
label=
"批次"
width=
"80"
></el-table-column>
...
...
@@ -154,7 +154,7 @@ export default {
this
.
sku_apply_num_json
=
this
.
multipleSelection
.
map
(
item
=>
{
return
{
sku_id
:
item
.
sku_id
,
apply_num
:
item
.
stock
apply_num
:
item
.
consignment_apply_
stock
}
});
this
.
dialogVisible_1
=
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