作者 小范

查看功能单号带杠BUG修复

@@ -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="";