|
|
@@ -463,12 +463,13 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
edit(row){
|
|
|
- this.editId=row.Id//记录将更新的id
|
|
|
- this.editshow=true//显示界面
|
|
|
- this.editForm.EditName=row.Name//反显名称
|
|
|
- this.editForm.EditCategorycode=row.Categorycode//返现类别名称根据value值
|
|
|
- this.editForm.EditCode=row.Code//返现类别名称根据value值
|
|
|
+ this.editId=row.Id//记录将更新的id
|
|
|
+ this.editshow=true//显示界面
|
|
|
+ this.editForm.EditName=row.Name//反显名称
|
|
|
+ this.editForm.EditCategorycode=row.Categorycode//返现类别名称根据value值
|
|
|
+ this.editForm.EditCode=row.Code//返现类别名称根据value值
|
|
|
this.editForm.SortCode=row.SortCode
|
|
|
+ this.editForm.IsManuf = row.IsManuf
|
|
|
},
|
|
|
EditSubmit(){
|
|
|
this.$refs["EditFormref"].validate(valid => {
|