Browse Source

手工拣选看板

master
han\hanst 2 months ago
parent
commit
dd710e21cd
  1. 4
      src/views/modules/dashboard/picking-board-1028.vue
  2. 4
      src/views/modules/dashboard/picking-board-1043.vue

4
src/views/modules/dashboard/picking-board-1028.vue

@ -284,7 +284,7 @@ export default {
if (!tableBody) return if (!tableBody) return
// 10 // 10
if (this.station1028List.length <= 10) {
if (this.station1028List.length < 10) {
return return
} }
@ -465,7 +465,7 @@ export default {
.panel-title-bar { .panel-title-bar {
background: linear-gradient(135deg, rgba(23, 179, 163, 0.3) 0%, rgba(23, 179, 163, 0.15) 100%); background: linear-gradient(135deg, rgba(23, 179, 163, 0.3) 0%, rgba(23, 179, 163, 0.15) 100%);
border-bottom: 1px solid rgba(23, 179, 163, 0.3); border-bottom: 1px solid rgba(23, 179, 163, 0.3);
padding: 12px 16px;
padding: 2px 16px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;

4
src/views/modules/dashboard/picking-board-1043.vue

@ -284,7 +284,7 @@ export default {
if (!tableBody) return if (!tableBody) return
// 10 // 10
if (this.station1043List.length <= 10) {
if (this.station1043List.length < 10) {
return return
} }
@ -465,7 +465,7 @@ export default {
.panel-title-bar { .panel-title-bar {
background: linear-gradient(135deg, rgba(23, 179, 163, 0.3) 0%, rgba(23, 179, 163, 0.15) 100%); background: linear-gradient(135deg, rgba(23, 179, 163, 0.3) 0%, rgba(23, 179, 163, 0.15) 100%);
border-bottom: 1px solid rgba(23, 179, 163, 0.3); border-bottom: 1px solid rgba(23, 179, 163, 0.3);
padding: 12px 16px;
padding: 2px 16px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;

Loading…
Cancel
Save