Browse Source

界面定位

flower_bs 1 month ago
parent
commit
939a94c4b9

File diff suppressed because it is too large
+ 1 - 0
templates/dist/spa/css/3.98304b39.css


File diff suppressed because it is too large
+ 0 - 1
templates/dist/spa/css/3.bc221a0c.css


File diff suppressed because it is too large
+ 1 - 1
templates/dist/spa/index.html


File diff suppressed because it is too large
+ 1 - 0
templates/dist/spa/js/3.4366e891.js


BIN
templates/dist/spa/js/3.4366e891.js.gz


File diff suppressed because it is too large
+ 0 - 1
templates/dist/spa/js/3.69fdbf6f.js


BIN
templates/dist/spa/js/3.69fdbf6f.js.gz


File diff suppressed because it is too large
+ 1 - 1
templates/dist/spa/js/app.11fbd63d.js


BIN
templates/dist/spa/js/app.11fbd63d.js.gz


+ 10 - 1
templates/src/pages/stock/management.vue

@@ -418,7 +418,7 @@
 
                 <q-table
                   v-if="checkResult?.details?.location_errors?.length"
-                  :rows="checkResult.details.location_errors"
+                  :data="checkResult.details.location_errors"
                   :columns="checkColumns"
                   row-key="location_id"
                   flat
@@ -985,6 +985,9 @@ export default {
         ? "storage"
         : "corridor";
       this.showInventoryDetails = true;
+      this.$nextTick(() => {
+        this.$refs.goodscard.handleclick();
+      });
     },
 
     openLocationDetail(row) {
@@ -1203,6 +1206,11 @@ export default {
       this.select_Inventory.goods_data =
         this.goodsMap[`${row}-${col}-${layer}`];
       this.showInventoryDetails = true;
+      // console.log("Clicked bin:", row, col, layer);
+      // console.log("Clicked bin true:", this.showInventoryDetails);
+      this.$nextTick(() => {
+        this.$refs.goodscard.handleclick();
+      });
     },
 
     handleShelfDown() {
@@ -1340,6 +1348,7 @@ export default {
 </script>
 
 <style scoped>
+
 /* 新增布局容器样式 */
 .layout-container {
   display: flex;