浏览代码

样式修改

lilei 3 年之前
父节点
当前提交
62817af053
共有 24 个文件被更改,包括 26 次插入27 次删除
  1. 1 1
      src/views/allocationManagement/chainTransferIn/edit.vue
  2. 1 1
      src/views/allocationManagement/chainTransferOut/edit.vue
  3. 1 1
      src/views/allocationManagement/storeTransferOut/edit.vue
  4. 1 1
      src/views/allocationManagement/warehouseAllocation/edit.vue
  5. 1 1
      src/views/bulkManagement/bulkReturnGoods/edit.vue
  6. 1 1
      src/views/bulkManagement/bulkReturnGoods/grabEdit.vue
  7. 1 1
      src/views/bulkManagement/bulkWarehousingOrder/edit.vue
  8. 1 0
      src/views/customerManagement/customerInfo/edit.vue
  9. 1 1
      src/views/financialManagement/companyReceivablePayable/collectionPayment.vue
  10. 1 0
      src/views/financialManagement/expenseManagement/edit.vue
  11. 1 1
      src/views/inventoryManagement/inventoryChecking/makeInventory.vue
  12. 1 1
      src/views/inventoryManagement/inventoryChecking/overall.vue
  13. 1 1
      src/views/inventoryManagement/inventoryChecking/selfDisk.vue
  14. 1 0
      src/views/productManagement/productInfo/edit.vue
  15. 1 1
      src/views/purchasingManagement/purchaseOrder/edit.vue
  16. 1 1
      src/views/purchasingManagement/purchaseOrder/warehousing.vue
  17. 1 1
      src/views/purchasingManagement/purchaseReturn/edit.vue
  18. 1 1
      src/views/purchasingManagement/purchaseReturnOutSync/edit.vue
  19. 1 1
      src/views/purchasingManagement/purchaseReturnOutSync/grapEdit.vue
  20. 1 1
      src/views/purchasingManagement/signWarehousing/edit.vue
  21. 2 2
      src/views/salesManagement/salesQuery/edit.vue
  22. 1 6
      src/views/salesManagement/salesReturn/salesReturnEdit.vue
  23. 2 1
      src/views/salesManagement/salesReturn/salesReturnGrabEdit.vue
  24. 1 1
      src/views/salesManagement/urgentItemsOffset/detail.vue

+ 1 - 1
src/views/allocationManagement/chainTransferIn/edit.vue

@@ -357,7 +357,7 @@ export default {
       margin-bottom: 10px;
     }
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
   }

+ 1 - 1
src/views/allocationManagement/chainTransferOut/edit.vue

@@ -526,7 +526,7 @@ export default {
       margin-bottom: 10px;
     }
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
   }

+ 1 - 1
src/views/allocationManagement/storeTransferOut/edit.vue

@@ -518,7 +518,7 @@ export default {
       margin-bottom: 10px;
     }
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
   }

+ 1 - 1
src/views/allocationManagement/warehouseAllocation/edit.vue

@@ -590,7 +590,7 @@ export default {
       margin-bottom: 10px;
     }
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
   }

+ 1 - 1
src/views/bulkManagement/bulkReturnGoods/edit.vue

