正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -388,7 +388,7 @@ | @@ -388,7 +388,7 @@ | ||
388 | /*编辑主单信息*/ | 388 | /*编辑主单信息*/ |
389 | trnList(index, row){ | 389 | trnList(index, row){ |
390 | this.dialogFormVisible = true; | 390 | this.dialogFormVisible = true; |
391 | - this.ruleForm=row; | 391 | + this.ruleForm= Object.assign({},row); |
392 | if(row.stocktypeid=="AWBA"){ | 392 | if(row.stocktypeid=="AWBA"){ |
393 | this.ruleForm.stockpre=row.stockpre+"-"+row.stockno; | 393 | this.ruleForm.stockpre=row.stockpre+"-"+row.stockno; |
394 | this.ruleForm.stockno=""; | 394 | this.ruleForm.stockno=""; |
-
请 注册 或 登录 后发表评论