| | |
| | | "enablePullDownRefresh": false
|
| | | }
|
| | |
|
| | | }, {
|
| | | "path": "pages/OutOperation/OutOperation",
|
| | | "style": {
|
| | | "navigationBarTitleText": "åºåºæä½",
|
| | | "enablePullDownRefresh": false
|
| | | }
|
| | |
|
| | | }, {
|
| | | "path": "pages/InOperation/InOperation",
|
| | | "style": {
|
| | | "navigationBarTitleText": "å
¥åºæä½",
|
| | | "enablePullDownRefresh": false
|
| | | }
|
| | |
|
| | | }
|
| | | ],
|
| | | "subPackages": [{
|
| | |
| | | "root": "pages_inspect",
|
| | | "pages": [
|
| | | {
|
| | | "path": "pages/OutOperation/OutOperation",
|
| | | "style": {
|
| | | "navigationBarTitleText": "åºåºæä½",
|
| | | "enablePullDownRefresh": false
|
| | | }
|
| | | }, {
|
| | | "path": "pages/InOperation/InOperation",
|
| | | "style": {
|
| | | "navigationBarTitleText": "å
¥åºæä½",
|
| | | "enablePullDownRefresh": false
|
| | | }
|
| | | },
|
| | | {
|
| | | "path": "pages/InspectionRecords/InspectionRecords",
|
| | | "style": {
|
| | | "navigationBarTitleText": "æ£éªè®°å½",
|
| | |
| | | case 0: case 2: case 5: { |
| | | if (item.status === 0) { |
| | | uni.navigateTo({ |
| | | url: `/pages/OutOperation/OutOperation?id=${item.objId}&dbid=${item.id}&type=7` |
| | | url: `/pages_inspect/pages/OutOperation/OutOperation?id=${item.objId}&dbid=${item.id}&type=7` |
| | | }) |
| | | } else { |
| | | uni.navigateTo({ |
| | |
| | | case 1: case 6: { |
| | | if (item.status === 0) { |
| | | uni.navigateTo({ |
| | | url: `/pages/InOperation/InOperation?id=${item.objId}&dbid=${item.id}&type=7` |
| | | url: `/pages_inspect/pages/InOperation/InOperation?id=${item.objId}&dbid=${item.id}&type=7` |
| | | }) |
| | | } else { |
| | | uni.navigateTo({ |
| | |
| | | case 9: { |
| | | if (item.status === 0) { |
| | | uni.navigateTo({ |
| | | url: `/pages/InOperation/InOperation?id=${item.objId}&dbid=${item.id}&type=9` |
| | | url: `/pages_inspect/pages/InOperation/InOperation?id=${item.objId}&dbid=${item.id}&type=9` |
| | | }) |
| | | } else{ |
| | | uni.navigateTo({ |
| | |
| | | <v-Search @searchInput="searchInput" @submit="submit" :isShow="false" placeholder="æç´¢ç©æåç§°/ç¼ç " /> |
| | | <div class="content_total">å
±{{form.total}}æ¡æ°æ®</div> |
| | | <view class="scroll-content"> |
| | | <!-- refresher-enabled="true" |
| | | :refresher-triggered="refreshing" |
| | | @refresherrefresh="onRefresh" --> |
| | | <scroll-view |
| | | scroll-y="true" |
| | | @scrolltolower="loadMore"> |
| | | <view v-for="(item1, index) in list" :key="index" class="flex mb20" @click="jump(index)"> |
| | | <<<<<<< HEAD |
| | | <view class="img36 mr20 pt10" style="position: relative;"> |
| | | <u-checkbox-group style="display: block;" name=""> |
| | | ======= |
| | | <view class="img36 mr20 pt10"> |
| | | <u-checkbox-group style="display: block;" name="" @change="jump(index)"> |
| | | >>>>>>> 041c81a20c93a6b8238e810fe9a1adfee9c9d86f |
| | | <u-checkbox :checked="item1.isActive"></u-checkbox> |
| | | </u-checkbox-group> |
| | | <view style="width: 18px; height: 18px; position: absolute; top: 0; left: 0; z-index: 99;"></view> |
ÎļþÃû´Ó minipro_standard/pages/OutOperation/OutOperation.vue ÐÞ¸Ä |
| | |
| | | import {
|
| | | getDB
|
| | | } from '@/util/api/agencyAPI'
|
| | | import {
|
| | | logout
|
| | | } from '../../util/api'
|
| | | export default {
|
| | | components: {
|
| | | InOutInfo,
|