diff --git a/src/pages/modules/finished/finished-instore.vue b/src/pages/modules/finished/finished-instore.vue
index 8a8658e..b0e02b7 100644
--- a/src/pages/modules/finished/finished-instore.vue
+++ b/src/pages/modules/finished/finished-instore.vue
@@ -76,7 +76,7 @@
{{e.material_code}} |
{{e.material_name}} |
{{e.material_spec}} |
- {{e.sale_qty}} |
+ |
{{e.qty_unit_name}} |
{{e.bucketunique}} |
{{e.sale_code}} |
@@ -115,7 +115,7 @@ export default {
options3: [],
value3: '',
remark: '',
- dataList: [],
+ dataList: [{material_code: '1'}],
pkId: '',
pkObj: {},
disabled2: false
@@ -225,4 +225,6 @@ export default {
width calc(100% - 45px)
.search-label_1
width 45px
+.filter-table th, .filter-table td
+ line-height 24px