|
|
@@ -123,6 +123,17 @@ export default {
|
|
|
],
|
|
|
chain: "总仓 -> 分仓",
|
|
|
},
|
|
|
+ {
|
|
|
+ billTime: "2023-01-02 14:30",
|
|
|
+ billType: "调拨入库",
|
|
|
+ productName: "三九胃泰",
|
|
|
+ items: [
|
|
|
+ { batchNo: "B20230105", source: "北京仓库", quantity: "200" },
|
|
|
+ { batchNo: "B20230106", source: "上海仓库", quantity: "300" },
|
|
|
+ { batchNo: "B20230107", source: "武汉仓库", quantity: "150" },
|
|
|
+ ],
|
|
|
+ chain: "总仓 -> 分仓",
|
|
|
+ },
|
|
|
],
|
|
|
};
|
|
|
},
|
|
|
@@ -241,8 +252,8 @@ export default {
|
|
|
|
|
|
.flow-table {
|
|
|
min-width: 1300rpx;
|
|
|
- border-top: 1rpx solid #eee;
|
|
|
- border-left: 1rpx solid #eee;
|
|
|
+ border-top: 1rpx solid #ccc;
|
|
|
+ border-left: 1rpx solid #ccc;
|
|
|
}
|
|
|
|
|
|
.flow-header {
|
|
|
@@ -250,7 +261,7 @@ export default {
|
|
|
background: #f5f7fa;
|
|
|
font-size: 26rpx;
|
|
|
font-weight: bold;
|
|
|
- color: #333;
|
|
|
+ color: #2c69ff;
|
|
|
}
|
|
|
|
|
|
.flow-body {
|
|
|
@@ -260,13 +271,17 @@ export default {
|
|
|
|
|
|
.flow-row {
|
|
|
display: flex;
|
|
|
- border-bottom: 1rpx solid #eee;
|
|
|
+ border-bottom: 1rpx solid #ccc;
|
|
|
+}
|
|
|
+
|
|
|
+.flow-row:nth-child(even) {
|
|
|
+ background-color: #f7f7f7;
|
|
|
}
|
|
|
|
|
|
.th,
|
|
|
.td {
|
|
|
padding: 16rpx 10rpx;
|
|
|
- border-right: 1rpx solid #eee;
|
|
|
+ border-right: 1rpx solid #ccc;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
@@ -277,7 +292,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.th {
|
|
|
- border-bottom: 1rpx solid #eee;
|
|
|
+ border-bottom: 1rpx solid #ccc;
|
|
|
}
|
|
|
|
|
|
.col-time {
|
|
|
@@ -318,7 +333,7 @@ export default {
|
|
|
.sub-row {
|
|
|
display: flex;
|
|
|
flex: 1;
|
|
|
- border-bottom: 1rpx solid #eee;
|
|
|
+ border-bottom: 1rpx solid #ccc;
|
|
|
}
|
|
|
|
|
|
.sub-row:last-child {
|