|  | @@ -169,7 +169,7 @@
 | 
	
		
			
				|  |  |        <div style="margin-bottom: 20px;">
 | 
	
		
			
				|  |  |          <el-button round icon="el-icon-arrow-left" @click="open" size="small">返回列表</el-button>
 | 
	
		
			
				|  |  |          <el-button type="primary" round size="small" @click="submitForm" icon="el-icon-edit">保 存</el-button>
 | 
	
		
			
				|  |  | -        <el-button type="success" round size="small" @click="submit" icon="el-icon-check">提 交</el-button>
 | 
	
		
			
				|  |  | +        <el-button type="success" round size="small" @click="submit" icon="el-icon-check" :disabled="disabled">提 交</el-button>
 | 
	
		
			
				|  |  |          <el-button type="danger" round size="small" icon="el-icon-close" @click="cancellation"
 | 
	
		
			
				|  |  |                     v-if="queryParams.fBillstatus >2">撤销提交
 | 
	
		
			
				|  |  |          </el-button>
 | 
	
	
		
			
				|  | @@ -773,6 +773,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      handleAdd() {
 | 
	
		
			
				|  |  |        this.jiGang = true
 | 
	
		
			
				|  |  | +      this.disabled = false
 | 
	
		
			
				|  |  |        this.queryParams = {}
 | 
	
		
			
				|  |  |        this.warehouseDrList = []
 | 
	
		
			
				|  |  |        this.warehouseCrList = []
 |