Commit 220be46c by LJM

consignment_apply_stock : 申请库存

parent 7eca516f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment