From 9a5855cc0a16c3be7e27bcd337665a3a0b66e6d1 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期三, 16 四月 2025 15:22:34 +0800 Subject: [PATCH] 费用统计字段调整 --- src/views/business/productOrder/components/addOrder.vue | 17 ++++++----------- 1 files changed, 6 insertions(+), 11 deletions(-) diff --git a/src/views/business/productOrder/components/addOrder.vue b/src/views/business/productOrder/components/addOrder.vue index 5b9c516..c6e0f50 100644 --- a/src/views/business/productOrder/components/addOrder.vue +++ b/src/views/business/productOrder/components/addOrder.vue @@ -842,6 +842,11 @@ this.currentId = this.$route.query.currentId this.getUserNowData() this.getInfo() + if(this.tabIndex==4&&this.active==2){ + this.isSpecial = true + }else{ + this.isSpecial = false + } }, activated() { this.active = this.$route.query.active @@ -854,7 +859,6 @@ this.selectStandardTreeList() this.getAuthorizedPerson(); this.selectStandardMethods() - this.getPrepareUser() // 澶嶅埗褰撳墠璐﹀彿浜轰负濮旀墭浜� if (this.active != 1) { // 鏌ョ湅/瀹℃牳娴佺▼ // 璇锋眰鎺ュ彛锛屽洖鏄炬暟鎹� @@ -878,16 +882,7 @@ }) }) } - if(this.tabIndex==4&&this.active==2){ - this.isSpecial = true - }else{ - this.isSpecial = false - } - }, - getPrepareUser () { - // this.addObj.prepareUser = JSON.parse(localStorage.getItem("user")).name; - // this.addObj.prepareUserEn = JSON.parse(localStorage.getItem("user")).nameEn - // this.addObj.prepareCode = JSON.parse(localStorage.getItem("user")).account + }, // 缂栬緫瑕佹眰鍊艰〃鏍� editSpecial () { -- Gitblit v1.9.3