فهرست منبع

出运明细固定列取消

jbb 2 سال پیش
والد
کامیت
12aaeed12c
2فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 3 3
      src/views/shipment-details/addShipDetDrawer.vue
  2. 4 4
      src/views/shipment-details/shipmentList.vue

+ 3 - 3
src/views/shipment-details/addShipDetDrawer.vue

@@ -295,20 +295,20 @@ export default {
           title: '账套',
           dataIndex: 'account',
           width: 80,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '订单号',
           dataIndex: 'orderNumber',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '款号',
           dataIndex: 'itemNumber',
-          fixed: 'left',
+          // fixed: 'left',
           width: 180,
           className: 'replacecolor'
         },

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

@@ -312,14 +312,14 @@ export default {
           title: '账套',
           dataIndex: 'account',
           width: 90,
-           fixed: 'left',
+          //  fixed: 'left',
           ellipsis: true,
           className: 'replacecolor'
         },
         {
           title: '单据号',
           dataIndex: 'documentNo',
-          fixed: 'left',
+          // fixed: 'left',
           align: 'left',
           width: 140,
           ellipsis: true,
@@ -521,7 +521,7 @@ export default {
           title: '推送结果',
           dataIndex: 'pushState',
           scopedSlots: { customRender: 'pushState' },
-          fixed: 'right',
+          // fixed: 'right',
           width: 90,
           className: 'replacecolor'
         },
@@ -529,7 +529,7 @@ export default {
           title: '单据状态',
           dataIndex: 'submitStatus',
           scopedSlots: { customRender: 'state' },
-          fixed: 'right',
+          // fixed: 'right',
           width: 90,
           className: 'replacecolor'
         },