缓存线详情
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<nav-bar title="缓存线-详情"></nav-bar>
|
||||
<nav-bar :inner2="true" @goIn="goIn" title="缓存线-详情"></nav-bar>
|
||||
<view class="search-confirm-wrap">
|
||||
<view class="search-wrap">
|
||||
<view class="search-item">
|
||||
@@ -110,6 +110,11 @@
|
||||
selectChange3(e) {
|
||||
this.index3 = e
|
||||
},
|
||||
goIn () {
|
||||
uni.navigateTo({
|
||||
url: `/pages/management/hcxcheck`
|
||||
})
|
||||
},
|
||||
toSearch () {
|
||||
this.dataList = []
|
||||
this._queryInstraction()
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="material-wrap">
|
||||
<view class="material-item" v-for="(e, i) in dataList" :key="i" :class="['bg-gray', 'bg-green', 'bg-yellow','bg-red'][Number(e.status) - 1]">
|
||||
<view class="material-item" v-for="(e, i) in dataList" :key="i" :class="['bg-gray', 'bg-green', 'bg-yellow','bg-red'][Number(e.status) - 1]" @tap="toInfo(e)">
|
||||
<view class="material-title">{{e.vehicle_code}}</view>
|
||||
<view class="material-spec">{{e.material_spec}}</view>
|
||||
</view>
|
||||
@@ -64,6 +64,11 @@
|
||||
selectChange1(e) {
|
||||
this.index1 = e
|
||||
},
|
||||
toInfo(e) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/management/hcxInfo`
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user