bug修改

featFunction
anthonywj 3 years ago
parent 54b6d39f16
commit cfc08b54c5

@ -122,6 +122,8 @@
title="库存详情" title="库存详情"
:visible.sync="codeDetailVisible" :visible.sync="codeDetailVisible"
width="85%" width="85%"
:close-on-click-modal="false"
:close-on-press-escape="false"
v-if="codeDetailVisible" v-if="codeDetailVisible"
> >
<codeDetail <codeDetail

@ -128,6 +128,8 @@
title="库存详情" title="库存详情"
:visible.sync="codeDetailVisible" :visible.sync="codeDetailVisible"
width="85%" width="85%"
:close-on-click-modal="false"
:close-on-press-escape="false"
v-if="codeDetailVisible" v-if="codeDetailVisible"
> >
<codeDetail <codeDetail

@ -117,6 +117,8 @@
<el-dialog <el-dialog
title="库存详情" title="库存详情"
:visible.sync="codeDetailVisible" :visible.sync="codeDetailVisible"
:close-on-click-modal="false"
:close-on-press-escape="false"
width="85%" width="85%"
v-if="codeDetailVisible" v-if="codeDetailVisible"
> >

@ -52,6 +52,8 @@
title="库存详情" title="库存详情"
:visible.sync="codeDetailVisible" :visible.sync="codeDetailVisible"
width="85%" width="85%"
:close-on-click-modal="false"
:close-on-press-escape="false"
v-if="codeDetailVisible" v-if="codeDetailVisible"
> >
<codeDetail <codeDetail

@ -71,6 +71,8 @@
title="库存详情" title="库存详情"
:visible.sync="codeDetailVisible" :visible.sync="codeDetailVisible"
width="85%" width="85%"
:close-on-click-modal="false"
:close-on-press-escape="false"
v-if="codeDetailVisible" v-if="codeDetailVisible"
> >
<codeDetail <codeDetail

@ -82,6 +82,7 @@
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
layout="prev, pager, next" layout="prev, pager, next"
:total="total" :total="total"
:current-page="query.page"
> >
</el-pagination> </el-pagination>
</el-card> </el-card>
@ -312,7 +313,7 @@ export default {
name: "", name: "",
module: null, module: null,
page: 1, page: 1,
limit: 20 limit: 10
}, },
headers: {}, headers: {},
list: [], list: [],
@ -384,7 +385,7 @@ export default {
name: "", name: "",
module: null, module: null,
page: 1, page: 1,
limit: 20 limit: 10
}; };
this.getList(); this.getList();
}, },

@ -1099,11 +1099,10 @@ export default {
this.curAction = this.getActionItem(item); this.curAction = this.getActionItem(item);
this.findMethod(); this.findMethod();
this.$set(this.formData, "vailIn", this.curAction.vailInv); this.$set(this.formData, "vailInv", this.curAction.vailInv);
this.$set(this.formData, "preCheck", this.curAction.scanPreIn); this.$set(this.formData, "preCheck", this.curAction.scanPreIn);
this.$set(this.formData, "outChangeEnable", this.curAction.ullageFill); this.$set(this.formData, "outChangeEnable", this.curAction.ullageFill);
this.$set(this.formData, "codeFillCheck", this.curAction.codeFillCheck); this.$set(this.formData, "codeFillCheck", this.curAction.codeFillCheck);
this.formData.fromCorp = null; this.formData.fromCorp = null;
this.formData.fromSubInvCode = null; this.formData.fromSubInvCode = null;

Loading…
Cancel
Save