Commit 93c5ae20 authored by 邓春圆's avatar 邓春圆

页面跳转,新增储位,页面回显

parent ed87f379
......@@ -331,6 +331,15 @@ computed: {
this.parentDo = null;
this.form.status = 0;
this.form.isShelf = 1;
let p = this.$route.query
if(p.areaId){
this.form.areaId = +p.areaId
this.form.warehouseId = +p.warehouseId
this.form.domainId = +p.domainId
this.changeWarehouse( this.form.warehouseId)
this.changeDomain(this.form.domainId)
}
this.title = this.$t("添加储位");
},
/** 修改按钮操作 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment