|  | @@ -172,7 +172,7 @@ export default {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        // 表头
 | 
	
		
			
				|  |  |        childColumns: [
 | 
	
		
			
				|  |  | -        { title: '款号', width: 120, dataIndex: 'itemNumber', fixed: 'left', className: 'replacecolor' },
 | 
	
		
			
				|  |  | +        { title: '款号', width: 100, dataIndex: 'itemNumber', fixed: 'left', className: 'replacecolor' },
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |            title: '预发货日期',
 | 
	
		
			
				|  |  |            width: 120,
 | 
	
	
		
			
				|  | @@ -193,10 +193,10 @@ export default {
 | 
	
		
			
				|  |  |            className: 'replacecolor'
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          { title: 'Pack Id', width: 120, dataIndex: 'packId', className: 'replacecolor' },
 | 
	
		
			
				|  |  | -        { title: '小po', width: 100, dataIndex: 'smallPo', className: 'replacecolor' },
 | 
	
		
			
				|  |  | +        { title: '小po', width: 120, dataIndex: 'smallPo', className: 'replacecolor' },
 | 
	
		
			
				|  |  |          { title: '分销点', width: 150, dataIndex: 'distributionPoint', className: 'replacecolor' },
 | 
	
		
			
				|  |  |          { title: '存货编码', width: 120, dataIndex: 'inventoryCode', className: 'replacecolor' },
 | 
	
		
			
				|  |  | -        { title: '存货名称', width: 120, dataIndex: 'inventoryName', className: 'replacecolor' },
 | 
	
		
			
				|  |  | +        { title: '存货名称', width: 320, dataIndex: 'inventoryName', align: 'left', className: 'replacecolor' },
 | 
	
		
			
				|  |  |          { title: '规格型号', width: 100, dataIndex: 'specificationAndModel', className: 'replacecolor' },
 | 
	
		
			
				|  |  |          { title: '颜色', width: 160, dataIndex: 'colour', className: 'replacecolor' },
 | 
	
		
			
				|  |  |          { title: '尺码', width: 100, dataIndex: 'size', className: 'replacecolor' },
 | 
	
	
		
			
				|  | @@ -240,8 +240,8 @@ export default {
 | 
	
		
			
				|  |  |      // 子表信息获取
 | 
	
		
			
				|  |  |      getOrderChild() {
 | 
	
		
			
				|  |  |        this.$nextTick(() => {
 | 
	
		
			
				|  |  | -        // console.log('详情拿到订单号', this.record.orderNumber)
 | 
	
		
			
				|  |  | -        orderByNum({ orderNumber: this.record.orderNumber, pageNo: this.pagination.pageNo }).then(res => {
 | 
	
		
			
				|  |  | +        console.log('详情拿到订单号', this.record.id)
 | 
	
		
			
				|  |  | +        orderByNum({ syOrderDataId: this.record.id, pageNo: this.pagination.pageNo }).then(res => {
 | 
	
		
			
				|  |  |            if (res.success) {
 | 
	
		
			
				|  |  |              // 子表信息赋值
 | 
	
		
			
				|  |  |              this.childData = res.result.records
 |