| | |
| | | <view class="user-info"> |
| | | <text>{{item.applyUser}}</text> |
| | | <!-- <view class="driver"></view> --> |
| | | |
| | | |
| | | </view> |
| | | <view class="user-info"> |
| | | <text>{{item.applyDeptName}}</text> |
| | |
| | | orderStatus: 3 |
| | | } |
| | | }, { |
| | | name: '已结束', |
| | | name: '已上报', |
| | | value: { |
| | | orderStatus: 4 |
| | | } |
| | | }, { |
| | | name: '企业已确认', |
| | | value: { |
| | | orderStatus: 5 |
| | | } |
| | | }], |
| | | queryParams: { |
| | |
| | | 2: "待执行", |
| | | 3: "待上报", |
| | | '-1':"已拒绝", |
| | | 4: "已结束" |
| | | 4: "已上报", |
| | | 5: "企业已确认" |
| | | } |
| | | } |
| | | }, |
| | |
| | | }, |
| | | 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] |
| | | }) |
| | |
| | | /deep/ .u-sticky{ |
| | | position: -webkit-sticky; |
| | | } |
| | | </style> |
| | | </style> |