From c880739ec4cd5ede33b31eb98ad5f7628ea288e5 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 11 十二月 2023 17:41:40 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/product/workbench/operation-task-pane.vue | 13 ++----------- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/views/product/workbench/operation-task-pane.vue b/src/views/product/workbench/operation-task-pane.vue index ad56dea..4c9c558 100644 --- a/src/views/product/workbench/operation-task-pane.vue +++ b/src/views/product/workbench/operation-task-pane.vue @@ -18,12 +18,9 @@ <img class="selectedImg" src="/img/workbench/icon_selected.png" /> <div class="header"> <div>宸ュ崟鍙凤細{{ item.taskNo }}</div> - <!-- <div class="tag" :style="{ backgroundColor: getTagColor(item.planFinishDay) }"> - {{ getTagText(item.planFinishDay) }} - </div> --> <el-alert center - style="width: 80px;height:30px;line-height: 30px;" + style="width: 80px;height:28px;line-height: 100%;font-size:10px" :title="getTagText(item.planFinishDay)" :type="getTagColor(item.planFinishDay)" effect="dark" @@ -239,7 +236,7 @@ } .status-change-div { width: 20%; - max-width: 100px; + max-width: 160px; } .status-change-div >>> .el-select { width: 100%; @@ -553,16 +550,13 @@ .then((res) => { if (!res.data.data) { changeSubmitState(taskId, true).then((res) => { - console.log(res) }) getDraftProductOut(taskId).then((response) => { - console.log(response) const list = response.data.data || [] if (list.length > 0) { this.batchChangeSubmit(list, 0, currItem) } else { changeSubmitState(taskId, false).then((res) => { - console.log(res) }) currItem.statusAction = null this.$message.warning('娌℃湁鍙彁浜ょ殑鏁版嵁') @@ -592,7 +586,6 @@ .catch((error) => { console.log(error) changeSubmitState(taskId, false).then((res) => { - console.log(res) }) }) } @@ -615,7 +608,6 @@ this.batchChangeSubmit(list, i, currItem) } else { changeSubmitState(this.taskID, false).then((res) => { - console.log(res) }) // 鎵归噺鎻愪氦瀹屾垚锛屽埛鏂版姤宸ラ〉闈㈡暟鎹� this.$emit('refreshReport') @@ -625,7 +617,6 @@ console.log(error) loading.close() changeSubmitState(this.taskID, false).then((res) => { - console.log(res) }) const errorMsg = '鎶ュ伐鍗曞彿' + list[i].productNo + '锛�' this.$message.error(errorMsg + '澶勭悊澶辫触') -- Gitblit v1.9.3