lilei 2 tahun lalu
induk
melakukan
50de9ea79d

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1676009635004
+  "version": 1676015657155
 }

+ 6 - 1
src/views/purchasingManagement/purchaseOrderNew/edit.vue

@@ -458,7 +458,7 @@ export default {
       this.$router.push({ name: 'purchaseOrderNewList' })
     },
     setTableH () {
-      this.tableHeight = window.innerHeight - 310
+      this.tableHeight = window.innerHeight - (this.isShowBisiceInfo ? 440 : 310)
     },
     pageInit () {
       this.$nextTick(() => {
@@ -467,6 +467,11 @@ export default {
       })
     }
   },
+  watch: {
+    isShowBisiceInfo (newValue, oldValue) {
+      this.setTableH()
+    }
+  },
   mounted () {
     this.showPage = true
     if (!this.$store.state.app.isNewTab) { // 页签刷新时调用