| 
					
				 | 
			
			
				@@ -560,8 +560,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-row> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <el-button type="primary" @click="saveForm">保 存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <el-button type="primary" @click="submitForm">请 核</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <el-button type="primary" :disabled="browseStatus" @click="saveForm">保 存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <el-button type="primary" :disabled="browseStatus" @click="submitForm">请 核</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </el-form> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div class="dialogTableTitle flex a-center jlr"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <h3>货转明细</h3> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -570,17 +570,17 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          :disabled="dataListSelection.length <= 0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          :disabled="dataListSelection.length <= 0 || browseStatus" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           @click.prevent="creditClick()" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         >货转确认 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          :disabled="dataWithdrawList.length <= 0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          :disabled="dataWithdrawList.length <= 0 || browseStatus" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           @click.prevent="withdrawClick" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         >撤回货转 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-button 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <el-button type="primary" @click="saveForm">保 存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <el-button type="primary" :disabled="browseStatus" @click="saveForm">保 存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-table 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         :data="dataList" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -835,7 +835,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-button :disabled="browseStatus" @click.prevent="addRelevt()" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         >新增 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <el-button type="primary" @click="saveForm">保 存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <el-button type="primary" :disabled="browseStatus" @click="saveForm">保 存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-table 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         :data="relevantAttachments" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -929,7 +929,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-button :disabled="browseStatus" @click.prevent="addCollection()" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         >新增 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <el-button type="primary" @click="saveForm">保 存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <el-button type="primary" :disabled="browseStatus" @click="saveForm">保 存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-table 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         :data="warehouseDrList" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1155,7 +1155,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-button :disabled="browseStatus" @click.prevent="addpayment()" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         >新增 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <el-button type="primary" @click="saveForm">保 存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <el-button type="primary" :disabled="browseStatus" @click="saveForm">保 存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-table 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         :data="warehouseCrList" 
			 |