From c3aaf28f7316cce12eec007a9f85a96cbcddeec2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 07 五月 2025 10:34:20 +0800
Subject: [PATCH] 最新版本541200007
---
admin/src/views/platform/LogisticsRecord/subscribe.vue | 26 +++++++++++++++++++++++---
1 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/admin/src/views/platform/LogisticsRecord/subscribe.vue b/admin/src/views/platform/LogisticsRecord/subscribe.vue
index fa8981f..cedb20e 100644
--- a/admin/src/views/platform/LogisticsRecord/subscribe.vue
+++ b/admin/src/views/platform/LogisticsRecord/subscribe.vue
@@ -49,7 +49,7 @@
<template v-slot="scope">
<el-button type="text" v-permissions="['business:platformbooks:detail']"
@click="handleDetail(scope.row)">棰勭害璇︽儏</el-button>
- <el-button type="text" @click="complete([scope.row.jobId])" v-if="[0,1].includes(scope.row.jobStatus)">瀹屾垚浣滀笟</el-button>
+ <el-button type="text" @click="complete([scope.row.jobId])" v-if="[0,1,2].includes(scope.row.jobStatus)">瀹屾垚浣滀笟</el-button>
<el-button type="text" class="red" v-permissions="['business:platformbooks:delete']"
@click="handleDel(scope.row)">鍒犻櫎</el-button>
</template>
@@ -188,6 +188,26 @@
label: '鍚堝悓鍗曞彿'
},
{
+ filed: 'jobStatus',
+ type: 'select',
+ label: '浣滀笟鐘舵��',
+ options: [
+ { value: 0, label: '寰呯‘璁�' },
+ { value: 1, label: '寰呯鍒�' },
+ { value: 2, label: '绛夊緟鍙彿' },
+ { value: 3, label: '鍏ュ洯绛夊緟' },
+ { value: 4, label: '鏈堝彴绛夊緟' },
+ { value: 5, label: '浣滀笟涓�' },
+ { value: 6, label: '浣滀笟瀹屾垚' },
+ { value: 7, label: '杞Щ涓�' },
+ { value: 8, label: '寮傚父鎸傝捣' },
+ { value: 9, label: '宸叉巿鏉冪鍥�' },
+ { value: 10, label: '宸茬鍥�' },
+ { value: 11, label: '宸茶繃鍙�' },
+ { value: 12, label: '宸插彇娑�' },
+ ]
+ },
+ {
filed: 'status',
type: 'select',
label: '瀹℃壒缁撴灉',
@@ -209,7 +229,7 @@
filed1: 'arriveDateStart',
filed2: 'arriveDateEnd',
type: 'datetime',
- label: '鎿嶄綔鏃堕棿'
+ label: '棰勭害鍒板満鏃堕棿'
},
{
type: 'slot',
@@ -356,7 +376,7 @@
},
getplatformReasons() {
platformReasonList().then(res => {
- this.queryFormConfig.formItems[4].options = (res || []).map(item => {
+ this.queryFormConfig.formItems[5].options = (res || []).map(item => {
return {
value: item.id,
label: item.reason
--
Gitblit v1.9.3