浏览代码

出运明细固定列取消

jbb 2 年之前
父节点
当前提交
63a1f5c165

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

@@ -86,20 +86,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'
         },

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

@@ -250,20 +250,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'
         },

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

@@ -144,7 +144,7 @@ export default {
           title: '订单号',
           dataIndex: 'orderNumber',
           width: 180,
-          fixed: 'left',
+          // fixed: 'left',
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -152,7 +152,7 @@ export default {
           title: '款号',
           dataIndex: 'itemNumber',
           width: 150,
-          fixed: 'left',
+          // fixed: 'left',
           ellipsis: true,
           className: 'replacecolor'
         },