ZQN
2024-09-04 ac2d51c87cc77895e33561ea124d65338997d188
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: "企业已确认"
            }
         }
      },
@@ -114,7 +120,7 @@
         },
         orderList() {
            const userInfo = uni.getStorageSync('userInfo')
            commonList({...this.queryParams, ...this.list1[this.current].value, checkDeptId: userInfo.dept.parentId}).then(val => {
            commonList({...this.queryParams, ...this.list1[this.current].value}).then(val => {
               this.total = val.data.total
               this.dataList = [...this.dataList,...val.data.rows]
            })
@@ -138,4 +144,4 @@
   /deep/ .u-sticky{
          position: -webkit-sticky;
   }
</style>
</style>