From e0efd928e914e1a768635fb6b9fe303f3e329f01 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期六, 18 十一月 2023 15:10:03 +0800 Subject: [PATCH] fix:调拨状态调整 --- src/views/overview/OverviewListView.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/overview/OverviewListView.vue b/src/views/overview/OverviewListView.vue index fc3a8d8..de6c5c0 100644 --- a/src/views/overview/OverviewListView.vue +++ b/src/views/overview/OverviewListView.vue @@ -1,8 +1,8 @@ <template> <div class="rightContent"> - <div class="label-fixed-element"> + <!-- <div class="label-fixed-element"> <span>{{ params.name }}</span> - </div> + </div> --> <div class="top"> <SearchCommonView :add-title="'鏂板缓'" @@ -22,7 +22,7 @@ <template slot-scope="scope"> <el-button @click="tableRowClick(scope.row, '鏌ョ湅')" type="text" size="small">鏌ョ湅</el-button> <el-button - v-if="scope.row.status !== 4" + v-if="scope.row.status !== 4&&scope.row.status !== 5" @click="tableRowClick(scope.row, '缂栬緫')" type="text" size="small" @@ -67,7 +67,8 @@ searchOptions: [], commonDetail: { visible: false, - title: "鏂板缓", + title: "鏂板缓" + , infomation: {} }, editConfig: { @@ -272,7 +273,6 @@ addBtnClick() { this.editConfig.title = "鏂板缓" this.addName = this.params.name - console.log(this.params, "ss鍒锋柊") this.editConfig.operationTypeId = this.params.id this.editConfig.code = this.params.code this.editConfig.infomation = {} @@ -280,7 +280,7 @@ }, // 鐘舵�� getStatus(val) { - return val === 1 ? "鑽夌" : val === 3 ? "灏辩华" : val === 4 ? "瀹屾垚" : "" + return val === 1 ? "鑽夌" : val === 3 ? "灏辩华" : val === 4 ? "瀹屾垚" :val === 5 ? "鍙栨秷" : "" }, // 鍒犻櫎鎼滅储鐘舵�� delSelectClick() { -- Gitblit v1.8.0