@@ -480,7 +480,7 @@ export default {
     padding-bottom: 51px;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .bulkReturnGoodsEdit-cont{

+ 1 - 1
src/views/bulkManagement/bulkReturnGoods/grabEdit.vue

@@ -477,7 +477,7 @@ export default {
     padding-bottom: 51px;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .bulkReturnGoodsEdit-cont{

+ 1 - 1
src/views/bulkManagement/bulkWarehousingOrder/edit.vue

@@ -679,7 +679,7 @@ export default {
     padding-bottom: 51px;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .bulkWarehousingOrderEdit-cont{

+ 1 - 0
src/views/customerManagement/customerInfo/edit.vue

@@ -348,6 +348,7 @@ export default {
   height: 100%;
   >.ant-spin-nested-loading{
     height: calc(100% - 52px);
+	overflow-y: auto;
     .ant-spin-container{
       height: 97%;
     }

+ 1 - 1
src/views/financialManagement/companyReceivablePayable/collectionPayment.vue

@@ -453,7 +453,7 @@ export default {
     padding-bottom: 51px;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .collectionPayment-cont{

+ 1 - 0
src/views/financialManagement/expenseManagement/edit.vue

@@ -238,6 +238,7 @@ export default {
   height: 100%;
   >.ant-spin-nested-loading{
     height: 100%;
+	overflow-y: auto;
     .ant-spin-container{
       height: 90%;
     }

+ 1 - 1
src/views/inventoryManagement/inventoryChecking/makeInventory.vue

@@ -475,7 +475,7 @@ export default {
       margin: 0 15px;
     }
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
   }

+ 1 - 1
src/views/inventoryManagement/inventoryChecking/overall.vue

@@ -209,7 +209,7 @@ export default {
       margin: 0 15px;
     }
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
   }

+ 1 - 1
src/views/inventoryManagement/inventoryChecking/selfDisk.vue

@@ -604,7 +604,7 @@ export default {
       margin: 0 15px;
     }
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
   }

+ 1 - 0
src/views/productManagement/productInfo/edit.vue

@@ -474,6 +474,7 @@ export default {
     height: 100%;
     >.ant-spin-nested-loading{
       height: 100%;
+	  overflow-y: auto;
       .ant-spin-container{
         height: 90%;
       }

+ 1 - 1
src/views/purchasingManagement/purchaseOrder/edit.vue

@@ -592,7 +592,7 @@ export default {
     padding-bottom: 51px;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .noStock{

+ 1 - 1
src/views/purchasingManagement/purchaseOrder/warehousing.vue

@@ -309,7 +309,7 @@ export default {
     position: relative;
     height: 100%;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .btn-cont {

+ 1 - 1
src/views/purchasingManagement/purchaseReturn/edit.vue

@@ -424,7 +424,7 @@ export default {
     padding-bottom: 51px;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .purchaseReturnEdit-back, .purchaseReturnEdit-cont{

+ 1 - 1
src/views/purchasingManagement/purchaseReturnOutSync/edit.vue

@@ -535,7 +535,7 @@ export default {
     padding-bottom: 51px;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .purchaseReturnEdit-back, .purchaseReturnEdit-cont{

+ 1 - 1
src/views/purchasingManagement/purchaseReturnOutSync/grapEdit.vue

@@ -505,7 +505,7 @@ export default {
     padding-bottom: 51px;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .purchaseReturnEdit-back, .purchaseReturnEdit-cont{

+ 1 - 1
src/views/purchasingManagement/signWarehousing/edit.vue

@@ -309,7 +309,7 @@ export default {
     position: relative;
     height: 100%;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .btn-cont {

+ 2 - 2
src/views/salesManagement/salesQuery/edit.vue

@@ -663,7 +663,7 @@ export default {
       this.pageInit()
     }
     // 结算账户状态查询
-    if(this.$hasPermissions('M_fundAccountList') && this.$hasPermissions('B_fundAccountEnable')){
+    if (this.$hasPermissions('M_fundAccountList') && this.$hasPermissions('B_fundAccountEnable')) {
     	this.GetSettleAccountState().then(res => {
     	  if (res.status == 200) {
     		this.enableFundAccount = res.data.functionEnableFlag == 1
@@ -687,7 +687,7 @@ export default {
     height: 100%;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .salesEdit-cont{

+ 1 - 6
src/views/salesManagement/salesReturn/salesReturnEdit.vue

@@ -538,13 +538,8 @@ export default {
     height: 100%;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
+      overflow-y: auto;
       height: 100%;
-      > div{
-        height: 100%;
-        overflow-y: auto;
-        display: flex;
-        flex-direction: column;
-      }
     }
     .pages-wrap{
       margin-top: 10px;

+ 2 - 1
src/views/salesManagement/salesReturn/salesReturnGrabEdit.vue

@@ -390,6 +390,7 @@ export default {
           salesReturnDelAll({ sn: _this.ordeDetail.salesReturnSn }).then(res => {
             if (res.status == 200) {
               _this.resetSearchForm()
+              _this.$refs.queryPart.resetSearchForm()
             }
             _this.$message.info(res.message)
             _this.delLoading = false
@@ -521,7 +522,7 @@ export default {
     height: 100%;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .pages-wrap{

+ 1 - 1
src/views/salesManagement/urgentItemsOffset/detail.vue

@@ -208,7 +208,7 @@ export default {
     height: 100%;
     box-sizing: border-box;
     >.ant-spin-nested-loading{
-      overflow-y: scroll;
+      overflow-y: auto;
       height: 100%;
     }
     .urgentItemsOffsetDetail-info-wrapper{