|  | @@ -76,9 +76,12 @@
 | 
											
												
													
														|  |          :columns="syCarryBTable.columns"
 |  |          :columns="syCarryBTable.columns"
 | 
											
												
													
														|  |          :data-source="syCarryBTable.dataSource"
 |  |          :data-source="syCarryBTable.dataSource"
 | 
											
												
													
														|  |          :loading="syCarryBTable.loading"
 |  |          :loading="syCarryBTable.loading"
 | 
											
												
													
														|  | -        :scroll="{x: 2500, y:300}"
 |  | 
 | 
											
												
													
														|  | 
 |  | +        :scroll="{x: 2000, y:220}"
 | 
											
												
													
														|  |          :pagination="false"
 |  |          :pagination="false"
 | 
											
												
													
														|  |        >
 |  |        >
 | 
											
												
													
														|  | 
 |  | +      <div :title="record.containerNo" :style="{maxWidth: '250px',whiteSpace: 'nowrap',textOverflow: 'ellipsis',overflow: 'hidden', wordWrap: 'break-word', wordBreak: 'break-all' }" slot="containerNo" slot-scope="text, record">
 | 
											
												
													
														|  | 
 |  | +        {{record.containerNo}}
 | 
											
												
													
														|  | 
 |  | +      </div>
 | 
											
												
													
														|  |          <!-- 操作 -->
 |  |          <!-- 操作 -->
 | 
											
												
													
														|  |           <span slot="option" slot-scope="text, record, index">
 |  |           <span slot="option" slot-scope="text, record, index">
 | 
											
												
													
														|  |             <a-popconfirm title="确定签字?" @confirm="handelAutograph(record)" okText="确定" cancelText="取消">
 |  |             <a-popconfirm title="确定签字?" @confirm="handelAutograph(record)" okText="确定" cancelText="取消">
 | 
											
										
											
												
													
														|  | @@ -158,20 +161,20 @@
 | 
											
												
													
														|  |              title: '日期',
 |  |              title: '日期',
 | 
											
												
													
														|  |              align: "center",
 |  |              align: "center",
 | 
											
												
													
														|  |              dataIndex: 'orderDate',
 |  |              dataIndex: 'orderDate',
 | 
											
												
													
														|  | -            width: '6%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +            width: 150,
 | 
											
												
													
														|  |              ellipsis: true,
 |  |              ellipsis: true,
 | 
											
												
													
														|  |            },
 |  |            },
 | 
											
												
													
														|  |            {
 |  |            {
 | 
											
												
													
														|  |              title: '入库单号/发票号',
 |  |              title: '入库单号/发票号',
 | 
											
												
													
														|  |              align: "center",
 |  |              align: "center",
 | 
											
												
													
														|  |              dataIndex: 'invoiceNo',
 |  |              dataIndex: 'invoiceNo',
 | 
											
												
													
														|  | -            width: '6%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +            width: 140,
 | 
											
												
													
														|  |              ellipsis: true,
 |  |              ellipsis: true,
 | 
											
												
													
														|  |            },
 |  |            },
 | 
											
												
													
														|  |            {
 |  |            {
 | 
											
												
													
														|  |              title: '外销发票号',
 |  |              title: '外销发票号',
 | 
											
												
													
														|  |              dataIndex: 'saleInvoiceNo',
 |  |              dataIndex: 'saleInvoiceNo',
 | 
											
												
													
														|  | -            width: '9%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +            width: 140,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  |               scopedSlots: { customRender: 'saleInvoiceNo' },
 |  |               scopedSlots: { customRender: 'saleInvoiceNo' },
 | 
											
												
													
														|  |               className: 'replacecolor',
 |  |               className: 'replacecolor',
 | 
											
										
											
												
													
														|  | @@ -180,21 +183,21 @@
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |              title: '总件数',
 |  |              title: '总件数',
 | 
											
												
													
														|  |              dataIndex: 'allNum',
 |  |              dataIndex: 'allNum',
 | 
											
												
													
														|  | -            width:  '5%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +            width:  120,
 | 
											
												
													
														|  |              ellipsis: true,
 |  |              ellipsis: true,
 | 
											
												
													
														|  |               className: 'replacecolor',
 |  |               className: 'replacecolor',
 | 
											
												
													
														|  |             },
 |  |             },
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |              title: '柜子数量',
 |  |              title: '柜子数量',
 | 
											
												
													
														|  |              dataIndex: 'cabinets',
 |  |              dataIndex: 'cabinets',
 | 
											
												
													
														|  | -             width:  '5%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +             width:  120,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  |               className: 'replacecolor'
 |  |               className: 'replacecolor'
 | 
											
												
													
														|  |             },
 |  |             },
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |              title: '明细',
 |  |              title: '明细',
 | 
											
												
													
														|  |              dataIndex: 'detailedNum',
 |  |              dataIndex: 'detailedNum',
 | 
											
												
													
														|  | -             width:  '5%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +             width:  120,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  |               className: 'replacecolor',
 |  |               className: 'replacecolor',
 | 
											
												
													
														|  |              //  slots:{title:'detailedNumTitle'}
 |  |              //  slots:{title:'detailedNumTitle'}
 | 
											
										
											
												
													
														|  | @@ -202,64 +205,66 @@
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |              title: '衣架/吨数',
 |  |              title: '衣架/吨数',
 | 
											
												
													
														|  |              dataIndex: 'coatHanger',
 |  |              dataIndex: 'coatHanger',
 | 
											
												
													
														|  | -           width:'6%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +           width:120,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  |               className: 'replacecolor'
 |  |               className: 'replacecolor'
 | 
											
												
													
														|  |             },
 |  |             },
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |              title: '集装箱号',
 |  |              title: '集装箱号',
 | 
											
												
													
														|  |              dataIndex: 'containerNo',
 |  |              dataIndex: 'containerNo',
 | 
											
												
													
														|  | -             width: '15%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +             width: 290,
 | 
											
												
													
														|  |               className: 'replacecolor',
 |  |               className: 'replacecolor',
 | 
											
												
													
														|  | -             customRender: (t) => ellipsis(t,40),
 |  | 
 | 
											
												
													
														|  | 
 |  | +            //  customRender: (t) => ellipsis(t,30),
 | 
											
												
													
														|  | 
 |  | +            scopedSlots: { customRender: 'containerNo' },
 | 
											
												
													
														|  |             },
 |  |             },
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |               title: '单价',
 |  |               title: '单价',
 | 
											
												
													
														|  |               dataIndex: 'price',
 |  |               dataIndex: 'price',
 | 
											
												
													
														|  | -             width: '5%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +             width: 100,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  |               className: 'replacecolor',
 |  |               className: 'replacecolor',
 | 
											
												
													
														|  |             },
 |  |             },
 | 
											
												
													
														|  |               {
 |  |               {
 | 
											
												
													
														|  |              title: '总价',
 |  |              title: '总价',
 | 
											
												
													
														|  |              dataIndex: 'totalPrice',
 |  |              dataIndex: 'totalPrice',
 | 
											
												
													
														|  | -            width: '5%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +            width: 100,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  |               className: 'replacecolor',
 |  |               className: 'replacecolor',
 | 
											
												
													
														|  |             },
 |  |             },
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |              title: '计划员',
 |  |              title: '计划员',
 | 
											
												
													
														|  |              dataIndex: 'jhyNameData',
 |  |              dataIndex: 'jhyNameData',
 | 
											
												
													
														|  | -             width: '7%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +             width: 240,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  |               className: 'replacecolor',
 |  |               className: 'replacecolor',
 | 
											
												
													
														|  |             },
 |  |             },
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |              title: '签名',
 |  |              title: '签名',
 | 
											
												
													
														|  |              dataIndex: 'jhyName',
 |  |              dataIndex: 'jhyName',
 | 
											
												
													
														|  | -            width: '5',
 |  | 
 | 
											
												
													
														|  | 
 |  | +            width: 100,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  |               className: 'replacecolor'
 |  |               className: 'replacecolor'
 | 
											
												
													
														|  |             },
 |  |             },
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |              title: '原因',
 |  |              title: '原因',
 | 
											
												
													
														|  |              dataIndex: 'reason',
 |  |              dataIndex: 'reason',
 | 
											
												
													
														|  | -            width: '10%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +            width: 180,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  |               className: 'replacecolor',
 |  |               className: 'replacecolor',
 | 
											
												
													
														|  |             },
 |  |             },
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |              title: '备注',
 |  |              title: '备注',
 | 
											
												
													
														|  |              dataIndex: 'demo',
 |  |              dataIndex: 'demo',
 | 
											
												
													
														|  | -             width: '12%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +             width: 180,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  |               className: 'replacecolor'
 |  |               className: 'replacecolor'
 | 
											
												
													
														|  |             } ,
 |  |             } ,
 | 
											
												
													
														|  |             {
 |  |             {
 | 
											
												
													
														|  |              title: '操作',
 |  |              title: '操作',
 | 
											
												
													
														|  |              dataIndex: 'option',
 |  |              dataIndex: 'option',
 | 
											
												
													
														|  | -             width: 120,
 |  | 
 | 
											
												
													
														|  | 
 |  | +             width: 180,
 | 
											
												
													
														|  |               ellipsis: true,
 |  |               ellipsis: true,
 | 
											
												
													
														|  | 
 |  | +             fixed:'right',
 | 
											
												
													
														|  |               scopedSlots: { customRender: 'option' },
 |  |               scopedSlots: { customRender: 'option' },
 | 
											
												
													
														|  |               className: 'replacecolor'
 |  |               className: 'replacecolor'
 | 
											
												
													
														|  |             }                     
 |  |             }                     
 | 
											
										
											
												
													
														|  | @@ -400,5 +405,21 @@
 | 
											
												
													
														|  |  /deep/.ant-table-tbody>tr>td{
 |  |  /deep/.ant-table-tbody>tr>td{
 | 
											
												
													
														|  |    white-space: break-spaces;
 |  |    white-space: break-spaces;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  | 
 |  | +/deep/ .ant-calendar-picker{
 | 
											
												
													
														|  | 
 |  | +  width: 113px !important;
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +/deep/ .ant-table-fixed-left table,.ant-table-fixed-right table{ 
 | 
											
												
													
														|  | 
 |  | +  width: min-content;
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +/deep/ .ant-table-fixed-left table,.ant-table-fixed-right table{
 | 
											
												
													
														|  | 
 |  | +  width: min-content;
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +/deep/ .ant-table-tbody .ant-table-row td {
 | 
											
												
													
														|  | 
 |  | +    padding-top: 7px !important;
 | 
											
												
													
														|  | 
 |  | +    padding-bottom: 7px !important;
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +/deep/ .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
 | 
											
												
													
														|  | 
 |  | +    padding: 7px 16px;
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  </style>
 |  |  </style>
 |