bug修改

featFunction
anthonywj 3 years ago
parent 54b6d39f16
commit cfc08b54c5

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

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

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

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

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

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

@ -1099,11 +1099,10 @@ export default {
this.curAction = this.getActionItem(item);
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, "outChangeEnable", this.curAction.ullageFill);
this.$set(this.formData, "codeFillCheck", this.curAction.codeFillCheck);
this.formData.fromCorp = null;
this.formData.fromSubInvCode = null;

Loading…
Cancel
Save