|
@@ -220,7 +220,7 @@ export default {
|
|
},
|
|
},
|
|
// 表单参数
|
|
// 表单参数
|
|
form: {
|
|
form: {
|
|
- fLocation:'0'
|
|
|
|
|
|
+ fLocation: 0
|
|
},
|
|
},
|
|
// 表单校验
|
|
// 表单校验
|
|
rules: {
|
|
rules: {
|
|
@@ -328,6 +328,8 @@ export default {
|
|
this.reset();
|
|
this.reset();
|
|
getDept(row.fId).then(response => {
|
|
getDept(row.fId).then(response => {
|
|
this.form = response.data;
|
|
this.form = response.data;
|
|
|
|
+ this.form.fLocation = this.form.fLocation + ''
|
|
|
|
+ this.form.fCharg = this.form.fCharg + ''
|
|
this.open = true;
|
|
this.open = true;
|
|
this.title = "修改仓库";
|
|
this.title = "修改仓库";
|
|
});
|
|
});
|