浏览代码

发运明细页面调整

jbb 2 年之前
父节点
当前提交
58e3aef4f2

+ 9 - 9
src/views/shipment-details/detailsShipDetDrawer.vue

@@ -55,7 +55,7 @@
               :data-source="syShippingDetailsItemList"
               :loading="loading"
               :pagination="ipagination"
-              :scroll="{x: 1500 ,y:300 }"
+              :scroll="{x: 1500 ,y:500 }"
               @change="handleTableChange"
             >
             </a-table>
@@ -93,7 +93,7 @@ export default {
         {
           title: '订单号',
           dataIndex: 'orderNumber',
-          width: 120,
+          width: 160,
           // fixed: 'left',
           className: 'replacecolor',
           ellipsis: true,
@@ -102,21 +102,21 @@ export default {
           title: '款号',
           dataIndex: 'itemNumber',
           // fixed: 'left',
-          width: 100,
+          width: 90,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: '小po',
           dataIndex: 'smallPo',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: 'Pack Id',
           dataIndex: 'packId',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -137,14 +137,14 @@ export default {
          {
           title: '存货名称',
           dataIndex: 'inventoryName',
-          width: 120,
+          width: 160,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: '颜色',
           dataIndex: 'colour',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -167,7 +167,7 @@ export default {
         {
           title: '订单数量',
           dataIndex: 'orderQuantity',
-          width: 100,
+          width: 80,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -176,7 +176,7 @@ export default {
           title: '发货数量',
           dataIndex: 'shipmentQuantity',
           scopedSlots: { customRender: 'shipmentQuantity' },
-          width: 90,
+          width: 80,
           ellipsis: true,
         },
 

+ 14 - 14
src/views/shipment-details/editShipDetDrawer.vue

@@ -66,7 +66,7 @@
               :data-source="syShippingDetailsItemList"
               :loading="loading"
               :pagination="ipagination"
-              :scroll="{ x: 2800,y:400 }"
+              :scroll="{ x: 2800,y:500 }"
               @change="handleTableChange"
             >
               <!-- 款号 输入框 :rules="rules.itemNumber" -->
@@ -267,7 +267,7 @@ export default {
           title: '款号',
           dataIndex: 'itemNumber',
           // fixed: 'left',
-          width: 100,
+          width: 90,
           className: 'replacecolor',
            ellipsis: true,
         },
@@ -321,21 +321,21 @@ export default {
         {
           title: '小po',
           dataIndex: 'smallPo',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
            ellipsis: true,
         },
         {
           title: 'Pack Id',
           dataIndex: 'packId',
-          width: 120,
+          width: 110,
           className: 'replacecolor',
            ellipsis: true,
         },
         {
           title: '分销点',
           dataIndex: 'distributionPoint',
-          width: 120,
+          width: 110,
           className: 'replacecolor',
            ellipsis: true,
         },
@@ -351,7 +351,7 @@ export default {
           title: '单价(销售)',
           // scopedSlots: { customRender: 'salesUnitPrice' },
           dataIndex: 'salesUnitPrice',
-          width: 100,
+          width: 110,
           className: 'replacecolor',
            ellipsis: true,
         },
@@ -369,14 +369,14 @@ export default {
           dataIndex: 'customsDeclarationUnitPrice',
           // scopedSlots: { customRender: 'customsDeclarationUnitPrice' },
           // fixed: 'left',
-          width: 100,
+          width: 90,
           className: 'replacecolor',
            ellipsis: true,
         },
          {
           title: '工厂单价',
           dataIndex: 'factoryUnitPrice',
-          width: 100,
+          width: 90,
           // scopedSlots: { customRender: 'factoryUnitPrice' },
           className: 'replacecolor',
            ellipsis: true,
@@ -385,7 +385,7 @@ export default {
         {
           title: '订单数量',
           dataIndex: 'orderQuantity',
-          width: 100,
+          width: 90,
           className: 'replacecolor',
            ellipsis: true,
         },
@@ -401,7 +401,7 @@ export default {
           title: '发货数量',
           dataIndex: 'shipmentQuantity',
           scopedSlots: { customRender: 'shipmentQuantity' },
-          width: 100,
+          width: 90,
         },
 
         {
@@ -459,21 +459,21 @@ export default {
         {
           title: '销售部门',
           dataIndex: 'salesDepartment',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
            ellipsis: true,
         },
         {
           title: '业务员',
           dataIndex: 'salesman',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
            ellipsis: true,
         },
         {
           title: '币种',
           dataIndex: 'currencyText',
-          width: 120,
+          width: 90,
           className: 'replacecolor',
            ellipsis: true,
         },
@@ -481,7 +481,7 @@ export default {
         {
           title: '品牌方',
           dataIndex: 'brandSide',
-          width: 180,
+          width: 100,
           className: 'replacecolor',
            ellipsis: true,
         },

+ 9 - 9
src/views/shipment-details/referOrderDataModal.vue

@@ -167,7 +167,7 @@ export default {
         {
           title: '订单号',
           dataIndex: 'orderNumber',
-          width: 180,
+          width: 100,
           // fixed: 'left',
           ellipsis: true,
           className: 'replacecolor'
@@ -175,7 +175,7 @@ export default {
         {
           title: '款号',
           dataIndex: 'itemNumber',
-          width: 150,
+          width: 100,
           // fixed: 'left',
           ellipsis: true,
           className: 'replacecolor'
@@ -245,7 +245,7 @@ export default {
         {
           title: '颜色',
           dataIndex: 'colour',
-          width: 160,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -265,21 +265,21 @@ export default {
         {
           title: '箱数',
           dataIndex: 'boxNumber',
-          width: 100,
+          width: 70,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '数量',
           dataIndex: 'quantity',
-          width: 100,
+          width: 70,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '订单剩余数量',
           dataIndex: 'surplusNum',
-          width: 120,
+          width: 110,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -292,7 +292,7 @@ export default {
          {
           title: '成衣工厂',
           dataIndex: 'garmentFactory',
-          width: 100,
+          width: 90,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -324,7 +324,7 @@ export default {
         {
           title: '客户简称',
           dataIndex: 'customerAbbreviation',
-          width: 220,
+          width: 200,
           align: 'left',
           ellipsis: true,
           className: 'replacecolor'
@@ -339,7 +339,7 @@ export default {
         {
           title: '供应商',
           dataIndex: 'supplier',
-          width: 120,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },

+ 14 - 14
src/views/shipment-details/shipmentList.vue

@@ -365,7 +365,7 @@ export default {
         {
           title: '账套',
           dataIndex: 'account',
-          width: 90,
+          width: 70,
            fixed: 'left',
           ellipsis: true,
           className: 'replacecolor'
@@ -384,7 +384,7 @@ export default {
           dataIndex: 'orderNumber',
           // fixed: 'left',
           // customRender: t => ellipsis(t,17),
-          width: 200,
+          width: 180,
            ellipsis: true,
           className: 'replacecolor'
         },
@@ -392,7 +392,7 @@ export default {
         {
           title: '客户简称',
           dataIndex: 'customerAbbreviation',
-          width: 220,
+          width: 100,
           align: 'left',
           ellipsis: true,
           className: 'replacecolor'
@@ -400,21 +400,21 @@ export default {
         {
           title: '部门',
           dataIndex: 'salesDepartment',
-          width: 120,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '业务员',
           dataIndex: 'salesman',
-          width: 120,
+          width: 100,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '小po',
           dataIndex: 'smallPo',
-          width: 120,
+          width: 110,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -422,14 +422,14 @@ export default {
         {
           title: 'pack id',
           dataIndex: 'packId',
-          width: 120,
+          width: 110,
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '分销点',
           dataIndex: 'distributionPoint',
-          width: 120,
+          width: 110,
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -485,14 +485,14 @@ export default {
         {
           title: '报关品名',
           dataIndex: 'declarationName',
-          width: 120,
+          width: 110,
           className: 'replacecolor',
            ellipsis: true,
         },
         {
           title: '英文品名',
           dataIndex: 'englishProductName',
-          width: 120,
+          width: 110,
           className: 'replacecolor',
           // customRender: t => ellipsis(t),
            ellipsis: true,
@@ -501,7 +501,7 @@ export default {
         {
           title: '采购/委外订单号',
           dataIndex: 'purOrSubOrder',
-          width: 180,
+          width: 140,
           className: 'replacecolor',
           ellipsis: true,
         },
@@ -509,7 +509,7 @@ export default {
           // (存货自定义项)
           title: '套装件数',
           dataIndex: 'numberOfSets',
-          width: 120,
+          width: 90,
           className: 'replacecolor',
            ellipsis: true,
         },
@@ -532,14 +532,14 @@ export default {
         {
           title: '成衣工厂',
           dataIndex: 'garmentFactory',
-          width: 120,
+          width: 100,
           className: 'replacecolor',
           ellipsis: true,
         },
         {
           title: '报关单价',
           dataIndex: 'customsDeclarationUnitPrice',
-          width: 90,
+          width: 80,
           className: 'replacecolor',
            ellipsis: true,
         },