소스 검색

吉永箱管理去掉合计10.19

caojunjie 1 년 전
부모
커밋
8fe467b78e

+ 1 - 1
src/views/boxManagement/buyContainer/detailsPage.vue

@@ -362,7 +362,7 @@ export default {
         height: 500,
         dialogTop: 25,
         dialogWidth: "80%",
-        showSummary: true,
+        // showSummary: true,
         sumColumnList: [{
           name: 'amount',
           type: 'sum',

+ 1 - 1
src/views/boxManagement/exportShipment/detailsPage.vue

@@ -673,7 +673,7 @@ export default {
         dialogTop: 25,
         height:500,
         dialogWidth: "80%",
-        showSummary: true,
+        // showSummary: true,
         sumColumnList: [{
           name: 'amount',
           type: 'sum',

+ 1 - 1
src/views/boxManagement/importReturnTrip/detailsPage.vue

@@ -682,7 +682,7 @@ export default {
         height:500,
         dialogTop: 25,
         dialogWidth: "80%",
-        showSummary: true,
+        // showSummary: true,
         sumColumnList: [{
           name: 'amount',
           type: 'sum',

+ 1 - 4
src/views/boxManagement/leaseIn/detailsPage.vue

@@ -498,7 +498,7 @@ export default {
         menuWidth: 140,
         dialogTop: 25,
         dialogWidth: "80%",
-        showSummary: true,
+        // showSummary: true,
           reserveSelection:true,
         sumColumnList: [{
           name: 'emptyWeight',
@@ -1712,7 +1712,4 @@ export default {
 ::v-deep .el-form-item {
   margin-bottom: 8px;
 }
-::v-deep .el-table__body-wrapper {
-    height: 475px !important;
-}
 </style>

+ 1 - 1
src/views/boxManagement/leaseOut/detailsPage.vue

@@ -492,7 +492,7 @@ export default {
         dialogTop: 25,
         height:600,
         dialogWidth: "80%",
-        showSummary: true,
+        // showSummary: true,
           reserveSelection:true,
         sumColumnList: [{
           name: 'emptyWeight',

+ 1 - 1
src/views/boxManagement/sellingContainers/detailsPage.vue

@@ -363,7 +363,7 @@ export default {
         height:500,
         dialogTop: 25,
         dialogWidth: "80%",
-        showSummary: true,
+        // showSummary: true,
         sumColumnList: [{
           name: 'amount',
           type: 'sum',

+ 1 - 1
src/views/boxManagement/stockpilingManage/detailsPage.vue

@@ -403,7 +403,7 @@ export default {
         // height:600,
           maxHeight:600,
         dialogWidth: "80%",
-        showSummary: true,
+        // showSummary: true,
         sumColumnList: [{
           name: 'emptyWeight',
           type: 'sum',