|
@@ -3169,6 +3169,7 @@ export default {
|
|
|
if (data.code === 200){
|
|
|
this.reset();
|
|
|
this.open = false;
|
|
|
+ this.contrOl = true
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -3496,6 +3497,7 @@ export default {
|
|
|
this.userVal = response.user;
|
|
|
this.$set(this.form, "fDeptid", this.userVal.deptId);
|
|
|
this.$set(this.form, "createBy", this.userVal.userName);
|
|
|
+ this.$set(this.form,"fStorekeeper",this.userVal.userName)
|
|
|
this.$set(this.form, "fIfdamage", "1");
|
|
|
this.$set(this.form, "fIfweigh", "1");
|
|
|
this.$set(this.form, "fTrademodeid", "1");
|