电商出库具体步骤
世镳
阅读:112
2024-04-28 12:32:45
评论:0
```html
table {
bordercollapse: collapse;
width: 100%;
}
th, td {
border: 1px solid dddddd;
textalign: left;
padding: 8px;
}
th {
backgroundcolor: f2f2f2;
}
日期 | 订单编号 | 商品名称 | 数量 | 发货仓库 | 物流方式 |
---|---|---|---|---|---|
20220101 | SO1001 | 商品A | 50 | 仓库1 | 快递 |
20220102 | SO1002 | 商品B | 30 | 仓库2 | 物流公司A |
20220103 | SO1003 | 商品C | 20 | 仓库1 | 快递 |