From cca898061d26232a819c5e1881b356116f306bad Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 26 Jan 2024 13:39:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E9=80=80?= =?UTF-8?q?=E6=96=99=E7=94=B3=E8=AF=B7=E6=8C=89=E9=92=AE=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/productPutaway/request/putawayRequest.vue | 2 +- .../coms/comReturnCommonRequest.vue | 14 +++++++------- pages/repleinsh/request/repleinshRequest.vue | 2 +- pages/scrap/request/scrapRrequest.vue | 2 +- pages/unPlanned/request/issueRequest.vue | 2 +- pages/unPlanned/request/receiptRequest.vue | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/productPutaway/request/putawayRequest.vue b/pages/productPutaway/request/putawayRequest.vue index 61e05c42..8ba34350 100644 --- a/pages/productPutaway/request/putawayRequest.vue +++ b/pages/productPutaway/request/putawayRequest.vue @@ -88,7 +88,7 @@ this.addAgainOption = getAddAgainOption(); this.detailAndApproveOptions = getDetailAndApproveOption() this.detailAndApprovePassAndApproveNoOption = getDetailAndApprovePassAndApproveNoOption(), - this.detailAndHandleOption = getDetailAndHandleOption() + this.detailAndHandleOption = getDetailAndHandleOption() this.detailAndAddAndCloseOption = getDetailAndAddAndCloseOption() }, diff --git a/pages/productionReturn/coms/comReturnCommonRequest.vue b/pages/productionReturn/coms/comReturnCommonRequest.vue index 45a29782..ef06262e 100644 --- a/pages/productionReturn/coms/comReturnCommonRequest.vue +++ b/pages/productionReturn/coms/comReturnCommonRequest.vue @@ -109,7 +109,7 @@ this.addAgainOption = getAddAgainOption(); this.detailAndApproveOptions = getDetailAndApproveOption() this.detailAndApprovePassAndApproveNoOption = getDetailAndApprovePassAndApproveNoOption(), - this.detailAndHandleOption = getDetailAndHandleOption() + this.detailAndHandleOption = getDetailAndHandleOption() this.detailAndAddAndCloseOption = getDetailAndAddAndCloseOption() this.updateTitle(); this.getList('refresh'); @@ -241,25 +241,25 @@ swipeClick(e, dataContent) { var text = clearTirmAndWrap(e.content.text) - if (e.content.text == "详情") { + if (text == "详情") { this.openRequestInfoPopup(dataContent); - } else if (e.content.text == "处理") { + } else if (text == "处理") { this.showQuestionMessage("确定要处理当前申请吗?", res => { this.productionReturnRequestHandle(dataContent.id) }) - } else if (e.content.text == "审批") { + } else if (text == "提交审批") { this.showQuestionMessage("确定要审批当前申请吗?", res => { this.productionReturnRequestSubmitApprove(dataContent.id) }) - } else if (e.content.text == "审批通过") { + } else if (text == "审批通过") { this.showQuestionMessage("确定要审批通过当前申请吗?", res => { this.productionReturnRequestSubmitApproveAgree(dataContent.id) }) - } else if (e.content.text == "审批驳回") { + } else if (text == "审批驳回") { this.showQuestionMessage("确定要审批驳回当前申请吗?", res => { this.productionReturnRequestSubmitApproveRefused(dataContent.id) }) - } else if (e.content.text == "关闭") { + } else if (text == "关闭") { this.showQuestionMessage("确定要关闭当前申请吗?", res => { this.productionReturnRequestClose(dataContent.id) }) diff --git a/pages/repleinsh/request/repleinshRequest.vue b/pages/repleinsh/request/repleinshRequest.vue index 63cd7d90..7ceb8c0c 100644 --- a/pages/repleinsh/request/repleinshRequest.vue +++ b/pages/repleinsh/request/repleinshRequest.vue @@ -80,7 +80,7 @@ this.detailOptions = getDetailOption(); this.detailAndApproveOptions = getDetailAndApproveOption() this.detailAndApprovePassAndApproveNoOption = getDetailAndApprovePassAndApproveNoOption(), - this.detailAndHandleOption = getDetailAndHandleOption() + this.detailAndHandleOption = getDetailAndHandleOption() this.detailAndAddAndCloseOption = getDetailAndAddAndCloseOption() }, diff --git a/pages/scrap/request/scrapRrequest.vue b/pages/scrap/request/scrapRrequest.vue index 01289518..517b521f 100644 --- a/pages/scrap/request/scrapRrequest.vue +++ b/pages/scrap/request/scrapRrequest.vue @@ -87,7 +87,7 @@ this.addAgainOption = getAddAgainOption(); this.detailAndApproveOptions = getDetailAndApproveOption() this.detailAndApprovePassAndApproveNoOption = getDetailAndApprovePassAndApproveNoOption(), - this.detailAndHandleOption = getDetailAndHandleOption() + this.detailAndHandleOption = getDetailAndHandleOption() this.detailAndAddAndCloseOption = getDetailAndAddAndCloseOption() }, diff --git a/pages/unPlanned/request/issueRequest.vue b/pages/unPlanned/request/issueRequest.vue index 946c6a6d..2d6ad303 100644 --- a/pages/unPlanned/request/issueRequest.vue +++ b/pages/unPlanned/request/issueRequest.vue @@ -90,7 +90,7 @@ this.addAgainOption = getAddAgainOption(); this.detailAndApproveOptions = getDetailAndApproveOption() this.detailAndApprovePassAndApproveNoOption = getDetailAndApprovePassAndApproveNoOption(), - this.detailAndHandleOption = getDetailAndHandleOption() + this.detailAndHandleOption = getDetailAndHandleOption() this.detailAndAddAndCloseOption = getDetailAndAddAndCloseOption() }, diff --git a/pages/unPlanned/request/receiptRequest.vue b/pages/unPlanned/request/receiptRequest.vue index fd77184f..b569a9b5 100644 --- a/pages/unPlanned/request/receiptRequest.vue +++ b/pages/unPlanned/request/receiptRequest.vue @@ -89,7 +89,7 @@ this.addAgainOption = getAddAgainOption(); this.detailAndApproveOptions = getDetailAndApproveOption() this.detailAndApprovePassAndApproveNoOption = getDetailAndApprovePassAndApproveNoOption(), - this.detailAndHandleOption = getDetailAndHandleOption() + this.detailAndHandleOption = getDetailAndHandleOption() this.detailAndAddAndCloseOption = getDetailAndAddAndCloseOption() },