|  | @@ -1481,12 +1481,12 @@ import BillPrintIframe from './BillPrintIframe'
 | 
	
		
			
				|  |  |  import FinancialDetail from '../../financial/dialog/FinancialDetail'
 | 
	
		
			
				|  |  |  import JUpload from '@/components/jeecg/JUpload'
 | 
	
		
			
				|  |  |  import Vue from 'vue'
 | 
	
		
			
				|  |  | -import { JeecgListMixin } from '@/mixins/JeecgListMixin'
 | 
	
		
			
				|  |  | +// import { JeecgListMixin } from '@/mixins/JeecgListMixin'
 | 
	
		
			
				|  |  |  // import QrcodeVue from 'qrcode.vue'
 | 
	
		
			
				|  |  |  import VueQr from 'vue-qr'
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  |    name: 'BillDetail',
 | 
	
		
			
				|  |  | -  mixins: [JeecgListMixin],
 | 
	
		
			
				|  |  | +  // mixins: [JeecgListMixin],
 | 
	
		
			
				|  |  |    components: {
 | 
	
		
			
				|  |  |      BillPrintIframe,
 | 
	
		
			
				|  |  |      FinancialDetail,
 | 
	
	
		
			
				|  | @@ -1635,7 +1635,6 @@ export default {
 | 
	
		
			
				|  |  |          { title: '入库时间', dataIndex: 'warehousingTime', width: 90 },
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          { title: '重量', dataIndex: 'weight', width: 90 },
 | 
	
		
			
				|  |  | -        { title: '仓位货架', dataIndex: 'position', width: 90 },
 | 
	
		
			
				|  |  |          { title: '备注', dataIndex: 'remark', width: 90 },
 | 
	
		
			
				|  |  |        ],
 | 
	
		
			
				|  |  |        purchaseInColumns: [
 | 
	
	
		
			
				|  | @@ -1675,7 +1674,6 @@ export default {
 | 
	
		
			
				|  |  |          { title: '入库时间', dataIndex: 'warehousingTime', width: 90 },
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          { title: '重量', dataIndex: 'weight', width: 90 },
 | 
	
		
			
				|  |  | -        { title: '仓位货架', dataIndex: 'position', width: 90 },
 | 
	
		
			
				|  |  |          { title: '备注', dataIndex: 'remark', width: 90 },
 | 
	
		
			
				|  |  |        ],
 | 
	
		
			
				|  |  |        purchaseBackColumns: [
 | 
	
	
		
			
				|  | @@ -1743,7 +1741,6 @@ export default {
 | 
	
		
			
				|  |  |          { title: '出库时间', dataIndex: 'warehousingTime', width: 90 },
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          { title: '重量', dataIndex: 'weight', width: 90 },
 | 
	
		
			
				|  |  | -        { title: '仓位货架', dataIndex: 'position', width: 90 },
 | 
	
		
			
				|  |  |          { title: '备注', dataIndex: 'remark', width: 90 },
 | 
	
		
			
				|  |  |        ],
 | 
	
		
			
				|  |  |        saleOutColumns: [
 | 
	
	
		
			
				|  | @@ -1784,7 +1781,6 @@ export default {
 | 
	
		
			
				|  |  |          { title: '出库时间', dataIndex: 'warehousingTime', width: 90 },
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          { title: '重量', dataIndex: 'weight', width: 90 },
 | 
	
		
			
				|  |  | -        { title: '仓位货架', dataIndex: 'position', width: 90 },
 | 
	
		
			
				|  |  |          { title: '备注', dataIndex: 'remark', width: 90 },
 | 
	
		
			
				|  |  |        ],
 | 
	
		
			
				|  |  |        saleBackColumns: [
 | 
	
	
		
			
				|  | @@ -1847,7 +1843,6 @@ export default {
 | 
	
		
			
				|  |  |          { title: '入库时间', dataIndex: 'warehousingTime', width: 90 },
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          { title: '重量', dataIndex: 'weight', width: 90 },
 | 
	
		
			
				|  |  | -        { title: '仓位货架', dataIndex: 'position', width: 90 },
 | 
	
		
			
				|  |  |        ],
 | 
	
		
			
				|  |  |        otherOutColumns: [
 | 
	
		
			
				|  |  |          { title: '批次号', dataIndex: 'batchNumber', width: 90 },
 | 
	
	
		
			
				|  | @@ -1883,7 +1878,6 @@ export default {
 | 
	
		
			
				|  |  |          { title: '出库时间', dataIndex: 'warehousingTime', width: 90 },
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          { title: '重量', dataIndex: 'weight', width: 90 },
 | 
	
		
			
				|  |  | -        { title: '仓位货架', dataIndex: 'position', width: 90 },
 | 
	
		
			
				|  |  |          { title: '备注', dataIndex: 'remark', width: 90 },
 | 
	
		
			
				|  |  |        ],
 | 
	
		
			
				|  |  |        allocationOutColumns: [
 | 
	
	
		
			
				|  | @@ -1919,7 +1913,6 @@ export default {
 | 
	
		
			
				|  |  |          { title: '出库时间', dataIndex: 'warehousingTime', width: 90 },
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          { title: '重量', dataIndex: 'weight', width: 90 },
 | 
	
		
			
				|  |  | -        { title: '仓位货架', dataIndex: 'position', width: 90 },
 | 
	
		
			
				|  |  |          { title: '备注', dataIndex: 'remark', width: 90 },
 | 
	
		
			
				|  |  |        ],
 | 
	
		
			
				|  |  |        assembleColumns: [
 |