Browse Source

库存查询保留整数

wangzhuo 1 năm trước cách đây
mục cha
commit
a8eec60d24
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/tirePartsMall/inventory/index.vue

+ 2 - 1
src/views/tirePartsMall/inventory/index.vue

@@ -92,6 +92,7 @@ export default {
           {
             name: 'balanceQuantity',
             type: 'sum',
+            decimals: 0
           },
           {
             name: 'storeInventory',
@@ -125,7 +126,7 @@ export default {
               label: 'cname',
               value: 'id'
             },
-            dicUrl: '/api/blade-sales-part/brandDesc/listAll?type=PP&enableOrNot=1',
+            dicUrl: '/api/blade-sales-part/brandDesc/listAllV1?type=PP&enableOrNot=1',
             width: 100
           }, {
             label: '规格型号',