Browse Source

装箱单固定列取消

jbb 2 years ago
parent
commit
08edb3c5f7

+ 1 - 1
src/views/packing-list/clothes-list.vue

@@ -444,7 +444,7 @@ export default {
           title: '单据状态',
           dataIndex: 'status',
           width: 80,
-          fixed: 'right',
+          // fixed: 'right',
           scopedSlots: { customRender: 'stateSlot' },
           className: 'replacecolor'
         },

+ 1 - 1
src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

@@ -413,7 +413,7 @@ export default {
           key: 'remarks',
           width: 140,
           customRender: t => ellipsis(t),
-          fixed: 'right',
+          // fixed: 'right',
           type: JVXETypes.input,
         },
         {

+ 1 - 1
src/views/packing-list/packinglist-clothes/detailsClothesDrawer.vue

@@ -580,7 +580,7 @@ export default {
           key: 'remarks',
           width: 140,
           customRender: t => ellipsis(t),
-          fixed: 'right',
+          // fixed: 'right',
           type: JVXETypes.normal,
         },
       ]

+ 3 - 3
src/views/packing-list/packinglist-clothes/editClothesDrawer.vue

@@ -229,14 +229,14 @@ export default {
           title: '账套',
           dataIndex: 'accountSet',
           width: 160,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '成衣工厂',
           dataIndex: 'clothesFactory',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
@@ -433,7 +433,7 @@ export default {
           dataIndex: 'note',
           width: 140,
           customRender: t => ellipsis(t),
-          fixed: 'right',
+          // fixed: 'right',
           className: 'replacecolor'
         },
         {

+ 2 - 2
src/views/packing-list/packinglist-clothes/referencePrePacklist.vue

@@ -135,14 +135,14 @@ export default {
           dataIndex: 'itemNumber',
           width: 120,
           ellipsis: true,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '客户简称',
           dataIndex: 'customerAbbreviation',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },

+ 2 - 2
src/views/packing-list/packinglist-fabrics/addFabricDrawer.vue

@@ -332,14 +332,14 @@ export default {
           title: '业务员 Merchandiser',
           dataIndex: 'salesman',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '计划单号',
           dataIndex: 'planLotNumber',
           width: 160,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {

+ 2 - 2
src/views/packing-list/packinglist-fabrics/detailsFabricDrawer.vue

@@ -133,14 +133,14 @@ export default {
           title: '业务员 Merchandiser',
           dataIndex: 'salesman',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '计划单号',
           dataIndex: 'planLotNumber',
           width: 160,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {

+ 3 - 3
src/views/packing-list/packinglist-fabrics/editFabricDrawer.vue

@@ -164,14 +164,14 @@ export default {
           title: '业务员 Merchandiser',
           dataIndex: 'merchandiser',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '计划单号',
           dataIndex: 'planNum',
           width: 160,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
@@ -377,7 +377,7 @@ export default {
           title: '备注(U8)',
           dataIndex: 'noteU8',
           width: 160,
-          fixed: 'right',
+          // fixed: 'right',
           customRender: t => ellipsis(t),
           className: 'replacecolor'
         },

+ 2 - 2
src/views/packing-list/packinglist-fabrics/referShipDetailsModal.vue

@@ -128,7 +128,7 @@ export default {
           title: '单据号',
           dataIndex: 'documentNo',
           width: 140,
-          fixed: 'left',
+          // fixed: 'left',
           ellipsis: true,
           customRender: t => ellipsis(t),
           className: 'replacecolor'
@@ -137,7 +137,7 @@ export default {
           title: '销售订单号',
           dataIndex: 'orderNumber',
           width: 140,
-          fixed: 'left',
+          // fixed: 'left',
           ellipsis: true,
           customRender: t => ellipsis(t),
           className: 'replacecolor'