ZQN
2024-09-04 ac2d51c87cc77895e33561ea124d65338997d188
状态修改
3个文件已修改
35 ■■■■■ 已修改文件
policy/applyLook/applyLook.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/applyRecord/applyRecord.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/applyRecordDetails/applyRecordDetails.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
</style>
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>
</style>
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>
</style>