| 
					
				 | 
			
			
				@@ -8,7 +8,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <a id="allocateBillEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 操作区,位于 title 行的行尾 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <template slot="extra"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <template slot="extra" v-if="basicInfoData&&basicInfoData.printState!='UNABLE_PRINT'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <a-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             key="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             type="primary" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -41,11 +41,14 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <a-collapse-panel key="0" header="基础信息"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <a-descriptions :column="3"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-descriptions-item label="调往对象">{{ (basicInfoData&&basicInfoData.targetName) || '--' }}</a-descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <a-descriptions-item label="发货编号">{{ (basicInfoData&&basicInfoData.sendNo) || '--' }}</a-descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <a-descriptions-item label="收货客户名称">{{ (basicInfoData&&basicInfoData.receiverName) || '--' }}</a-descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-descriptions-item label="调拨单号">{{ (basicInfoData&&basicInfoData.allocateNo) || '--' }}</a-descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-descriptions-item label="调拨类型"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <AllocateType id="allocateEdit-allocateTypeSn" style="width: 200px;" @change="changeAllocateType" v-model="basicInfoData.allocateTypeSn"></AllocateType> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </a-descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-descriptions-item label="业务状态">{{ (basicInfoData&&basicInfoData.stateDictValue) || '--' }}</a-descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <a-descriptions-item label="打印状态">{{ (basicInfoData&&basicInfoData.printStateDictValue) || '--' }}</a-descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-descriptions-item label="起止时间"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <span v-if="basicInfoData&&(basicInfoData.promoStartDate || basicInfoData.promoEndDate)">{{ (basicInfoData&&basicInfoData.promoStartDate) || '--' }} ~ {{ (basicInfoData&&basicInfoData.promoEndDate) || '--' }}</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <span v-else>--</span> 
			 |