瀏覽代碼

预托书页面布局

jbb 2 年之前
父節點
當前提交
a23fdacdd6

+ 10 - 9
src/views/pre-book/addPreBookDrawer.vue

@@ -308,28 +308,28 @@ export default {
         {
           title: '毛重',
           key: 'totalGrossWeight',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
         {
           title: '净重',
           key: 'totalNetWeight',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
         {
           title: '体积',
           key: 'totalVolume',
-          width: 160,
+          width: 100,
 
           className: 'replacecolor'
         },
         {
           title: '分销点',
           key: 'distributionPoint',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
@@ -344,21 +344,21 @@ export default {
         {
           title: '集装箱号',
           key: 'containerNumber',
-          width: 120,
+          width: 100,
           type:JVXETypes.input,
           className: 'replacecolor',
         },
         {
           title: '单价',
           key: 'unitPrice',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
         {
           title: '金额',
           key: 'totalPrice',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
@@ -381,7 +381,7 @@ export default {
         {
           title: '业务员',
           key: 'salesman',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
@@ -389,7 +389,7 @@ export default {
         {
           title: '业务部门',
           key: 'salesDepartment',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
@@ -758,4 +758,5 @@ export default {
 /deep/ .ant-drawer-body {
   padding: 10px;
 }
+
 </style>

+ 9 - 9
src/views/pre-book/detailsPreBookDrawer.vue

@@ -182,7 +182,7 @@ export default {
         {
           title: '数量',
           dataIndex: 'total',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
@@ -197,28 +197,28 @@ export default {
         {
           title: '毛重',
           dataIndex: 'totalGrossWeight',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
         {
           title: '净重',
           dataIndex: 'totalNetWeight',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
         {
           title: '体积',
           dataIndex: 'totalVolume',
-          width: 160,
+          width: 100,
 
           className: 'replacecolor'
         },
         {
           title: '分销点',
           dataIndex: 'distributionPoint',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
@@ -233,14 +233,14 @@ export default {
         {
           title: '集装箱号',
           dataIndex: 'containerNumber',
-          width: 120,
+          width: 100,
           scopedSlots: { customRender: 'containerNo' },
           className: 'replacecolor'
         },
         {
           title: '单价',
           dataIndex: 'unitPrice',
-          width: 120,
+          width: 100,
 
           className: 'replacecolor'
         },
@@ -256,7 +256,7 @@ export default {
         {
           title: '金额',
           dataIndex: 'totalPrice',
-          width: 120,
+          width: 100,
           className: 'replacecolor'
         },
         {
@@ -268,7 +268,7 @@ export default {
         {
           title: '业务员',
           dataIndex: 'salesman',
-          width: 120,
+          width: 100,
           className: 'replacecolor'
         },
 

+ 5 - 5
src/views/pre-book/preBookList.vue

@@ -199,13 +199,13 @@ export default {
            ellipsis: true,
           className: 'replacecolor'
         },
-        { title: '总箱数', dataIndex: 'boxNumber', width: 120, className: 'replacecolor', ellipsis: true, },
-        { title: '总毛重', dataIndex: 'totalGrossWeight', width: 120, className: 'replacecolor', ellipsis: true, },
-        { title: '总体积', dataIndex: 'totalVolume', width: 150, className: 'replacecolor', ellipsis: true, },
+        { title: '总箱数', dataIndex: 'boxNumber', width: 100, className: 'replacecolor', ellipsis: true, },
+        { title: '总毛重', dataIndex: 'totalGrossWeight', width: 100, className: 'replacecolor', ellipsis: true, },
+        { title: '总体积', dataIndex: 'totalVolume', width: 100, className: 'replacecolor', ellipsis: true, },
         {
           title: '金额',
           dataIndex: 'money',
-          width: 140,
+          width: 120,
           className: 'replacecolor',
            ellipsis: true,
         },
@@ -241,7 +241,7 @@ export default {
         //   customRender: t => ellipsis(t),
         //   className: 'replacecolor'
         // },
-        { title: '贸易国别', dataIndex: 'tradeCountry', width: 100, className: 'replacecolor' , ellipsis: true,},
+        { title: '贸易国别', dataIndex: 'tradeCountry', width: 120, className: 'replacecolor' , ellipsis: true,},
         { title: '运抵国别', dataIndex: 'arriveInCountry', width: 100, className: 'replacecolor', ellipsis: true, },
         { title: '出口口岸', dataIndex: 'exportPort', width: 100, className: 'replacecolor', ellipsis: true, },
         // {