From ac2d51c87cc77895e33561ea124d65338997d188 Mon Sep 17 00:00:00 2001 From: ZQN <364596817@qq.com> Date: 星期三, 04 九月 2024 15:13:30 +0800 Subject: [PATCH] 状态修改 --- policy/applyRecord/applyRecord.vue | 14 ++++++++++---- policy/applyLook/applyLook.vue | 14 ++++++++++---- policy/applyRecordDetails/applyRecordDetails.vue | 7 ++++--- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/policy/applyLook/applyLook.vue b/policy/applyLook/applyLook.vue index 04d38a4..64e1eca 100644 --- a/policy/applyLook/applyLook.vue +++ b/policy/applyLook/applyLook.vue @@ -17,7 +17,7 @@ <view class="user-info"> <text>{{item.applyUser}}</text> <!-- <view class="driver"></view> --> - + </view> <view class="user-info"> <text>{{item.applyDeptName}}</text> @@ -68,9 +68,14 @@ orderStatus: 3 } }, { - name: '宸茬粨鏉�', + name: '宸蹭笂鎶�', value: { orderStatus: 4 + } + }, { + name: '浼佷笟宸茬‘璁�', + value: { + orderStatus: 5 } }], queryParams: { @@ -86,7 +91,8 @@ 2: "寰呮墽琛�", 3: "寰呬笂鎶�", '-1':"宸叉嫆缁�", - 4: "宸茬粨鏉�" + 4: "宸蹭笂鎶�", + 5: "浼佷笟宸茬‘璁�" } } }, @@ -138,4 +144,4 @@ /deep/ .u-sticky{ position: -webkit-sticky; } -</style> \ No newline at end of file +</style> diff --git a/policy/applyRecord/applyRecord.vue b/policy/applyRecord/applyRecord.vue index 8e290da..a98707d 100644 --- a/policy/applyRecord/applyRecord.vue +++ b/policy/applyRecord/applyRecord.vue @@ -17,7 +17,7 @@ <view class="user-info"> <text>{{item.applyUser}}</text> <!-- <view class="driver"></view> --> - + </view> <view class="user-info"> <text>{{item.applyDeptName}}</text> @@ -73,9 +73,14 @@ checkStatus: -1 } }, { - name: '宸茬粨鏉�', + name: '宸蹭笂鎶�', value: { orderStatus: 4 + } + }, { + name: '浼佷笟宸茬‘璁�', + value: { + orderStatus: 5 } }], queryParams: { @@ -91,7 +96,8 @@ 2: "寰呮墽琛�", 3: "寰呬笂鎶�", '-1':"宸叉嫆缁�", - 4: "宸茬粨鏉�" + 4: "宸蹭笂鎶�", + 5: "浼佷笟宸茬‘璁�" } } }, @@ -142,4 +148,4 @@ /deep/ .u-sticky{ position: -webkit-sticky; } -</style> \ No newline at end of file +</style> diff --git a/policy/applyRecordDetails/applyRecordDetails.vue b/policy/applyRecordDetails/applyRecordDetails.vue index 53d25ab..2f1f5d4 100644 --- a/policy/applyRecordDetails/applyRecordDetails.vue +++ b/policy/applyRecordDetails/applyRecordDetails.vue @@ -31,7 +31,7 @@ <view class="label">鎵ф硶绫诲瀷</view> <view>{{typeList}}</view> </view> - + <template v-if="!details.executeUser"> <view class="view-form-item"> <view class="label">鎵ф硶浜哄憳</view> @@ -177,7 +177,8 @@ 2: "寰呮墽琛�", 3: "寰呬笂鎶�", '-1':"宸叉嫆缁�", - 4: "宸茬粨鏉�" + 4: "宸蹭笂鎶�", + 5: "浼佷笟宸插幓浜�" }, typeList: '', judgeDetails: [], @@ -243,4 +244,4 @@ </style> <style lang="scss" scoped> @import "./applyRecordDetails.scss"; -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1