| | |
| | | <view class="container"> |
| | | <cu-custom :bgColor="NavBarColor" :isBack="true" backRouterName="productionTask"> |
| | | <block slot="backText">返回</block> |
| | | <block slot="content">待办详情</block> |
| | | <block slot="content">详情</block> |
| | | </cu-custom> |
| | | <view class="container"> |
| | | |
| | |
| | | </view> |
| | | </view> |
| | | <view class="flex"> |
| | | <view class="flex-sub text-light bg-white padding-xs margin-xs radius">是否报修:</view> |
| | | <view class="flex-sub bg-white padding-xs text-right margin-xs radius"> |
| | | <uni-data-select :localdata="item.type"/> |
| | | </view> |
| | | </view> |
| | | <view class="flex"> |
| | | <view class="flex-sub text-light bg-white padding-xs margin-xs radius">子保养项:</view> |
| | | <view class="flex-sub bg-white padding-xs margin-xs radius text-right" |
| | | v-if="item.small!=null && item.small.length>10"> |
| | |
| | | <view class="flex"> |
| | | <view class="flex-sub text-light bg-white padding-xs margin-xs radius">保养结果:</view> |
| | | <view class="flex-sub bg-white padding-xs text-right margin-xs radius"> |
| | | <uni-data-select :localdata="item.restle" :clear="true" /> |
| | | <uni-data-select :localdata="item.restle" /> |
| | | |
| | | </view> |
| | | </view> |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="flex"> |
| | | <view class="flex-sub text-light bg-white padding-xs margin-xs radius">是否报修:</view> |
| | | <view class="flex-sub bg-white padding-xs text-right margin-xs radius"> |
| | | <uni-data-select :localdata="item.type" /> |
| | | |
| | | </view> |
| | | </view> |
| | | |
| | | |
| | | </uni-card> |
| | | |
| | |
| | | }, |
| | | { |
| | | text: "异常", |
| | | value: 1 |
| | | } |
| | | ], |
| | | type: [{ |
| | | text: "是", |
| | | value: 0 |
| | | }, |
| | | { |
| | | text: "否", |
| | | value: 1 |
| | | } |
| | | ] |
| | |
| | | |
| | | /* 检索 */ |
| | | getSera(res) { |
| | | this.msgList = []; |
| | | if (keyword == 0) { |
| | | this.$http.get(this.url.stallList, { |
| | | params: { |