diff --git a/src/views/wms/outorderzs/index.vue b/src/views/wms/outorderzs/index.vue index 7e6cb5f..7f7b196 100644 --- a/src/views/wms/outorderzs/index.vue +++ b/src/views/wms/outorderzs/index.vue @@ -30,7 +30,7 @@ v-hasPermi="['wms:outorder:add']">新增 - 过账 + 过账 @@ -66,6 +66,7 @@ + @@ -90,7 +91,6 @@ 过账失败 - @@ -795,7 +795,7 @@ export default { } } - if (this.postingType === "ZC"){ + if (this.postingType === "ZC" || this.postingType === "1"){ submitTransferPosting(this.orderList).then(res=>{ if (res.code === 200){ this.$message.success("操作成功!");