|  | @@ -72,9 +72,10 @@
 | 
	
		
			
				|  |  |                filterable
 | 
	
		
			
				|  |  |                placeholder="请输入关键词"
 | 
	
		
			
				|  |  |                style="width: 80%"
 | 
	
		
			
				|  |  | -              @change="changefStltype"
 | 
	
		
			
				|  |  |                :disabled="detailList.length > 0"
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +<!--              @change="changefStltype"-->
 | 
	
		
			
				|  |  |                <el-option
 | 
	
		
			
				|  |  |                  v-for="(item, index) in fMblnoOptions"
 | 
	
		
			
				|  |  |                  :key="index.fId"
 | 
	
	
		
			
				|  | @@ -3742,7 +3743,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  | -    init() {  
 | 
	
		
			
				|  |  | +    init() {
 | 
	
		
			
				|  |  |        this.approVal = false;
 | 
	
		
			
				|  |  |        this.resetForm("form");
 | 
	
		
			
				|  |  |        this.detailList = [];
 | 
	
	
		
			
				|  | @@ -4180,7 +4181,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      changefStltype(row) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -      
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |        // 根据客户id查询客户所属仓库
 | 
	
		
			
				|  |  |        if (row != null && row != '') {
 | 
	
		
			
				|  |  |          customerWarehouse(row).then((res) => {
 |