浏览代码

购物车

lilei 2 年之前
父节点
当前提交
d7be9eaf9c

+ 1 - 1
public/version.json

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

+ 1 - 1
src/App.vue

@@ -61,7 +61,7 @@ export default {
     font-size: 30px;
     top: 0;
     left: 0;
-    width: 50%;
+    width: 30%;
     margin-left: 20%;
   }
 </style>

+ 1 - 0
src/layouts/BasicLayout.vue

@@ -424,6 +424,7 @@ export default {
   bottom:0;
   min-width:400px;
   z-index: 10000;
+  box-shadow: -8px 7px 11px 2px #d7d7d7;
   .ant-alert-with-description .ant-alert-close-icon{
     top: 13px;
   }

+ 1 - 1
src/views/purchasingManagement/purchaseOrderNew/chooseProductModal.vue

@@ -40,7 +40,7 @@
                   <ProductBrand id="purchaseOrderEdit-productBrand" :tenantId="$route.params.dealerSn" v-model="queryParam.productBrandSn"></ProductBrand>
                 </a-form-item>
               </a-col>
-              <a-col flex="150px">
+              <a-col flex="auto">
                 <a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="purchaseOrderEdit-refresh">查询</a-button>
                 <a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="purchaseOrderEdit-reset">重置</a-button>
               </a-col>

+ 2 - 2
src/views/purchasingManagement/purchaseOrderNew/edit.vue

@@ -99,13 +99,13 @@
           <s-table
             class="sTable"
             ref="purchaseTable"
+            :style="{ height: tableHeight +'px', overflow: 'auto' }"
             size="small"
             :rowKey="(record) => record.id"
             :columns="chooseColumns"
             :data="chooseLoadData"
             :defaultLoadData="false"
             :showPagination="false"
-            :scroll="{ y:tableHeight }"
             bordered>
             <!-- 采购数量 -->
             <template slot="storageQuantity" slot-scope="text, record">
@@ -443,7 +443,7 @@ export default {
       this.$router.push({ name: 'purchaseOrderNewList' })
     },
     setTableH () {
-      this.tableHeight = window.innerHeight - 350
+      this.tableHeight = window.innerHeight - 310
     },
     pageInit () {
       this.$nextTick(() => {

+ 1 - 1
src/views/purchasingManagement/purchaseOrderNew/outStockModal.vue

@@ -37,7 +37,7 @@
                     </a-select>
                   </a-form-item>
                 </a-col>
-                <a-col flex="150px">
+                <a-col flex="auto">
                   <a-button type="primary" @click="searchForm" :disabled="disabled" id="productInfoList-refresh">查询</a-button>
                   <a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="productInfoList-reset">重置</a-button>
                 </a-col>