瀏覽代碼

托书/装箱单-字段宽度调整

jbb 1 年之前
父節點
當前提交
151eab7728
共有 3 個文件被更改,包括 15 次插入17 次删除
  1. 9 9
      src/views/book/book-list.vue
  2. 3 4
      src/views/packing-list/clothes-list.vue
  3. 3 4
      src/views/packing-list/fabric-list.vue

+ 9 - 9
src/views/book/book-list.vue

@@ -241,11 +241,18 @@ export default {
           className: 'replacecolor'
         },
         { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 120, className: 'replacecolor', ellipsis: true, },
+        {
+          title: '发票推送状态',
+          dataIndex: 'timeStuta',
+          width: 120,
+          scopedSlots: { customRender: 'timeStuta' },
+          className: 'replacecolor'
+        },
         {
           title: '状态',
           dataIndex: 'theDocumentsState',
           scopedSlots: { customRender: 'documentStateSlot' },
-          width: 95,
+          width: 93,
            ellipsis: true,
            fixed: 'right',
           className: 'replacecolor'
@@ -293,14 +300,7 @@ export default {
           fixed: 'right',
           className: 'replacecolor'
         },
-        {
-          title: '发票推送状态',
-          dataIndex: 'timeStuta',
-          width: 120,
-          scopedSlots: { customRender: 'timeStuta' },
-          fixed: 'right',
-          className: 'replacecolor'
-        },
+       
         {
           title: '操作',
           dataIndex: 'operation',

+ 3 - 4
src/views/packing-list/clothes-list.vue

@@ -537,13 +537,12 @@ export default {
           dataIndex: 'timeStuta',
           width: 120,
           scopedSlots: { customRender: 'timeStuta' },
-          fixed: 'right',
           className: 'replacecolor'
         },
         {
           title: '推送状态',
           dataIndex: 'pushState',
-          width: 90,
+          width: 89,
           fixed: 'right',
           scopedSlots: { customRender: 'pushState' },
           className: 'replacecolor'
@@ -551,7 +550,7 @@ export default {
         {
           title: '云工厂',
           dataIndex: 'whetherCloudFactoryPush ',
-          width: 90,
+          width: 75,
           fixed: 'right',
           scopedSlots: { customRender: 'whetherCloudFactoryPush' },
           className: 'replacecolor'
@@ -560,7 +559,7 @@ export default {
         {
           title: '单据状态',
           dataIndex: 'status',
-          width: 100,
+          width: 89,
           fixed: 'right',
           scopedSlots: { customRender: 'stateSlot' },
           className: 'replacecolor'

+ 3 - 4
src/views/packing-list/fabric-list.vue

@@ -341,21 +341,20 @@ export default {
           dataIndex: 'timeStuta',
           width: 120,
           scopedSlots: { customRender: 'timeStuta' },
-          fixed: 'right',
           className: 'replacecolor'
         },
         {
           title: '推送状态',
           dataIndex: 'pushState',
           scopedSlots: { customRender: 'pushState' },
-          width: 140,
+          width: 89,
           fixed: 'right',
           className: 'replacecolor'
         },
         {
           title: '云工厂',
           dataIndex: 'whetherCloudFactoryPush ',
-          width: 80,
+          width: 75,
           fixed: 'right',
           scopedSlots: { customRender: 'whetherCloudFactoryPush' },
           className: 'replacecolor'
@@ -364,7 +363,7 @@ export default {
           title: '状态',
           dataIndex: 'status',
           scopedSlots: { customRender: 'state' },
-          width: 140,
+          width: 89,
           fixed: 'right',
           className: 'replacecolor'
         },