Browse Source

预装箱单取消固定列

jbb 2 years ago
parent
commit
6872c7708d

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

@@ -415,7 +415,7 @@ export default {
           dataIndex: 'pushStatus',
           width: 80,
           scopedSlots: { customRender: 'pushStatesSlot' },
-          fixed: 'right',
+          // fixed: 'right',
           className: 'replacecolor'
         },
 
@@ -424,7 +424,7 @@ export default {
           dataIndex: 'status',
           width: 80,
           scopedSlots: { customRender: 'statusSlot' },
-          fixed: 'right',
+          // fixed: 'right',
           className: 'replacecolor'
         },
         // {

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

@@ -241,21 +241,21 @@ export default {
           title: '账套',
           key: 'acSetNo',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           type: JVXETypes.normal,
         },
         {
           title: '成衣工厂',
           key: 'garmentFactory',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           type: JVXETypes.normal,
         },
         {
           title: 'HOD',
           key: 'hod',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           type: JVXETypes.normal,
         },
         {

+ 3 - 3
src/views/advance-packingList/detailsAdpackingDrawer.vue

@@ -198,21 +198,21 @@ export default {
           title: '账套',
           key: 'acSetNo',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           type: JVXETypes.normal,
         },
         {
           title: '成衣工厂',
           key: 'garmentFactory',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           type: JVXETypes.normal,
         },
         {
           title: 'HOD',
           key: 'hod',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           type: JVXETypes.normal,
         },
         {

+ 3 - 3
src/views/advance-packingList/editAdpackingDrawer.vue

@@ -221,21 +221,21 @@ export default {
           title: '账套',
           dataIndex: 'acSetNo',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '成衣工厂',
           dataIndex: 'garmentFactory',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: 'HOD',
           dataIndex: 'hod',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {

+ 2 - 2
src/views/advance-packingList/referShipmentDetailsModal.vue

@@ -131,7 +131,7 @@ export default {
           title: '单据号',
           dataIndex: 'documentNo',
           width: 160,
-          fixed: 'left',
+          // fixed: 'left',
           ellipsis: true,
           className: 'replacecolor'
         },
@@ -139,7 +139,7 @@ export default {
           title: '销售订单号',
           dataIndex: 'orderNumber',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           ellipsis: true,
           className: 'replacecolor'
         },