فهرست منبع

预装箱单页面调整

jbb 2 سال پیش
والد
کامیت
4a5d28aa59

+ 3 - 3
src/views/advance-packingList/adPaList-clothes.vue

@@ -409,7 +409,7 @@ export default {
         {
           title: '数量(按合并规则累计)',
           dataIndex: 'total',
-          width: 200,
+          width: 180,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -458,7 +458,7 @@ export default {
         {
           title: '集装箱号',
           dataIndex: 'containerNumber',
-          width: 120,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -472,7 +472,7 @@ export default {
         {
           title: '成衣工厂',
           dataIndex: 'garmentFactory',
-          width: 160,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },

+ 7 - 7
src/views/advance-packingList/addAdpackingDrawer.vue

@@ -506,7 +506,7 @@ export default {
         {
           title: '计划装箱数量',
           dataIndex: 'planQuantity',
-          width: 240,
+          width: 140,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -520,7 +520,7 @@ export default {
         {
           title: '箱数',
           dataIndex: 'boxNumber',
-          width: 140,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -528,7 +528,7 @@ export default {
         {
           title: '总件数',
           dataIndex: 'total',          
-          width: 140,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -543,7 +543,7 @@ export default {
         {
           title: '总净重',
           dataIndex: 'totalNetWeight',
-          width: 140,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -559,7 +559,7 @@ export default {
         {
           title: '总毛重',
           dataIndex: 'totalGrossWeight',
-          width: 140,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -593,7 +593,7 @@ export default {
           title: '总体积',
           dataIndex: 'totalVolume',
           className: 'replacecolor',
-          width: 140,
+          width: 100,
           ellipsis: true,
           
         },
@@ -615,7 +615,7 @@ export default {
         {
           title: '总价',
           dataIndex: 'totalPrice',          
-          width: 120,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         //    validateRules: [{ required: true, message: '${title}不能为空' },

+ 17 - 14
src/views/advance-packingList/detailsAdpackingDrawer.vue

@@ -132,7 +132,7 @@
               row-number
               drag-sort
               keep-source
-              :height="350"
+              :height="400"
               :loading="loading"
               :dataSource="addAdpacking.syPreAssembledPackingListItemList"
               :columns="columns"
@@ -231,7 +231,7 @@ export default {
         {
           title: 'ITEM NO./SKU NO./UPC NO./PACKS CODE',
           key: 'itemCode',
-          width: 340,
+          width: 300,
           type: JVXETypes.normal,
         },
         {
@@ -253,14 +253,14 @@ export default {
         {
           title: '起始箱号',
           key: 'startingBoxNumber',
-          width: 120,
+          width: 100,
           type: JVXETypes.normal ,
         },
 
         {
           title: '结束箱号',
           key: 'endCaseNumber',
-          width: 140,
+          width: 100,
           type: JVXETypes.normal ,
         },
 
@@ -285,7 +285,7 @@ export default {
         {
           title: '计划装箱数量',
           key: 'planQuantity',
-          width: 240,
+          width: 160,
           type: JVXETypes.normal ,
         },
         {
@@ -297,14 +297,14 @@ export default {
         {
           title: '箱数',
           key: 'boxNumber',
-          width: 140,
+          width: 100,
           type: JVXETypes.normal ,
         },
 
         {
           title: '总件数',
           key: 'total',          
-          width: 140,
+          width: 100,
           type: JVXETypes.normal,
         },
         {
@@ -316,47 +316,47 @@ export default {
         {
           title: '总净重',
           key: 'totalNetWeight',
-          width: 140,
+          width: 100,
           type: JVXETypes.normal,
         },
 
         {
           title: '毛重/箱',
           key: 'grossWeight',
-          width: 120,
+          width: 100,
           type: JVXETypes.normal,
         },
         {
           title: '总毛重',
           key: 'totalGrossWeight',
-          width: 140,
+          width: 100,
           type: JVXETypes.normal,
         },
         {
           title: '外箱长度',
           key: 'outerBoxLength',
-          width: 120,
+          width: 100,
           type: JVXETypes.normal
         },
 
         {
           title: '外箱宽度',
           key: 'outerBoxWidth',
-          width: 140,
+          width: 100,
           type: JVXETypes.normal,
         },
         {
           title: '外箱高度',
           key: 'outerBoxHeight',
           type: JVXETypes.normal ,
-          width: 140,
+          width: 100,
         },
 
         {
           title: '总体积',
           key: 'totalVolume',
           type: JVXETypes.normal ,
-          width: 140,
+          width: 100,
           
         },
         {
@@ -495,4 +495,7 @@ export default {
 /deep/ .ant-drawer-body {
   padding: 10px;
 }
+/deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item{
+  margin-bottom: 8px;
+}
 </style>