소스 검색

搬运工对账单-详情页

jbb 2 년 전
부모
커밋
d02da14d7f
1개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제
  1. 15 15
      src/views/oa/modules/SyCarryDetailModal.vue

+ 15 - 15
src/views/oa/modules/SyCarryDetailModal.vue

@@ -76,7 +76,7 @@
         :columns="syCarryBTable.columns"
         :data-source="syCarryBTable.dataSource"
         :loading="syCarryBTable.loading"
-        :scroll="{x: 1800, y:300}"
+        :scroll="{x: 2000, y:300}"
         :pagination="false"
       >
         <!-- 操作 -->
@@ -155,27 +155,27 @@
             title: '日期',
             align: "center",
             dataIndex: 'orderDate',
-            width: '6%',
+            width: 140,
             // scopedSlots: { customRender: 'orderDate' },
           },
           {
             title: '入库单号/发票号',
             align: "center",
             dataIndex: 'invoiceNo',
-            width: '9%',
+            width: 140,
             scopedSlots: { customRender: 'invoiceNo' },
           },
            {
             title: '总件数',
             dataIndex: 'allNum',
-            width: '6%',
+            width: 100,
             //  scopedSlots: { customRender: 'allNum' },
              className: 'replacecolor'
            },
            {
             title: '柜子数量',
             dataIndex: 'cabinets',
-             width: '7%',
+             width: 100,
              ellipsis: true,
              scopedSlots: { customRender: 'cabinets' },
              className: 'replacecolor'
@@ -183,7 +183,7 @@
            {
             title: '明细',
             dataIndex: 'detailedNum',
-           width: '6%',
+           width: 100,
              ellipsis: true,
             //  scopedSlots: { customRender: 'detailedNum' },
              className: 'replacecolor'
@@ -191,7 +191,7 @@
            {
             title: '衣架/吨数',
             dataIndex: 'coatHanger',
-           width: '7%',
+           width: 120,
              ellipsis: true,
             //  scopedSlots: { customRender: 'coatHanger' },
              className: 'replacecolor'
@@ -199,7 +199,7 @@
            {
             title: '集装箱号',
             dataIndex: 'containerNo',
-           width: '9%',
+           width: 160,
              ellipsis: true,
             //  scopedSlots: { customRender: 'containerNo' },
              className: 'replacecolor'
@@ -207,7 +207,7 @@
            {
             title: '单价',
             dataIndex: 'price',
-           width: '5%',
+           width: 100,
              ellipsis: true,
             //  scopedSlots: { customRender: 'price' },
              className: 'replacecolor'
@@ -215,7 +215,7 @@
              {
             title: '总价',
             dataIndex: 'totalPrice',
-            width: '5%',
+            width: 100,
              ellipsis: true,
              scopedSlots: { customRender: 'totalPrice' },
              className: 'replacecolor',
@@ -224,7 +224,7 @@
            {
             title: '计划员',
             dataIndex: 'jhyNameData',
-           width: '7%',
+           width: 140,
               ellipsis: true,
             //  scopedSlots: { customRender: 'jhyName' },
              className: 'replacecolor'
@@ -233,14 +233,14 @@
            {
             title: '签名',
             dataIndex: 'jhyName',
-            width: '7%',
+            width: 100,
              ellipsis: true,
              className: 'replacecolor'
            },
            {
             title: '备注',
             dataIndex: 'demo',
-           width: '9%',
+           width: 200,
              ellipsis: true,
             //  scopedSlots: { customRender: 'demo' },
              className: 'replacecolor'
@@ -248,7 +248,7 @@
            {
             title: '原因',
             dataIndex: 'reason',
-            width: '9%',
+            width: 200,
              ellipsis: true,
              scopedSlots: { customRender: 'reason' },
              className: 'replacecolor',
@@ -257,7 +257,7 @@
             {
             title: '操作',
             dataIndex: 'option',
-             width: '9%',
+             width: 120,
              ellipsis: true,
              scopedSlots: { customRender: 'option' },
              className: 'replacecolor'