From 325d870bbc5b88ae8856837de1b84761bc6ae4ca Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Wed, 14 May 2025 10:36:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=8D=95=E6=8D=AE=E4=B8=AD?= =?UTF-8?q?=E8=BD=AC=E4=B8=8B=E4=B8=80=E4=B8=AA=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=B9=B6=E5=AE=A1=E6=A0=B8=E7=9A=84=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/mixins/BillListMixin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jshERP-web/src/views/bill/mixins/BillListMixin.js b/jshERP-web/src/views/bill/mixins/BillListMixin.js index a9180825..22d3b0ea 100644 --- a/jshERP-web/src/views/bill/mixins/BillListMixin.js +++ b/jshERP-web/src/views/bill/mixins/BillListMixin.js @@ -758,12 +758,14 @@ export const BillListMixin = { } if(type === '转采购订单-以销定购') { this.$refs.transferPurchaseModalForm.action = "add" + this.$refs.transferPurchaseModalForm.isCanCheck = false this.$refs.transferPurchaseModalForm.transferParam = transferParam this.$refs.transferPurchaseModalForm.defaultDepotId = this.defaultDepotId this.$refs.transferPurchaseModalForm.add() this.$refs.transferPurchaseModalForm.title = type } else { this.$refs.transferModalForm.action = "add" + this.$refs.transferModalForm.isCanCheck = false this.$refs.transferModalForm.transferParam = transferParam this.$refs.transferModalForm.defaultDepotId = this.defaultDepotId this.$refs.transferModalForm.add()