瀏覽代碼

发运明细

zengtx 2 年之前
父節點
當前提交
813874656a

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

@@ -152,7 +152,7 @@ export default {
         {
           title: '订单主表ID',
           dataIndex: 'syOrderDataId',
-          width: 160,
+          width: 80,
           className: 'replacecolor'
         },
         {

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

@@ -567,7 +567,7 @@ export default {
         {
           title: '是否手册纱',
           dataIndex: 'manualYarnFlag',
-          width: 140,
+          width: 100,
           scopedSlots: { customRender: 'manualYarnFlag' },
           className: 'replacecolor'
         },

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

@@ -86,14 +86,14 @@ export default {
         {
           title: '订单号',
           dataIndex: 'orderNumber',
-          width: 280,
+          width: 120,
           fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '款号',
           dataIndex: 'itemNumber',
-          width: 180,
+          width: 60,
           fixed: 'left',
           className: 'replacecolor'
         },
@@ -133,13 +133,13 @@ export default {
         {
           title: '存货编码',
           dataIndex: 'inventoryCode',
-          width: 220,
+          width: 120,
           className: 'replacecolor'
         },
         {
           title: '存货名称',
           dataIndex: 'inventoryName',
-          width: 280,
+          width: 180,
           className: 'replacecolor'
         },
         {
@@ -318,14 +318,14 @@ export default {
           title: '订单主表ID',
           dataIndex: 'syOrderDataId',
           width: 120,
-          fixed: 'right',
+          // fixed: 'right',
           className: 'replacecolor1'
         },
         {
           title: '订单子表ID',
           dataIndex: 'syOrderDataItemId',
           width: 320,
-          fixed: 'right',
+          // fixed: 'right',
           className: 'replacecolor'
         }
       ],