Przeglądaj źródła

商品调价表格样式调整

qymljy 1 rok temu
rodzic
commit
b65d672ba8

+ 2 - 2
src/HDrpManagement/productMoneyOdd/components/add.vue

@@ -8,7 +8,7 @@
           <el-input style="width:200px;margin-bottom:10px;margin-top:10px" size="small" :placeholder="$t(`请输入商品`)" @clear="getProductList(params.content.pageNumber=1)"
             @keyup.native.enter="getProductList(params.content.pageNumber=1)" v-model="params.content.where.condition" clearable />
         </div>
-        <Table ref="table" :layout="tablecols" :data="productList" :custom="false" height="500px">
+        <Table ref="table" :layout="tablecols" :data="productList" :custom="false" height="calc(100vh - 380px)">
         </Table>
         <el-pagination
           style="text-align:right;margin-top:10px"
@@ -47,7 +47,7 @@ export default {
         "id": 20221028154004,
         "content": {
             "pageNumber": 1,
-            "pageSize": 20,
+            "pageSize": 50,
             "where": {
                 "condition": ""
             },

+ 2 - 2
src/HDrpManagement/productMoneyOdd/modules/productOddDetail.vue

@@ -66,7 +66,7 @@
         @size-change="handleSizeChange"
         @current-change="handleCurrentChange"
         :current-page="params.content.pageNumber"
-        :page-sizes="[20,50,100,200]"
+        :page-sizes="[50,100,150,200]"
         layout="total, sizes, prev, pager, next, jumper"
         :total="total">
       </el-pagination>
@@ -96,7 +96,7 @@ export default {
         "id":20221025160904,
         "content":{
           "pageNumber":1,
-          "pageSize":20,
+          "pageSize":50,
           "where": {
             "condition":""
           }