|  | @@ -1994,7 +1994,7 @@
 | 
	
		
			
				|  |  |                style="padding-bottom: 0px; font-weight: bold; border: none"
 | 
	
		
			
				|  |  |                class="zzss"
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  | -              
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |              </td> -->
 | 
	
		
			
				|  |  |            </tr>
 | 
	
		
			
				|  |  |            <tr v-for="(item,index) in dataListSelection" :key="index">
 | 
	
	
		
			
				|  | @@ -2814,6 +2814,7 @@ export default {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          this.$set(this.form, "fStltypeid", this.form.fStltypeid + "");
 | 
	
		
			
				|  |  |          this.$set(this.form, "fEta", Date.parse(this.form.fEta));
 | 
	
		
			
				|  |  | +        this.$set(this.form, "fBsdate", Date.parse(this.form.fBsdate));
 | 
	
		
			
				|  |  |          this.$set(this.form, "createTime", Date.parse(this.form.createTime));
 | 
	
		
			
				|  |  |          this.$set(this.form, "fTrademodeid", this.form.fTrademodeid + "");
 | 
	
		
			
				|  |  |          for (let list in this.dataList) {
 | 
	
	
		
			
				|  | @@ -2842,7 +2843,6 @@ export default {
 | 
	
		
			
				|  |  |            );
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          this.userOptions = response.data.sysUser;
 | 
	
		
			
				|  |  | -        this.$set(this.form, "fBsdate", Date.parse(this.form.fBsdate));
 | 
	
		
			
				|  |  |          this.open = true;
 | 
	
		
			
				|  |  |          this.title = "修改仓入库";
 | 
	
		
			
				|  |  |        });
 | 
	
	
		
			
				|  | @@ -3173,10 +3173,16 @@ export default {
 | 
	
		
			
				|  |  |              this.msgSuccess("提交成功");
 | 
	
		
			
				|  |  |              if(status === 2) {
 | 
	
		
			
				|  |  |                this.open = true;
 | 
	
		
			
				|  |  | +              this.form = response.data
 | 
	
		
			
				|  |  | +              this.$set(this.form, "fStltypeid", this.form.fStltypeid + "");
 | 
	
		
			
				|  |  | +              this.$set(this.form, "fEta", Date.parse(this.form.fEta));
 | 
	
		
			
				|  |  | +              this.$set(this.form, "fBsdate", Date.parse(this.form.fBsdate));
 | 
	
		
			
				|  |  | +              this.$set(this.form, "createTime", Date.parse(this.form.createTime));
 | 
	
		
			
				|  |  | +              this.$set(this.form, "fTrademodeid", this.form.fTrademodeid + "");
 | 
	
		
			
				|  |  |              }else {
 | 
	
		
			
				|  |  |                this.open = false;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -            
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |              this.getList();
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  |          }
 |